- 07 May, 2014 1 commit
-
-
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
-
- 22 Apr, 2014 1 commit
-
-
polesye committed
-
- 15 Apr, 2014 2 commits
-
-
STUD-1531 Also add support for refreshing the modal on custom save
Andy Armstrong committed -
STUD-1531 Also add support for refreshing the modal on custom save
Andy Armstrong committed
-
- 09 Apr, 2014 4 commits
-
-
Andy Armstrong committed
-
Andy Armstrong committed
-
Andy Armstrong committed
-
STUD-1306
Andy Armstrong committed
-
- 05 Apr, 2014 1 commit
-
-
cahrens committed
-
- 02 Apr, 2014 1 commit
-
-
Changed tiny-MCE to not load CSS files dynamically. Added CSS files for tiny-MCE in env files. Moved TinyMCE files to directory structure required by Jake command. Changed clients of "tinymce.min.js" to use "tinymce.full.min.js" instead. Updated CHANGELOG to indicate tinymce version 4.0.20. Renamed tinymce.css. Directions for creating tinymce.full.min.js and commenting of edX changes. Updated comments related to disabling dynamic JS and CSS file loading in tinymce. Allow TinyMCE to handle CSS within the iframe.
Nimisha Asthagiri committed
-
- 31 Mar, 2014 1 commit
-
-
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
-
- 28 Mar, 2014 2 commits
-
-
Settings for ENABLE_STUDENT_NOTES and ENABLE_TEXTBOOK in CMS. Do not display empty collection tabs. Updated Changelog.
Nimisha Asthagiri committed -
Nimisha Asthagiri committed
-
- 25 Mar, 2014 1 commit
-
-
STUD-1465 Changed the XBlock rendering logic to use promises to track asynchronous tasks. Each dependency is then only loaded once the previous one has completed, and the XBlock initialization only happens once all dependencies are loaded. This gives XBlocks the same semantics in Studio as they get when shown directly on a page.
Andy Armstrong committed
-
- 24 Mar, 2014 1 commit
-
-
Andy Armstrong committed
-
- 21 Mar, 2014 1 commit
-
-
Changed "Status Page" -> "Page". UX: support for displaying built-in tabs restored drag and drop on Studio Pages additional styling for fixed state on Studio Pages add a new page action added to bottom of Studio Pages Dev changes for viewing tabs in studio, refactored the tab code, decoupled the code from django layer. is_hideable flag on tabs get_discussion method is needed to continue to support external_discussion links for now since used by 6.00x course. override the __eq__ operator to support comparing with dict-type tabs. Test moved test code to common, added acceptance test for built-in pages added additional unit tests for tabs. changed test_split_modulestore test to support serializing objects that are fields in a Course. Env: updated environment configuration settings so they are consistent for both cms and lms.
Nimisha Asthagiri committed
-
- 11 Mar, 2014 1 commit
-
-
STUD-1404
Waheed Ahmed committed
-
- 03 Mar, 2014 1 commit
-
-
Will Daly committed
-
- 27 Feb, 2014 2 commits
-
-
Will Daly committed
-
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
-
- 26 Feb, 2014 1 commit
-
-
Add Studio client-side runtime notifications for saving/cancelling XBlock edits.
Will Daly committed
-
- 21 Feb, 2014 1 commit
-
-
This requires fixing the javascript api implementation, and adding an implementation of get_block to the ModuleSystem api. However, the implementation is incomplete, due to mismatches between the expectations of XModule and XBlock. Also adds tests using the Acid block to make sure that the javascript and python apis for children are working correctly.
Calen Pennington committed
-
- 19 Feb, 2014 1 commit
-
-
This bug affected unpublishing content (and would trigger an error message in studio). The fix was to uncouple the rendering of the studio_view of an xblock with the student_view, so that content that wasn't in draft mode already wouldn't be modified by early rendering of the studio_view. [STUD-1316]
Calen Pennington committed
-
- 11 Feb, 2014 1 commit
-
-
polesye committed
-
- 05 Feb, 2014 2 commits
-
-
This reverts commit b8da1c5b.
Adam Palay committed -
Adam Palay committed
-
- 04 Feb, 2014 2 commits
-
-
[LMS-1421][LMS-1517]
Calen Pennington committed -
Make XBlock client-side runtimes proper classes, so that handlerUrl can be defined in a per-runtime way, and we can have multiple runtimes on a single page. [LMS-1630][LMS-1421][LMS-1517]
Calen Pennington committed
-
- 22 Jan, 2014 2 commits
- 08 Jan, 2014 1 commit
-
-
Added sorting to the new pagination logic for STUD-995.
Andy Armstrong committed
-
- 06 Jan, 2014 1 commit
-
-
These changes implement STUD-813. The commit consists of the following logical changes: - a REST API has been implemented for a course's assets - the page itself now fetches the assets client-side - the Backbone.Paginator library is used to support pagination - the AssetCollection has been refactored to extend Backbone.Paginator.requestPager so that it can be paged - an abstract PagingView class has been added to generalize the communication with a paging REST API - the AssetsView has been reimplemented to extend PagingView - two new child views have been added: - PagingHeader: the paging controls above the list of assets - PagingFooter: the paging controls below the assets
Andy Armstrong committed
-
- 31 Dec, 2013 1 commit
-
-
STUD-988
zubiar-arbi committed
-
- 26 Dec, 2013 1 commit
-
-
STUD-988
zubiar-arbi committed
-
- 24 Dec, 2013 1 commit
-
-
polesye committed
-
- 20 Dec, 2013 1 commit
-
-
Add baseview(extended from backbone view), which can further extended by other views + Add fucntion to modify iframe and embed tags + add related tests STUD-823
Zubair Afzal committed
-
- 18 Dec, 2013 1 commit
-
-
polesye committed
-
- 17 Dec, 2013 2 commits
-
-
polesye committed
-
STUD-894
Zubair Afzal committed
-
- 16 Dec, 2013 1 commit
-
-
STUD-1040
cahrens committed
-