- Sep 25, 2012
-
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
Cdodge/meta data cms editing
-
- Sep 24, 2012
-
-
Chris Dodge authored
Define 'system metadata' which should not be editable by the end user. When posting back metadata edits, we need to fetch a copy of the existing metadata and apply the changes.
-
arjun810 authored
Quick fix for scores within a homework/lab showing up in reverse order.
-
David Ormsbee authored
The real fix would be to have yield_dynamic_descriptor_descendents return things in the proper order, but I'm not entirely sure what's going on there, and this is a bug on prod now.
-
Chris Dodge authored
adjust implementation to reflect feedback from Calen. Also limit the jQuery selection to be within the metadata-edit region, just to avoid picking up other elements decorated with that attribute
-
Victor Shnayder authored
optimize!
-
Victor Shnayder authored
-
Calen Pennington authored
Also make the actual ?next redirection work with caching
-
Victor Shnayder authored
- use js instead of django to do the redirection
-
Calen Pennington authored
Fix login-if-?next behavior
-
arjun810 authored
fix up syllabus
-
Arjun Singh authored
-
arjun810 authored
make progress label wider
-
Arjun Singh authored
-
arjun810 authored
Kimth/fix gradebook
-
Arjun Singh authored
-
Victor Shnayder authored
* for more context, see https://basecamp.com/1892446/projects/631155-devops/messages/4719963-strange-caching
-
kimth authored
-
kimth authored
-
- Sep 23, 2012
-
-
arjun810 authored
Fix forums in IE9; apparently it's just very strict about the charset be...
-
kimth authored
-
Ibrahim Awwal authored
Fix forums in IE9; apparently it's just very strict about the charset being a valid identifier. utf8 is not a valid identifier, utf-8 is.
-
kimth authored
-
Arjun Singh authored
-
kimth authored
Feature/arjun/minor style changes
-
Arjun Singh authored
-
Arjun Singh authored
-
kimth authored
Some 188-specific styling + default styling for static tabs
-
Arjun Singh authored
-
- Sep 22, 2012
-
-
Arjun Singh authored
-
- Sep 21, 2012
-
-
Victor Shnayder authored
- apparently have to define functions before using them...
-
Victor Shnayder authored
Add more info to debug view
-
Victor Shnayder authored
-
David Ormsbee authored
Make static tab url pattern less greedy
-
David Ormsbee authored
add a debug_request view that prints the request.
-
Victor Shnayder authored
-
Chris Dodge authored
Put SequenceDescriptor back as a subclass of MakeModuleDescriptor. THe previous change to have it derive from EditorDescriptor was not safe as EditorDescriptor presumes that there is a edit box in the JS save flows. So we need to edit get_context() on MakoModuleDescriptor to also pass along the metadata to the Mako rendering templates
-
Chris Dodge authored
Merge branch 'cdodge/meta-data-cms-editing' of github.com:MITx/mitx into cdodge/meta-data-cms-editing Conflicts: cms/static/coffee/src/models/module.coffee
-