- 07 May, 2014 1 commit
-
-
Fix dashboard template around final grade status
marcotuts committed
-
- 06 May, 2014 12 commits
-
-
* ae8847cd checked in buggy conditional in the dashboard templates that caused an empty 'details being wrapped up' box to display regardless of whether it was true. * Simplify conditional so that we care only whether output of the view's _cert_info() says 'processing', which should be the value computed when either no cert status exists or when the certs are, in fact processing. This should mean that the "details being wrapped up" message is displayed when certs haven't run and the grade box is displayed the rest of the time.
Joe Blaylock committed -
Fix audit certificate display
marcotuts committed -
Diana Huang committed
-
Adam add quotation mark
marcotuts committed -
Adam Palay committed
-
Christina/remove template
Christina Roberts committed -
Fixed simple problem editor text showing up in advanced editor
marcotuts committed -
Fix for Codemirror overflowing Multiple Choice modal
frances botsford committed -
cahrens committed
-
Waheed Ahmed committed
-
Frances Botsford committed
-
Add ability to deactivate GA snippet
Renzo Lucioni committed
-
- 05 May, 2014 20 commits
-
-
Renzo Lucioni committed
-
LMS: Show Enrollment Type on Dashboard
Adam committed -
These files are not being used.
Christina Roberts committed -
Show error page templates on Studio
David Baumgold committed -
cahrens committed
-
Reorganize information in CONTRIBUTING.rst, link to ReadTheDocs
David Baumgold committed -
Waqas committed
-
Remove email field from CS client user object
Greg Price committed -
Markhoeber/documentation/doc 332
Mark Hoeber committed -
To remove XML info that’s in course staff doc now. doc-332
Mark Hoeber committed -
Brian Talbot committed
-
LMS-1071
Brian Talbot committed -
Sarina/050514 language update
Sarina Canelake committed -
ORA2 release-2014-05-05T12.00
Will Daly committed -
Update the software secure result call back by correcting the typo
Waqas Khalid committed -
Sarina Canelake committed
-
Sarina Canelake committed
-
Will Daly committed
-
LMS-2516
Waqas committed -
Do not show "View in Studio" links for child verticals of verticals.
Christina Roberts committed
-
- 02 May, 2014 7 commits
-
-
/request_cert AJAX endpoint
Joe Blaylock committed -
* Sample HTML and javascript to show how you might integrate the /request_certificate endpoint into a course. Co-authored-by: Joe Blaylock <jrbl@jrbl.org>
Giulio Gratta committed -
* API endpoint for certificate generation, an authenticated post with course id requests that grading be carried out and a cert generated for request.user in 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. - example usage: ``` curl --data "student_id=9999&course_id=Stanford/2013/Some_Class" http://127.0.0.1:8000/request_certificate ``` * 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.
Joe Blaylock committed -
Adds very basic about page style to ul, ol and dl
Giulio Gratta committed -
About pages need basic support for lists since professors often want to display lists or 'definitions'
Giulio Gratta committed -
Expose "enabled" checkbox in Embargo admin
Sarina Canelake committed -
cahrens committed
-