- 15 Aug, 2012 8 commits
-
-
Victor Shnayder committed
-
Victor Shnayder committed
-
- don't call has_access directly from template, pass a staff_access variable instead
Victor Shnayder committed -
Victor Shnayder 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 30 commits
-
-
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
-
fix customresponse be consistent with "no answer entered" behavior
Calen Pennington committed -
kimth committed
-
kimth committed
-
- 13 Aug, 2012 2 commits