sandroroux
98bf627efc
Revised content above "Configuration flags".
2017-11-14 16:43:16 -05:00
Tyler Hallada
d3cc7e9bd3
Schedules readme: switch from markdown to rst
2017-11-14 13:04:24 -05:00
Tyler Hallada
4faaff35b8
Schedules readme: fix small typos
2017-11-13 17:00:34 -05:00
Tyler Hallada
336ed2646b
Schedule readme: change heading hierarchy
2017-11-13 16:24:20 -05:00
Tyler Hallada
1d3ec32349
Schedules Readme: add definitions and litmus info
2017-11-13 16:20:15 -05:00
Tyler Hallada
6b138f8454
Add more details to the setup configuration steps
2017-11-13 15:26:14 -05:00
sandroroux
b2a4ffd2a4
Reworked the introduction.
2017-11-13 13:46:39 -05:00
Tyler Hallada
cfa4077fe8
Fill out "testing" section of Schedules readme
2017-11-13 13:08:02 -05:00
Tyler Hallada
bf80774712
Add configuration information to Schedules README
2017-11-09 16:47:56 -05:00
sandroroux
65d652f5d8
Rename Definitions to Glossary. Filled out some of the terms.
2017-11-09 16:35:56 -05:00
sandroroux
0156ef3a7c
Wrote an overview section.
2017-11-09 16:10:30 -05:00
Tyler Hallada
f446e79cca
WIP README for the Schedules Django app
2017-11-09 14:18:56 -05:00
Gabe Mulley
e5a0bcfc32
hold back some users from dynamic pacing features
2017-11-08 09:48:48 -05:00
Jeremy Bowman
0f4e4e1c31
Remove unused nose settings and plugin
2017-11-07 16:34:59 -05:00
John Eskew
3d884d6cc0
Merge pull request #16428 from edx/jeskew/email_mkting_lti_prov_to_appconfig_ready
...
Move lti_provider/email_marketing startup to AppConfig ready.
2017-11-07 15:15:56 -05:00
Feanil Patel
9a35a5439e
Revert "Transcript secure credentials"
2017-11-07 13:07:32 -05:00
Gabe Mulley
cfaf45054d
Merge pull request #16476 from edx/mulby/ace-bidi
...
rtl support for ACE emails
2017-11-07 10:56:43 -05:00
Gabe Mulley
f6adde3d45
rtl support for ACE emails
2017-11-07 09:33:50 -05:00
Qubad786
2310614bb6
Save credentials in edx-video-pipeline
...
EDUCATOR-1335 - This Adds a dedicated app which is responsible for communication with edx-video-pipeline service. It also adds the backend for saving 3rd party transcription service credentials on edx-video-pipline and cache it in edx-val.
2017-11-07 13:18:58 +05:00
Tyler Hallada
5332b6920f
Merge pull request #16466 from edx/thallada/ret-fix-absolute-url
...
Schedules: absolute_url returns given URL if already absolute
2017-11-06 16:44:43 -05:00
Clinton Blackburn
69eeca61d8
Opening courseware to anonymous users
...
Anonymous users may now view units in the courseware. This access is limited to units that are not considered problems/graded (e.g. homework, exams).
2017-11-06 16:42:06 -05:00
Nimisha Asthagiri
f61cbe75b5
Merge pull request #16455 from edx/pacing/highlights-email
...
Schedule-based Highlights email update
2017-11-06 15:35:35 -05:00
Clinton Blackburn
9782b40751
Updated override_waffle_flag to work as a context manager
...
override_waffle_flag can now be used as a context manager in addition to its previous role as a decorator. Additionally, the tests have been updated to use standard assertions since we now use py.test.
2017-11-06 15:32:12 -05:00
Nimisha Asthagiri
98e647fa24
Schedule-based Highlights email update
2017-11-06 14:30:28 -05:00
Tyler Hallada
1f88d528bd
Add unit tests for absolute_url
2017-11-06 13:17:52 -05:00
Tyler Hallada
1b1c7235d1
absolute_url returns given URL if already absolute
2017-11-06 11:30:46 -05:00
Brian Mesick
0255592c67
Merge pull request #16436 from edx/bmedx/django111_urls_openedx
...
openedx urls cleanup for Django 1.11
2017-11-06 10:36:20 -05:00
bmedx
68e3894c17
openedx urls cleanup for Django 1.11
...
- Remove usage of django.urls.patterns
- Change urls tuples to lists
- Make all string view names callables
2017-11-03 16:11:41 -04:00
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
Nimisha Asthagiri
e63cf7ff98
Merge pull request #16446 from edx/naa/course-highlights-4
...
Course Week Highlights accessor
2017-11-03 14:33:08 -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
Troy Sankey
d8293f962c
Merge pull request #16412 from edx/pwnage101/settings_validation_refactor_PLAT-1776
...
move settings validation out of startup.py
2017-11-03 13:44:11 -04:00
Nimisha Asthagiri
4f2fdde2d8
Course Week Highlights accessor
2017-11-03 13:33:46 -04:00
Brian Mesick
e12ce751d7
Merge pull request #16413 from edx/bmedx/django111_urls_cms
...
CMS urls cleanup for Django 1.11
2017-11-03 12:53:48 -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
d11d7554c3
Move theming settings validation registration into ready method
...
This avoids premature registration of django checks which could break
django 1.11 startup.
2017-11-03 12:23:54 -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
bmedx
9099f0dc23
CMS urls cleanup for Django 1.11
...
- Remove usage of django.urls.patterns
- Change urls tuples to lists
- Make all string view names callables
2017-11-02 14:29:48 -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
Gabe Mulley
7fd643faa4
Add tests for experience types, ensure courses have a verified mode
2017-11-01 16:51:10 -04:00
Tyler Hallada
57bf89c8e2
Create schedule experience on schedule creation
2017-11-01 16:51:00 -04:00
Gabe Mulley
95d1e5c25e
use a left outer join for experience types
2017-11-01 16:50:28 -04:00
Tyler Hallada
e5c8acb609
Allow communication experiences to be customized per-learner
2017-11-01 16:50:10 -04:00
Jeremy Bowman
2de2e3027d
PLAT-1773 Delegate edx-proctoring service registration to app ready methods
2017-11-01 10:30:58 -04:00