- 29 Jan, 2015 12 commits
-
-
Fix csrf error on studio login
Adam committed -
Add cov_args and extra_args to python unittest commands
Christine Lytwynec committed -
Update UI text for enrollment codes
srpearce committed -
fix settings page not handling unicode (TNL-1237)
Adam committed -
Tyhe sign in form should not be submitted before the submit event is ready to be intercepted. This can occur if the user clicks too fast on the sign in button.
Régis Behmo committed -
Context: We have witnessed multiple, seemingly random "CSRF verification failed" errors while signing in (with valid ID) to the Studio. Explanation: The login form does not initially include a CSRF field. The CSRF header of the request is appended to the studio login request headers by intercepting the form validation. This intercept is performed by the login.js script. Unfortunately, the login.js script is loaded pretty late (at the end of the template). So if the login form is validated sufficiently fast, the login.js script has no time to load and append the X-CSRFToken header to the request. Proposed solution: the CSRF token is already passed to the template via the login view, so we just add a hidden field to the login form to include the csrf token.
Régis Behmo committed -
Make entrance exam field non-editable
Matt Drayer committed -
Matt Drayer committed
-
Decoupled entrance exam scoring from milestone fulfillment
Matt Drayer committed -
Courseware search
Martyn James committed -
Matt Drayer committed
-
Davorin Sego committed
-
- 28 Jan, 2015 28 commits
-
-
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
Andy Armstrong committed -
jsa committed
-
This reverts commit 66b949b7.
Adam Palay committed -
modulestore, in order to separate serializable block data from out-of-band, non-saved, temporary metadata. Eliminate the deepcopy causing performance problems with import/export. https://openedx.atlassian.net/browse/PLAT-416
John Eskew committed -
Calen Pennington committed
-
Calen Pennington committed
-
This fixes two bugs: 1. All statuses were listed as "Unknown" 2. Non-ASCII characters in a header column translation resulted in a 500
Greg Price committed -
David Baumgold committed
-
Bok Choy test now passes
Matt Drayer committed -
Matt Drayer committed
-
Christine Lytwynec committed
-
make course requirement as link
Matt Drayer committed -
Added 'is_entrance_exam' to FILTERED_LIST plus a new bokchoy test
Matt Drayer committed -
Sarina Canelake committed
-
Update "paver i18n_dummy" to compile assets
Sarina Canelake committed -
updating bokchoy version
Christine Lytwynec committed -
Change instances of 'register' to 'enroll'
Renzo Lucioni committed -
Adam Palay committed
-
Sarina Canelake committed
-
Renzo Lucioni committed
-
Matt Drayer committed
-
[TNL-1264] changes the skip link text to the industry standard Skip to main content
Mark Sadecki committed -
Mark Sadecki committed
-
Fix unit tests.
Anton Stupak committed -
Video player branding addition for XuetangX
Chris committed -
Chris Rodriguez committed
-
Fixed transcript skip first line if it contains BOM(Byte Order Mark).
Waheed Ahmed committed
-