Brian Mesick
4a938c1496
Merge pull request #16645 from edx/bmedx/django111_fix_cms_failures
...
Fixes to common/openedx tests that reference apps CMS doesn't use
2017-11-27 09:16:19 -05:00
Ahsan Ulhaq
da675e52dc
Learner certificates should not be findable before the available date
...
LEARNER-3298
2017-11-23 14:14:05 +05:00
bmedx
d3e6836d9e
Fixes to common/openedx tests that reference apps CMS doesn't use
2017-11-22 15:46:06 -05:00
Calen Pennington
48abc492ae
Fix linting errors from https://github.com/edx/edx-platform/pull/16615
2017-11-22 14:47:49 -05:00
Ned Batchelder
a2e2aace82
Merge pull request #16650 from edx/nedbat/fix-unused-imports
...
Fix a number of unused-import pylint violations
2017-11-22 11:17:07 -05:00
Matt Drayer
8d1053eef8
Merge pull request #16566 from edx/mattdrayer/ENT-686-5
...
Better handling of data for OData API exception handling
2017-11-22 07:39:52 -05:00
Matt Drayer
9b4be93628
Better handling of data for OData API exception handling
2017-11-21 23:41:06 -05:00
Calen Pennington
7aa1a3460b
Merge pull request #16615 from edx/cale/schedules-admin-improvements
...
Cale/schedules admin improvements
2017-11-21 22:06:37 -05:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
Calen Pennington
6756f97d0c
Limit schedule resolvers to active schedules
2017-11-21 14:25:57 -05:00
sandroroux
98233c0a84
New management command for setting up a test environment. The command creates a ScheduleConfig and schedules if they don't exist (the schedule starts three days before the time the command is run). If a schedule already exists, the command updates the schedule's start time and upgrade deadline. The values set by the command will allow send_recurring_nudge to send three-day nudges.
2017-11-21 14:25:55 -05:00
Christopher Lee
0d931107aa
Merge pull request #16589 from edx/clee/LEARNER-2891
...
Remove uneccessary aria labels in the student dashboard
2017-11-21 12:52:31 -05:00
Farhanah Sheets
70874502dd
Add for/id attributes for explicit labeling of discussion checkboxes
2017-11-20 14:25:01 -05:00
christopher lee
4e32bd5abb
Fix aria label for course details on the course dashboard
2017-11-20 13:48:17 -05:00
Brian Mesick
d2d764390f
Merge pull request #16610 from edx/bmedx/django111_commaseparated_fields
...
Move suggested_prices to CharField for Django 1.11 compat
2017-11-20 10:55:40 -05:00
Nimisha Asthagiri
fabccf6163
Merge pull request #16614 from edx/pacing/enable-highlights-field
...
Add highlights_enabled_for_messaging course field
2017-11-17 19:47:09 -05:00
Fred Smith
29f8180763
Merge pull request #16593 from edx/derf/be_able_to_configure_default_video_cdn_url
...
be able to configure default video cdn url
2017-11-17 15:38:35 -05:00
Nimisha Asthagiri
8b0693f229
Add highlights_enabled_for_messaging course field
2017-11-17 14:42:46 -05:00
Albert (AJ) St. Aubin
8b8677a093
Merge pull request #16575 from edx/aj/entitlement_user_filter
...
Addition of user filter parameter to the Entitlement API
2017-11-17 08:22:01 -05:00
bmedx
f93696ca85
Move suggested_prices to CharField for Django 1.11 compat
...
CommaSeparatedIntegerField is deprecated, this is the replacement. I
have confirmed there is no SQL generated for this migration since it is
already a CharField behind the scenes.
2017-11-16 17:35:41 -05:00
Fred Smith
14c7c5086e
be able to configure default video cdn url
2017-11-16 14:30:18 -05:00
Albert St. Aubin
d918cdb81e
Addition of user filter parameter to the Entitlement API
...
[LEARNER-3274]
2017-11-16 13:52:54 -05:00
Jose Antonio Gonzalez
f38e5ab939
add DEFAULT_MOBILE_AVAILABLE flag
2017-11-16 16:50:37 +02:00
Bill Filler
03c97b5697
Merge pull request #16583 from edx/bfiller/ENT-727
...
Disable View Consent button on dashboard
2017-11-16 09:42:46 -05:00
asadiqbal
e5c55a8945
ENT-729
2017-11-16 16:28:31 +05:00
Bill Filler
2e783042d2
Disable View Consent button on dashboard
...
Partial revert to disable calls to Enterprise API for each course in an
Enterprise Learner's dashboard to determine status of consent. Will re-enable once
a batch API is avaiable (WL-1315) to fix performance.
ENT-727
2017-11-15 17:22:44 -05:00
Jeremy Bowman
d6dc209569
Fixes for common/lib tests in Django 1.9+
2017-11-15 11:00:39 -05:00
John Eskew
f790766c26
Merge pull request #16548 from edx/jeskew/more_mgmt_cmd_conv_from_optparse
...
Move more mgmt commands from optparse to argparse.
2017-11-14 12:29:57 -05:00
Brian Mesick
dad73637aa
Merge pull request #16495 from edx/bmedx/django111_startup_fixes
...
Changes necessary for Django 1.11 tests to start
2017-11-14 12:19:21 -05:00
Matt Drayer
d9970ef937
Merge pull request #16563 from edx/mattdrayer/ENT-686-4
...
Revise SuccessFactors OData exception logging
2017-11-14 12:12:00 -05:00
John Eskew
27315f442a
Move more mgmt commands from optparse to argparse.
2017-11-14 11:26:46 -05:00
Matt Drayer
8ee0366203
Revise OData exception logging
2017-11-14 11:16:17 -05:00
Brian Mesick
7ccc498800
Merge pull request #16561 from edx/bmedx/django111_select_related
...
Remove use of non-relational fields in select_related queries
2017-11-14 11:04:41 -05:00
bmedx
09e5156543
Remove use of non-relational fields in select_related queries
...
These changes should not change the actual queries at all, and those
will throw errors in Django 1.11.
2017-11-14 10:10:08 -05:00
Clinton Blackburn
3a005c492f
Disabled anonymous access for tabs that require enrollment
2017-11-14 08:00:16 -05:00
noraiz-anwar
73f9c02d6d
optimize libraries iter for studio dashboard
2017-11-14 12:52:36 +05:00
Troy Sankey
73318eccf7
Merge pull request #16526 from edx/pwnage101/teams_mgmt_commands
...
teams and student management commands cleanup for django 1.11
2017-11-13 18:11:56 -05:00
bmedx
d3bbb86fe3
Shims to fix test collection errors
2017-11-13 15:45:34 -05:00
Muzaffar yousaf
c1c8c20b76
Merge pull request #16517 from edx/subtitle-migrations
...
Clean makemigration test and bump the val version.
2017-11-14 01:09:04 +05:00
Troy Sankey
3685b1ada8
More student management commands cleanup for Django 1.11
...
Seems like transfer_students.py was missed in the last attempt to
cleanup commands in this app.
2017-11-13 14:09:39 -05:00
David Ormsbee
3054ae43fd
Merge pull request #16532 from edx/ormsbee/remove_fonts_shortcut
...
Remove unused OS X shortcut to fonts.
2017-11-13 08:57:45 -05:00
Ayub khan
a1f30644d9
Merge pull request #16541 from edx/LEARNER-2653-minor-code-refactor
...
Minor Code Refactor
2017-11-13 18:54:15 +05:00
ayub-khan
e0d96abf1c
Minor Code Refactor
...
LEARNER-2653
Jenkins translation job pybabel process
was not able to interpret this line
and causing syntax error.
2017-11-13 18:00:00 +05:00
David Ormsbee
5f866c265b
Remove unused OS X shortcut to fonts.
...
Based on the header, it looks like this was a large OS X Alias file,
checked in accidentally.
2017-11-09 17:34:16 -05:00
Troy Sankey
b07402e751
remove unused optparse imports
2017-11-09 15:38:54 -05:00
Marco Morales
9fc58a25bd
Merge pull request #16506 from edx/hrein/responsive-experience/cleanups
...
Styling changes for responsive behavior on LMS.
2017-11-09 14:47:28 -05:00
Harry Rein
aa853a930e
Styling changes for responsive behavior on LMS.
2017-11-09 12:46:48 -05:00
Matt Drayer
5062d49562
Merge pull request #16475 from edx/mattdrayer/ENT-686-3
...
mattdrayer/ENT-686: Enhanced logging for SuccessFactors exceptions
2017-11-09 11:51:01 -05:00
Matt Drayer
6027e5fc1d
mattdrayer/ENT-686: Enhanced logging for SuccessFactors exceptions
2017-11-09 10:00:17 -05:00
John Eskew
80d70f6ecb
Run all touched files through isort.
2017-11-09 09:25:19 -05:00