- 22 Jul, 2013 17 commits
-
-
Studio: adds a space back to the phrase 'Welcome to edX Studio'
Brian Talbot committed -
Correctly persist checklist settings.
Peter Fogg committed -
Incidentally, fixes an acceptance test (which would have caught this bug) not running. Its step regex was "They are correctly selected after I reload the page$", which happens to be matched by "I reload the page$", another step definition. Lettuce seems to arbitrarily pick between definitions if they both match a step, so it's good to ensure that each step isn't a sub-regexes of another.
Peter Fogg committed -
Add endpoints to set user notification preference
Greg Price committed -
Fixes for `vagrant up`
David Baumgold committed -
Greg Price committed
-
Two endpoints are intended to be used by AJAX calls from the web UI with an authenticated user. When enabled, the value of the preference is an encryption of the username, to be used as a token for one-click unsubscribe links. The third endpoint is the target of unsubscribe links, which displays a page with an appropriate message to the user.
Greg Price committed -
Validate date/time settings when typed in directly.
Peter Fogg committed -
CMS i18n changes from Tsinghua
Calen Pennington committed -
Add an API to interact with users and preferences
Greg Price committed -
Set to old xml defaults IFF no specified policy for problem nor course.
Don Mitchell committed -
The new API uses Django REST Framework. For now, it is designed specifically to support the use cases required by the forum digest notifier (not yet built), with a goal of making it more generally useful over time.
Greg Price committed -
Brian Talbot committed
-
Brian Talbot committed
-
Change delete asset prompt to Warning type for consistency.
Peter Fogg committed -
Make release email script wiki-friendly
Calen Pennington committed -
Allow session backend to be configurable
Jason Bau committed
-
- 21 Jul, 2013 1 commit
-
-
vagrant: - check actual IP; - only init machine first time, just as native installations; - add .bash_profile to permissions fixup; - cleanup excessive newlines in making .bash_profile; README: - include admin & debugging use; - info about re-initializing VM & manually running create-dev-env.sh; - add django admin & debug_toolbar setting info Conflicts: AUTHORS scripts/vagrant-provisioning.sh
Yarko Tymciurak committed
-
- 20 Jul, 2013 4 commits
-
-
Chris Dodge committed
-
Next gen modulestore
Calen Pennington committed -
Calen Pennington committed
-
to cms settings (it was throwing 500s for Stanford when the CMS calls render_from_lms)
Jason Bau committed
-
- 19 Jul, 2013 18 commits
-
-
Will/fix acceptance tests
Will Daly committed -
Will Daly committed
-
Renzo/in context progress
Renzo Lucioni committed -
Don Mitchell committed
-
Will Daly committed
-
Will Daly committed
-
Renzo Lucioni committed
-
Renzo Lucioni committed
-
Fix/foldit leaderboard
Adam committed -
Don Mitchell committed
-
set django-wiki to its most recent version
Adam committed -
Don Mitchell committed
-
Adam Palay committed
-
Simple port of Class2Go's chat feature
Joe Blaylock committed -
Don Mitchell committed
-
A new modulestore backed by mongo that changes the data format to facilitate easy versioning, sharing content between courses, and fast lookup of course structure and Scope.settings data. Conflicts: cms/djangoapps/contentstore/tests/test_contentstore.py
Don Mitchell committed -
POST requests were claiming request.method == 'PUT'
Don Mitchell committed -
Fix/vik/studio oe
Vik Paruchuri committed
-