- 09 May, 2014 2 commits
-
-
LMS-2617
Waheed Ahmed committed -
Muhammad Ammar committed
-
- 08 May, 2014 2 commits
-
-
This will be used to detect courses that are linking to Stack Exchange sites so we can handle them specially when generating data dumps.
Greg Price committed -
Muhammad Ammar committed
-
- 07 May, 2014 3 commits
-
-
Only do static transcript redirect for english language, and don't offer static redirect for download Rename video test to real YouTube-ID
Carson Gee committed -
Carson Gee committed
-
Muhammad Ammar committed
-
- 05 May, 2014 7 commits
-
-
Han Su Kim committed
-
Han Su Kim committed
-
Han Su Kim committed
-
Han Su Kim committed
-
Waqas committed
-
LMS-2565
Usman Khalid committed -
LMS-2516
Waqas committed
-
- 02 May, 2014 5 commits
-
-
* 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 -
cahrens committed
-
STUD-1558
cahrens committed -
LMS-2518
Usman Khalid committed -
Also the idash_mode property is stored seperately for each course. LMS-2565
Usman Khalid committed
-
- 01 May, 2014 2 commits
-
-
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 -
This is primarily so that we can manually fail zombie instructor tasks that are clogging up the queue for a course.
David Ormsbee committed
-
- 30 Apr, 2014 1 commit
-
-
Jay Zoldak committed
-
- 29 Apr, 2014 2 commits
-
-
Stanford had a problem a few times that certificate requests had different values for the course display name and the course name printed on the certificate and verification pages because of human error. This passes the course display name on the queue to the certificate requests, so that at least one place where the course name is reproduced (the certificate agent's settings.py) can be eliminated.
Joe Blaylock committed -
Jason Bau committed
-
- 28 Apr, 2014 3 commits
-
-
Dave St.Germain committed
-
Adam Palay committed
-
In the current implementation if the path prefix contains the wiki_path value it gets deleted. For example if the prefix is '/courses/edx/math101/2014' and wiki_path is '101/' the final prefix becomes '/courses/edx/math2014'. LMS-2556
Usman Khalid committed
-
- 25 Apr, 2014 3 commits
-
-
Muhammad Ammar committed
-
RFC 2822 states that line lengths in emails must be less than 998. Some MTA's add newlines to messages if any line exceeds a certain limit (the exact limit varies). Sendmail goes so far as to add '!\n' after the 990th character in a line. To ensure that bulk mail messages look consistent long lines are wrapped to a conservative length. LMS-1466
Usman Khalid committed -
Jay Zoldak committed
-
- 24 Apr, 2014 1 commit
-
-
Christine Lytwynec committed
-
- 23 Apr, 2014 4 commits
-
-
Greg Price committed
-
Muhammad Ammar committed
-
BLD-662
Valera Rozuvan committed -
LMS-2510
Waqas committed
-
- 22 Apr, 2014 1 commit
-
-
polesye committed
-
- 18 Apr, 2014 1 commit
-
-
Sarina Canelake committed
-
- 16 Apr, 2014 3 commits
-
-
Carson Gee committed
-
JIRA: FOR-496
jsa committed -
Respond to pull request comments
Sarina Canelake committed
-