zubiar-arbi
769c7221fa
dont update iframe src attribute if it is empty
...
STUD-1136
2014-01-16 13:33:54 +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
Brian Talbot
5e3e2ae603
Studio: adds in developer-centric Sass file
...
* provides new .scss file for developers to add temporary/in-progress Sass for further refactor/polish
* cleans up note/import order in shame and application Sass files
2014-01-03 13:50:01 -05:00
zubiar-arbi
2f1e696621
add validation for grading types (allow only integers)
...
STUD-988
2013-12-31 14:35:25 +05:00
zubiar-arbi
4cb03f43a2
Grading types should not allow empty field for "Total Number" and "Number of Droppable"
...
STUD-988
2013-12-26 13:51:53 +05:00
polesye
b6808d3d13
BLD-541: Fix video controls on iPad.
2013-12-24 14:59:20 +02:00
Brian Talbot
93d7dfb6b0
Merge pull request #1956 from edx/talbs/studio-fonts
...
Studio: Updating Google Font Syntax
2013-12-20 10:20:36 -08:00
Zubair Afzal
a6fbcbd781
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
2013-12-20 18:38:24 +05:00
polesye
042cb5c698
BLD-206: Add template for the zooming image in Studio.
2013-12-19 21:47:32 +02:00
polesye
70518a4659
BLD-506: Update behavior of start/end time fields.
2013-12-18 09:43:11 +02:00
Brian Talbot
10ca08facb
Studio: updating font face imports
...
* since Sass can now process @import rules
* to simplify the number of external calls
* maintains the http/https agnostic work
* removes unused Bree Serif font face
2013-12-17 15:52:25 -05:00
Christina Roberts
461b805951
Merge pull request #1951 from edx/christina/fix-xhr
...
Workaround for "xhr.restore" failures.
2013-12-17 12:23:10 -08:00
cahrens
0ef923e043
Add documentation.
2013-12-17 13:22:32 -05:00
frances botsford
8a23f432c7
Merge pull request #1896 from edx/frances/fix/studio-outline-cleanup
...
FED Cleanup of Studio Outline page
2013-12-17 07:27:14 -08:00
Anton Stupak
8554c3f0ab
Merge pull request #1914 from edx/anton/show-answer-imageresponse
...
Show answer for imageresponse
2013-12-17 07:12:25 -08:00
polesye
6e01ce50c9
Add unit tests.
2013-12-17 13:22:08 +02:00
Zubair Afzal
8fc0590a12
set default value for empty integer/float fields
...
STUD-894
2013-12-17 14:45:33 +05:00
cahrens
9f91935f63
Do not restore sinon global objects in afterEach.
...
STUD-1040
2013-12-16 17:22:05 -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
David Baumgold
179a1dd44e
Revert "Merge pull request #1889 from tusbar/studio-https-fonts"
...
This reverts commit 540256b213 , reversing
changes made to bd04ab5a08 .
2013-12-16 09:30:42 -05:00
David Baumgold
540256b213
Merge pull request #1889 from tusbar/studio-https-fonts
...
Remove protocol from font URLs in Studio and Tiny MCE
2013-12-13 11:52:07 -08:00
Will Daly
4d6c8ccae9
Disable failing JS tests
2013-12-10 13:04:52 -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
Bertrand Marron
d94361b788
Remove protocol in Studio’s font URLs
...
Allow the fonts to be served using the same protocol as the current
page.
2013-12-09 21:20:41 +01:00
Will Daly
fa1acae80d
Disabled AJAX Errors Course Overview JS test
2013-12-06 13:55:49 -05:00
David Baumgold
06f400191f
Use window.course instead of window.section
2013-12-05 13:17:39 -05:00
David Baumgold
0d3490374e
Refactor textbooks to use locator URLs
...
STUD-945
2013-12-05 13:13:28 -05:00
polesye
b4f82b3837
BLD-438: Fix clear and download buttons.
2013-12-05 11:43:29 +02:00
Brian Talbot
d95b46dd19
Studio: adding back in links (and supporting styling) to ToS and Privacy Policy to footer and sign up UI
...
STUD-151
2013-12-04 12:03:25 -05:00
cahrens
5fdfc60957
Change video transcripts to use locators instead of locations.
...
Part of STUD-870
2013-11-26 16:52:56 -05:00
Brian Talbot
bff94de284
Studio: adding basic italicize text styling into xmodule/block preview UI
...
STUD-963
2013-11-26 12:21:55 -05:00
Brian Talbot
bbfa7742cc
Studio: correcting hiding state of notification UI for < IE9
...
STUD-815
2013-11-25 20:57:35 -05:00
cahrens
50128cfb5c
Convert edit_subsection, edit_unit, and publishing to RESTful URLs.
...
STUD-844
2013-11-25 13:55:33 -05:00
Don Mitchell
17864353a5
Restful course settings
...
STUD-946
STUD-947
2013-11-22 10:55:35 -05:00
Christina Roberts
3f44ff2f4b
Merge pull request #1675 from edx/christina/tab-new
...
Convert tabs to use RESTful API
2013-11-21 07:39:31 -08:00
cahrens
1b2be30c45
Convert tabs to RESTful URL.
...
STUD-850
2013-11-21 10:19:43 -05:00
zubair-arbi
df97df6fde
Merge pull request #1606 from zubair-arbi/zub/bugfix/std293-coursehandout
...
Show error on invalid html in course handout edit
2013-11-21 01:53:08 -08:00
cahrens
f01b36b5d4
Test for i4x on returned pages.
...
STUD-941
2013-11-20 12:48:24 -05:00
Zubair Afzal
783e4b223f
Show error on invalid html in course handout edit + Added tests
...
STUD-293
2013-11-20 17:33:07 +05:00
cahrens
e7c06e3ab1
Change preview view method to use RESTful URL.
...
STUD-848
2013-11-19 16:56:24 -05:00
Christina Roberts
e2926a94e0
Merge pull request #1621 from edx/christina/item-create
...
Change save_item and create_item to be RESTful.
2013-11-15 06:16:54 -08:00
Brian Talbot
cb92b75343
Merge pull request #1647 from edx/talbs/fix-studio-notificationsie
...
Studio: Resolves Notifications UI showing in IE9 + CSS Split
2013-11-14 13:05:47 -08:00
cahrens
a170c6f4e7
Change save_item and create_item to RESTful URL.
...
Part of STUD-847.
2013-11-14 11:03:31 -05:00
Don Mitchell
c20f3dbc8c
Merge pull request #1569 from edx/dhm/restful_course
...
restful course_info access
2013-11-13 10:46:16 -08:00
Don Mitchell
99e7daf796
RESTful refactoring for course_info updates and handouts.
...
html page and update access use 2 different urls
GET update can get an individual update
STUD-944
2013-11-13 13:16:41 -05:00
Brian Talbot
722ddb62d3
Studio: resolves IE notifications display issue and abstracts CSS to avoid IE selector/rule limit
...
STUD-815
2013-11-12 13:00:22 -05:00
Valera Rozuvan
bf9e525ef4
BLD-489: Fix JavaScript tests.
2013-11-12 17:39:29 +02:00