- 30 Jan, 2015 6 commits
-
-
Bump XBlock version to include unique default field values
David Baumgold committed -
Get user anonymous id via xblock user service.
Muzaffar yousaf committed -
TinyMCE RTL in course bulk email
Sarina Canelake committed -
ECOM-1002 fixed issue of grey background for logistration page. Also fix...
AlasdairSwan committed -
Better Content Library Block Incompatible Modulestore Warning (SOL-225)
Xavier Antoviaque committed -
Braden MacDonald committed
-
- 29 Jan, 2015 34 commits
-
-
Remove old payment and verification flow
Renzo Lucioni committed -
Fix "No data to report" coverage errors in bok choy tests
Christine Lytwynec committed -
Jonathan Piacenti committed
-
ECOM-1002 fixed issue of grey background for logistration page. Also fixed focus issue when toggling between forms - as raised by @cptvitamin
AlasdairSwan committed -
Christine Lytwynec committed
-
Fix flaky bok-choy tests caused by malformed URL
Renzo Lucioni committed -
avoid database error when recording task exception
Jim Abramson committed -
Fix pep8 violation.
Ben Patterson committed -
Ben Patterson committed
-
Add classes to cohort selector element group
David Baumgold committed -
Renzo Lucioni committed
-
Platform API Doc Update
Mark Hoeber committed -
Adding ARIA label to selected conversation
Chris committed -
jsa committed
-
skip flaky test - test_immediate_verification_enrollment
Jesse Zoldak committed -
Removes old payment and verification endpoints, views, templates, and tests, making the new split flow the default. The SEPARATE_VERIFICATION_FROM_PAYMENT feature flag is also removed.
Renzo Lucioni committed -
Fix csrf error on studio login
Adam committed -
Add cov_args and extra_args to python unittest commands
Christine Lytwynec committed -
Mark Hoeber committed
-
Update UI text for enrollment codes
srpearce committed -
ECOM-1007
Jesse Zoldak committed -
Chris Rodriguez committed
-
Chris Rodriguez committed
-
TNL-1185
muzaffaryousaf committed -
fix settings page not handling unicode (TNL-1237)
Adam committed -
TNL-1185
muzaffaryousaf 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 -
TNL-1185
muzaffaryousaf 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
-