- 04 Feb, 2015 1 commit
-
-
TNL-836
muzaffaryousaf committed
-
- 03 Feb, 2015 1 commit
-
-
These were found by the new pylint checker I wrote! :)
Ned Batchelder committed
-
- 02 Feb, 2015 4 commits
-
-
Fix link stylings in LMS and CMS footers
Sarina Canelake committed -
Calen Pennington committed
-
Bertrand Marron committed
-
Dino Cikatic committed
-
- 30 Jan, 2015 3 commits
-
-
Martyn James committed
-
This provides a better UX for video uploaders, because recent uploads are readily visible at the beginning of the table.
Greg Price committed -
[OPEN-444]
Sarina Canelake committed
-
- 29 Jan, 2015 7 commits
-
-
Jonathan Piacenti committed
-
jsa 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 -
Matt Drayer committed
-
Davorin Sego committed
-
- 28 Jan, 2015 8 commits
-
-
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
-
Adam Palay committed
-
Matt Drayer committed
-
Mark Sadecki committed
-
Chris Rodriguez committed
-
TNL-935
Waheed Ahmed committed
-
- 27 Jan, 2015 2 commits
-
-
[second attempt which addresses bug building Studio]
Will Daly committed -
Omar Al-Ithawi committed
-
- 26 Jan, 2015 3 commits
-
-
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 -
The CSS is also restructured a bit to style both the progress bar and the status text based on the state of the upload using a single class on the parent element.
Greg Price committed -
David Baumgold committed
-
- 22 Jan, 2015 1 commit
-
-
David Baumgold committed
-
- 21 Jan, 2015 2 commits
-
-
Braden MacDonald committed
- 20 Jan, 2015 3 commits
-
-
Respond to review comments: - Rename build and config files for consistency between lms/studio. - Fix merge conflicts with lms require config. - Devstack uses optimized pipeline to skip require JS optimizer step - Add tests for render_require_js_path_overrides
Will Daly committed -
Fix i18n for video status strings (broken in commit 4b53f4df) and remove unnecessary complexity from a test case. This also removes the status whitelist in the video upload configuration. Because status is included in the CSV report, it is not necessary to filter the included videos by status.
Greg Price committed -
TNL-1142
Daniel Friedman committed
-
- 19 Jan, 2015 1 commit
-
-
Several IE bugs have been fixed in 2.4.
Matjaz Gregoric committed
-
- 17 Jan, 2015 1 commit
-
-
Marco Re committed
-
- 16 Jan, 2015 3 commits
-
-
Martyn James committed
-
returns XBlockuser with 2 data layers
Jason Bau committed -
path.py objects report themselves as class objects, which confuses the heck out of pylint. It tries to match variable names using the class-rgx regular expression instead of the constant-rgx regular expression, and it doesn't match, so it throws an error. Not sure how to fix pylint, so we'll just ignore these errors.
David Baumgold committed
-