- 27 Mar, 2014 11 commits
-
-
Dave St.Germain 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 21 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 -
Help paver find the theme directory
David Baumgold committed -
David Baumgold committed
-
Piotr Mitros committed
-
wiki middleware fix (LMS-2461)
Adam committed -
Documentation for changes to static pages
Mark Hoeber committed -
Paver v3
David Baumgold committed -
Revert to older version of TinyMCE.
Christina Roberts committed -
STUD-1347
Mark Hoeber committed -
Make emails in lms translatable
David Baumgold committed -
We had trouble with Cloudfront/hashed files and need more time to investigate. This reverts commit e8f53ac9dc6d8a1d9928787635c7c5f7e409a9ec.
cahrens committed -
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.
louyihua committed -
Removing ipython from edx dependencies
Valera Rozuvan committed -
Internationalized submission history view.
Waheed Ahmed committed -
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.
Valera Rozuvan committed -
Video: Fix flaky acceptance tests.
Anton Stupak committed -
polesye committed
-
LMS-2167
Waheed Ahmed committed -
Added template for iFrames. [BLD-611]
jmclaus committed -
jmclaus committed
-
- 25 Mar, 2014 8 commits
-
-
Fix Studio's XBlock dependency loading issues
Andy Armstrong committed -
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.
Andy Armstrong committed -
Display error page templates, for testing purposes
David Baumgold committed -
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 committed -
Added ENABLE_MKTG_SITE to Features
David Baumgold committed -
Concept XBlock prototype Test environment taking a little longer than expect. Jarv said okay to merge, so merging,
Piotr Mitros committed -
Piotr Mitros committed
-
David Baumgold committed
-