- 05 May, 2016 1 commit
-
-
Usman Khalid committed
-
- 22 Apr, 2016 1 commit
-
-
muzaffaryousaf committed
-
- 04 Apr, 2016 1 commit
-
-
FEDX-117
Andy Armstrong committed
-
- 26 Aug, 2015 1 commit
-
-
muhammad-ammar committed
-
- 15 Jun, 2015 1 commit
-
-
TNL-2384 Refactored Studio's PagingView to use RequireJS Text and moved it to common so that it can also be used by LMS.
Andy Armstrong committed
-
- 21 May, 2015 1 commit
-
-
Thomas Young committed
-
- 01 Oct, 2014 1 commit
-
-
TNL-163
Andy Armstrong committed
-
- 15 Jul, 2014 1 commit
-
-
STUD-1963
cahrens committed
-
- 09 Apr, 2014 3 commits
-
-
Andy Armstrong committed
-
Andy Armstrong committed
-
STUD-1306
Andy Armstrong committed
-
- 16 Dec, 2013 1 commit
-
-
STUD-1040
cahrens committed
-
- 05 Dec, 2013 2 commits
-
-
David Baumgold committed
-
STUD-945
David Baumgold committed
-
- 04 Oct, 2013 1 commit
-
-
David Baumgold committed
-
- 21 Aug, 2013 2 commits
-
-
- Internationalize upload errors. - Move upload tests into their own files. - Refactor upload dialog acceptance tests.
Peter Fogg committed -
Previously the file upload dialog was PDF- and textbook-specific. The changes are adding parameters to the FileUpload model for the file type, and adding an onSuccess callback to the UploadDialog view. Also moved upload-specific SASS into its own file.
Peter Fogg committed
-
- 11 Jul, 2013 1 commit
-
-
Peter Fogg committed
-
- 09 Jul, 2013 21 commits
-
-
David Baumgold committed
-
Previously, for a textbook with only one chapter, we allowed that chapter to not have a title -- under the assumption that it would be shown as a monolithic textbook, instead of a chaptered textbook. However, the UI doesn't support that idea, the code was getting a bit messy, and there was no real benefit to the idea of not having to specify a chapter title. This commit removes that special case, and ensures that all textbook chapters must have a name and an asset path.
David Baumgold committed -
David Baumgold committed
-
Previously, when a model was deleted, the entire collection would save itself to the server again. Now, we just call model.destroy(), which doesn't affect other models.
David Baumgold committed -
David Baumgold committed
-
Created a few RESTful API endpoints, which required creating and assigning arbitrary IDs to PDF textbooks. Changed the Backbone views to save individual models, instead of saving a whole collection.
David Baumgold committed -
David Baumgold committed
-
David Baumgold committed
-
Previously, the code would dynamically add a chapter on render() if the textbook had no chapters, and would remove all empty chapters when the edit view was closed. Now, the render method doesn't modify the model at all anymore (yay!) and when the edit view is closed, remove all empty chapters but be sure to leave at least one left.
David Baumgold committed -
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
Textbooks now have an empty chapterset by default, instead of one with one empty chapter. The TextbookEdit view dynamically adds an empty chapter if the chapterset is empty; the close button removes all empty chapters from the chapterset.
David Baumgold committed -
David Baumgold committed
-
All other file types will trigger a validation error
David Baumgold committed -
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-