Troy Sankey
c19eaef075
Move settings validation out of startup.py
...
This also creates a new app common_initialization in order to provide a
place to run initialization code common to both the LMS and CMS.
2017-11-03 12:23:54 -04:00
John Eskew
2808bad0c9
Merge pull request #16416 from edx/jeskew/edxmako_startup_py_remove
...
Move edxmako startup to AppConfig::ready.
2017-11-02 15:08:18 -04:00
Jeremy Bowman
564514dd07
Merge pull request #16415 from edx/jmbowman/PLAT-1779
...
PLAT-1779 Fix CMS INSTALLED_APPS/model imports mismatch
2017-11-02 11:13:42 -04:00
Brian Mesick
6a1d5e6a9d
Merge pull request #16410 from edx/bmedx/django111_syncdb_cleanup
...
syncdb cleanup
2017-11-02 10:47:00 -04:00
Jeremy Bowman
a7b3894274
PLAT-1779 Fix CMS INSTALLED_APPS/model imports mismatch
2017-11-02 10:09:22 -04:00
bmedx
82cb62d26a
syncdb cleanup
2017-11-02 09:51:44 -04:00
John Eskew
ba07dec4c5
Move edxmako startup to AppConfig::ready.
2017-11-02 09:40:05 -04:00
John Eskew
e85af5d87b
Point to the proper AppConfig in INSTALLED_APPS for course_modes.
2017-11-01 17:08:35 -04:00
Jeremy Bowman
c83811f938
Merge pull request #16404 from edx/jmbowman/PLAT-1775
...
PLAT-1775 Move help tokens configuration from startup to settings
2017-11-01 15:02:22 -04:00
Jeremy Bowman
2de2e3027d
PLAT-1773 Delegate edx-proctoring service registration to app ready methods
2017-11-01 10:30:58 -04:00
Jeremy Bowman
d549194ba3
PLAT-1775 Move help tokens configuration from startup to settings
2017-10-31 17:04:54 -04:00
John Eskew
b866f35620
Remove support for COMPREHENSIVE_THEME_DIR -
...
all dirs must now go into COMPREHENSIVE_THEME_DIRS.
Move comprehensive theming setup section out of startup.py and into
settings files using new 'derived' functionality.
Add 'derive_settings' at the end of all top-level Django settings files.
Move validation of comprehensive theming settings into new apps.py
theming file.
Split theming code into code safe to run before settings are initialized
-and- after settings are initialized.
2017-10-30 14:36:06 -04:00
Jeremy Bowman
ba06372cac
PLAT-1780 Remove dependency on django-extensions
2017-10-27 13:19:12 -04:00
Troy Sankey
36a6a5e584
Specify the full path to the verify_studen app config
...
This fixes a bug introduced in 3be0fa81
2017-10-27 11:20:37 -04:00
Eric Fischer
3fc342e6e8
Webpack config prod/dev split
...
EDUCATOR-1448
Modifies paver webpack task to use production configuration in all
non-devstack environments, and a development config in devstack.
2017-10-26 14:03:53 -04:00
John Eskew
fa6d94d144
Remove NoseTestSuiteRunner - now using pytest.
2017-10-25 11:49:12 -04:00
Nimisha Asthagiri
cd1eaf3010
Dynamic Pacing: Waffle switch
2017-10-23 18:30:36 -04:00
Nimisha Asthagiri
53e1dfaa99
Studio support of Section Highlights
2017-10-23 14:31:57 -04:00
Jeremy Bowman
bda84d526b
PLAT-1555 Stop using deprecated TEST_* DB setting keys
2017-10-18 14:17:09 -04:00
bmedx
21791ccb58
Change Django settings from tuples to lists to prep for 1.11 upgrade
2017-10-17 12:53:02 -04:00
Muzaffar yousaf
b34b5d9a12
Merge pull request #15872 from edx/video-transcript-preferences
...
Video transcript preferences
2017-10-17 14:45:29 +05:00
muzaffaryousaf
a953a844fd
Settings for video transcripts bucket w.r.t django storages.
2017-10-16 19:22:41 +05:00
John Eskew
1f36bf0876
Add django-simple-history back to edx-platform as a requirement.
...
The module is still used by (at least) edx-enterprise.
2017-10-16 09:42:22 -04:00
John Eskew
737ebccb74
Remove django-simple-history and all HistoricalRecords.
2017-10-11 11:36:06 -04:00
Jesse Shapiro
c4767e253b
Add middleware classes dynamically from configuration and switch MIDDLEWARE_CLASSES to use a list
2017-10-11 09:16:41 -04:00
Bill Filler
dd16bf7685
bump edx-enterprise version to 0.51.0
2017-10-05 17:14:28 -04:00
George Song
918416f03f
Merge pull request #15992 from open-craft/jill/openstack-course-import-export
...
Use django file storage URLs for all course export downloads.
2017-10-02 11:37:52 -07:00
Uman Shahzad
a27688afd0
Bump to edx-enterprise to 0.48.1
2017-09-26 00:43:09 +05:00
Michael Roytman
282220dae5
refactor and add multiple filter functionality
2017-09-20 12:06:12 -04:00
Clinton Blackburn
256849950d
Added Studio API endpoint to support course creation
...
LEARNER-2468
2017-09-13 11:22:47 -04:00
M. Rehan
8c37dff1a8
Merge pull request #15475 from OmarIthawi/omar/default-english-transcripts
...
Allow displaying videos without transcripts
2017-09-12 12:22:41 +05:00
Jillian Vogel
2f98f8af63
Use django storage mechanism to determine file size
...
when serving course export tarball.
2017-09-12 16:07:09 +09:30
Omar Al-Ithawi
302e1d923e
Allow displaying videos without transcripts
2017-09-11 21:29:58 +03:00
Harry Rein
c9f75f6bc8
Merge pull request #15926 from edx/HarryRein/FEDX-375-bootstrap-beta
...
Harry rein/fedx 375 bootstrap beta
2017-09-07 10:12:05 -04:00
Fred Smith
75ca7342fe
Merge pull request #15966 from edx/derf/reduce_celery_heartbeat_frequency
...
reduce celery heartbeat frequency
2017-09-07 08:17:28 -04:00
Andy Armstrong
6e10d2a556
Update to use Bootstrap beta release
...
FEDX-375
2017-09-06 22:49:05 -04:00
Fred Smith
f891c0fae8
reduce celery heartbeat frequency
2017-09-06 14:58:34 -04:00
Jeremy Bowman
ded294c420
pytest compatibility fixes
2017-09-06 14:20:34 -04:00
Gabe Mulley
6a36eb0183
Use ACE to 'send' Recurring Nudge emails
2017-08-31 16:58:08 -04:00
Jeremy Bowman
00c4ede8ee
Merge pull request #15831 from edx/jmbowman/PLAT-1710
...
PLAT-1710 Support lettuce tests in Docker Devstack
2017-08-29 13:25:58 -04:00
Omar Al-Ithawi
d0c7a532ad
Make the platform name translatable
2017-08-29 12:43:36 -04:00
Jesse Shapiro
7a31441ebc
Move to new consent API
2017-08-16 22:58:09 -04:00
Jeremy Bowman
1f06604694
PLAT-1710 Support lettuce tests in Docker Devstack
2017-08-16 17:30:18 -04:00
Kevin Falcone
c2175423fe
BOOK_URL hasn't been used since the 6.00 courses
...
RSS_TIMEOUT was removed in e8ee29786f
but missed in lms/envs
2017-08-16 15:04:02 -04:00
Brian Beggs
f451c7602e
Enable forums for docker devstack
2017-08-15 15:05:11 -04:00
cahrens
6446f6111e
Log courses with improper end dates.
...
EDUCATOR-1134
2017-08-11 14:37:16 -04:00
edx-pipeline-bot
dc2f808f60
Merge pull request #15797 from edx/release-mergeback-to-master
...
Merge release back to master
2017-08-11 13:20:28 -04:00
Brian Mesick
e14cad4532
Merge pull request #15784 from edx/bmedx/app_label_warnings_PLAT-1642_PLAT-1643
...
Reorder INSTALLED_APPS
2017-08-11 13:10:30 -04:00
cahrens
b22f35b71d
Disable ENABLE_SEPARATE_ARCHIVED_COURSES due to server error.
...
EDUCATOR-1134
2017-08-10 13:58:41 -04:00
bmedx
62f1790999
Fix several RemovedInDjango19Warning by re-ordering INSTALLED_APPS
...
- PLAT-1642
- PLAT-1643
2017-08-10 13:54:28 -04:00