- 22 Nov, 2013 4 commits
-
-
Ned/pr 1745 lms 1492
Ned Batchelder committed -
Webob represents uploaded files as cgi.FieldStorage objects. The XModule code expects pure Python file objects. Each FieldStorage object is wrapped to present the proper file interface, with file names. LMS-1492
Ned Batchelder committed -
One test passes already, the other fails. Fix in next commit.
Ned Batchelder committed -
These changes prepare for the changes to the tests that are coming, but make no change to the behavior themselves.
Ned Batchelder committed
-
- 21 Nov, 2013 2 commits
-
-
Ned/cherry pick pr 1740
Ned Batchelder committed -
Don Mitchell committed
-
- 20 Nov, 2013 3 commits
-
-
Fix LMS-1493
Calen Pennington committed -
This allows XModules (specifically CombinedOpenEnded) to use ajax_url during their init functions (which would, before, have thrown an exception). [LMS-1493]
Calen Pennington committed -
Under normal operation, XModules are reloaded on each request from a student. CombinedOpenEnded modules have code that runs at initialization that validates the students state. These changes makes that code run during several long-form unit tests (testing CombinedOpenEnded across multiple 'requests'). These tests are marked as expectedFailure because they now exhibit the same failures as observed in [LMS-1493] (namely, the students state gets reset, because CombinedOpenEnded interprets system.ajax_url raising an error as meaning that the problem definition and the student answers are in conflict)
Calen Pennington committed
-
- 19 Nov, 2013 28 commits
-
-
'ignore' shouldn't be use for ascii conversion
John Jarvis committed -
The input string is not expected to contain any unicode characters
John Jarvis committed -
Adding a YAML file to demonstrate how to include anonymized user IDs in Studio elements.
Giulio Gratta committed -
The forcing of IDs to non-draft must happen in base.py instead of draft....
Christina Roberts committed -
fixes issue where STATIC_URL was overwritten without git.revision
John Jarvis committed -
cahrens committed
-
John Jarvis committed
-
John Jarvis committed
-
The draft.py solution only worked when the parent was also in the draft store.
cahrens committed -
John Jarvis committed
-
fixes this commit - https://github.com/edx/edx-platform/commit/5ec77010e3bc0303cdb06ebf32e806936fd36ce6
John Jarvis committed -
298.15 K is 25 C, not 0 (0 is defined to be at 273.15) #os
Sarina Canelake committed -
Review all panel help text in Studio UI for Studio-924
Mark Hoeber committed -
Change dummy locale to Esperanto
Sarina Canelake committed -
merge 2013-11-15 hotfix branch to master
Jim Abramson committed -
Reviewed and updated all on-page panel help text in Studio for clarity, consistency, and brevity. Updated template HTML files to change text STUD-924
Mark Hoeber committed -
Will Daly committed
-
Sarina Canelake committed
-
Declare PYTHONPATH in i18n:test rake task
Sarina Canelake committed -
Alert users when forum AJAX requests fail
Greg Price committed -
AJAX requests on forums pages occasionally fail (usually when a request to the comments service times out), but the user is not made aware of the failure. This manifests as either the system not appearing to store state (e.g. if an attempt to flag a post fails) or something taking forever to load. Now, a modal will pop up to alert the user that a request has failed and instruct them to reload the page. In the longer term, we should fix each user gesture that results in an AJAX call to gracefully handle a failure by resetting the state of the world appropriately and aleritng the user. JIRA: FOR-37
Greg Price committed -
Greg Price committed
-
Flowerhack/feature/refactor to track enrollment
Julia Hansbrough committed -
Sarina Canelake committed
-
Sarina Canelake committed
-
Video player: fix acceptance test.
polesye committed -
polesye committed
-
Signed-off-by: <manuel.freire@fdi.ucm.es>
Manuel Freire committed
-
- 18 Nov, 2013 3 commits
-
-
Giulio Gratta committed
-
LMS: add CSRF token to register form
David Baumgold committed -
Add template for checkboxes to studio.
polesye committed
-