- 23 Jan, 2014 2 commits
- 22 Jan, 2014 4 commits
-
-
Sef Kloninger committed
-
- Changed wording of footer in courseware - Added footer to about page referenced to "Explore Course" button to make the course content "Click-Wrapped"
Giulio Gratta committed -
fixes visibility of can_load for sneakpeek
Jason Bau committed -
Jason Bau committed
-
- 18 Jan, 2014 1 commit
-
-
Jason Bau committed
-
- 17 Jan, 2014 2 commits
-
- 15 Jan, 2014 7 commits
-
-
Jason Bau committed
-
* -G allows explicit setting of grade condition (e.g., a string such as 'Distinction', 'Pass', 'F', 'B') for the certificate, regardless of grader output for the user. * -T allows explicit request of a particular certificate template to be applied to a given user's certificate regeneration, i.e.: -T doctor_distinction.pdf to generate a certificate of distinction for doctors.Joe Blaylock committed -
Giulio Gratta committed
-
* Studio advanced setting added, "certificates_show_before_end", which determines whether a course should permit certificates to be downloadable by students before the coures's end date has passed. * Modifications to dashboard view and templates to allow display of certificate download links before course has ended. (XXX: may declare failing students as failing before the course has ended.) * To test, turn the setting on in a course which hasn't ended yet, and force certificate generation for a student, then check their dashboard. * TODO: - needs tests - needs pep8/pylint
Joe Blaylock committed -
* API endpoint for certificate generation, a post with student id and course id requests that a cert be generated for that student for that course, using the usual grading and certificate machinery (ie, it does not imply whitelisting, though whitelists and blacklists will be respected) * Logs each request as it comes in * Calls xq.add_cert() and consequently, does grading synchronously on this app host and then queues request for certificate agent. * This version is aware of Stanford's CME Registration hack, which creates a professional_designation field, used to carry titles such as PhD or Msc. This now gets passed in to the certification call * example usage: ``` curl --data "student_id=9999&course_id=Stanford/2013/Some_Class" http://127.0.0.1:8000/request_certificate ``` * TODO: - make grading calls into a celery task so they happen asynchronously - needs tests - needs pep8/pylint
Joe Blaylock committed -
Release for Jan 7, 2014 Conflicts: lms/djangoapps/courseware/management/commands/dump_course_structure.py
Giulio Gratta committed -
Giulio Gratta committed
-
- 14 Jan, 2014 1 commit
-
-
use double-quotes, not single Conflicts: lms/templates/courseware/course_about.html
Jason Bau committed
-
- 07 Jan, 2014 7 commits
-
-
@jbau: also did manually removed MITX_FEATURES and mitxmako refs in edx-west parts of code Release for Dec 19, 2013 Conflicts: cms/envs/test.py common/djangoapps/external_auth/views.py common/djangoapps/student/tests/factories.py common/djangoapps/student/views.py lms/djangoapps/branding/tests.py lms/djangoapps/branding/views.py lms/djangoapps/courseware/tests/test_views.py lms/djangoapps/instructor/views/legacy.py lms/templates/courseware/course_about.html lms/templates/navigation.html lms/urls.py
Jason Bau committed -
Fix STUD-1129: handle out-of-range page numbers
Andy Armstrong committed -
Andy Armstrong committed
-
Logging to catch duplicate instructor tasks
Calen Pennington committed -
Comment out forum follow checkboxes
Jason Bau committed -
Jason Bau committed
-
Giulio Gratta committed
-
- 06 Jan, 2014 12 commits
-
-
Sarina Canelake committed
-
Fix URI vendor module to be referenced via a relative URL.
Andy Armstrong committed -
Andy Armstrong committed
-
Django command to post submissions to ora
Usman Khalid committed -
Don't catch all exceptions.
Ned Batchelder committed -
Ned Batchelder committed
-
Modify server_track to handle being called without a request.
brianhw committed -
ORA-286
Usman Khalid committed -
Add pagination to Studio's Files and Uploads page. These changes are for STUD-813.
Andy Armstrong committed -
Andy Armstrong committed
-
These changes implement STUD-813. The commit consists of the following logical changes: - a REST API has been implemented for a course's assets - the page itself now fetches the assets client-side - the Backbone.Paginator library is used to support pagination - the AssetCollection has been refactored to extend Backbone.Paginator.requestPager so that it can be paged - an abstract PagingView class has been added to generalize the communication with a paging REST API - the AssetsView has been reimplemented to extend PagingView - two new child views have been added: - PagingHeader: the paging controls above the list of assets - PagingFooter: the paging controls below the assets
Andy Armstrong committed -
Brian Wilson committed
-
- 03 Jan, 2014 4 commits
-
-
Add options to dump_course_structure to output inherited metadata.
brianhw committed -
LMS: Developer-centric Sass Area
Brian Talbot committed -
Studio: Developer-centric Sass Area
Brian Talbot committed -
* provides new .scss file for developers to add temporary/in-progress Sass for further refactor/polish * cleans up note/import order in all application scss files
Brian Talbot committed
-