1. 21 Feb, 2013 1 commit
  2. 14 Feb, 2013 1 commit
  3. 13 Feb, 2013 1 commit
  4. 06 Feb, 2013 1 commit
  5. 19 Sep, 2012 1 commit
  6. 18 Sep, 2012 1 commit
    • Custom tabs · d9219c60
      * 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
  7. 20 Aug, 2012 2 commits
  8. 16 Aug, 2012 1 commit
  9. 15 Aug, 2012 2 commits
    • Address other comment on #413 · 9425bbba
      - don't call has_access directly from template, pass a staff_access variable instead
      Victor Shnayder committed
    • 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. 12 Aug, 2012 1 commit
    • Add DARK_LAUNCH functionality · d7f94a05
      * 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
  11. 08 Aug, 2012 1 commit
  12. 23 Jul, 2012 1 commit
  13. 17 Jul, 2012 1 commit
  14. 13 Jul, 2012 1 commit
  15. 09 Jul, 2012 1 commit
  16. 06 Jul, 2012 1 commit
  17. 26 Jun, 2012 1 commit
  18. 06 Jun, 2012 1 commit