- Jan 29, 2015
-
-
David Baumgold authored
Add classes to cohort selector element group
-
Mark Hoeber authored
Platform API Doc Update
-
Chris authored
Adding ARIA label to selected conversation
-
Jesse Zoldak authored
skip flaky test - test_immediate_verification_enrollment
-
Adam authored
Fix csrf error on studio login
-
Christine Lytwynec authored
Add cov_args and extra_args to python unittest commands
-
Mark Hoeber authored
-
srpearce authored
Update UI text for enrollment codes
-
Jesse Zoldak authored
ECOM-1007
-
Chris Rodriguez authored
-
Chris Rodriguez authored
-
Adam authored
fix settings page not handling unicode (TNL-1237)
-
Régis Behmo authored
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 authored
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.
-
Matt Drayer authored
Make entrance exam field non-editable
-
Matt Drayer authored
-
Matt Drayer authored
Decoupled entrance exam scoring from milestone fulfillment
-
Martyn James authored
Courseware search
-
Matt Drayer authored
-
Davorin Sego authored
-
- Jan 28, 2015
-
-
Andy Armstrong authored
Revert "Add RequireJS and RequireJS Optimizer configuration to the LMS"
-
jsa authored
-
Adam Palay authored
This reverts commit 66b949b7.
-
John Eskew authored
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
-
Calen Pennington authored
-
Calen Pennington authored
-
Greg Price authored
This fixes two bugs: 1. All statuses were listed as "Unknown" 2. Non-ASCII characters in a header column translation resulted in a 500
-
David Baumgold authored
-
Jonathan Piacenti authored
-
Jonathan Piacenti authored
Retriggring Jenkins build
-
Matt Drayer authored
Bok Choy test now passes
-
Matt Drayer authored
-
Christine Lytwynec authored
-
Matt Drayer authored
make course requirement as link
-
Matt Drayer authored
Added 'is_entrance_exam' to FILTERED_LIST plus a new bokchoy test
-
Sarina Canelake authored
-
Sarina Canelake authored
Update "paver i18n_dummy" to compile assets
-
Christine Lytwynec authored
updating bokchoy version
-
Renzo Lucioni authored
Change instances of 'register' to 'enroll'
-