- 16 Aug, 2012 3 commits
-
-
* the former does a fallback if metadata['display_name'] isn't set.
Victor Shnayder committed -
Victor Shnayder committed
-
(s/sequence/sequential/)
Victor Shnayder committed
-
- 15 Aug, 2012 9 commits
-
-
Victor Shnayder committed
-
* if there is a policy.json in the course dir, read it * file format is a dict with keys {category}/{url_name}, and values metadata dictionaries * apply the policy, overwriting keys that are in the xml * then do metadata inheritance, inheriting any overwritten keys. * also a management cmd to generate a policy.json from a course dir.
Victor Shnayder committed -
Victor Shnayder committed
-
LMS internal auth refactor and start dates
Calen Pennington committed -
Xqueue callback acquires lock on StudentModule to avoid race condition
Calen Pennington committed -
Victor Shnayder committed
-
- now handling access control via get_module
Victor Shnayder committed -
* error modules now hidden via access control * get_module() returns None if user doesn't have access
Victor Shnayder committed -
* All access control logic is now in access.py * It exports a single method for general use: has_access(user, object, action) - possible actions depend on object type (e.g. 'see_exists', 'enroll', 'staff') * Removed DARK_LAUNCH feature flag--it is now the default behavior * Replaced check_course with three separate more focused functions that use has_access Minor things: * note on using pdb in testing * moved time parsing helper into timeparse.py * x_modules now have a .start attribute (None if not in metadata)
Victor Shnayder committed
-
- 14 Aug, 2012 28 commits
-
-
kimth committed
-
started gradebook design; moved a few nav classes
Calen Pennington committed -
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Feature/cale/queue config
Calen Pennington committed -
Calen Pennington committed
-
Fix askbot URLs in the theme
Calen Pennington committed -
David Ormsbee committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
David Ormsbee committed
-
David Ormsbee committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Calen Pennington committed
-
David Ormsbee committed
-
Kimth/generic coderesponse
Calen Pennington committed -
kimth committed
-
kimth committed
-
when MITX_FEATURES['DISABLE_LOGIN_BUTTON'] then show_signup_immediately ...
Calen Pennington committed -
kimth committed
-