- 19 Aug, 2012 1 commit
-
-
Bridger Maxwell committed
-
- 15 Aug, 2012 3 commits
-
-
Victor Shnayder committed
-
- don't call has_access directly from template, pass a staff_access variable instead
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
-
- 12 Aug, 2012 1 commit
-
-
* pass user to check_course * if dark launch feature enabled, users with staff access to course can see courseware before start date. Students still can't. * tests. * Remaining: enrollment view has custom access control. Need to check it.
Victor Shnayder committed
-
- 08 Aug, 2012 1 commit
-
-
Bridger Maxwell committed
-
- 23 Jul, 2012 1 commit
-
-
Calen Pennington committed
-
- 19 Jul, 2012 2 commits
-
-
Removed duplicate index on simplewiki_namespace. Re-added migration that was exposing South 0.7.4 bug.
Bridger Maxwell committed -
This reverts commit 7273868e.
Bridger Maxwell committed
-
- 18 Jul, 2012 1 commit
-
-
David Ormsbee committed
-
- 17 Jul, 2012 1 commit
-
-
Changed check_course from a decorator to a regular function that throws exceptions. Much easier to understand now.
Bridger Maxwell committed
-
- 13 Jul, 2012 1 commit
-
-
Bridger Maxwell committed
-
- 12 Jul, 2012 1 commit
-
-
Fixed the errors that were breaking tests from unused simplewiki files and a half-migrated certificates module.
Bridger Maxwell committed
-
- 09 Jul, 2012 1 commit
-
-
Bridger Maxwell committed
-
- 06 Jul, 2012 6 commits
-
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
- 05 Jul, 2012 3 commits
-
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
- 03 Jul, 2012 2 commits
-
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
- 30 Jun, 2012 1 commit
-
-
Bridger Maxwell committed
-
- 29 Jun, 2012 1 commit
-
-
Bridger Maxwell committed
-
- 28 Jun, 2012 2 commits
-
-
Bridger Maxwell committed
-
Bridger Maxwell committed
-
- 06 Jun, 2012 1 commit
-
-
Calen Pennington committed
-