- 21 Aug, 2013 7 commits
-
-
Peter Fogg committed
-
Peter Fogg committed
-
Peter Fogg committed
-
Brian Talbot committed
-
- Internationalize upload errors. - Move upload tests into their own files. - Refactor upload dialog acceptance tests.
Peter Fogg committed -
Authors can upload an image (or choose an existing one) from the settings page, using the in-context uploader from PDF textbooks. Includes tests for backwards compatibility with XML courses -- they used a magic filename (images/course_image.jpg) which is mapped to a location in the Mongo contentstore. Still needs some UX work, though the backend plumbing is there.
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
-
- 16 Aug, 2013 1 commit
-
-
This was confusing translators as didn't make sense in English
James Tauber committed
-
- 12 Aug, 2013 3 commits
-
-
Peter Fogg committed
-
Peter Fogg committed
-
Anton Stupak committed
-
- 09 Aug, 2013 4 commits
-
-
Brian Talbot committed
-
Chris Dodge committed
-
switch the notification to be a prompt and allow for the user to go to the edit unit page which contains the module in error. Otherwise, present the raw exception message and allow user to go to the course outline page.
Chris Dodge committed -
Chris Dodge committed
-
- 07 Aug, 2013 2 commits
-
-
David Baumgold committed
-
cahrens committed
-
- 06 Aug, 2013 7 commits
-
-
Also fixes a bug where message was not sent to user when entering 'denied' state unless the user was previously in 'granted'. Send notification to admin when a user enters 'pending' state. Pylint cleanup.
cahrens committed -
Peter Fogg committed
-
Brian Talbot 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 -
David Baumgold committed
-
- 05 Aug, 2013 7 commits
-
-
Brian Talbot committed
-
alter the HTML editor so that it can do the /static/ <--> /c4x/ substitutions when toggling back and forth between the visual and advanced editors
Chris Dodge committed -
have the Files and Upload pages surface a 'portable_url' which uses the /static/ shorthand which is more portable across course runs
Chris Dodge committed -
Frances Botsford committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Updates comment Make Model descriptor class property. Fix tests
Alexander Kryklia committed
-
- 02 Aug, 2013 2 commits
-
-
Chris Dodge committed
-
Chris Dodge committed
-
- 01 Aug, 2013 6 commits
-
-
David Baumgold committed
-
David Baumgold committed
-
Initialize on every page that has a context_course set
David Baumgold committed -
Brian Talbot committed
-
David Baumgold committed
-
Hitting "Add User" with no email address, or trying to add a user to the course team multiple times
David Baumgold committed
-
- 31 Jul, 2013 1 commit
-
-
Our designers find it helpful to be able to stub out simple views that aren't ready to be seen for production yet, and check them into version control so that other people can see them and provide feedback. This commit introduces a few new files and directories for this purpose, as well as a sample view that will only be seen in dev mode, and never in production.
David Baumgold committed
-