Awais
0ca586f65b
If enrollment mode is credit then upgrade message should not appear.
...
Fixing certificates for credit mode.
ECOM-1988
2015-09-29 20:56:32 +05:00
Ben Patterson
2fd6add524
Revert "Merge DRF 3.1 in to master"
2015-09-28 17:12:43 -04:00
Brian Beggs
53524efbd8
Fixes for rebasing of the release on 2015-09-23
2015-09-28 11:52:33 -04:00
Will Daly
322db6de7a
TNL-3316: Error on Insights performance report
...
Preserve DRF v2 behavior of defaulting to None
for missing keys in the grading policy dictionary.
2015-09-28 11:52:32 -04:00
Will Daly
d11ccad0fc
Upgrade djangorestframework to v3.1
...
* Upgrade edx-submissions
* Upgrade edx-ora2
* Upgrade edx-val
* Upgrade edx-proctoring
* Update all edx-platform code that depends on DRF, including:
- auth_exchange
- cors_csrf
- embargo
- enrollment
- util
- commerce
- course_structure
- discussion_api
- mobile_api
- notifier_api
- teams
- credit
- profile_images
- user_api
- lib/api (OAuth2 and pagination)
2015-09-28 11:52:30 -04:00
David Baumgold
78f8fc39e8
Merge pull request #9922 from edx/cdodge/proctoring-2015-10-01
...
bump version of edx-proctoring to 0.9.11
2015-09-28 11:37:11 -04:00
Brian Beggs
fd7fe3d04d
Merge pull request #9915 from edx/release
...
Merging hotfix 2015-09-24 back in to master
2015-09-28 11:11:41 -04:00
Matt Drayer
5374f10daa
Merge pull request #9925 from edx/saleem-latif/MAYN-131
...
MAYN-131: Update Unsupported Browser message
2015-09-28 10:01:44 -04:00
Marco Morales
ad5aab4cc1
Merge pull request #9666 from edx/marco/UX-2586/discussions-profile-photos
...
Discussion post cleanup (in preparation for post author images support)
2015-09-28 09:12:42 -04:00
Saleem Latif
5b985a5914
updated error message
2015-09-28 16:20:57 +05:00
Chris Dodge
3b650133bf
bump version of edx-proctoring to 0.9.11
2015-09-27 17:53:13 -04:00
chrisndodge
e58fe799d8
Merge pull request #9917 from edx/cdodge/put-back-icon-indicator
...
edx-procoting will be passing back which font-awesome icon to use
2015-09-25 20:16:28 -04:00
Chris Dodge
7b980b82e8
edx-procoting will be passing back which font-awesome icon to use
2015-09-25 12:17:00 -04:00
Christine Lytwynec
80dafc2133
Merge pull request #9506 from edx/clytwynec/AC-157
...
Manage focus on delete component modal
2015-09-25 08:58:26 -04:00
Braden MacDonald
b98956bdf6
Merge pull request #9672 from open-craft/tpa-providers-api
...
Initial implementation of API for listing a user's third party auth providers
2015-09-24 15:52:52 -07:00
clrux
5ad3ed4d38
Merge pull request #9899 from edx/clrux/ac-76-fixup
...
LMS: replacing proctoring markup from accordion
2015-09-24 14:59:01 -04:00
Chris Rodriguez
b49f9104b8
LMS: replacing proctoring markup from accordion
2015-09-24 13:21:37 -04:00
Andy Armstrong
5316cbee02
Merge pull request #8809 from edx/zoldak/update-sinon
...
Update Sinon library
2015-09-24 13:17:03 -04:00
clrux
8076da139c
Merge pull request #9775 from edx/clrux/ac-147
...
Addressing contrast and hover states for 'clear filters' button on the find courses page
2015-09-24 12:08:14 -04:00
Chris Rodriguez
e3035a8fab
LMS: a11y contrast fixes for find course page
2015-09-24 11:11:07 -04:00
Eric Fischer
cf5d5666a3
Merge pull request #9794 from edx/efischer/prevent_doubleclick
...
TNL 3294 - Prevent double click creating multiple teams
2015-09-24 11:01:43 -04:00
clrux
56dae32308
Merge pull request #9773 from edx/clrux/ac-173
...
LMS: increasing contrast of footer text
2015-09-24 10:57:58 -04:00
clrux
29a7db12c3
Merge pull request #9772 from edx/clrux/ac-172
...
Increasing contrast in gray meta/date text on course dashboard
2015-09-24 10:57:03 -04:00
Jesse Zoldak
1aa181c90a
Update sinon to version 1.17.0
2015-09-24 10:55:48 -04:00
Ned Batchelder
45176c7254
Merge pull request #9868 from louyihua/i18n_fix
...
i18n fix
2015-09-24 10:23:58 -04:00
Matt Drayer
e51c4f23d3
Merge pull request #9822 from edx/saleem-latif/SOL-565
...
saleem-latif/SOL-565
2015-09-24 10:19:43 -04:00
Eric Fischer
02b72abccb
Disable button while running
...
Now using withDisabledElement to prevent multiple event handling. I've
attempted to write this as a common function in view_utils, so that this
approach can be used more generally, wherever needed. Includes a unit test.
Thanks to Christina and Andy for all their help on this one.
2015-09-24 10:13:30 -04:00
louyihua
66678c103f
i18n fix
...
1. Add missing '_()' in capa_base.py & video_xfields.py
2. Fix a bug in instructor_dashboard.py that causes crash when ANALYTICS_DASHBOARD_NAME contains non-ascii characters.
3. Workaround for mis-extractions inside .underscore files when using gettext along with interpolate.
2015-09-24 13:02:12 +08:00
Andy Armstrong
b2a0b2f728
Improve response handling in AjaxHelpers
...
I've changed the logic so that AjaxHelpers keeps
track of which requests have not yet had mock
responses sent. This ensures that every response
is handled before moving on to the next one,
rather than always handling the last request.
My intention is that this won't allow bugs to creep
in where a request isn't fired and instead the test
responds to an old request. It also should ensure
that extra events aren't accidentally fired.
2015-09-23 20:23:09 -04:00
Andy Armstrong
7280a58711
Merge pull request #9885 from edx/andya/teams-router-testing
...
Improve team testing of routers
2015-09-23 19:53:30 -04:00
Akiva Leffert
5e2290f9ed
Merge pull request #9726 from edx/aleffert/all-responsive
...
Remove "responsive" check before deciding whether to add a viewport tag.
2015-09-23 19:10:50 -04:00
Brian Beggs
a9643c6723
Merge pull request #9896 from edx/mattdrayer/release/SOL-1230
...
mattdrayer/release/SOL-1230
2015-09-23 18:49:32 -04:00
Brian Beggs
e9fceb8bc2
Merge pull request #9891 from edx/release
...
merge release in to master for release 2015-09-22
2015-09-23 18:09:01 -04:00
Akiva Leffert
73e976ae85
Remove "responsive" check before deciding whether to add a viewport tag.
...
We also need to ensure that this tag is presented when loading xblocks
via the mobile app anyway. Since we're fine just giving responsive
content to everyone we don't need this check any more.
JIRA: https://openedx.atlassian.net/browse/MA-960?filter=13805
2015-09-23 16:07:41 -04:00
Brian Beggs
c26bb9188a
Revert "Upgrade django-pipeline and staticfiles"
2015-09-23 15:52:24 -04:00
Brian Beggs
4c05fa4f49
Merge pull request #9803 from edx/usman/use-included-staticfiles-app
...
Upgrade django-pipeline and staticfiles
2015-09-23 15:50:39 -04:00
Zia Fazal
2bd26fc0e4
fixed bug in certificate html view
...
Fixed bug: When certificate id previewed by a user who already has a
certificate generated with different mode it would not display
certificate in right preview mode.
2015-09-23 15:12:32 -04:00
clrux
0b64f2d612
Merge pull request #9525 from edx/clrux/ac-76
...
LMS: Course navigation revamp
2015-09-23 14:26:10 -04:00
Ahsan Ulhaq
508ded2673
LMS: course navigation menu refactor
2015-09-23 13:13:18 -04:00
Andy Armstrong
d09034e065
Improve team testing of routers
2015-09-23 13:10:46 -04:00
Sarina Canelake
b7a432c2eb
Merge pull request #9786 from OmarIthawi/edraak/descriptive-dashboard-title
...
More descriptive dashboard title
2015-09-23 13:05:08 -04:00
Bill DeRusha
d75a36a347
Merge pull request #9853 from edx/bderusha/mailchimp-sync
...
Add mailchimp list fields and config for new users
2015-09-23 12:44:57 -04:00
Saleem Latif
05a72486f3
date format "Monday at 3pm UTC" added for courses starting with-in 5 days
2015-09-23 12:17:08 +05:00
Frances Botsford
5a740961a4
override wrapper-msg styles for auto-cert
2015-09-22 16:27:46 -04:00
Matt Drayer
fac7b24872
Merge pull request #9863 from edx/ziafazal/SOL-1230
...
SOL-1230: fixed bug in certificate html view
2015-09-22 12:30:21 -04:00
Usman Khalid
158bdf4d09
Use django.contrib.staticfiles instead of django-staticfiles.
...
TNL-3137
2015-09-22 20:39:44 +05:00
Usman Khalid
1e799eb508
Upgrade to django-pipeline v.1.5.3.
...
TNL-3137
2015-09-22 20:39:43 +05:00
wajeeha-khalid
242c4c83f6
Merge pull request #9759 from edx/jia/MA-1212
...
MA-1212 - Discussion API: add response_count field in GET single thread
2015-09-22 19:43:05 +05:00
Bill DeRusha
ccc43cfe98
Add mailchimp list fields and config for new users
2015-09-22 10:24:24 -04:00
wajeeha-khalid
8e9e94df43
Merge pull request #9847 from edx/jia/MA-1305
...
MA-1305 - formatted author label to Staff & Community TA
2015-09-22 18:45:25 +05:00