- 13 Dec, 2014 1 commit
-
-
[PLAT-217]
Calen Pennington 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
-
- 01 Oct, 2014 1 commit
-
-
TNL-163
Andy Armstrong committed
-
- 24 Jul, 2014 1 commit
-
-
polesye committed
-
- 04 Feb, 2014 1 commit
-
-
Make XBlock client-side runtimes proper classes, so that handlerUrl can be defined in a per-runtime way, and we can have multiple runtimes on a single page. [LMS-1630][LMS-1421][LMS-1517]
Calen Pennington committed
-
- 06 Jan, 2014 1 commit
-
-
These changes implement STUD-813. The commit consists of the following logical changes: - a REST API has been implemented for a course's assets - the page itself now fetches the assets client-side - the Backbone.Paginator library is used to support pagination - the AssetCollection has been refactored to extend Backbone.Paginator.requestPager so that it can be paged - an abstract PagingView class has been added to generalize the communication with a paging REST API - the AssetsView has been reimplemented to extend PagingView - two new child views have been added: - PagingHeader: the paging controls above the list of assets - PagingFooter: the paging controls below the assets
Andy Armstrong committed
-
- 17 Dec, 2013 1 commit
-
-
polesye committed
-
- 18 Oct, 2013 1 commit
-
-
[LMS-57]
Calen Pennington committed
-
- 08 Oct, 2013 1 commit
-
-
David Baumgold committed
-
- 04 Oct, 2013 1 commit
-
-
David Baumgold committed
-
- 29 Aug, 2013 1 commit
-
-
STUD-669.
cahrens committed
-
- 27 Aug, 2013 1 commit
-
-
Will Daly committed
-