1. 20 Sep, 2012 2 commits
  2. 10 Sep, 2012 1 commit
  3. 06 Sep, 2012 2 commits
  4. 05 Sep, 2012 3 commits
  5. 01 Sep, 2012 1 commit
  6. 30 Aug, 2012 2 commits
  7. 27 Aug, 2012 1 commit
    • Fix latent bug in access checks in get_module · 9102c760
      * All access checks now done for the "user" param, ignoring request.user
        - This matters for xqueue callbacks and for instructor view of student progress
      * An effect of this change is that if a student couldn't see their own 'progress' tab,
        the course instructor won't be able to see it either
      Victor Shnayder committed
  8. 20 Aug, 2012 1 commit
  9. 17 Aug, 2012 1 commit
  10. 16 Aug, 2012 2 commits
  11. 15 Aug, 2012 3 commits
  12. 13 Aug, 2012 1 commit
  13. 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
  14. 10 Aug, 2012 3 commits
  15. 07 Aug, 2012 1 commit
  16. 01 Aug, 2012 1 commit
  17. 27 Jul, 2012 2 commits
    • Config for integration tests · cb308507
      * move askbot repo into mitx as a submodule
      * set settings as in 85865f7221
      * remove test_mongo env.
      * Refactor tests to use new config structure.
      * Add real integration tests--not working due to bugs in course xml. Turned off.
      Victor Shnayder committed
    • Initial integration tests! · 73b38268
      * new env file to run integration tests with mongo backend
        - needs askbot to get db in the right state
        - needs wiki to load pages successfully
        - not using migrations to make it run faster
      * import test courses, check that each page loads without erroring.
      * fix NonePointerException in index view to make tests pass
      * misc formatting cleanups
      Victor Shnayder committed