John Eskew
2cd62c7bfb
Upgrade django-rest-framework version to edX fork, which is DRF v3.6.3
...
with a custom patch needed by edx-platform.
Upgrade django-filter as well to v1.0.4
Import DjangoFilterBackend from the correct module - django_filter.
Add django-filter to INSTALLED_APPS.
2017-07-14 16:05:13 -04:00
George Song
59794ea9c9
Merge pull request #15338 from ravi-ojha/educator_269
...
Fix EDUCATOR-269: Don't show "Issue Open Badges" if the feature is disabled
2017-07-12 10:50:55 -07:00
rabiaiftikhar
6e873a4838
EDUCATOR-810 fix UnicodeDecodeError
2017-07-12 07:28:46 +00:00
Sylvia Pearce
121ef86fa1
Fix Studio context-sensitive help link to video documentation
2017-07-11 14:08:23 -04:00
Alex Dusenbery
6dfa47b2fc
EDUCATOR-565 | Add POLICY_CHANGE_GRADES_ROUTING_KEY, fix errors in compute_all_grades_for_course circuitry.
2017-07-11 14:01:38 -04:00
Joel Barciauskas
6b08528193
Don't allow any user to create courses by default
...
* Change settings default
* Set `ENABLE_CREATOR_GROUP` to False for devstack
* Set `ENABLE_CREATOR_GROUP` to False for tests
In f095c5fec6 it was decided to enable
anyone to make courses in Studio by default in order to make things
easier in dev environments. This was before the code was open source.
This default is likely in effect for many Open edX instances, but almost
no one would want this setting outside of development.
2017-07-10 12:47:42 -07:00
Brian Beggs
1720bcf356
Merge pull request #15345 from edx/bbeggs/host_fixes
...
ADD LMS_BASE and CMS_BASE to devstack_docker config files
2017-07-09 12:11:42 -04:00
Brian Beggs
83e52905cf
ADD LMS_BASE and CMS_BASE to devstack_docker config files
2017-07-07 17:02:51 -04:00
Christina Roberts
8fb8647473
Merge pull request #15360 from open-craft/replaceafill/aws_with_filesystem_storage_tested
...
Set the MEDIA_ROOT and MEDIA_URL settings in the cms.envs.aws module
2017-07-06 12:36:56 -04:00
Mushtaq Ali
e8fee2e09a
Add backend video image validations - EDUCATOR-45
2017-07-06 12:35:05 +05:00
muhammad-ammar
763f0051bd
video thumbnail ui
2017-07-06 12:35:04 +05:00
Muhammad Ammar
dca12d65c2
Save or update course video image - TNL-6762
2017-07-06 12:35:00 +05:00
Aamish Baloch
7b91095398
Merge pull request #15467 from edx/aamishbaloch/YONK-691
...
YONK-691: Configurable profile image sizes
2017-07-06 12:09:16 +05:00
Jeremy Bowman
e4c8ff3aa4
Merge pull request #15445 from edx/jmbowman/PLAT-1499
...
PLAT-1499 Use appropriate default settings in Docker devstack
2017-07-05 13:22:14 -04:00
Aamish Baloch
ac45850d15
YONK-691: Configurable profile image sizes
2017-07-05 18:50:01 +05:00
Harry Rein
7ea3b013ad
Style LMS header, footer and nav for Bootstrap.
2017-07-04 17:24:12 -04:00
Ravi Ojha
4d95ea30a6
Fix EDUCATOR-269: Don't show "Issue Open Badges" if the feature is disabled
...
Summary: We show "Issue Open Badges" setting in Studio
Course -> Settings -> Advanced Settings, even if the flag
ENABLE_OPENBADGES is set to False. With this commit, it
will only show up in Advanced Settings if ENABLE_OPENBADGES
is set to True.
2017-07-04 22:57:40 +05:30
Jeremy Bowman
353b4c4f67
PLAT-1499 Use appropriate default settings in Docker devstack
2017-07-03 12:04:27 -04:00
Omar Al-Ithawi
1b46c3e646
Add optional support for Unicode usernames
...
Refactoring: Use format with named variables
2017-06-27 14:18:49 +03:00
Douglas Cerna
c567add628
Set the MEDIA_ROOT and MEDIA_URL settings in the cms.envs.aws module
2017-06-25 19:47:39 -06:00
Brian Beggs
7074e3abba
Merge pull request #14902 from Salomari1987/salah/copyright-year
...
Set COPYRIGHT_YEAR dynamically
2017-06-23 16:06:35 -04:00
Harry Rein
82daaa5ad3
Adding a reviews page to the course and updating the reviews module on the course about page. Removed the existing coursetalk implementation and put it in a fragment, removed the tests as well. Added configuration settings to specify the reviews template as well as the reviews provider. This is all protected by a waffle flag.
2017-06-23 11:27:48 -04:00
Jeremy Bowman
5a6b8cd35b
PLAT-1228 Support bok-choy in Docker Devstack
2017-06-22 15:03:12 -04:00
Salah Alomari
b8ba64cbe1
Set copyright year dynamically
2017-06-19 14:33:55 +03:00
Adam
691d6872c7
Merge pull request #15294 from edx/adam/add-precedes-to-coursegraph-3
...
write courses to neo4j in background tasks (EDUCATOR-583)
2017-06-15 15:10:11 -04:00
Andy Armstrong
4ed9776a4b
Handle issues with JQuery in Studio and LMS
...
LEARNER-1341
2017-06-13 20:53:29 -04:00
Carol Tong
82b8cf40b3
Change help target for enrollment track groups
2017-06-13 15:51:13 -04:00
Sylvia Pearce
fe3105cc38
Update Studio help tokens following doc reorg for Publisher
2017-06-13 13:52:07 -04:00
Giulio Gratta
2b25c9fc78
Enable DEFAULT_MODE to be customized in config
...
- Keeps platform set default of "Audit" to be backwards compatible and not break stuff
- get COURSE_MODE_DEFAULTS from config if set
2017-06-12 14:09:00 -04:00
Adam Palay
51abe89a80
respond to comments
2017-06-12 11:55:58 -04:00
Adam Palay
69d76b69d7
write courses to neo4j in background tasks (EDUCATOR-583)
...
move tasks into tasks.py
add more logging
2017-06-12 10:44:27 -04:00
Stu Young
8870dde933
Revert "Set the MEDIA_ROOT and MEDIA_URL settings in the cms.envs.aws module"
2017-06-09 16:18:12 -04:00
Kevin Falcone
eb3bbc7c58
Merge pull request #15005 from replaceafill/aws_with_filesystem_storage
...
Set the MEDIA_ROOT and MEDIA_URL settings in the cms.envs.aws module
2017-06-09 10:39:45 -04:00
Douglas Cerna
ca33342ce3
Removed MEDIA_ROOT override in cms.envs.devstack
2017-06-08 22:22:50 -06:00
Albert St. Aubin
fd7ac21608
Working publisher/subscriber events for Cohorts and discussions
2017-06-06 13:58:54 -04:00
Uman Shahzad
13ac08a41f
Allow configurable password reset support link.
...
Defaults to SUPPORT_SITE_LINK intentionally.
Also fixed surrounding quality tests, and overall
quality improvements.
2017-06-05 19:42:18 +05:00
Robert Raposa
eaab2cf444
Add course overrides of waffle flags.
2017-06-01 15:12:50 -04:00
Gregory Martin
77b2229210
GradingPolicyChanged Signal Handler
...
https://openedx.atlassian.net/browse/EDUCATOR-393
2017-05-31 10:46:55 -04:00
John Eskew
3b57542ab0
Revert "Merge pull request #15170 from edx/jeskew/PLAT_1316_partitions_inheritance"
...
This reverts commit f97f052591 , reversing
changes made to 800bcd8e20 .
2017-05-30 12:42:54 -04:00
Uman Shahzad
a41195377c
Allow configurable activation email support link.
...
This also serves as a slight refactor of ENT-392.
2017-05-26 14:25:15 -04:00
John Eskew
f1369b912e
Move LicenseMixin and accompanying code to openedx/core/lib.
2017-05-25 16:17:31 -04:00
John Eskew
f97f052591
Merge pull request #15170 from edx/jeskew/PLAT_1316_partitions_inheritance
...
Move fields.py, inheritance.py, and partitions to openedx/core.
2017-05-25 14:21:03 -04:00
John Eskew
66f3aa5ccf
Move fields.py, inheritance.py, and partitions to openedx/core.
2017-05-25 13:24:08 -04:00
Anthony Mangano
0172ff315a
add ability to show footer language selector on LMS
2017-05-24 16:41:45 -04:00
Matt Drayer
a7f6e6a56b
Consider waffle switch when selecting ecommerce workflow
2017-05-22 12:25:05 -04:00
Clinton Blackburn
eeac30e197
Disable Forums for Docker devstack
...
This service is not currently available in Docker devstack.
2017-05-21 11:57:55 -04:00
Robert Raposa
79300c00d7
Merge pull request #15107 from edx/rraposa/docs-cleanup
...
LEARNER-909: Clean-up the edx-platform repo documentation
2017-05-19 14:05:11 -04:00
Gregory Martin
b4f265ade2
Refactor CMS Signal Handling
...
https://openedx.atlassian.net/browse/EDUCATOR-389
2017-05-18 15:29:12 -04:00
Robert Raposa
de2b47ca58
Move and rename help_tokens.ini files.
2017-05-18 09:50:59 -04:00
Cliff Dyer
31e00d5821
Merge pull request #15116 from edx/neem/memory-middleware
...
Middleware for Monitoring Memory
2017-05-17 16:46:42 -04:00