1. 14 Jul, 2014 1 commit
  2. 18 Jun, 2014 1 commit
  3. 22 May, 2014 1 commit
  4. 21 May, 2014 1 commit
    • Allow creation of components on container page · 541d20ef
      This commit implements STUD-1490, allowing creation of components
      on the container page. It also enables the delete and duplicate
      buttons now that new content can be created that would benefit.
      
      Note that it also creates shared functionality for adding components,
      and refactors the unit page to use it too.
      Andy Armstrong committed
  5. 17 May, 2014 1 commit
  6. 07 May, 2014 1 commit
    • Make course ids and usage ids opaque to LMS and Studio [partial commit] · 0d88379e
      This commit adds all of cms.
      
      These keys are now objects with a limited interface, and the particular
      internal representation is managed by the data storage layer (the
      modulestore).
      
      For the LMS, there should be no outward-facing changes to the system.
      The keys are, for now, a change to internal representation only. For
      Studio, the new serialized form of the keys is used in urls, to allow
      for further migration in the future.
      
      Co-Author: Andy Armstrong <andya@edx.org>
      Co-Author: Christina Roberts <christina@edx.org>
      Co-Author: David Baumgold <db@edx.org>
      Co-Author: Diana Huang <dkh@edx.org>
      Co-Author: Don Mitchell <dmitchell@edx.org>
      Co-Author: Julia Hansbrough <julia@edx.org>
      Co-Author: Nimisha Asthagiri <nasthagiri@edx.org>
      Co-Author: Sarina Canelake <sarina@edx.org>
      
      [LMS-2370]
      Calen Pennington committed
  7. 15 Apr, 2014 2 commits
  8. 09 Apr, 2014 4 commits
  9. 31 Mar, 2014 2 commits
    • Translation fix in studio: For better translation · 58297175
      As the sentence in unit.html is splitted into three parts due to the varible release_date may be None, it breaks the integrity of a sentence.
      Different language may have different word or event grammer order, so if a sentence is breaked into three parts, translators cannot adjust the word orders to create a good translation.
      So this fix tries to combine the sentence together.
      louyihua committed
    • Add multiple transcripts editor. · dfa7c27e
      Fix donwload subs for non youtube videos and non-en language - continue.
      Add acceptance tests.
      Add detetion of assets on request.
      Updated docstring.
      Add fixes and acceptance tests.
      Fix acceptance tests.
      Update docsrtings and cleanup code, resful for language_id.
      Specify exception type in POST.
      Fix url in upload module.
      Improve exception handling.
      Remove 'en' and catching in editable_metadata.
      Move descriptor.get_context test to lms tests.
      Add query parameter to translation dispatch.
      Response to format parameter of translatin GET request.
      Fix Acceprance test: Metadata Editor.
      move handlers to proper scores.
      Split video player into smaller files.
      Add ugettext and fix typoes.
      Add changelog.
      Support for downloading non-ascii filenames.
      Change event binding.
      Add content-language to download requests.
      Reractor POST handler to not update self.transcripts.
      Alexander Kryklia committed
  10. 27 Feb, 2014 1 commit
    • Add new container page that can display nested xblocks · fcc0231d
      This is the changes for STUD-1244, which introduces the ability for Studio to display
      arbitrarily nested xblocks. In this change, a new container page is introduced which can
      display nested xblocks. In particular, the xblock type of 'vertical' is special cased
      to be shown inline as a collapsible section. The unit page is mostly unchanged, except
      that container xblock's are shown as a link to their container page, rather than being
      shown inline.
      Andy Armstrong committed
  11. 07 Feb, 2014 1 commit
    • Image Modal CMS HTML Block subtype · 5e67612e
      - Added YAML file for the HTML template code for the modal to work
      - Added CSS and JS code for modal to look and function properly
      - Updated code to take comments into account.
      - Simplified HTML template and expanded JS to set up image modal on load.
      - Added preliminary drag script.
      - Converted jQuery UI draggable to Draggabilly
      Giulio Gratta committed
  12. 30 Jan, 2014 1 commit
    • Unicode changes to support QRF · bc30addf
      fixing unit tests
      
      fixing merge error
      
      fixing xqueue submission issue with unicode url (trial 0.1)
      
      fixing fotmats as commented upon
      
      removing yaml file language selection
      
      Unicode changes to support QRF
      
      removed unnecessary pass in modulestore/init.py
      
      fixing merge error
      
      fixing fotmats as commented upon
      
      removing yaml file language selection
      
      fixing pep8 violations
      
      - fixing pylint violations
      
      pylint violation
      
      fixing line spaces and formats
      
      ignore pylint E1101
      
      remove empty line
      
      fixing pylint violations
      
       pep8 violations
      
      bulk mail unicode/decode
      
      fix migration error
      
      fix pep8 just to push again
      
      more unicode/decode
      Final changes to comments and error messages.
      Jay Zoldak committed
  13. 16 Dec, 2013 1 commit
  14. 09 Dec, 2013 1 commit
  15. 04 Dec, 2013 1 commit
  16. 26 Nov, 2013 1 commit
  17. 25 Nov, 2013 2 commits
  18. 22 Nov, 2013 1 commit
  19. 19 Nov, 2013 1 commit
  20. 14 Nov, 2013 1 commit
  21. 06 Nov, 2013 1 commit
  22. 24 Oct, 2013 1 commit
  23. 04 Oct, 2013 1 commit
  24. 03 Oct, 2013 1 commit
  25. 23 Jul, 2013 2 commits
  26. 22 Jul, 2013 1 commit
  27. 16 Jul, 2013 1 commit
    • No longer persist XModule templates · 3722685e
      Instead, we use XModule field default values when creating an empty
      XModule. Driven by this use case, we also allow for XModules to be
      created in memory without being persisted to the database at all. This
      necessitates a change to the Modulestore api, replacing clone_item with
      create_draft and save_xmodule.
      Don Mitchell committed
  28. 12 Jul, 2013 1 commit
  29. 04 Jun, 2013 1 commit
  30. 03 Jun, 2013 4 commits