- 10 Oct, 2013 2 commits
-
-
Will Daly committed
-
Suppress request logging in the LTI test server.
Ned Batchelder committed
-
- 09 Oct, 2013 37 commits
-
-
Defined baseUrl in the legacy instructor dashboard template
Julia Hansbrough committed -
Fix intermittently failing video js tests
Jay Zoldak committed -
Defined baseUrl in the legacy instructor dashboard template, fixing a bug where the HTML editor would fail to load
Julia Hansbrough committed -
Clarify USE_I18N settings
David Baumgold committed -
Remove the now-unused import.
Ned Batchelder committed -
Segregate the mongo db config from the modulestore config
Don Mitchell committed -
David Baumgold committed
-
load common libs via require
David Baumgold committed -
make drag_and_drop component work with requirejs and changed static url
David Baumgold committed -
Jay Zoldak committed
-
Wait between clicks for new component
Will Daly committed -
Only change the collapse/expand state on the first child.
Christina Roberts committed -
There are possibly children nested below that.
cahrens committed -
Change the default FROM address for bulk email
Sarina Canelake committed -
Unfortunately, delete tests are still failing sporadically in Jenkins.
Christina Roberts committed -
using requirejs config to define deps
David Baumgold committed -
David Baumgold committed
-
Use a better metadata_cache_key
Ned Batchelder committed -
Guard against StaleElementException in css_click
Will Daly committed -
Fix for failures in component.feature
Will Daly committed -
Add variable to set location of config files on aws
Carlos Andrés Rocha committed -
cahrens committed
-
David Baumgold committed
-
Put XBlock css and javascript onto the LMS courseware page
Calen Pennington committed -
add acceptance tests for event tracking
Gabe Mulley committed -
Ned Batchelder committed
-
Ned Batchelder committed
-
Ned Batchelder committed
-
This required changing structural XModules to fully implement student_view, rather than just returning the HTML of their children in a get_html call. [LMS-223] [LMS-1170]
Calen Pennington committed -
Studio: Drag and Drop Container
Christina Roberts committed -
The old code created keys like "('course', 'org')", and the space character caused a warning from Django during tests. Also, strings are probably better than tuples for keys.
Ned Batchelder committed -
Will Daly committed
-
@jzoldak showed me that setting `USE_I18N = DEBUG` didn't actually accomplish what I had hoped it would -- changing DEBUG didn't also change USE_I18N. This pull request accomplishes what I was trying to accomplish, without being quite so clever about it.
David Baumgold committed -
Tie the USE_I18N setting to DEBUG setting
David Baumgold committed -
Gabe Mulley committed
-
Will Daly committed
-
Will Daly committed
-
- 08 Oct, 2013 1 commit
-
-
Brian Talbot committed
-