- 27 Mar, 2013 28 commits
-
-
Fix/brian/fix500v1
Victor Shnayder committed -
Brian Wilson committed
-
Brian Wilson committed
-
add fixes for 500 bugs (lighthouse 287 and 293) by requiring login for accessing licenses and inline discussions. Add unit tests for licenses, and rearrange tests based off of (the former) PageLoad. Also cleanups for pylint and pep8.
Brian Wilson committed -
Converter cleanup.
Don Mitchell committed -
An integrity error while creating an enrollment just means that our work...
David Ormsbee committed -
An integrity error while creating an enrollment just means that our work has already been done. Fixes https://www.pivotaltracker.com/story/show/46915947
Calen Pennington committed -
cahrens committed
-
cahrens committed
-
Added support for superscripts in variables
Victor Shnayder committed -
Fix bug 294
Victor Shnayder committed -
when loaded by rake test_cms I moved the test into lms/courseware/tests so they run correctly.
Will Daly committed -
cahrens committed
-
strings. Added unit tests that verify the fix.
Will Daly committed -
Fix/vik/peer image grading
brianhw committed -
Vik Paruchuri committed
-
Fix 500 errors for bug #289
Victor Shnayder committed -
Return a 403 when an anonymous user attempts to hit modx_dispatch. Fixes...
Victor Shnayder committed -
Make the django_comment_client return errors that can't be parsed as JSO...
Victor Shnayder committed -
if we parse an invalid location in the content store middleware, then re...
Victor Shnayder committed -
Display advertised date correctly if it is an ISO date
Christina Roberts committed -
studio - corrected JQ selector for smoothscrolling in-page links
Christina Roberts committed -
Make the django_comment_client return errors that can't be parsed as JSON just as simple strings when in an ajax context
Calen Pennington committed -
Return a 403 when an anonymous user attempts to hit modx_dispatch. Fixes https://www.pivotaltracker.com/story/show/46916015 and https://www.pivotaltracker.com/story/show/46916029
Calen Pennington committed -
optimize the result-set that gets returned from Mongo on metadata inheri...
Calen Pennington committed -
Brian Talbot committed
-
optimize the result-set that gets returned from Mongo on metadata inheritence. We just need the fields which are actually inheritable, so no need to return anything else as it gets filtered out during the computation
Chris Dodge committed -
Chris Dodge committed
-
- 26 Mar, 2013 12 commits
-
-
Use get_many and set_many to cut down on the number of metadata trees to...
chrisndodge committed -
Chris Dodge committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Use get_many and set_many to cut down on the number of metadata trees to retrieve, and only retrieve them once per call to _load_items
Calen Pennington committed -
Carlos Andrés Rocha committed
-
was causing 500 errors. Add test to verify that this won't happen again.
Diana Huang committed -
Remove duplicate login dialog.
Carlos Andrés Rocha committed -
Add tests to advertised_start for partially parsable dates
Christina Roberts committed -
Carlos Andrés Rocha committed
-
Use advertised_start as a simple string
Don Mitchell committed
-