- Jun 30, 2014
-
-
Adam Palay authored
-
- Jun 23, 2014
-
-
Adam Palay authored
skip tests if not run in lms
-
- Jun 19, 2014
-
-
Sarina Canelake authored
fix other various i18n issues
-
- Jun 17, 2014
-
-
Sarina Canelake authored
-
- Jun 09, 2014
-
-
Don Mitchell authored
Remove course_from_id don't fetch whole course when the root will do don't fetch even the root if the id will do check for definition.data == null
-
Waheed Ahmed authored
LMS-2734
-
- Jun 03, 2014
-
-
Jay Zoldak authored
-
- May 30, 2014
-
-
Julia Hansbrough authored
-
- May 29, 2014
-
-
Calen Pennington authored
[LMS-2757]
-
Don Mitchell authored
-
- May 22, 2014
-
-
Calen Pennington authored
-
- May 16, 2014
-
-
Calen Pennington authored
-
- May 15, 2014
-
-
lduarte1991 authored
This reverts commit 59e3cae4.
-
- May 14, 2014
-
-
David Baumgold authored
-
- May 12, 2014
-
-
Calen Pennington authored
-
- May 09, 2014
-
-
Carson Gee authored
-
Carson Gee authored
Makes small changes in lms and cms both so that user's go to the original page they intended to if they weren't already logged in
-
- May 07, 2014
-
-
Calen Pennington authored
This commit updates common/djangoapps. These keys are now objects with a limited interface, and the particular internal representation is managed by the data storage layer (the modulestore). For the LMS, there should be no outward-facing changes to the system. The keys are, for now, a change to internal representation only. For Studio, the new serialized form of the keys is used in urls, to allow for further migration in the future. Co-Author: Andy Armstrong <andya@edx.org> Co-Author: Christina Roberts <christina@edx.org> Co-Author: David Baumgold <db@edx.org> Co-Author: Diana Huang <dkh@edx.org> Co-Author: Don Mitchell <dmitchell@edx.org> Co-Author: Julia Hansbrough <julia@edx.org> Co-Author: Nimisha Asthagiri <nasthagiri@edx.org> Co-Author: Sarina Canelake <sarina@edx.org> [LMS-2370]
-
- May 06, 2014
-
-
Ned Batchelder authored
-
- 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.
-
- Apr 25, 2014
-
-
John Cox authored
-
- Apr 24, 2014
-
-
lduarte1991 authored
-
- Apr 11, 2014
-
-
Waqas Khalid authored
LMS-2479
-
- Apr 07, 2014
-
-
Waheed Ahmed authored
LMS-2442
-
- Apr 01, 2014
-
-
Calen Pennington authored
-
- Mar 31, 2014
-
-
Chris Dodge authored
Add some optional policies around password resets, such as password reuse, forced password resets, allowed frequency of password resets
-
- Mar 18, 2014
-
-
jsa authored
Also improves handling in cases where account creation did succeed, but comments service user creation did not. Depends on commit 88abdd8a0b20bc9816f487b25abdea1953f5661d in https://github.com/edx/cs_comments_service JIRA: FOR-522
-
Sef Kloninger authored
-
- Mar 11, 2014
-
-
Sarina Canelake authored
-
- Mar 10, 2014
-
-
Greg Price authored
This is necessary to allow non-browser-based services (e.g. notifier) to know a user's preferred language even if the user has not explicitly selected one.
-
- Mar 05, 2014
-
-
Sef Kloninger authored
Use "Stanford-style" theming to enable you to put your own embargo notice up.
-
- Mar 04, 2014
-
-
Carson Gee authored
-
- Feb 28, 2014
-
-
Chris Dodge authored
-
- Feb 27, 2014
-
-
Chris Dodge authored
-
Sarina Canelake authored
Allows specification of countries to embargo, what course(s) should apply embargo restrictions, and whitelist/blacklist capability for specific individual IP addresses.
-
Julia Hansbrough authored
Adds configurable middleware in common/djangoapps/embargo that allows specific courses to comply with US Export regulations by embargoing students from specific countries, whilst simultaneously allowing other courses to be freely open to all.
-
- Feb 26, 2014
-
-
Chris Dodge authored
-
jsa authored
JIRA: FOR-472
-
jsa authored
-
Waheed Ahmed authored
LMS-1479
-