- 13 Nov, 2013 1 commit
-
-
polesye committed
-
- 12 Nov, 2013 6 commits
-
-
Mock servers shouldn't pollute test output.
Ned Batchelder committed -
BY writing to stderr, BaseHTTPRequestHandler writes log messages to the console during testing. This makes the output harder to interpret. Write the log messages to stdout instead, so that test runners will suppress them during passing tests, and show them during failing tests. It would be nice to have a place to write this method just once for the Youtube and LTI mock servers, but we don't seem to have a place for code as common as that.
Ned Batchelder committed -
Removed custom response load test
Will Daly committed -
makes beta dash count active users in enrollment count [AN-115]
Adam committed -
fixes Edit Course In Studio link on instr dash (LMS-1455)
Adam committed -
Conflicts: cms/djangoapps/contentstore/views/item.py
Gabe Mulley committed
-
- 10 Nov, 2013 1 commit
-
-
Will Daly committed
-
- 08 Nov, 2013 16 commits
-
-
add DOC_STORE_CONFIG to test settings
Adam Palay committed -
Command for retrying failed photo verifications
Julia Hansbrough committed -
Adam Palay committed
-
This reverts commit 6cb5c390.
Valera Rozuvan committed -
Fix error on external_auth djangostore
Carlos Andrés Rocha committed -
Expand the edit_course_tabs help text
Nick Parlante committed -
Added expiration_datetime field to CourseModes
Julia Hansbrough committed -
Acceptance tests use asset pipeline
Will Daly committed -
Use XBlock handlers in the LMS ...
Calen Pennington committed -
Julia Hansbrough committed
-
Adds xblock handler_url support to the LMS, and makes handle_ajax use that code. [LMS-230] [LMS-229]
Calen Pennington committed -
Calen Pennington committed
-
Calen Pennington committed
-
import jquery in reset password template
Waheed Ahmed committed -
Added an expiration_datetime field to CourseModes, intended to eventually replace expiration_date. Included relevant schema and data migration file. LMS-1454
Julia Hansbrough committed -
we are already being passed in the module descriptor so we don't need to...
David Ormsbee committed
-
- 07 Nov, 2013 11 commits
-
-
Don't raise an exception when an association is not found.
Carlos Andrés Rocha committed -
Chris Dodge committed
-
re-apply backed out enrollment event changes
Gabe Mulley committed -
remove unused jasmine resources
David Baumgold committed -
a11y imporvements to wiki/history.html
Usman Khalid committed -
David Baumgold committed
-
LMS-1309
Usman Khalid committed -
LMS-1265
Waheed Ahmed committed -
Transcripts: Allow any part of protocol name to be lowercase or uppercase.
polesye committed -
Oleg Marshev committed
-
Nick Parlante committed
-
- 06 Nov, 2013 5 commits
-
-
Gabe Mulley committed
-
This reverts commit 5734cae1.
Gabe Mulley committed -
Includes test coverage
Julia Hansbrough committed -
Change delete_item to RESTful URL.
Christina Roberts committed -
Part of STUD-847.
cahrens committed
-