- 01 Apr, 2013 8 commits
-
-
Enable dev env support for sass source maps
brianhw committed -
create-dev-env.sh is failing because rednose 0.3.3 seems to have fallen off the face of the Earth. 0.3 is still available so reverting to that.
James Tauber committed -
Enable executing the lms jasmine tests as part of the build process
Calen Pennington committed -
Fix/vik/oe and progress
Calen Pennington committed -
Jay Zoldak committed
-
Jay Zoldak committed
-
Fix/will/bug 288
Victor Shnayder committed -
change submission history to be ordered by id
David Ormsbee committed
-
- 30 Mar, 2013 3 commits
-
-
HOTFIX: Accept either a list of possible values, or a string as a value for I'm pulling this in myself because it's urgent, it's the weekend, and I don't want this to get forgotten.
David Ormsbee committed -
comparison of correctness in multiple choice. Multiple choice code is scattered and sometimes sends a list of choices for the value, and sometimes a single string. We used to use "in" which scarily handled both cases (list or substring search), but that caused a bug when you had two choices like choice_1 and choice10. Moving to == caused us to break when lists were sent to us. So this ugly code is extra paranoid and checks both possibilities. This really needs a better cleanup.
David Ormsbee committed -
Brian Wilson committed
-
- 29 Mar, 2013 26 commits
-
-
Change the parameters of the sass compiler to output source maps. Google Chrome uses the maps in the debugger to show the sass or scss file that originated the style for a particular element. More information here: http://fonicmonkey.net/2013/03/25/native-sass-scss-source-map-support-in-chrome-and-rails/
Carlos Andrés Rocha committed -
Fix/vik/add oe tab
chrisndodge committed -
Vik Paruchuri committed
-
add checking for metadata that we can't support editing for in Studio. T...
Don Mitchell committed -
Feature/cdodge/course overview perf
Don Mitchell committed -
Chris Dodge committed
-
Chris Dodge committed
-
Enough is enough.
brianhw committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
add an 'allowed' list of metadata (e.g. display_name, etc.) and also restrict metadata on sequentials
Chris Dodge committed -
Vik Paruchuri committed
-
Feature/will/speed up unit tests
Jay Zoldak committed -
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Jay Zoldak committed
-
Conflicts: cms/djangoapps/contentstore/utils.py cms/djangoapps/contentstore/views.py cms/djangoapps/models/settings/course_metadata.py
Vik Paruchuri committed -
Remove the default and prevent input_state from persisting across problems
David Ormsbee committed -
unnecessary data.
Diana Huang committed -
Vik Paruchuri committed
-
Vik Paruchuri committed
-
Fixed bug in parsing of urandom struct so that seed
David Ormsbee committed -
Jay Zoldak committed
-
is set to an integer (and correctly saved) instead of a tuple.
Will Daly committed -
Vik Paruchuri committed
-
Chris Dodge committed
-
- 28 Mar, 2013 3 commits