- Sep 30, 2013
-
-
jmclaus authored
-
Jason Bau authored
-
Jason Bau authored
make ENABLE_SHOPPING_CART truly optional
-
Jason Bau authored
course_about was throwing 500s if ENABLE_SHOPPING_CART=False
-
Carlos Andrés Rocha authored
Fix course enrollment count in instructor dashboard
-
Ned Batchelder authored
Add .noseids to .gitignore, but first organize it.
-
Carlos Andrés Rocha authored
Fix AN-115
-
Ned Batchelder authored
-
Ned Batchelder authored
-
jmclaus authored
First caption does not display outline on initial mouseover.
-
- Sep 27, 2013
-
-
Vik Paruchuri authored
Streamling, test, and fix issues with image uploading
-
Don Mitchell authored
old pr 271 comment fixups
-
Vik Paruchuri authored
Clean up open ended problems view and fix error.
-
Vik Paruchuri authored
Streamline and test uploading ... remove requirement that uploads be images, can now upload any file.
-
Don Mitchell authored
-
Calen Pennington authored
Move nose arguments around so that we can run tests with manage.py
-
Don Mitchell authored
Move init to top of class Change asserts to more meaningful exception types Refactor hard-to-read fn
-
Vik Paruchuri authored
-
e0d authored
Upgrading to 1.4.8
-
Usman Khalid authored
Disables the previous/next arrows on pdf books on the first/last pages
-
Calen Pennington authored
-
Usman Khalid authored
Added setting to disable 'find courses' links
-
Usman Khalid authored
-
brianhw authored
Move Pearson courseware imports to function level.
-
Giulio Gratta authored
An assortment of small OE changes, both for ICE and standard
-
Giulio Gratta authored
- Changed save OE message text - Fix ICE legend positioning and content - Add space to "offensive" checkbox - Change tracker variable in undo to correct one
-
Calen Pennington authored
Pull XModule attributes out into a mixin that can be applied to xblocks
-
jkarni authored
Adding Pillow jpeg and tiff system libs
-
Calen Pennington authored
-
Jay Zoldak authored
update discussion forum doc
-
Brian Wilson authored
-
Usman Khalid authored
-
Calen Pennington authored
Clean up after hotfix to fix xml loading for import
-
jmclaus authored
Fix for PR 1119.
-
Usman Khalid authored
-
Valera Rozuvan authored
A Jasmine test was falling. It went unnoticed. The PR was merged. This is a fix for it.
-
jmclaus authored
caption display problem
-
Calen Pennington authored
We had a bug where mixins weren't being applied before `load_from_xml` was called. This meant that not all of the fields were being loaded correctly. To fix it, we used the mixoligist from the runtime to apply the mixins earlier in the process. However, that caused the mixins to be applied twice. The included fixes to xblock resolved the multiply-applied mixins, and the fixes to the parsing code make it simpler to understand, and add some unit tests of the parsing to boot.
-
Calen Pennington authored
This command loads the courses with the XMLModuleStore, and then exports the fields contents as json in a diff-friendly way. This can then be used to validate against regressions in the xml parsing code.
-
Shiwen Cheng authored
-