- 05 May, 2014 2 commits
-
-
Sarina Canelake committed
-
Do not show "View in Studio" links for child verticals of verticals.
Christina Roberts committed
-
- 02 May, 2014 24 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
-
Sarina Canelake committed
-
STUD-1558
cahrens committed -
Fixed link to docs.edx.org in readme
Mark Hoeber committed -
Parameter from_email to send_mail() should be string
Usman Khalid committed -
Update drag and drop documentation
srpearce committed -
Sylvia Pearce committed
-
Fixes firefox image hidden overflow bug.
Giulio Gratta committed -
Release
Adam committed -
Mark Hoeber committed
-
LMS-2518
Usman Khalid committed -
Add IFrame template documentation
srpearce committed -
Sylvia Pearce committed
-
Remove google analytics tracking from iframes used in Drupal course abou...
Victor Shnayder committed -
puts GA id in quotes
Adam committed -
Disable draft and edit links during ajax calls
Adam committed -
Add admin.py for instructor_task.
David Ormsbee committed -
STUD-1485 STUD-1499
Adam Palay committed
-
- 01 May, 2014 10 commits
-
-
Certs: pass course name on queue
Joe Blaylock committed -
Create a skeleton of event-tracking developer docs
Gabe Mulley committed -
Integrate event-tracking in to the LMS
Gabe Mulley committed -
Adam Palay committed
-
Giulio Gratta committed
-
A first pass at providing details about how to emit events, what to emit etc.
Gabe Mulley committed -
Support incremental conversion of events from the old API to the new, in order to ensure the new system is working, enrollment events have been modified to make use of the new API.
Gabe Mulley committed -
Modifying the checkbox examples syntax so that it works in studio.edge now.
srpearce committed -
This is primarily so that we can manually fail zombie instructor tasks that are clogging up the queue for a course.
David Ormsbee committed -
Add documentation on public sandboxes
Sarina Canelake committed
-
- 30 Apr, 2014 4 commits
-
-
Fix bug that prevented account association during registration
Ned Batchelder committed -
Adding more about the --failed functionality
clytwynec committed -
clytwynec committed
-
Issue certificates to all students who earn them, even if they are in an audit track
Victor Shnayder committed
-