John Eskew
ee5887956a
Merge pull request #16437 from edx/jeskew/datadog_monitoring_to_appconfig
...
Move datadog/monitoring startup to AppConfig ready.
2017-11-03 14:58:56 -04:00
John Eskew
535d39d571
Merge pull request #16435 from edx/jeskew/bookmarks_course_overviews_startup_move
...
Move bookmarks/course_overviews startup to AppConfig ready.
2017-11-03 14:06:17 -04:00
John Eskew
7b4a3c1714
Move email_marketing startup.py to AppConfig::ready().
...
Remove query counting of LMS signals.
2017-11-03 13:57:38 -04:00
John Eskew
b02c744790
Move lti_provider startup.py to AppConfig::ready.
2017-11-03 13:57:18 -04:00
John Eskew
d6f8772031
Move course_overviews startup.py over to AppConfig::ready
2017-11-03 12:47:59 -04:00
John Eskew
3f99fe4c1b
Move bookmarks startup.py over to AppConfig::ready
2017-11-03 12:47:58 -04:00
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
d7bab033f7
Move monitoring functionality to util and AppConfig.
2017-11-02 17:44:03 -04:00
John Eskew
65433c9cd4
Move datadog startup.py over to AppConfig::ready
2017-11-02 17:44:03 -04:00
John Eskew
a2cc679b25
Remove usage of default_app_label from ccxcon.
2017-11-02 16:52:09 -04:00
John Eskew
a711fb816b
Merge pull request #16369 from edx/jeskew/remove_microsites_from_startup
...
Remove microsite configuration from LMS startup.py.
2017-11-02 15:37:49 -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
Brian Mesick
6a1d5e6a9d
Merge pull request #16410 from edx/bmedx/django111_syncdb_cleanup
...
syncdb cleanup
2017-11-02 10:47:00 -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
John Eskew
a36eb51a64
Move microsite config from startup.py to settings and AppConfig.ready.
2017-11-01 14:04:31 -04:00
Jeremy Bowman
2de2e3027d
PLAT-1773 Delegate edx-proctoring service registration to app ready methods
2017-11-01 10:30:58 -04:00
bradmerlin
ab011314ef
Add student_view_data to HTML XBlock
...
to allow the HTML to be downloadable via the Course Blocks API.
Feature flag ENABLE_HTML_XBLOCK_STUDENT_VIEW_DATA must be set to enable this feature.
2017-11-01 13:38:54 +10:30
Jeremy Bowman
d549194ba3
PLAT-1775 Move help tokens configuration from startup to settings
2017-10-31 17:04:54 -04:00
Troy Sankey
aeed9f77f7
Merge pull request #16385 from edx/pwnage101/init_app_PLAT-1772
...
Add an lms_initialization app
2017-10-31 16:15:00 -04:00
Troy Sankey
1e599bed09
Add lms_initialization app
...
This app is a grab bag of init code which can't find a good home in
other apps. This was created in response to removing lms.startup.run().
2017-10-31 14:13:29 -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
hamzamunir7300
9c85fcad78
Merge pull request #15988 from edx/footer_design_WIP/LEANER-2311
...
Footer New design using bootstrap
2017-10-30 16:00:18 +05:00
Hamza Munir
4a3164e2e3
Footer New design using bootstrap
...
This is a work in progress finished the 320px - 539px mobile
screen design.
LEARNER-2311
2017-10-30 14:55:26 +05:00
Jeremy Bowman
ba06372cac
PLAT-1780 Remove dependency on django-extensions
2017-10-27 13:19:12 -04:00
Troy Sankey
7bbecfdc3c
Merge pull request #16301 from edx/pwnage101/verify_student_app_startup
...
Move verify_student signal registration to ready()
2017-10-27 11:10:30 -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
Troy Sankey
3be0fa81b8
Move verify_student signal registration to ready()
2017-10-26 13:57:52 -04:00
ayub-khan
8ede3a53b3
Added REFRESH_TOKEN_EXPIRE_SECONDS=20160
...
When edx_clear_expired_tokens command will run it will clear
all refresh,access tokens and grants expired before 2 weeks.
2017-10-26 18:43:59 +05:00
John Eskew
fa6d94d144
Remove NoseTestSuiteRunner - now using pytest.
2017-10-25 11:49:12 -04:00
Hasnain Naveed
b9cd1043df
Merge pull request #16320 from edx/hasnain-naveed/WL-1060
...
WL-1060 | Made the dashboard social sharing site aware.
2017-10-25 16:01:41 +05:00
Albert St. Aubin
a9011fde58
Implement Entitlement Model for Course Centric Architecture
...
[LEARNER-1733]
2017-10-24 19:12:55 -04:00
Alex Dusenbery
5cf016cf5b
EDUCATOR-1570 | Wire up a stub signal receiver to handle comment_created signals.
2017-10-24 11:32:07 -04:00
Hasnain
2277aaca3f
WL-1060 | Made the dashboard social sharing site aware.
2017-10-24 16:35:44 +05:00
Jillian Vogel
1b63bd9cd7
Merge pull request #16155 from open-craft/jill/enable_enterprise_integration
...
Lets ENABLE_ENTERPRISE_INTEGRATION be configurable
2017-10-23 20:09:43 +10:30
Brittney Exline
23640d0019
ENT-594 Enterprise version bump and Add settings variable for ENTERPRISE_REPORTING_SECRET
2017-10-19 12:24:05 -04:00
Jillian Vogel
425239a509
Disables Enterprise Integration feature by default
...
Moves ENABLE_ENTERPRISE_INTEGRATION to settings.FEATURES,
and changes the default value to False.
2017-10-19 15:58:13 +10:30
Jeremy Bowman
bda84d526b
PLAT-1555 Stop using deprecated TEST_* DB setting keys
2017-10-18 14:17:09 -04:00
Brian Mesick
9e91d3d0be
Merge pull request #16070 from edx/bmedx/settings_tuple_to_list_PLAT-1530
...
Change Django settings from tuples to lists to prep for 1.11 upgrade
2017-10-18 09:20:14 -04:00
J. Cliff Dyer
6f89157d62
Introduce BlockCompletion model.
...
* Includes custom manager.
* Includes percent validation.
* Includes useful indices.
* Subclasses TimeStampedModel
OC-3086
2017-10-17 14:35:58 -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
edx-pipeline-bot
c011e7134d
Merge pull request #16243 from edx/release-mergeback-to-master
...
Merge release back to master
2017-10-16 14:14:37 -04:00
Gabe Mulley
4a13f9bf53
ACE writes to a file by default
2017-10-16 12:17:25 -04: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