marco
a8417df7ba
styling for recursive xblock rendering structure to be used in the container page, pulling from general xblock styles in a separate file.
2014-02-14 12:57:06 -05:00
marcotuts
1b4388ee08
updated container header styling and exposed sidebar back to its location. includes some javascript to render tooltips on overflowed text headers
2014-02-14 11:47:14 -05:00
Andy Armstrong
70ba10433e
Couple more changes
2014-02-14 11:47:14 -05:00
Andy Armstrong
c5fc30c58b
First rough cut of a container page.
2014-02-14 11:47:14 -05:00
Carson Gee
5e0f781674
Major refactor and rename of feature
...
All forward facing wording changed to Export to Git
Export to git functions removed from management command and put in common file
Additional error checking and documentation improvements
Nitpicks and other minor fixes
2014-02-13 12:53:47 -05:00
Carson Gee
f02c074db9
Push To LMS updates
...
Added tests
Converted scripts to django commands
Removed advanced module requirement
Generalized to platform
Switched to subprocess for shell commands
Beefed up resiliency and error checking.
Refactored since #1910 removed get_location_and_verify_access
Added settings to aws for export directory and reworked test setup and teardown
Several review based fixes
Added line to Changelog
Changed URL handler to be accepting and moved git bare repo inside of test_root/data
Added exception logging to help trace issues
Added output in exception logging
Made the branch to commit to explicit instead of implicit
Skipping git identity test on condition of global configuration set
2014-02-13 10:21:18 -05:00
Frances Botsford
34ea03c887
fixed missing polyfill buttons, adjusted layout of number input in component editor
...
UX-381
2014-02-11 15:20:00 -05:00
polesye
faa97379b7
BLD-658: Add view for field type Dict in Studio.
2014-02-11 14:53:57 +02:00
marcotuts
70f064e532
Merge pull request #2468 from edx/marco/studio/fix/component-header-styling
...
Added back in component header visual separation from component renderin...
2014-02-05 17:47:35 -05:00
marco
799095fd7b
updated csscomb ordering for css properties, moving border above padding.
2014-02-05 17:04:00 -05:00
marcotuts
3e5a591afe
added back in component header visual separation from component rendering block, making clear the display name for each component is not rendered to students
2014-02-04 18:57:09 -05:00
Calen Pennington
f6731342de
Make Studio load XBlock fragment js and css on the client-side
...
[LMS-1421][LMS-1517]
2014-02-04 15:38:13 -05:00
marcotuts
c43d36b704
visual styling adjustments to component header
2014-02-03 11:40:57 -05:00
marco
9a33b3cf3f
visual fix hides component action header when unit is in public mode as editing tools should not be acessible
2014-01-27 14:04:47 -05:00
marco
cf67c132c2
fixed typo in comment for assets.scss
2014-01-24 10:33:08 -05:00
marco
187955ae55
visual styling changes to components and static pages in order to use updated icon button styling for duplicate and delete actions
2014-01-23 09:04:40 -05:00
Christina Roberts
4544d277e3
Merge pull request #2205 from edx/christina/duplicate
...
Front-end work for duplicating components on the unit page.
2014-01-22 12:25:18 -08:00
polesye
4a36fa892b
BLD-368: Turn "download transcript" into a dropdown.
2014-01-22 18:25:03 +02:00
cahrens
b5726a6889
Front-end work for duplicating components on the unit page.
...
STUD-1186
2014-01-22 10:43:51 -05:00
Andy Armstrong
93675304da
Add sorting to Studio's Files & Uploads page
...
Added sorting to the new pagination logic for STUD-995.
2014-01-08 10:35:40 -05:00
Andy Armstrong
f9c45586a4
Add pagination to Studio's Files and Uploads page
...
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
2014-01-05 23:35:12 -05:00
Frances Botsford
1618c916bb
fix for duplicate drag and drop indicators on studio outline page
2013-12-16 15:30:42 -05:00
Frances Botsford
2d678d0c5e
Responding to review feedback on studio outline cleanup
...
Bug fix for dragging past last element in list.
STUD-879
2013-12-16 12:52:33 -05:00
Frances Botsford
089a61c6af
studio outline test fixes
2013-12-09 15:21:57 -05:00
Frances Botsford
a2d5500f9e
FED clean up of studio outline page
2013-12-09 15:21:57 -05:00
Brian Talbot
e41214b1ed
Studio: revises the styling for the export view to sync with the import view's UI
2013-11-01 16:01:11 -04:00
cahrens
763ff9c818
Make export URL restful.
...
STUD-846
2013-10-30 15:24:42 -04:00
Brian Talbot
95dd21738c
Studio: revises CSS reference/pipeline architecture for better organization, reduced redundancy, and to handle IE9 selector limits
2013-10-26 21:26:53 -04:00
Frances Botsford
de1ee17323
fixing alignment error on studio component error message, i18n error message
2013-10-15 16:16:09 -04:00
Frances Botsford
9f188ed20c
additional copy and styling for component syntax error in studio
2013-10-15 16:16:09 -04:00
Brian Talbot
8769a1a687
Studio: revises layout for success step and actions in import view
2013-10-15 13:44:33 -04:00
Frances Botsford
4fc801f09f
fix for forgot password alignment on studio log in page
2013-10-11 09:51:44 -04:00
cahrens
61cfb91218
Cleanup to drag and drop implementation.
...
Also includes RequireJS changes.
Fixes bugs:
STUD-755, STUD-152, STUD-700, STUD-699
2013-10-07 17:18:40 -04:00
Brian Talbot
14b4b6a24e
Adds in minimally revised drag and drop styling.
...
Add CSS classes and fix drop destination bug.
2013-10-07 17:17:46 -04:00
Brian Talbot
1735a0f41f
Studio: copy and styling changes to import view to support new status UI
2013-10-07 09:52:59 -04:00
Brian Talbot
89bba535e1
Studio: adds in action-related elements to the status display UI of the Import view
2013-10-07 09:52:59 -04:00
Brian Talbot
76ee27c22a
Studio: revises import view Sass extends to use placeholder syntax
2013-10-07 09:52:59 -04:00
Brian Talbot
59af44574c
Studio: revises general layout/styling of import view and adds in detail progress feedback after import (WIP)
...
Studio: removes import progress bar HTML and Sass; hides import status by default
Studio: revises import file upload success copy; sets up showing/hiding states for import status and additional messages
Studio: revises iconography and adds in success step in import status feedback
Studio: adds hidden styling back into import status UI
2013-10-07 09:51:19 -04:00
Julian Arni
a108827564
Route ajax request to appropriate view, and show feedback only then
...
Hook up view
Fix getStatus function
2013-10-07 09:51:19 -04:00
Julian Arni
c62691e9fc
Scaffolding for import progress reporting
2013-10-07 09:49:59 -04:00
Brian Talbot
38b04f2a9e
Studio: adds in older styling dependent class to unit <body> elem
2013-10-03 11:53:10 -04:00
Brian Talbot
c2507ddc21
Studio: revises class naming conventions applied to the <body> element and used for view specific styling
2013-10-01 16:53:41 -04:00
cahrens
2cbdaaee7d
Updates based on switching to checkbox for locking.
2013-09-25 17:29:47 -04:00
Frances Botsford
79c2cdc7ba
switching studio assets lock to use checkbox instead of link
2013-09-25 17:29:47 -04:00
Frances Botsford
7700ec68bb
addressing PR sass/html comments on studio assets
2013-09-25 17:29:27 -04:00
Frances Botsford
370872f274
ui changes from design team feedback on studio assets page
2013-09-25 17:29:27 -04:00
cahrens
c64e04d8c2
Add the ability to lock assets.
2013-09-25 17:29:27 -04:00
Brian Talbot
8815962356
Studio: Converts all class-based Sass archetype-focused @extends to use Sass placeholder syntax
2013-09-18 14:14:11 -04:00
Julian Arni
fcd11d93d5
Handle nginx 499s and double requests
2013-08-25 22:40:11 -04:00
Peter Fogg
32de5aa09f
Fix up some SASS issues.
2013-08-21 11:03:40 -04:00