- Nov 20, 2013
-
-
Calen Pennington authored
This allows XModules (specifically CombinedOpenEnded) to use ajax_url during their init functions (which would, before, have thrown an exception). [LMS-1493]
-
Calen Pennington authored
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)
-
- Nov 19, 2013
-
-
John Jarvis authored
'ignore' shouldn't be use for ascii conversion
-
John Jarvis authored
The input string is not expected to contain any unicode characters
-
Giulio Gratta authored
Adding a YAML file to demonstrate how to include anonymized user IDs in Studio elements.
-
Christina Roberts authored
The forcing of IDs to non-draft must happen in base.py instead of draft....
-
John Jarvis authored
fixes issue where STATIC_URL was overwritten without git.revision
-
cahrens authored
-
John Jarvis authored
-
John Jarvis authored
-
cahrens authored
The draft.py solution only worked when the parent was also in the draft store.
-
John Jarvis authored
-
John Jarvis authored
fixes this commit - https://github.com/edx/edx-platform/commit/5ec77010e3bc0303cdb06ebf32e806936fd36ce6
-
Sarina Canelake authored
298.15 K is 25 C, not 0 (0 is defined to be at 273.15) #os
-
Mark Hoeber authored
Review all panel help text in Studio UI for Studio-924
-
Sarina Canelake authored
Change dummy locale to Esperanto
-
Jim Abramson authored
merge 2013-11-15 hotfix branch to master
-
Mark Hoeber authored
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
-
Will Daly authored
-
Sarina Canelake authored
-
Sarina Canelake authored
Declare PYTHONPATH in i18n:test rake task
-
Greg Price authored
Alert users when forum AJAX requests fail
-
Greg Price authored
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 authored
-
Julia Hansbrough authored
Flowerhack/feature/refactor to track enrollment
-
Sarina Canelake authored
-
Sarina Canelake authored
-
polesye authored
Video player: fix acceptance test.
-
polesye authored
-
Manuel Freire authored
Signed-off-by:
<manuel.freire@fdi.ucm.es>
-
- Nov 18, 2013
-
-
Giulio Gratta authored
-
David Baumgold authored
LMS: add CSRF token to register form
-
polesye authored
Add template for checkboxes to studio.
-
Giulio Gratta authored
Stop video skipping links from showing up when not needed and address the issue of skip links for multiple videos.
-
John Jarvis authored
adding override for GITHUB_REPO_ROOT
-
John Jarvis authored
-
John Jarvis authored
allow override for STATIC_URL
-
John Jarvis authored
This is the base directory for course data
-
Giulio Gratta authored
Stop video skipping links from showing up when not needed and address the issue of skip links for multiple videos. Fixes BLD-521
-
John Jarvis authored
-