- 28 Mar, 2014 21 commits
-
-
Temporarily disable the bok-choy test that is intermittently failing
Jay Zoldak committed -
AN-167 New chapter on role & skills of data czar and research team
Mark Hoeber committed -
Alison Hodges committed
-
Jay Zoldak committed
-
Skip video test that is failing in master
Jay Zoldak committed -
Jay Zoldak committed
-
this will allow for clientside javascript reporting
John Jarvis committed -
John Jarvis committed
-
Support emitting analytical events from xblocks running in the LMS
Gabe Mulley committed -
fix raw grade dump in standard instructor dashboard
Calen Pennington committed -
Added test and cleaned up code formatting Review based changes Converting class method and attributes to private
Carson Gee committed -
Unicode support fixes
Usman Khalid committed -
Reduce false cache misses when evaluating prerequisites
Dave St.Germain committed -
Nimisha/studio reorder and hide tabs
Nimisha Asthagiri committed -
Settings for ENABLE_STUDENT_NOTES and ENABLE_TEXTBOOK in CMS. Do not display empty collection tabs. Updated Changelog.
Nimisha Asthagiri committed -
* added in fixed state markup/logic * added in collection markup/logic * revised styling for page titles, collection, and fixed elements
Brian Talbot committed -
Nimisha Asthagiri committed
-
Make YouTube mocked server serve YouTube API
Valera Rozuvan committed -
1.) Making YouTube mock server serve YouTube API. 2.) Adding ability to block YouTube API from YouTube mock server. 3.) Adding acceptance tests that check YouTube mock server for availability of YouTube API, and for it's ability to block YouTube API. Part of BLD-939.
Valera Rozuvan committed -
Update doc string for YouTube stub server.
Valera Rozuvan committed -
Dave St.Germain committed
-
- 27 Mar, 2014 17 commits
-
-
XBlocks can and should use the "publish" method provided by the runtime to emit analytical events. In theory we could now start replacing calls to track_function with calls to publish, however, that migration is not handled by this change. Fixes: AN-789
Gabe Mulley committed -
LMS-1287: Added section for batch add of beta testers
Alison Hodges committed -
Alison Hodges committed
-
Dave St.Germain committed
-
Add an option to prevent multiple logins of the same user.
Dave St.Germain committed -
Dave St.Germain committed
-
Included information on how to launch the server on its own. EOF
Valera Rozuvan committed -
Fix failing tender.
Valera Rozuvan committed -
Valera Rozuvan committed
-
Carlos Andrés Rocha committed
-
How to run Python tests for stub servers.
Valera Rozuvan committed -
Skip collectstatic when falling through from rake assets:coffee
David Baumgold committed -
Markhoeber/documentation/doc 196 Release notes for 3/27/14
Mark Hoeber committed -
DOC-196
Mark Hoeber committed -
Properly get lazily translated exception message
Carson Gee committed -
Carson Gee committed
-
David Baumgold committed
-
- 26 Mar, 2014 2 commits
-
-
fix paver theming on devstack (SERVICE_VARIANT support)
David Baumgold committed -
When running in devstack, you need to set the SERVICE_VARIANT so that assets.py knows what environment file to use. Recall that in devstack we have all our settings in ../lms.env.json, not just ../env.json. So you need to run like this: SERVICE_VARIANT=lms paver lms --settings=devstack Previously you'd get this error: Warning: could not find environment JSON file at 'lms.env.json' Note there is no path on the file, that's the bug. By making self.REPO_ROOT absolute, we can walk up the tree and correctly find the file, which is /edx/app/edxapp/lms.env.json fwiw.
Sef Kloninger committed
-