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
muhammad-ammar
36dfc2c08d
log video id and status along with message
2017-01-12 13:59:23 +05:00
Jesse Zoldak
ff43b823d8
Revert "Feature flag for library creation"
2017-01-11 14:35:19 -05:00
Braden MacDonald
58e3c7827a
Merge pull request #13914 from proversity-org/proversity/feature-flag-for-library-creation
...
Feature flag for library creation
2017-01-11 10:56:25 -08:00
muhammad-ammar
ab7f4140d1
Update error handling for Video Uploads
...
Tnl-4777
2017-01-04 18:15:37 +05:00
Mushtaq Ali
07c93a8ed5
Merge pull request #14140 from edx/mushtaq/video-upload-restrict
...
Video upload restrictions
2016-12-22 14:35:17 +05:00
Calen Pennington
04115bfe43
Revert "Merge pull request #13235 from edx/jia/MA-2684"
...
This reverts commit bde0f7b2a7 , reversing
changes made to 71693c3a12 .
2016-12-21 13:21:47 -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
jagonzalr
0682618a57
fix docstring of tests
2016-12-16 08:26:16 +02:00
wajeeha-khalid
11356965b5
MA-2684: return correct marketing url for course about
2016-12-15 16:19:44 +05:00
jagonzalr
4f50874fd0
update tests
2016-12-14 12:24:10 +02:00
noraiz-anwar
5207e2fc91
Remove access for inactive users
2016-12-14 14:26:11 +05:00
Mushtaq Ali
2968e3551b
Prevent non-video file formats - TNL-5956
2016-12-09 17:05:06 +05:00
marcotuts
2f4a4083bb
removed global staff check
2016-12-02 17:40:54 +00:00
Calen Pennington
b24c22804e
Merge pull request #14047 from cpennington/safer-opaque-keys
...
Safer opaque keys
2016-12-02 10:44:36 -05:00
Calen Pennington
fd0d69594a
Upgrade to the latest version of opaque-keys
2016-12-01 13:04:31 -05:00
jagonzalr
ce17c1cdcf
make check of creation of library a true/false for forntend, add security in api call, clean tests
2016-11-28 11:19:35 +02:00
jagonzalr
fe2c92e6c4
add unit tests
2016-11-23 11:13:12 +02:00
muhammad-ammar
dd45991926
soft delete video from video uploads page
...
TNL-5899
2016-11-21 15:14:57 +05:00
jagonzalr
9cf08261b9
check for course creator role for library creation
2016-11-18 14:16:57 +02:00
jagonzalr
fe5becb4fe
ENABLE_CONTENT_LIBRARIES flag
2016-11-18 13:15:39 +02:00
jagonzalr
5f3257de87
use LIBRARIES_ENABLED
2016-11-18 12:50:13 +02: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
jagonzalr
ab49631b25
add disable library creation feature flag
2016-11-17 07:35:32 +00:00
jagonzalr
633eefb221
use CourseCreatorRole to determine if user can create a library
2016-11-08 10:14:07 +02:00
jagonzalr
00a42fe121
show button new library in studio depending on flags and user staff status
2016-11-03 14:59:39 +02: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
Dmitry Viskov
bb09fdb7be
Ability to hide Pages from students
2016-10-14 22:43:26 +03:00
Syed Hasan raza
97ebdb0301
Merge pull request #13633 from edx/shr/bug/TNL-557-conditional-module-children-modules-empty-context
...
Fix empty context KeyError for conditional module
2016-10-12 13:04:34 +05:00
Andy Armstrong
684aec8740
Move contentserver to openedx/core
2016-10-11 12:49:33 -04:00
Syed Hassan Raza
c41db159f4
Fix empty context KeyError for conditional module
2016-10-11 19:15:06 +05:00
Nimisha Asthagiri
fd49f88e08
Moves external_auth from common to openedx/core.
2016-10-07 12:34:22 -04:00
Jesse Shapiro
47d18c35fe
Add DnDv2 to advanced problems; relabel DnDv1 as deprecated
2016-10-05 09:22:35 -04:00
Matjaz Gregoric
344c72b3e2
Use non-ascii PLATFORM_NAME in tests.
...
It should help catch unicode encoding problems earlier.
This also updates python-saml dependency to a version that includes a
patch for unicode strings.
2016-09-23 15:38:23 +02:00
Douglas Hall
98ec118915
Allow for site override of EDITABLE_SHORT_DESCRIPTION setting
2016-08-29 13:50:28 -04:00
Qubad786
b25dc54d68
update library content block's children on branches
2016-08-25 16:44:52 +05:00
Malik Shahzad
062230b6a4
SOL-2017: Unused code removed.
2016-08-19 16:03:57 +05:00
M. Rehan
ffbaf1fe54
Merge pull request #12813 from edx/aj/TNL4826-lib-problems-not-update-with-import
...
Refersh library children for the block during import.
2016-08-16 00:52:58 +05:00
Qubad786
aca82be335
Move fix to importer module and fix branch_setting in MixedModuleStore.
2016-08-15 18:50:50 +05:00
Renzo Lucioni
363f9e2cd5
Merge pull request #13170 from edx/renzo/dashboard-programs
...
Display programs of all categories on the student dashboard
2016-08-11 10:06:15 -04:00
Renzo Lucioni
9c81ba47e2
Display programs from all categories on the student dashboard
...
Removes most remaining hardcoded references to XSeries from the LMS. Part of ECOM-4638.
2016-08-11 09:00:23 -04:00
Mushtaq Ali
fb2f9948e1
Fix dynamic load RequireJs issue on Maintenance Dashboard
2016-08-09 13:48:20 +00:00
Mushtaq Ali
abb6af9789
Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46
2016-08-09 18:16:13 +05:00
Ned Batchelder
8571ceabeb
Fix many wrong-assert-type errors
2016-08-03 12:44:41 -04:00
Ned Batchelder
1905f0c517
Fix simplifiable-range errors
2016-08-03 12:44:41 -04:00
Ned Batchelder
8b1978ba6c
Fix unused-import errors
2016-08-03 12:44:41 -04:00
Adam Palay
feb042d474
Revert "Basic architecture of Maintenance App - SUST-19, SUST-42. Implement Force Publish Course view. SUST-46"
...
This reverts commit 27646b7e6f .
2016-08-01 10:13:10 -04:00
wajeeha-khalid
986dcff626
MA-2536: get 'course_about' url in enrollment
2016-07-29 14:58:54 +05:00
Saleem Latif
8ae92901ef
1. Merge microsites into Comprehensive Theming
...
2. Add site configuration overrides to theming/helpers.py
3. Move microsite.get_value from theming/helpers to site_configuration/helpers
4. Move microsite_configuration.microsite.get_value usages to site_configuration.helpers.values
2016-07-27 13:55:14 +05:00
Mushtaq Ali
d4ff39a391
Merge pull request #12237 from edx/mushtaq/maintenance
...
Maintenance app and force publish course view
2016-07-23 01:23:58 +05:00