Ned Batchelder
|
bbf508ca7b
|
fix-setattr-and-getattr
|
2013-09-13 14:44:49 -04:00 |
|
Ned Batchelder
|
e045860cb6
|
Pylint complains if you use string, even if you use it for what its still meant to be used for.
|
2013-06-21 16:35:47 -04:00 |
|
Ned Batchelder
|
3eec09b87a
|
Merge pull request #216 from edx/ned/remove-unused-imports
Ned/remove unused imports
|
2013-06-20 14:15:31 -07:00 |
|
Calen Pennington
|
308fe26b65
|
Clean up pep8 E128 issues
|
2013-06-20 09:08:25 -04:00 |
|
Ned Batchelder
|
61b53713d2
|
Remove unused imports from lms, as detected by pylint.
|
2013-06-19 16:56:34 -04:00 |
|
Don Mitchell
|
168cb306d3
|
Move tz_aware into connection config rather than settings.
Make django use_tz
|
2013-06-10 17:16:35 -04:00 |
|
ichuang
|
14899b9066
|
fix lms migration to be compatible with xblock
|
2013-03-31 12:35:08 +00:00 |
|
Calen Pennington
|
93db5acc15
|
Make display_name defaulting explicit
|
2013-03-08 14:58:09 -05:00 |
|
Calen Pennington
|
cfae1cdf62
|
Pep8 autofixes
|
2013-02-06 11:13:50 -05:00 |
|
ichuang
|
2f2e71e0d1
|
add tracking log entries for modulestore reload
|
2012-09-09 21:08:31 -04:00 |
|
ichuang
|
ccbbb5a993
|
commit_id may be specified for modulestore reload - for multi-worker configs
also show pid in migration and instructor dashboard views for thread debugging
|
2012-09-09 19:39:11 -04:00 |
|
Kyle Fiedler
|
8a5e872c8f
|
Removed a bunch of font tags
|
2012-09-05 14:24:12 -04:00 |
|
ichuang
|
d56d235fc9
|
minor change to create_user command, don't fail on kerberos lookup failure
|
2012-09-04 23:02:51 -04:00 |
|
ichuang
|
cb07b0601e
|
missing "settings." in line in lms_migration
|
2012-08-29 22:04:39 -04:00 |
|
ichuang
|
dc52956c28
|
don't list all users if too many
|
2012-08-24 14:09:57 -04:00 |
|
ichuang
|
8e7eef24a2
|
add manage_course_groups command to lms_migration
|
2012-08-23 13:10:08 -04:00 |
|
ichuang
|
e3ecd22fa0
|
github IPs in lms.envs.common; made create_user, create_groups,
manage_course_groups management commands (in lms_migration)
|
2012-08-20 18:38:05 -04:00 |
|
ichuang
|
7dd7de9566
|
add gitreload to lms migration, so it doesn't have to run separately
|
2012-08-17 15:57:12 +00:00 |
|
Victor Shnayder
|
691744e359
|
Use .display_name instead of metadata['display_name']
* the former does a fallback if metadata['display_name'] isn't set.
|
2012-08-16 11:37:54 -04:00 |
|
ichuang
|
fb7b48e10a
|
minor - have migrate also show user when debugging
|
2012-08-04 10:28:05 -04:00 |
|
ichuang
|
9de6e28180
|
limit course reload to localhost or user.is_staff
|
2012-08-03 22:52:48 -04:00 |
|
ichuang
|
10f53d62e3
|
migration views - see modulestore contents, and force reload of course
|
2012-08-03 22:38:33 -04:00 |
|