- 02 Apr, 2014 1 commit
-
-
The old-style chinese language codes used in django 1.4 series are now deprecated, as discussed here: https://code.djangoproject.com/ticket/18419. Although majority of browsers still use the old-style language codes, some new browsers such as IE11 in Windows 8.1 start to use the new-style names instead of old-style ones which makes the current chinese translations of edX can't work properly under these browsers. As there is no easy way for edX to change a higher version of django, I think we could do some mapping here so that the users who use IE11 in Windows 8.1 or other browsers that use the new-style names can view correct translations. Also, this fix will make users who use one of the language codes: zh-hk , zh-sg and zh-mo can see the correct translations.
louyihua committed
-
- 01 Apr, 2014 13 commits
-
-
Actually push json parsing all the way down to the bottom of the GradingService get and post methods
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Dave St.Germain committed
-
1. Add space between threads 2. Change Show/Hide to Expand/Collapse and visually separate it 3. Limit a thread to 700px high and scroll if longer Co-authored-by: marco <marcotuts@gmail.com>
Greg Price committed -
Calen Pennington committed
-
Calen Pennington committed
-
Part of the process for removing CoffeeScript from edx-platform dependencies. Covering XModule with JavaScript Jasmine unit tests.
Valera Rozuvan committed -
polesye committed
-
ORA-351
Waheed Ahmed committed
-
- 31 Mar, 2014 4 commits
-
-
Covers external grading and certificates.
Diana Huang committed -
This reverts commit b4ba04ba.
Alexander Kryklia committed -
Alexander Kryklia committed
-
Fix donwload subs for non youtube videos and non-en language - continue. Add acceptance tests. Add detetion of assets on request. Updated docstring. Add fixes and acceptance tests. Fix acceptance tests. Update docsrtings and cleanup code, resful for language_id. Specify exception type in POST. Fix url in upload module. Improve exception handling. Remove 'en' and catching in editable_metadata. Move descriptor.get_context test to lms tests. Add query parameter to translation dispatch. Response to format parameter of translatin GET request. Fix Acceprance test: Metadata Editor. move handlers to proper scores. Split video player into smaller files. Add ugettext and fix typoes. Add changelog. Support for downloading non-ascii filenames. Change event binding. Add content-language to download requests. Reractor POST handler to not update self.transcripts.
Alexander Kryklia committed
-
- 29 Mar, 2014 1 commit
-
-
If there are several videos on page, make sure that the global onYouTubeIframeAPIReady function is properly setup so that all callbacks are trigerred when the YouTube API loads. BLD-972
Valera Rozuvan committed
-
- 28 Mar, 2014 7 commits
-
-
Jay Zoldak committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Adam Palay committed
-
Settings for ENABLE_STUDENT_NOTES and ENABLE_TEXTBOOK in CMS. Do not display empty collection tabs. Updated Changelog.
Nimisha Asthagiri committed -
Nimisha Asthagiri committed
-
1.) Making YouTube mock server serve YouTube API. 2.) Adding ability to block YouTube API from YouTube mock server. 3.) Adding acceptance tests that check YouTube mock server for availability of YouTube API, and for it's ability to block YouTube API. Part of BLD-939.
Valera Rozuvan committed
-
- 27 Mar, 2014 5 commits
-
-
XBlocks can and should use the "publish" method provided by the runtime to emit analytical events. In theory we could now start replacing calls to track_function with calls to publish, however, that migration is not handled by this change. Fixes: AN-789
Gabe Mulley committed -
Dave St.Germain committed
-
Dave St.Germain committed
-
Included information on how to launch the server on its own. EOF
Valera Rozuvan committed -
Valera Rozuvan committed
-
- 26 Mar, 2014 2 commits
- 25 Mar, 2014 2 commits
-
-
LMS-2436
Usman Khalid committed -
Will Daly committed
-
- 24 Mar, 2014 5 commits
-
-
Dave St.Germain committed
-
Dave St.Germain committed
-
html from getting onto the page. The client will then unescape the html and display it.
Dave St.Germain committed -
All YouTube urls are defined on backend side.
Valera Rozuvan committed -
cahrens committed
-