- May 02, 2014
-
-
Joe Blaylock authored
* 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.
-
Giulio Gratta authored
Adds very basic about page style to ul, ol and dl
-
Giulio Gratta authored
About pages need basic support for lists since professors often want to display lists or 'definitions'
-
Sarina Canelake authored
Expose "enabled" checkbox in Embargo admin
-
Sarina Canelake authored
-
Mark Hoeber authored
Fixed link to docs.edx.org in readme
-
Usman Khalid authored
Parameter from_email to send_mail() should be string
-
srpearce authored
Update drag and drop documentation
-
Sylvia Pearce authored
-
Giulio Gratta authored
Fixes firefox image hidden overflow bug.
-
Adam authored
Release
-
Mark Hoeber authored
-
Usman Khalid authored
LMS-2518
-
srpearce authored
Add IFrame template documentation
-
Sylvia Pearce authored
-
Victor Shnayder authored
Remove google analytics tracking from iframes used in Drupal course abou...
-
Adam authored
puts GA id in quotes
-
Adam authored
Disable draft and edit links during ajax calls
-
David Ormsbee authored
Add admin.py for instructor_task.
-
Adam Palay authored
STUD-1485 STUD-1499
-
- May 01, 2014
-
-
Joe Blaylock authored
Certs: pass course name on queue
-
Gabe Mulley authored
Create a skeleton of event-tracking developer docs
-
Gabe Mulley authored
Integrate event-tracking in to the LMS
-
Adam Palay authored
-
Giulio Gratta authored
-
Gabe Mulley authored
A first pass at providing details about how to emit events, what to emit etc.
-
Gabe Mulley authored
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.
-
srpearce authored
Modifying the checkbox examples syntax so that it works in studio.edge now.
-
David Ormsbee authored
This is primarily so that we can manually fail zombie instructor tasks that are clogging up the queue for a course.
-
Sarina Canelake authored
Add documentation on public sandboxes
-
- Apr 30, 2014
-
-
Ned Batchelder authored
Fix bug that prevented account association during registration
-
clytwynec authored
Adding more about the --failed functionality
-
clytwynec authored
-
Victor Shnayder authored
Issue certificates to all students who earn them, even if they are in an audit track
-
Ben Weeks authored
-
Mark Hoeber authored
Release Notes 4/29/14
-
Victor Shnayder authored
LMS-2573
-
e0d authored
-
Victor Shnayder authored
This fixes two issues: - if the course pointed to doesn't exist, GA was added to the iframe twice - more importantly, we don't want to count these as separate views anyway-- we just care about the about page itself. - I also added a note about where we would put our segment.io widget if we want it later LMS-2581
-
clytwynec authored
Update to bok-choy setup task prereqs
-