- 09 Oct, 2013 28 commits
-
-
Remove the now-unused import.
Ned Batchelder committed -
Segregate the mongo db config from the modulestore config
Don Mitchell committed -
load common libs via require
David Baumgold committed -
make drag_and_drop component work with requirejs and changed static url
David Baumgold 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
-
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
-
Tie the USE_I18N setting to DEBUG setting
David Baumgold committed -
Gabe Mulley committed
-
Will Daly committed
-
Will Daly committed
-
- 08 Oct, 2013 12 commits
-
-
Brian Talbot committed
-
Add event source in data docs
Carlos Andrés Rocha committed -
Also: - Add some missing event descriptions - Reorganized rows to put relevant events together
Carlos Andrés Rocha committed -
Add module grade to problem_check tracking log event
Carlos Andrés Rocha committed -
Sarina Canelake committed
-
Proxy to XModule on demand
Calen Pennington committed -
Calen Pennington committed
-
Previously, these tests modified due_date, which failed due to the new restrictions on writing to Scope.settings from the LMS.
Calen Pennington committed -
By transparently proxying between the XModuleDescriptor and the XModule, and between their runtimes, we can make them act as a single class, so that we can swap in an actual XBlock instead.
Calen Pennington committed -
Fix bug that omits commits in release email script
Greg Price committed -
The command built to generate the list of commits committed but not authored by a particular individual was incorrect, so some commits were incorrectly omitted in the table as entries belonging to the committer.
Greg Price committed -
as a first step to separating db connection from modeling and to support location mapper and contentstore using same db config as modulestore
Don Mitchell committed
-