Christina Roberts
5599a4513d
Merge pull request #14803 from edx/aj/TNL-6743_GroupConfigEnrollmentPartition
...
Aj/tnl 6743 group config enrollment partition
2017-04-19 14:27:06 -04:00
Albert St. Aubin
59c6218885
Show Enrollment Tracks in Group Configurations.
...
TNL-6743
2017-04-19 12:35:15 -04:00
Eugeny Kolpakov
e03b3914f8
Merge pull request #14737 from open-craft/mit-capa-hide-correct
...
MIT CAPA improvements: Add show_correctness field
2017-04-19 07:03:46 +08:00
Jillian Vogel
f18a2be837
Implement optional hiding of capa assessment results
2017-04-13 15:52:57 -07:00
cahrens
6e416310b9
Show messages about component visibility.
...
TNL-6746
2017-04-13 11:33:57 -04:00
cahrens
dbae1e397d
Add ability to set visibility by enrollment track.
...
TNL-6744
2017-04-05 11:05:31 -04:00
Mushtaq Ali
40621b6cc2
Merge pull request #14315 from edx/mushtaq/move-component
...
Move a component
2017-03-14 12:58:20 +05:00
Jeremy Bowman
8d36c3825c
PLAT-1121 Export courses asynchronously
2017-03-13 09:00:11 -04:00
Mushtaq Ali
cb2d78bf34
Add logging on move xblock
...
Add i18n to backend error messages in case they appear to end user
Remove success banner when trying to publish or discard changes on container page
2017-03-10 19:25:03 +05:00
Mushtaq Ali
e83bee65bd
Fixed Backend: Move component directly to content experiment level (component will now be the sibling of groups)
...
Fixed Move button is disabled when moving components inside conditional module
Fixed When navigating upward/backward, target parent is not set correct, resulting source to be moved in the previously selected parent
2017-03-08 16:48:52 +05:00
muhammad-ammar
8a1ec3e690
bokchoy tests for move xblocks
2017-03-01 19:31:33 +05:00
Mushtaq Ali
485ffb1b68
restrict move action
2017-03-01 19:29:59 +05:00
Mushtaq Ali
e9b8e17fc8
Enable disable move - TNL-6063
2017-03-01 19:27:01 +05:00
Mushtaq Ali
e856f07b87
Move and undo move XBlock
...
- TNL-6062
- TNL-6229
2017-03-01 19:27:00 +05:00
muhammad-ammar
c7dc83c378
Move modal show course outline with breadcrumb
...
TNL-6060
2017-03-01 19:25:57 +05:00
muhammad-ammar
1b011af7e2
move dialog
...
TNL-6047
2017-03-01 19:21:38 +05:00
Jeremy Bowman
d3b873c7e9
PLAT-1104 Import courses asynchronously
2017-02-22 15:06:34 -05:00
Eric Fischer
507e621ccc
Revert "Merge pull request #14324 from edx/efischer/revertins"
...
This reverts commit c7d2d601b8 , reversing
changes made to fb2173f43e .
2017-01-18 10:56:13 -05:00
Asad Azam
48bec75b80
Fixed Course handouts rejects deletion of all text
2017-01-12 12:33:21 +05:00
noraiz-anwar
7494e5e6c8
Revert "Error while exporting course with too long filename"
2017-01-05 23:07:56 +05:00
noraiz-anwar
a637121d19
Merge pull request #14216 from edx/noraiz/TNL-6197
...
Error while exporting course with too long filename
2017-01-05 15:43:44 +05:00
noraiz-anwar
9c139a87a6
Error while exporting course with too long filename
2017-01-05 14:43:48 +05:00
muhammad-ammar
ab7f4140d1
Update error handling for Video Uploads
...
Tnl-4777
2017-01-04 18:15:37 +05:00
attiyaishaque
8eb81ea585
TNL-6203 Fix Duplicate button in Studio if user language is changed.
2016-12-22 15:56:44 +05:00
Mushtaq Ali
2c7941d1ef
Prevent files larger than 5 GB
...
Prevent file containig containing non-ascii or special characters in file name
TNL-5855 TNL-5957
2016-12-21 16:36:17 +05:00
Mushtaq Ali
2968e3551b
Prevent non-video file formats - TNL-5956
2016-12-09 17:05:06 +05:00
muhammad-ammar
dd45991926
soft delete video from video uploads page
...
TNL-5899
2016-11-21 15:14:57 +05:00
Muzaffar yousaf
8cee15b6a1
Merge pull request #13916 from edx/mushtaq/tnl-5797-duplicate-functionality
...
Add duplicate functionality for unit, sub-section and section
2016-11-21 15:08:00 +05:00
Mushtaq Ali
a31a728a95
Add duplicate functionality for unit, sub-section and section - TNL-5797, TNL-5798
2016-11-18 12:39:35 +05:00
Albert St. Aubin
be0e0b8eec
Updates to correct a11y issues with CodeMirror
...
TNL-5281
2016-11-04 09:25:15 -04:00
Albert St. Aubin
f1101a7ba3
Update to reduce flakiness of this test set removed flaky annotation
...
TNL-5582
2016-11-02 11:19:24 -04:00
tan
1bc1c5453e
MA-333 Added ability to refresh uploaded videos
...
This adds ability to refresh the list of uploaded videos without refreshing the whole page.
Added a refresh button that when clicked:
- fetches a fresh list of uploaded files from the server
- updates `PreviousVideoUploadListView`
- removes the successfully completed uploads from `ActiveVideoUploadListView`
- retains the ongoing or failed uploads in `ActiveVideoUploadListView` so that they can be monitored/retried
The view can also be refreshed without user action, but I felt it may be less surprising to have a button instead.
MA-333 update: auto-refresh list, fix test failure
Changes:
1. Refresh of file list triggered by upload completion. Refresh button retained and label changed to "Refresh List".
2. Added `aria-live="polite"` to `.active-video-upload-list` and `.assets-table`.
3. Removed unused parameter `evt`.
4. Added self to the `AUTHORS` file.
MA-333 update: added tests
MA-333 update: removed refresh button
MA-333 update: address review comments of @mushtaqak
MA-333 update: simplify nested `_each`
MA-333 update: rename viewRefresh to isViewRefresh
MA-333 update: doc string for `clearSuccesful`
MA-333 update: fix accessibility
MA-333 update: update only successfully uploaded videos
MA-333 update: use window.SR feature to notify screen readers that video upload was successful (@pomegranited)
2016-10-29 07:27:10 +05:30
Andy Armstrong
8b8339b129
Merge pull request #11999 from raccoongang/kssl/show_location_id_xblock
...
Show location in the settings xblock.
2016-09-15 22:38:33 -04:00
Oksana Slusarenro
943757a79e
Show location in the settings xblock.
2016-09-04 15:12:39 +03:00
Brian Jacobel
d43e915dab
Run eslint autofixer on /cms
2016-08-08 15:04:06 -04:00
Brian Jacobel
a32fd27d60
Replace JSHint ignore directives with ESLint ones
2016-08-04 16:22:59 -04:00
Christina Roberts
467bc55d27
Merge pull request #12950 from edx/christina/studio-support-levels
...
Studio support level of components/xblocks
2016-07-21 17:13:58 -04:00
cahrens
d4cc7b8ffd
Support level support for Studio xblock creation.
...
TNL-4670
2016-07-21 15:44:59 -04:00
Eric Fischer
35ae67b530
New CMS visibility settings ( #12940 )
...
TNL-4906 Subsections now use radio buttons, to allow for "hide after due" as a
visibility option. Also, all tabs have been consolidated to "Basic" and
"Advanced", and visibility options have moved there.
Documentation links are updated to assist course authors with the new
visibility options. Tests have also been updated, and the changes suggested
in TNL-4951 are included.
2016-07-20 19:58:51 -04:00
Felipe Montoya
82db66d945
Converting the module_edit coffee file to a js file
...
Converting to js and fixing references
Linting the generated code
2016-06-22 15:49:48 -05:00
Felipe Montoya
43ea4e21bb
Converting views/tabs.coffee in the cms to js
...
Linting the compiled file
2016-06-16 18:35:34 -07:00
ssemenova
c1f793172f
change icon tags from i to span
...
TNL-4692
2016-06-07 10:52:00 -04:00
Christina Roberts
98fcc4ff9e
Merge pull request #12578 from edx/christina/tnl-4561
...
Christina/tnl 4561
2016-05-31 11:06:48 -04:00
cahrens
292cd93131
Focus seems to be flaky when running tests.
...
TNL-4561
2016-05-28 22:03:35 -04:00
Ehtesham
b31ba9d041
upgrade Pagingcollection to edx-ui-toolkit's PagingCollection
2016-05-27 04:35:44 +05:00
cahrens
665f983c99
Tweak focus/blur functions for JQuery upgrade.
...
Fix incorrectly scoped selector.
2016-05-24 16:53:42 -04:00
Daniel Friedman
15f148141f
Upgrade jQuery 1.7.2 to 2.2.0
...
FEDX-25
2016-05-24 16:52:50 -04:00
Douglas Hall
bb55917f03
WL-450 Fix for issue with canceling changes to image upload fields
2016-05-18 12:29:18 -04:00
Ibrahim
b3411074af
show Save and Cancel button when admin change Instructor image asset path from Studio schedule and details page
2016-05-14 16:25:44 -04:00
Ibrahim
2a2560e30e
fix the issue where images do not appear when set through asset linkin Studio scheduls and details page
2016-05-13 16:22:44 -04:00