- 13 Sep, 2013 13 commits
-
-
fix-setattr-and-getattr
Ned Batchelder committed -
Jarv/grade dump
John Jarvis committed -
Ned Batchelder committed
-
Make URL patterns to exclude from tracking configurable
Gabe Mulley committed -
Add ARIA dialog role to Markdown editor dialogs
Greg Price committed -
fix default for VERIFY_STUDENT in lms/envs/aws.py
Jason Bau committed -
* Add unit test coverage for this "exclusion from tracking" logic * Exclude based on regex match instead of raw string comparison * Exclude heartbeat requests from tracking
Gabe Mulley committed -
Help Modal - Accessibility Fixes
James Tauber committed -
define a unseeding forums permissions and call into it from delete_cours...
chrisndodge committed -
refactor some code out of the django-admin entry point into a help function in CMS. Update tests to use new method
Chris Dodge committed -
Removed an inclusion of t-copy-sub1 in SCSS for Video.
Valera Rozuvan committed -
This line was not doing anything and simply causing a warning while SASS was compiling. The following is the warning: --- WARNING on line 35 of /home/valera/edx_all/edx-platform/common/static /xmodule/descriptors/css/_000-5df8e10160f918d31f2b2e8be3ce247d.scss: ".xmodule_edit.xmodule_VideoDescriptor .editor-with-tabs .edit-header .component-name" failed to @extend ".t-copy-sub1". The selector ".t-copy-sub1" was not found. Use "@extend .t-copy-sub1 !optional" if the extend should be able to fail. ---
Valera Rozuvan committed -
fix bug with anonymous access to / with future start courses
Jason Bau committed
-
- 12 Sep, 2013 27 commits
-
-
Jason Bau committed
-
Don't assign variable to .update() call
Sarina Canelake committed -
Conflicts: CHANGELOG.rst common/lib/xmodule/xmodule/js/fixtures/lti.html common/lib/xmodule/xmodule/js/spec/lti/constructor.js common/lib/xmodule/xmodule/js/src/lti/lti.js common/lib/xmodule/xmodule/lti_module.py lms/djangoapps/courseware/features/certificates.py lms/djangoapps/courseware/mock_lti_server/mock_lti_server.py lms/djangoapps/courseware/tests/test_lti.py lms/djangoapps/shoppingcart/models.py lms/envs/aws.py
Diana Huang committed -
Sarina Canelake committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
Allow custom formatting of due date strings.
Christina Roberts committed -
add one more test to verify that deleting one courses forum permissions does not accidentially delete another course's forum seeding
Chris Dodge committed -
Remove unimplemented steps from certificates acceptance test code
Jay Zoldak committed -
Fix acceptance tests to capture images for paid cert flow
Jay Zoldak committed -
Jay Zoldak committed
-
David Baumgold committed
-
Jason Bau committed
-
Jay Zoldak committed
-
cahrens committed
-
cahrens committed
-
cahrens committed
-
Hide show_timezone from Advanced Settings and migrate courses with show_timezone=False to using due_date_display_format.
cahrens committed -
STUD-724 Test course for allowing custom formatting of due date strings. STUD-724 Try making the name of the course match the folder name. More cleanup. More cleanup. updates.
cahrens committed -
switch to using get() rather than get_or_create(). Also add a test case with a different casing on the courseId
Chris Dodge committed -
define a unseeding forums permissions and call into it from delete_course define a unseeding forums permissions and call into it from delete_course
Chris Dodge committed -
Mock mongo event tracking backend during tests
Will Daly committed -
Add mock package to RTD requirements
jkarni committed -
Fix error encoding datetime objects in the event track logger backend
Carlos Andrés Rocha committed -
Carlos Andrés Rocha committed
-
strip processed fields in instructor dash
Adam committed
-