Victor Shnayder 2df3a6ef11 Big access control refactor
* 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)
2012-08-14 23:30:37 -04:00
2012-08-14 23:30:37 -04:00
2012-08-14 23:30:37 -04:00
2012-08-14 23:30:37 -04:00
2011-12-07 09:28:16 -05:00
2012-07-27 16:09:25 -04:00
2012-05-31 14:54:38 -04:00
2012-07-17 14:58:09 -04:00
2012-08-08 11:57:15 -04:00
2012-08-06 18:08:07 -04:00
Description
No description provided
Readme AGPL-3.0 2.2 GiB
Languages
Python 73.7%
JavaScript 15.4%
HTML 7.1%
SCSS 3.2%
CSS 0.5%