- 11 Dec, 2014 1 commit
-
-
TNL-884
zubair-arbi committed
-
- 09 Dec, 2014 1 commit
-
-
This commit puts a limit on the size of files that course staff can upload to MongoDB. The limit is enforced on the frontend in javascript as well as backend via the /upload endpoint. The limit is hard-coded in cms/envs/common.py and may be changed according to the user's custom needs. If the user tries to upload a file that's too large, an error message will pop up, with a customizable url that pointing the user to an external page with an alternate upload procedure. This url is specified im cms/envs/common.py. If not set, this url will not be displayed.
Jim committed
-
- 05 Dec, 2014 1 commit
-
-
TNL-649
Andy Armstrong committed
-
- 20 Nov, 2014 1 commit
-
-
polesye committed
-
- 10 Nov, 2014 2 commits
- 06 Nov, 2014 1 commit
-
-
TNL-683
cahrens committed
-
- 03 Nov, 2014 1 commit
-
-
TNL-138
zubair-arbi committed
-
- 30 Oct, 2014 1 commit
-
-
TNL-291
Daniel Friedman committed
-
- 24 Oct, 2014 1 commit
-
-
TNL-554
zubair-arbi committed
-
- 20 Oct, 2014 1 commit
-
-
polesye committed
-
- 03 Oct, 2014 1 commit
-
-
Oleg Marshev committed
-
- 02 Oct, 2014 1 commit
-
-
cahrens committed
-
- 01 Oct, 2014 1 commit
-
-
TNL-163
Andy Armstrong committed
-
- 11 Sep, 2014 1 commit
-
-
Nimisha Asthagiri committed
-
- 10 Sep, 2014 1 commit
-
-
This test is failing in a different test environment (Solano) because the built html has reversed the order of the width and height attributes from what we are expecting. This change focuses the assertion to the pieces that are important (as noted in the unchanged comment above the assertion).
Ben Patterson committed
-
- 08 Sep, 2014 1 commit
-
-
STUD-2017
zubair-arbi committed
-
- 26 Aug, 2014 2 commits
-
-
This commit adds validation for course advanced settings. Currently when course administrators make invalid changes in the Settings/Advanced Settings tab, they're not notified through a new modal window of the list of invalid settings changes. * Extending CourseMetadata - Previously, we only had update_from_json method in CourseMetadata.py, and it was only validating one field every POST request. - Now we have validate_and_update_from_json method that encapsulates the functionality of update_from_json into a validation call - To avoid discrepancy of validation standards between modules, validation uses the from_json method implemented to each field in xblock. * Different Response in advanced settings ajax requests - After receiving a POST ajax request, course.py calls validate_and_update_from_json, and sends a json object of either: 1) valid course metadata model 2) error objects * Error Messages shown in validation-error-modal - error objects passed through ajax are shown in a separate modal.
Se Won Jang committed -
zubair-arbi committed
-
- 22 Aug, 2014 3 commits
-
-
Alexander Kryklia committed
-
TNL-56
cahrens committed -
Oleg Marshev committed
-
- 21 Aug, 2014 18 commits
-
-
TNL-46 I've changed Studio to catch JavaScript errors when rendering xblocks, log the error, but to then continue as normal. This means that the user is still able to interact with the xblock to delete, duplicate etc. This seems reasonable as the xblock is only rendered as a WYSIWYG representation so if it isn't fully interactive that shouldn't be a big problem.
Andy Armstrong committed -
Ben McMorran committed
-
Ben McMorran committed
-
Ben McMorran committed
-
Ben McMorran committed
-
Ben McMorran committed
-
Ben McMorran committed
-
Ben McMorran committed
-
Ben McMorran committed
-
Ben McMorran committed
-
Ben McMorran committed
-
Ben McMorran committed
-
Mat Peterson committed
-
Brian Talbot committed
-
Mat Peterson committed
-
Mat Peterson committed
-
Mat Peterson committed
-
Studio: adding course re-run-centric static template rendering * initial HTML for dashboard states * initial HTML for new course re-run view/form * initial HTML placeholder for outline alert UI Conflicts: cms/templates/index.html Studio: adding styling for course re-run-centric views * adding new view/page mast-wizard type * refactoring create course/element form styling * adding course re-run view specific styling * adding courses processing styling (w/ alerts and status) Course rerun server-side updates: support display_name and DuplicateCourseError. Studio: further design revisions and tweaks from feedback * removing new window attribute from re-run control * removing links from processing courses * revising look/feel of dismiss action on dashboard + alert * correcting font-weight of dashboard processing title * adding extra space to course rerun action on dashboard * re-wording secondary cancel action on rerun view Conflicts: cms/templates/index.html Added interation on unsucceeded courses in dashboard Studio: removing 'rel=external' property from course re-run actions Studio: removing hover styles for processing courses Fixed value bug in split and set course listing to display run moved task.py for rerun
Mathew Peterson committed
-