1. 19 Nov, 2012 1 commit
  2. 30 Oct, 2012 1 commit
  3. 13 Sep, 2012 1 commit
  4. 09 Sep, 2012 1 commit
  5. 07 Sep, 2012 1 commit
  6. 05 Sep, 2012 3 commits
  7. 01 Sep, 2012 1 commit
  8. 31 Aug, 2012 2 commits
  9. 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
  10. 07 Aug, 2012 1 commit
  11. 06 Aug, 2012 2 commits
  12. 04 Aug, 2012 2 commits
  13. 30 Jul, 2012 1 commit
  14. 25 Jul, 2012 2 commits
  15. 23 Jul, 2012 2 commits
  16. 22 Jul, 2012 1 commit
  17. 21 Jul, 2012 1 commit
  18. 20 Jul, 2012 4 commits
  19. 19 Jul, 2012 5 commits
  20. 18 Jul, 2012 7 commits