- Jul 21, 2013
-
-
Yarko Tymciurak authored
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
-
- Jul 20, 2013
-
-
Calen Pennington authored
Next gen modulestore
-
Calen Pennington authored
-
- Jul 19, 2013
-
-
Will Daly authored
Will/fix acceptance tests
-
Will Daly authored
-
Renzo Lucioni authored
Renzo/in context progress
-
Will Daly authored
-
Will Daly authored
-
Renzo Lucioni authored
-
Renzo Lucioni authored
-
Adam authored
Fix/foldit leaderboard
-
Don Mitchell authored
-
Adam authored
set django-wiki to its most recent version
-
Don Mitchell authored
-
Adam Palay authored
-
Joe Blaylock authored
Simple port of Class2Go's chat feature
-
Don Mitchell authored
-
Don Mitchell authored
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 authored
POST requests were claiming request.method == 'PUT'
-
Vik Paruchuri authored
Fix/vik/studio oe
-
Ned Batchelder authored
Ned/studentmodulehistory cleaner command
-
Don Mitchell authored
So, changed handlers to look for either value.
-
Don Mitchell authored
-
Adam Palay authored
-
Don Mitchell authored
Bug report: remove <?xml version..> tag
-
Alexander Kryklia authored
Fixes code_jail imports and draganddrop yaml
-
chrisndodge authored
I18N work seems to have lost a very prominent space in the landing page
-
chrisndodge authored
add a new django-admin command to dump out a course structure document. ...
-
-
Alexander Kryklia authored
-
Chris Dodge authored
-
- Jul 18, 2013
-
-
Joe Blaylock authored
Rebase on today's master and update to unit test to include settings where needed.
-
Nate Hardison authored
Only render the chat widget if both the site has enabled it in the `MITX_FEATURES` and if the course has enabled it. In addition, fail gracefully with a log warning if the `JABBER_DOMAIN` is not set, and do not try to render the widget. However, do go ahead and render the rest of the courseware.
-
Nate Hardison authored
To protect against chat blowing things up, we include a way to enable and disable it on an entire site-wide basis.
-
Nate Hardison authored
Ensure that the chat connection settings are generated properly for the template context.
-
Nate Hardison authored
jQuery already available across the whole site at the top level, so no need to include it again specifically for the chat widget.
-
Nate Hardison authored
-
Nate Hardison authored
Embed a chat widget (much like the calculator widget) into the courseware. To use, you must point it at an ejabberd box, configured as `JABBER_DOMAIN` in the settings.
-
Ned Batchelder authored
Use CodeJail with FSIZE support, and default to 50k
-
Ned Batchelder authored
-