1. 19 Sep, 2013 2 commits
  2. 21 Aug, 2013 2 commits
  3. 11 Jul, 2013 1 commit
    • First half of refactorization. · 62f27647
      This fixes the following tests(T stands for toy, F stands for factory made):
      T import_textbook_as_content_element (needed to add a textbook to toy)
      F static_tab_reordering
      T import polls (needed to add a poll to toy)
      T xlint_fails
      F delete
      T about_overrides (needed to add an about override to toy)
      F remove_hide_progress_tab
      JonahStanley committed
  4. 03 Sep, 2012 1 commit
  5. 27 Aug, 2012 1 commit
  6. 16 Aug, 2012 1 commit
    • New policy organization: · 00d9ecd6
      * course roots live in roots/{url_name}.xml
         - one is linked from course.xml
      
      * policies live in policies/url_name.json
        - loaded based on course url_name
      
      * Updated to pass policy through into xml parsing, so it takes effect
        before descriptor constructors are called.
      
      * Update toy test course to new structure, fix up tests
      Victor Shnayder committed