- 15 Oct, 2012 28 commits
-
-
Tom Giannattasio committed
-
added white background to codemirror
chrisndodge committed -
Tom Giannattasio committed
-
Tom Giannattasio committed
-
removed section dates; fixed fly in dragging
chrisndodge committed -
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Fix/cdodge/signup tweeks
chrisndodge committed -
Chris Dodge committed
-
polished import progress bar
chrisndodge committed -
Chris Dodge committed
-
Tom Giannattasio committed
-
Chris Dodge committed
-
changed save unit alerts to toast
chrisndodge committed -
polished new course form
chrisndodge committed -
Tom Giannattasio committed
-
don't show courses/create new course if account has not been activated. ...
chrisndodge committed -
don't show courses/create new course if account has not been activated. Also better error messaging on failed logins. Also redirect to index after signup.
Chris Dodge committed -
Tom Giannattasio committed
-
Tom Giannattasio committed
-
fix preview draft link. We need to generate the link target url directly...
chrisndodge committed -
fix preview draft link. We need to generate the link target url directly rather than using jump_to. I think jump_to is not properly finding the draft objects and needs more investigation
Chris Dodge committed -
always hide the pages button. We don't want it appearing in case someone...
chrisndodge committed -
Chris Dodge committed
-
when calling jump_to when location=<id-of-sequential> then Position is b...
chrisndodge committed -
Chris Dodge committed
-
when calling jump_to when location=<id-of-sequential> then Position is being computed as None. The redirect then yields a 404. Force Position to be 0 when Position=None
Chris Dodge committed
-
- 14 Oct, 2012 11 commits
-
-
remove the — from the HTML, this apparently is causing the CAS and...
chrisndodge committed -
remove the — from the HTML, this apparently is causing the CAS and LMS to barf on staging, but strangly not on dev
Chris Dodge committed -
remove HTML comment from schematiceditor template
chrisndodge committed -
Chris Dodge committed
-
fix exception in LMS when rendering newly create multiple choice problem...
chrisndodge committed -
fix exception in LMS when rendering newly create multiple choice problems. The capa module is barfing on the HTML comment which was in there and the XML parser couldn't handle it.
Chris Dodge committed -
Fix/cdodge/cas bugs
chrisndodge committed -
Conflicts: cms/templates/widgets/header.html
Chris Dodge committed -
Fix/cale/edge bugs
chrisndodge committed -
Conflicts: cms/static/js/base.js
Chris Dodge committed -
Chris Dodge committed
-
- 13 Oct, 2012 1 commit
-
-
save_item should also do proper 'is this element draft aware' logic so that incorrect versioning occurs on elements which do not support versioning at this point in time (aka courses, sections, and subsections).
Chris Dodge committed
-