- Mar 28, 2014
-
-
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
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
-
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
-
Waheed Ahmed authored
Internationalized submission history view.
-
Valera Rozuvan authored
Ipython is not strictly required to run edx-platform. It can be setup as part of Vagrant provision scripts, or manually by each developer as required in specific cases.
-
Anton Stupak authored
Video: Fix flaky acceptance tests.
-
polesye authored
-
Waheed Ahmed authored
LMS-2167
-
jmclaus authored
Added template for iFrames. [BLD-611]
-
jmclaus authored
-
- Mar 25, 2014
-
-
Andy Armstrong authored
Fix Studio's XBlock dependency loading issues
-
Andy Armstrong authored
STUD-1465 Changed the XBlock rendering logic to use promises to track asynchronous tasks. Each dependency is then only loaded once the previous one has completed, and the XBlock initialization only happens once all dependencies are loaded. This gives XBlocks the same semantics in Studio as they get when shown directly on a page.
-
David Baumgold authored
Display error page templates, for testing purposes
-