1. 14 Jan, 2014 1 commit
  2. 12 Jul, 2013 1 commit
  3. 17 Jun, 2013 1 commit
    • Many changes to finish up PR. To wit: · 8159e861
      -- Changed docstrings to use double quote.
      -- More consistent naming for youtube IDs (normal_speed_id -> youtube_id_1_0).
      -- Formatting changes for readability.
      -- Updated test XML to expect JSON-encoded strings; prevents tests from spuriously failing.
      Peter Fogg committed
  4. 13 Jun, 2013 2 commits
  5. 08 Apr, 2013 1 commit
  6. 07 Apr, 2013 1 commit
  7. 21 Feb, 2013 2 commits
  8. 07 Aug, 2012 2 commits
    • Make the simple course pass roundtrip test: · ecf432ad
      - add 'type' and 'points' to capa_module metadata
      - replace old 'title' tag with display_name
      Victor Shnayder committed
    • Make initial import-export tests pass. · e6e290f5
      TODO:
      * need unique slugs for errors so they don't overwrite each other on export.
        - try to preserve origin slug.  If not possible, generate random one.
      
      * figure out what metadata to strip.  e.g.
       ({'data': '<problem><p><h1>Finger Exercise 1...'},
          {'data': '<problem points="1" type="lecture"><p><h1>Finger Exercise 1...'},
          False)
        - where did points and type come from?  Do we want them there?
      
      
      * separate broken and non-broken test courses
      Victor Shnayder committed
  9. 27 Jul, 2012 2 commits