- Aug 16, 2012
-
-
Victor Shnayder authored
* course roots live in roots/{url_name}.xml - one is linked from course.xml * policies live in policies/url_name.json - loaded based on course url_name * Updated to pass policy through into xml parsing, so it takes effect before descriptor constructors are called. * Update toy test course to new structure, fix up tests
-
Victor Shnayder authored
* the former does a fallback if metadata['display_name'] isn't set.
-
Victor Shnayder authored
-
Victor Shnayder authored
(s/sequence/sequential/)
-
- Aug 15, 2012
-
-
Victor Shnayder authored
-
Victor Shnayder authored
* 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 authored
-
Calen Pennington authored
LMS internal auth refactor and start dates
-
Calen Pennington authored
Xqueue callback acquires lock on StudentModule to avoid race condition
-
Victor Shnayder authored
-
Victor Shnayder authored
- now handling access control via get_module
-
Victor Shnayder authored
* error modules now hidden via access control * get_module() returns None if user doesn't have access
-
Victor Shnayder authored
* 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)
-
- Aug 14, 2012
-
-
kimth authored
-
Calen Pennington authored
started gradebook design; moved a few nav classes
-
Tom Giannattasio authored
-
Tom Giannattasio authored
-
Tom Giannattasio authored
-
Tom Giannattasio authored
-
Tom Giannattasio authored
-
Tom Giannattasio authored
-
Calen Pennington authored
Feature/cale/queue config
-
Calen Pennington authored
-
Calen Pennington authored
Fix askbot URLs in the theme
-
David Ormsbee authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
David Ormsbee authored
-
David Ormsbee authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
David Ormsbee authored
-
Calen Pennington authored
Kimth/generic coderesponse
-
kimth authored
-
kimth authored
-
Calen Pennington authored
when MITX_FEATURES['DISABLE_LOGIN_BUTTON'] then show_signup_immediately ...
-