- Mar 27, 2014
-
-
Carson Gee 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
-
Mark Hoeber authored
Documentation for changes to static pages
-
David Baumgold authored
Paver v3
-
Mark Hoeber authored
STUD-1347
-
David Baumgold authored
Make emails in lms translatable
-
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
-
David Baumgold authored
This commit allows us to test the server error template by visiting `/500`. This way, we can catch errors in our error templates, instead of having infinitely recursing errors.
-
David Baumgold authored
Added ENABLE_MKTG_SITE to Features
-
Piotr Mitros authored
Concept XBlock prototype Test environment taking a little longer than expect. Jarv said okay to merge, so merging,
-
Piotr Mitros authored
-
David Baumgold authored
-
David Baumgold authored
-
David Baumgold authored
-
David Baumgold authored
and print errors and warnings to sys.stderr
-
David Baumgold authored
Simpler and clearer
-
Will Daly authored
-
Sarina Canelake authored
Update translations (autogenerated message)
-
Will Daly authored
Install new ORA (edx-tim)
-
Piotr Mitros authored
-
Sarina Canelake authored
-
David Baumgold authored
Fix typo in studio's email text
-
Will Daly authored
Support for displaying submissions API scores in Progress page.
-
Gabe Mulley authored
Clean up references to answer distribution-like things
-
louyihua authored
The right parenthesis should be appeared before the method '.format', not after.
-
Alexander Kryklia authored
Remove duplicate code in transcripts_ajax.
-