- 01 Apr, 2014 1 commit
-
-
Pluggable InputTypes use edxmako.paths.add_lookup to inject new mako template directories. Those were getting clobbered by microsites (and by theming), which were completely rebuilding the mako template lookup list from scratch. This commit switches those two features to use the same add_lookup function as pluggable InputTypes. [LMS-2489]
Calen Pennington committed
-
- 07 Mar, 2014 1 commit
-
-
third_party_auth contains a working settings mechanism, the start of the provider interface + 3 implementations (Google, Mozilla Persona, LinkedIn), and a stub for the auth pipeline. Modified existing lms settings files to use but deactivate the module.
John Cox committed
-
- 28 Feb, 2014 1 commit
-
-
Chris Dodge committed
-
- 04 Feb, 2014 1 commit
-
-
Allow templates override.
Bertrand Marron committed
-
- 24 Jan, 2014 1 commit
-
-
Don't force modulestore initialization when running lms manage.py, only when running via the wsgi file
Calen Pennington committed
-
- 13 Jan, 2014 2 commits
-
-
change ruby and to &&
Jason Bau committed
-
- 11 Jan, 2014 1 commit
-
-
Jason Bau committed
-
- 08 Jan, 2014 1 commit
-
-
David Baumgold committed
-
- 02 Jan, 2014 1 commit
-
-
I was going to do something in the startup code, then changed my mind, but didn't want to just discard these changes.
Ned Batchelder committed
-
- 01 Oct, 2013 1 commit
-
-
There's no need to display a traceback for every failed content load, the comment before the log line even says so. The exceptions shown before tests are run are because of the eager initialization of the modulestores. They don't need to be initialized then, that just speeds the responsiveness of servers. Putting off the initialization means they get inited as needed, and the log lines get
Ned Batchelder committed
-
- 25 Sep, 2013 1 commit
-
-
LMS startup needs to initialize the modulestores so that we don't lazy load all of the XML courses on first HTTP request
Chris Dodge committed
-
- 06 Sep, 2013 1 commit
-
-
Calen Pennington committed
-
- 27 Aug, 2013 1 commit
-
-
Inspired by: http://eldarion.com/blog/2013/02/14/entry-point-hook-django-projects/ Moves startup code to lms.startup and cms.startup, and calls the startup methods in wsgi.py and manage.py for both projects.
Calen Pennington committed
-