- 15 Aug, 2012 35 commits
-
-
kimth committed
-
Kimth/sjsu
Calen Pennington committed -
kimth committed
-
kimth committed
-
URL based course lists
Calen Pennington committed -
Feature/victor/strip metadata
Calen Pennington committed -
kimth committed
-
David Ormsbee 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 -
David Ormsbee committed
-
kimth committed
-
kimth committed
-
Calen Pennington committed
-
Calen Pennington committed
-
Feature/victor/start dates
Calen Pennington committed -
Victor Shnayder committed
-
Victor Shnayder committed
-
David Ormsbee committed
-
David Ormsbee committed
-
David Ormsbee committed
-
David Ormsbee committed
-
David Ormsbee committed
-
Victor Shnayder committed
-
Rename acquire_lock to select_for_update, add docstring
Calen Pennington committed -
- don't call has_access directly from template, pass a staff_access variable instead
Victor Shnayder committed -
Victor Shnayder committed
-
kimth committed
-
kimth committed
-
kimth 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 5 commits
-
-
kimth committed
-
started gradebook design; moved a few nav classes
Calen Pennington committed -
Tom Giannattasio committed
-
Tom Giannattasio committed
-
Tom Giannattasio committed
-