- 21 Feb, 2013 1 commit
-
-
Brian Wilson committed
-
- 14 Feb, 2013 1 commit
-
-
Brian Wilson committed
-
- 13 Feb, 2013 1 commit
-
-
Brian Wilson committed
-
- 06 Feb, 2013 1 commit
-
-
Calen Pennington committed
-
- 19 Sep, 2012 1 commit
-
-
David Ormsbee committed
-
- 18 Sep, 2012 1 commit
-
-
* specify in tabs list in course policy - active page tracking now done in tabs.py - properly handle the fact that there may be multiple textbooks * Still need: - wiki pages - (if that's delayed, special-case syllabus support)
Victor Shnayder committed
-
- 20 Aug, 2012 2 commits
- 16 Aug, 2012 1 commit
-
-
Matthew Mongeau committed
-
- 15 Aug, 2012 2 commits
-
-
- 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
-
-
Matthew Mongeau committed
-
- 23 Jul, 2012 1 commit
-
-
Calen Pennington 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
-
- 09 Jul, 2012 1 commit
-
-
Matthew Mongeau committed
-
- 06 Jul, 2012 1 commit
-
-
The basic form has been fleshed out. Things still to do: 1) Extend get_course interface to the rest of modulestore 2) Make courses actually load 3) Make org/course/maybe others metadata attributes for course_module (see xml_module), so that they are loaded/saved on import/export to xml
Calen Pennington committed
-
- 26 Jun, 2012 1 commit
-
-
Matthew Mongeau committed
-
- 06 Jun, 2012 1 commit
-
-
Calen Pennington committed
-