- 21 Aug, 2013 40 commits
-
-
JonahStanley committed
-
JonahStanley committed
-
Changed to have a default for device since it isn't always needed Tags are more clear Fixed stylistic issues
JonahStanley committed -
This logic also covers if a lettuce_browser is specified Removing browser matrix from readme
JonahStanley committed -
Also, now lettuce browser can be specified by jenkins
JonahStanley committed -
Conflicts: common/djangoapps/terrain/browser.py
JonahStanley committed -
JonahStanley committed
-
JonahStanley committed
-
Added comment about the feature
JonahStanley committed -
Conflicts: common/djangoapps/terrain/browser.py
JonahStanley committed -
Added tags for tests that will not work on Sauce Changed build name Tightened up logic Conflicts: common/djangoapps/terrain/browser.py Added flag for session name
JonahStanley committed -
JonahStanley committed
-
Refactored more for feature flags
JonahStanley committed -
Conflicts: common/djangoapps/terrain/browser.py
JonahStanley committed -
Browser Matrix Data only applies to latest build information
JonahStanley committed -
Conflicts: common/djangoapps/terrain/browser.py Changed way feature flag was checked Conflicts: common/djangoapps/terrain/browser.py
JonahStanley committed -
Removed other cookie reference
JonahStanley committed -
Added build information. Status image will now display properly
JonahStanley committed -
Added in more desired capabilities and fixed the browser creation Sauce Labs is now updated if the test suite passes or fails
Jay Zoldak committed -
Allow grace periods of > 24 hours.
Peter Fogg committed -
Made the lambda statement more resistant to errors
Jonah Stanley committed -
Made the statement better pylint fix Accidently left off parameter Removed logout
JonahStanley committed -
Peter Fogg committed
-
WIP: Peter fogg/course image upload
Peter Fogg committed -
update the PDF textbook url paths as well as update wiki_slug when impor...
chrisndodge committed -
Move course modes to common and enable in Studio admin
Diana Huang committed -
Make it so that students who are not enrolled cannot see the forum
Kevin Chugh committed -
Your Name committed
-
Your Name committed
-
Your Name committed
-
Peter Fogg committed
-
Diana Huang committed
-
Your Name committed
-
Peter Fogg committed
-
Peter Fogg committed
-
Also change the file uploader to accept multiple file types.
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
-