- 06 Aug, 2013 4 commits
-
-
David Baumgold committed
-
Peter Fogg committed
-
Peter Fogg committed
-
This is to be used with VideoAlpha's functionality allowing a choice of multiple HTML5 video sources.
Peter Fogg committed
-
- 05 Aug, 2013 1 commit
-
-
Updates comment Make Model descriptor class property. Fix tests
Alexander Kryklia committed
-
- 01 Aug, 2013 2 commits
-
-
Initialize on every page that has a context_course set
David Baumgold committed -
Peter Fogg committed
-
- 22 Jul, 2013 5 commits
-
-
Peter Fogg committed
-
Peter Fogg committed
-
Brian Talbot committed
-
Peter Fogg committed
-
Peter Fogg committed
-
- 16 Jul, 2013 1 commit
-
-
Instead, we use XModule field default values when creating an empty XModule. Driven by this use case, we also allow for XModules to be created in memory without being persisted to the database at all. This necessitates a change to the Modulestore api, replacing clone_item with create_draft and save_xmodule.
Don Mitchell committed
-
- 12 Jul, 2013 1 commit
-
-
David Baumgold committed
-
- 11 Jul, 2013 2 commits
-
-
Peter Fogg committed
-
Peter Fogg committed
-
- 10 Jul, 2013 2 commits
-
-
Peter Fogg committed
-
Peter Fogg committed
-
- 09 Jul, 2013 22 commits
-
-
David Baumgold committed
-
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
-
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 -
minShown = 1250, closeIcon = false
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
-