1. 15 Aug, 2012 1 commit
    • Big access control refactor · 2df3a6ef
      * 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
  2. 13 Aug, 2012 1 commit
  3. 10 Aug, 2012 1 commit
  4. 30 Jul, 2012 2 commits
  5. 24 Jul, 2012 2 commits
  6. 23 Jul, 2012 1 commit
  7. 22 Jul, 2012 2 commits
  8. 21 Jul, 2012 1 commit
  9. 20 Jul, 2012 4 commits
  10. 19 Jul, 2012 2 commits
  11. 18 Jul, 2012 3 commits
  12. 17 Jul, 2012 1 commit
  13. 16 Jul, 2012 1 commit
  14. 14 Jul, 2012 1 commit
  15. 13 Jul, 2012 1 commit
  16. 10 Jul, 2012 2 commits
  17. 09 Jul, 2012 1 commit
  18. 03 Jul, 2012 1 commit
  19. 29 Jun, 2012 3 commits
  20. 27 Jun, 2012 1 commit
  21. 20 Jun, 2012 1 commit
  22. 14 Jun, 2012 3 commits