- 29 May, 2014 1 commit
-
-
[LMS-2757]
Calen Pennington committed
-
- 24 May, 2014 1 commit
-
-
Sarina Canelake committed
-
- 23 May, 2014 1 commit
-
-
Sarina Canelake committed
-
- 15 May, 2014 1 commit
-
-
Diana Huang 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 -
This commit adds the non-courseware lms/djangoapps and lms/lib. 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]
Calen Pennington committed
-
- 26 Feb, 2014 1 commit
-
-
STUD-1140
zubiar-arbi committed
-
- 30 Jan, 2014 1 commit
-
-
If this management command fails it's tough to figure out why without seeing the text from the exception. Luckily comment service does return useful feedback, we just have to show it. This one-line change just add the exception text to the error message. Before (with spurrious debug msgs removed): sefk@util1:~$ ./manage.sh reload_forum_users Anthonyhubendurance update user info to discussion failed for user with id: Anthonyhubendurance After: sefk@util1:~$ ./manage.sh reload_forum_users Anthonyhubendurance update user info to discussion failed for user with id: Anthonyhubendurance, error=u'["Email is already taken"]' No unit testing (sorry) added since this doesn't have coverage already, and it's just a simple error case.
Sef Kloninger committed
-
- 08 Nov, 2013 1 commit
-
-
Calen Pennington committed
-
- 14 Aug, 2013 1 commit
-
-
Features coming down the pipe will want to be able to: * Refer to enrollments before they are actually activated (approval step). * See what courses a user used to be enrolled in for when they re-enroll in the same course, or a different run of that course. * Have different "modes" of enrolling in a course, representing things like honor certificate enrollment, auditing (no certs), etc. This change adds an is_active flag and mode (with default being "honor"). The commit is only as large as it is because many parts of the codebase were manipulating enrollments by adding and removing CourseEnrollment objects directly. It was necessary to create classmethods on CourseEnrollment to encapsulate this functionality and then port everything over to using them. The migration to add columns has been tested on a prod replica, and seems to be fine for running on a live system with single digit millions of rows of enrollments.
David Ormsbee committed
-
- 19 Jun, 2013 1 commit
-
-
Ned Batchelder committed
-
- 16 May, 2013 2 commits
-
-
Jay Zoldak committed
-
This reverts commit 2df3fe93. Conflicts: common/static/coffee/src/discussion/utils.coffee
Jay Zoldak committed
-
- 06 May, 2013 2 commits
-
-
Chris Dodge committed
-
Chris Dodge committed
-
- 26 Apr, 2013 1 commit
-
-
This reverts commit acfd0d9f, reversing changes made to e4194c99.
Diana Huang committed
-
- 22 Apr, 2013 1 commit
-
-
Your Name committed
-
- 11 Apr, 2013 1 commit
-
-
Chris Dodge committed
-
- 29 Mar, 2013 1 commit
-
-
move the provisioning seeding from LMS into Common. Add provisioning seeding calling from create new course view.
Chris Dodge committed
-
- 06 Feb, 2013 1 commit
-
-
Calen Pennington committed
-
- 05 Feb, 2013 1 commit
-
-
ichuang committed
-
- 24 Jan, 2013 1 commit
-
-
fix cohorts in create, and read, and update regular expressions to fix courses with periods not working in General commentable
Kevin Chugh committed
-
- 05 Nov, 2012 1 commit
-
-
Arjun Singh committed
-
- 23 Oct, 2012 1 commit
-
-
Carlos Andrés Rocha committed
-
- 12 Oct, 2012 1 commit
-
-
Arjun Singh committed
-
- 12 Sep, 2012 2 commits
-
-
loaded into the page in a data attribute instead of loaded on request via ajax. The user profile page also does not provide facilities for adding comments/responses, which I think would clutter the page too much. Also removed some unused stuff from views.py.
Ibrahim Awwal committed -
course id for seed_permissions_roles, and also the script itself to tell you that.
Ibrahim Awwal committed
-
- 23 Aug, 2012 1 commit
-
-
Arjun Singh committed
-
- 21 Aug, 2012 2 commits
-
-
David Ormsbee committed
-
Rocky Duan committed
-
- 14 Aug, 2012 1 commit
-
-
Rocky Duan committed
-
- 08 Aug, 2012 1 commit
-
-
Mike Chen committed
-