Ben Patterson
c0dd2b878f
Lettuce-on-Xenial CMS fix. Iterate through a list to avoid quotation string confusion.
...
Also change some selenium settings (they were not necessary at this time).
2017-02-20 17:22:36 -05:00
Ben Patterson
0e7e9468eb
Solve open sans quotation issue with tests.
2017-02-20 17:21:42 -05:00
Ned Batchelder
9614b6eb07
Update translations (autogenerated message)
2017-02-16 16:51:11 +00:00
Ned Batchelder
318ae7b869
Update translations (autogenerated message)
2017-02-16 16:08:24 +00:00
Ned Batchelder
98b250b66e
A new django app for unicorn migrations
2017-02-15 11:40:05 -05:00
Ayesha Baig
61f2067935
[YONK-513]: Add feature flag which allows for disabling of account creation
2017-02-13 12:28:57 +05:00
syed-awais-ali
31f178ea59
Merge pull request #14498 from edx/aali/OPS-1407_celery_max_ttl
...
added ttl setting
2017-02-10 23:38:11 +05:00
syed-awais-ali
65d4b76d9b
ttl removed from yaml config and default value addedto aws
2017-02-09 16:47:48 +05:00
syed-awais-ali
95c6edd187
added ttl setting
2017-02-09 00:39:45 +05:00
muzaffaryousaf
d73d2f5889
Increase the yttimeout to un-skip the video tests.
2017-02-08 20:30:54 +05:00
Calen Pennington
e71a6c24b0
Merge pull request #13899 from CredoReference/possible-to-add-multiple-tag-values
...
Allow multiple values for a single tag
2017-02-03 10:39:23 -05:00
Christina Roberts
a46aec9b0e
Merge pull request #14456 from edx/christina/cruft
...
ALLOW_ALL_ADVANCED_COMPONENTS was deleted.
2017-02-03 10:29:12 -05:00
cahrens
fdba584472
Removes an obsolete Django setting, ALLOW_ALL_ADVANCED_COMPONENTS.
...
We moved from configuring installed components in settings.py files to using just Python entry points.
This used to be a setting which enabled all XBlocks with appropriate entry points.
It was removed from the rest of the codebase in a previous PR, and this usage was
inadvertently left behind.
2017-02-03 09:31:01 -05:00
Dmitry Viskov
5fe79dbdb4
Allow multiple values for a single tag
2017-02-03 01:39:58 +03:00
Ned Batchelder
c2573ab5d6
Update translations (autogenerated message)
2017-02-02 14:53:47 -05:00
Jesse Shapiro
9d5db5ae24
Adds OpenStack settings to CMS environment
...
and a comment and explaining why we import aws.* in the openstack settings.
2017-02-02 09:27:22 +10:30
Andy Armstrong
1c6cfb0b04
Merge pull request #14441 from fghaas/color-default
...
FEDX-300 Set !default on Sass colors
2017-02-01 15:03:17 -05:00
Florian Haas
64fd392933
v1 Sass (CMS): set !default on all colors
...
Colors should be overridable.
See https://openedx.atlassian.net/browse/PLAT-1181
This sets all color variables to !default for v1 (pre-Pattern Library)
Sass in Studio.
2017-02-01 11:52:37 +01:00
Jesse Zoldak
83a451dc0b
Revert "PLAT-1104 Import courses asynchronously"
2017-01-30 19:21:43 -05:00
Jeremy Bowman
576f6755f8
Merge pull request #14200 from edx/jmbowman/async_course_import
...
PLAT-1104 Import courses asynchronously
2017-01-30 16:50:55 -05:00
Jeremy Bowman
831cd4b85b
PLAT-1104 Import courses asynchronously
2017-01-30 12:19:33 -05:00
jagonzalr
d112c0b81b
show button new library in studio depending on flags and user staff status
...
add flag DISABLE_LIBRARY_CREATION
add comma
use CourseCreatorRole to determine if user can create a library
add disable library creation feature flag
Conflicts:
cms/djangoapps/contentstore/views/course.py
ENABLE_CONTENT_LIBRARIES flag
check for course creator role for library creation
Conflicts:
cms/djangoapps/contentstore/views/course.py
add unit tests
make check of creation of library a true/false for forntend, add security in api call, clean tests
update tests
fix docstring of tests
fixed quality violation
fixed broken unit test and quality violations
Feedback changes and unit test to assert libraries are visible to non staff users too
fixed quality violation and feedback changes
2017-01-30 12:51:35 +05:00
Renzo Lucioni
31f5c8ddcb
Remove the program admin tool from Studio
...
All programs are now managed using the Django admin on the catalog service. This is the first in a series of commits removing use of the old programs service from edx-platform.
ECOM-4422
2017-01-27 19:33:06 -05:00
Clinton Blackburn
01d79c518e
Merge pull request #14394 from edx/clintonb/fix-oauth-settings
...
Corrected OAuth URL for Docker-base devstack
2017-01-25 17:46:45 -05:00
Mike Dikan
de569e4522
Disable changes to course code in re-run form
...
ECOM-6898
Disable (make read-only) the field for course code in the re-run form. This will prevent creation of course runs with a different course code in the course key that are intended to stand for the same course in a program, which presents problems for the course catalog mapping process.
2017-01-25 16:01:38 -05:00
Clinton Blackburn
bb7c5b3384
Corrected OAuth URL for Docker-base devstack
...
ECOM-6634
2017-01-25 13:13:50 -05:00
Clinton Blackburn
681cc1dc53
Set LMS_BASE setting for Studio
...
This allows previews in LMS to work properly.
ECOM-6634
2017-01-25 02:05:13 -05:00
Clinton Blackburn
e7c0ed77e5
Added settings for Docker-based devstack
...
ECOM-6634
2017-01-24 00:38:00 -05:00
Renzo Lucioni
12c595f80d
Merge pull request #14353 from edx/renzo/waffle
...
Reintroduce Waffle
2017-01-20 17:15:35 -05:00
Renzo Lucioni
3f6d6cbf84
Reintroduce Waffle
...
Waffle serves as a complement to config models. It's useful in feature rollout situations where you may not want to incur the overhead of creating and committing a migration (required for adding a field to a config model), and also handles gradual, percentage-based rollouts.
ECOM-4422
2017-01-20 16:20:13 -05:00
Ned Batchelder
aadd48eb7b
Update translations (autogenerated message)
2017-01-20 20:01:52 +00: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
Muhammad Ammar
be28e5c441
Merge pull request #14314 from edx/ammar/log-videoid-and-status
...
log video id and status along with message
2017-01-17 19:49:35 +05:00
AsadAzam
6edd0af6aa
Merge pull request #14294 from edx/asadazam/tnl-6046-empty-handouts
...
Fixed Course handouts rejects deletion of all text
2017-01-13 15:06:12 +05:00
Ned Batchelder
2b007e78c5
Update translations (autogenerated message)
2017-01-12 18:06:11 +00:00
muhammad-ammar
36dfc2c08d
log video id and status along with message
2017-01-12 13:59:23 +05:00
Asad Azam
48bec75b80
Fixed Course handouts rejects deletion of all text
2017-01-12 12:33:21 +05:00
Sylvia Pearce
d6cf03b094
Update guidance in Studio Unit Location text
2017-01-10 16:29:08 -05:00
noraiz-anwar
b967538fee
Merge pull request #14275 from edx/revert-14216-noraiz/TNL-6197
...
Revert "Error while exporting course with too long filename"
2017-01-10 16:01:55 +05:00
Ned Batchelder
e36cf4a596
Merge pull request #14272 from edx/ned/update-translations
...
Update translations (autogenerated message)
2017-01-05 15:13:49 -05:00
noraiz-anwar
7494e5e6c8
Revert "Error while exporting course with too long filename"
2017-01-05 23:07:56 +05:00
Ned Batchelder
bbef15625f
Update translations (autogenerated message)
2017-01-05 16:57:06 +00:00
Kevin Falcone
ebe332fc2d
Merge pull request #14260 from edx/jibsheet/export-docs
...
It's always bugged me that the help strings were nonsensical
2017-01-05 10:50:33 -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
Kevin Falcone
2902c3b968
It's always bugged me that the help strings were nonsensical
...
While here, the one-line docstring also bothered me.
2017-01-04 16:51:34 -05:00
Carol Tong
8a2daccca0
Merge pull request #14257 from edx/carol/DOC-3526
...
DOC-3526 Clarify roles for cert activation
2017-01-04 12:23:23 -05:00
Carol Tong
e29f55368d
DOC-3526 Clarify roles for cert activation
2017-01-04 11:01:47 -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