- 20 Oct, 2015 4 commits
-
-
arbabnazar committed
-
arbabnazar committed
-
arbabnazar committed
-
arbabnazar committed
-
- 19 Oct, 2015 1 commit
-
-
* Fix paver violations to stablize edx-lint update * Parens, Line2Long * Fix missing docstrings * Fix PEP8 issues * Address PR feedback (thanks @nedbat!)
Matt Drayer committed
-
- 11 Sep, 2015 1 commit
-
-
Max Rothman committed
-
- 17 Mar, 2015 1 commit
-
-
Ned Batchelder committed
-
- 20 Feb, 2015 1 commit
-
-
Greg Price committed
-
- 04 Feb, 2015 1 commit
-
-
Omar Al-Ithawi committed
-
- 10 Dec, 2014 1 commit
-
-
TNL-735
Daniel Friedman committed
-
- 25 Nov, 2014 4 commits
- 12 Nov, 2014 1 commit
-
-
Code review changes. Fix test and pylint. pylint error. Updating the test to verify the signal is fired. Test for all analytics events Import pylint error. Pylint error
stephensanchez committed
-
- 10 Nov, 2014 1 commit
-
-
stv committed
-
- 17 Oct, 2014 1 commit
-
-
Quick cleanup Making kwarg to suppress unenroll events. pylint and pep8 errors cleaned up. add commit on success. Changing transactional behavior of the management command.
stephensanchez committed
-
- 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
-
- 21 May, 2014 2 commits
-
-
Calen Pennington committed
-
Calen Pennington committed
-
- 19 May, 2014 1 commit
-
-
Sarina Canelake committed
-
- 07 May, 2014 1 commit
-
-
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]
Calen Pennington committed
-
- 06 May, 2014 1 commit
-
-
Feanil Patel committed
-
- 18 Apr, 2014 3 commits
-
-
John Jarvis committed
-
John Jarvis committed
-
John Jarvis committed
-
- 25 Mar, 2014 1 commit
-
-
Will Daly committed
-
- 18 Mar, 2014 2 commits
-
-
Fixes the create_user admin command, which was creating user accounts with a potentially invalid language preference. JIRA: FOR-532
jsa committed -
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
jsa committed
-
- 24 Feb, 2014 1 commit
-
- 18 Feb, 2014 1 commit
-
-
Restore reverted changes from paver part 1
Will Daly committed
-
- 14 Feb, 2014 2 commits
-
-
Deprecated rake functions issue a warning and then call paver replacements Bring Paver commands up to date with master for servers, assets, and docs. Revert deprecation of quality, tests, and i18n for a future pull request. Deprecate workspace migration
David Glance committed
- 05 Feb, 2014 1 commit
-
-
Feanil Patel committed
-
- 01 Feb, 2014 1 commit
-
-
Ned Batchelder committed
-
- 31 Jan, 2014 1 commit
-
-
This code adds the ability to add Mako template lookup directories on the fly, allowing third party add-ons to contribute their own Mako templates. A new API function for registering Mako templates is introduced:: from edxmako import add_lookup add_lookup('main', '/path/to/templates') # Or, specify a package to lookup using pkg_resources. This will # add the 'templates' directory inside the current package: add_lookup('main', 'templates', package=__name__)
Chris Rossi committed
-
- 10 Jan, 2014 2 commits
-
-
Feanil Patel committed
-
Not just students that are currently active. Students may have enrolled with verified certs, paid, gotten a refund, and un-enrolled from the original course. This function should now capture that.
Feanil Patel committed
-