- 31 Jul, 2013 3 commits
-
-
fixes template errors keep tos untranslated formatting fixes
Adam Palay committed -
Remove unused course_filter page removes university_profile urls and templates removes all university_profile views remove news from templates/index
Calen Pennington committed -
Calen Pennington committed
-
- 30 Jul, 2013 1 commit
-
-
Carlos Andrés Rocha committed
-
- 29 Jul, 2013 1 commit
-
-
Brian Talbot committed
-
- 24 Jul, 2013 1 commit
-
-
Brian Talbot committed
-
- 23 Jul, 2013 1 commit
-
-
Conflicts: lms/djangoapps/courseware/tests/test_views.py
Diana Huang committed
-
- 18 Jul, 2013 4 commits
-
-
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 committed -
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 committed -
Nate Hardison committed
-
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.
Nate Hardison committed
-
- 08 Jul, 2013 1 commit
-
-
ichuang committed
-
- 02 Jul, 2013 2 commits
-
-
Renzo Lucioni committed
-
Giulio Gratta committed
-
- 01 Jul, 2013 6 commits
-
-
Fixed broken tests. Made the hint manager enabled in testing environments - this lets us test the hint manager.
Felix Sun committed -
Finished prototype of hint moderation view. Began re-writing tests of the crowdsource hinter module. (Old tests no longer cover all the code, now that moderation has been added.)
Felix Sun committed -
Added moderation feature - you can now choose to hold all hints for moderator approval before showing.
Felix Sun committed -
Fixed broken tests. Made the hint manager enabled in testing environments - this lets us test the hint manager.
Felix Sun committed -
Finished prototype of hint moderation view. Began re-writing tests of the crowdsource hinter module. (Old tests no longer cover all the code, now that moderation has been added.)
Felix Sun committed -
Added moderation feature - you can now choose to hold all hints for moderator approval before showing.
Felix Sun committed
-
- 26 Jun, 2013 1 commit
-
-
Optionally email students on enroll/un-enroll actions by instructor from enrollment tab in LMS.
dcadams committed
-
- 24 Jun, 2013 1 commit
-
-
Brian Wilson committed
-
- 19 Jun, 2013 1 commit
-
-
Highlights: * The url '/shib-login/' interfaces with apache/mod_shib via request.META to handle shibboleth login and registrations * Courses can designate 'enrollment_domains' to limit enrollment to users with a linked ExternalAuthMap verified by a particular identity provider * Tests * Logging Changes to be committed: new file: common/djangoapps/external_auth/migrations/0001_initial.py new file: common/djangoapps/external_auth/migrations/__init__.py new file: common/djangoapps/external_auth/tests/test_shib.py modified: common/djangoapps/external_auth/views.py modified: common/djangoapps/student/views.py modified: common/lib/xmodule/xmodule/course_module.py modified: lms/djangoapps/courseware/access.py modified: lms/djangoapps/courseware/tests/test_access.py modified: lms/envs/common.py modified: lms/envs/dev.py modified: lms/envs/test.py modified: lms/templates/courseware/course_about.html modified: lms/templates/dashboard.html modified: lms/templates/extauth_failure.html modified: lms/templates/navigation.html modified: lms/templates/register.html modified: lms/templates/signup_modal.html modified: lms/urls.py renamed: lms/wsgi_apache.py -> lms/wsgi_apache_lms.py
Jason Bau committed
-
- 18 Jun, 2013 11 commits
-
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Brian Wilson committed
-
Rename fields in CourseTaskLog, including a task_key column for indexing. Use 'rescore' instead of 'regrade'. Clean up task submission.
Brian Wilson committed -
column from task-in-progress table).
Brian Wilson committed -
CourseTaskLog fully after task submission, so it works in Eager mode (for testing).
Brian Wilson committed -
from client. Tasks.py remains the task implementations running on the celery worker. In particular, move status message generation out of task thread to client side.
Brian Wilson committed -
Add call to MakoMiddleware() to initialize templates in celery worker server. Pass task_ids by POST properties (as a list) to collect task progress status.
Brian Wilson committed -
Add CourseTaskLog, and make calls to regrading. Add regrading implementation, and hack the marshalling of request.
Brian Wilson committed
-
- 11 Jun, 2013 1 commit
-
-
Diana Huang committed
-
- 10 Jun, 2013 3 commits
-
-
lms - adds back in missing/previously added .sr screen reader-focused styling and references in place of the .visuallyhidden application
Brian Talbot committed -
Giulio Gratta committed
-
courseware active location, suppress browser form validation, and progress graph accessibilit changes
Giulio Gratta committed
-
- 07 Jun, 2013 1 commit
-
-
Greg Price committed
-
- 05 Jun, 2013 1 commit
-
-
Much like the work done on the default (unauthenticated) index view, adjust the background image (actually, let the CSS handle it instead of an embedded `style` attribute in the HTML). Other adjustments (language, logo) are made for Stanford specifically and need to be reworked for general theming.
Nate Hardison committed
-