- Mar 28, 2014
-
-
Usman Khalid authored
Unicode support fixes
-
Dave St.Germain authored
Reduce false cache misses when evaluating prerequisites
-
Nimisha Asthagiri authored
Nimisha/studio reorder and hide tabs
-
Nimisha Asthagiri authored
Settings for ENABLE_STUDENT_NOTES and ENABLE_TEXTBOOK in CMS. Do not display empty collection tabs. Updated Changelog.
-
Brian Talbot authored
* added in fixed state markup/logic * added in collection markup/logic * revised styling for page titles, collection, and fixed elements
-
Nimisha Asthagiri authored
-
Valera Rozuvan authored
Make YouTube mocked server serve YouTube API
-
Valera Rozuvan authored
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 authored
Update doc string for YouTube stub server.
-
Dave St.Germain authored
-
- Mar 27, 2014
-
-
Alison Hodges authored
LMS-1287: Added section for batch add of beta testers
-
Alison Hodges authored
-
Dave St.Germain authored
-
Dave St.Germain authored
Add an option to prevent multiple logins of the same user.
-
Dave St.Germain authored
-
Valera Rozuvan authored
Included information on how to launch the server on its own. EOF
-
Valera Rozuvan authored
Fix failing tender.
-
Valera Rozuvan authored
-
Carlos Andrés Rocha authored
-
Valera Rozuvan authored
How to run Python tests for stub servers.
-
David Baumgold authored
Skip collectstatic when falling through from rake assets:coffee
-
Mark Hoeber authored
Markhoeber/documentation/doc 196 Release notes for 3/27/14
-
Mark Hoeber authored
DOC-196
-
Carson Gee authored
Properly get lazily translated exception message
-
Carson Gee authored
-
David Baumgold authored
-
- Mar 26, 2014
-
-
David Baumgold authored
fix paver theming on devstack (SERVICE_VARIANT support)
-
Sef Kloninger authored
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.
-
David Baumgold authored
Help paver find the theme directory
-
David Baumgold authored
-
Piotr Mitros authored
-
Adam authored
wiki middleware fix (LMS-2461)
-
Mark Hoeber authored
Documentation for changes to static pages
-
David Baumgold authored
Paver v3
-
Christina Roberts authored
Revert to older version of TinyMCE.
-
Mark Hoeber authored
STUD-1347
-
David Baumgold authored
Make emails in lms translatable
-
cahrens authored
We had trouble with Cloudfront/hashed files and need more time to investigate. This reverts commit e8f53ac9dc6d8a1d9928787635c7c5f7e409a9ec.
-
louyihua authored
The email texts in lms/templates/emails are not extracted by rake i18n:generate because the babel_mako.cfg does not include them. And a several emails are not translatable because they do not use ugettext.
-
Valera Rozuvan authored
Removing ipython from edx dependencies
-