Nimisha Asthagiri
e5b9452e76
Merge pull request #17385 from mitodl/hack18_instructor_django_plugin
...
Changed 'instructor' django app to follow plugin pattern
2018-03-26 15:20:47 -06:00
Gavin Sidebottom
7626d4abf0
Changed 'instructor' django app to follow plugin pattern
2018-03-26 10:44:41 -04:00
Eric Fischer
242ac4c9cd
Remove PRUNE_OLD_VERSIONS waffle flag
2018-03-23 12:41:08 -04:00
Mushtaq Ali
36483f938d
Export video transcripts - EDUCATOR-1789
2018-03-06 15:25:46 +05:00
bmedx
1d45c85135
Refactor student login for readability and fix Django 1.11 issues
2018-01-24 11:26:43 -05:00
bmedx
46cb89e55d
Fixes to CMS failures in Django 1.11 tests
2018-01-23 14:11:06 -05:00
Nimisha Asthagiri
a5c5325a27
Merge pull request #17196 from edx/arch/plugin-signals-support
...
Django App Plugins: support for Signal Receivers
2018-01-18 13:23:18 -05:00
Nimisha Asthagiri
7286c64e18
Refactor Django App Plugins to allow for additional features
2018-01-15 12:16:53 -05:00
Jeremy Bowman
7d436a18ee
PLAT-1858 Better capture of deprecation warnings
2018-01-12 18:04:32 -05:00
Nimisha Asthagiri
7490cd93ab
Enable Django App Plugins in LMS
2018-01-11 14:35:07 -05:00
bmedx
0f897a7b3f
Fixes to teams tests in Django 1.9+
...
- add edx.org to lms tests KNOWN_HOSTS
- Don't check CourseTeamMembership field mutability on creation
2017-12-27 13:42:42 -05:00
Jeremy Bowman
1dbdee9c54
Revert "PLAT-1858 Better capture of deprecation warnings"
2017-12-18 21:18:02 -05:00
Jeremy Bowman
b26fe5fd24
PLAT-1858 Better capture of deprecation warnings
2017-12-18 14:59:05 -05:00
Jeremy Bowman
da8cf6b528
PLAT-1382 Populate ALLOWED_HOSTS for tests
2017-12-05 14:22:30 -05:00
Jeremy Bowman
fdc50c3aa8
PLAT-1419 Make edxmako a proper template backend
2017-12-01 17:01:52 -05:00
Jose Antonio Gonzalez
f38e5ab939
add DEFAULT_MOBILE_AVAILABLE flag
2017-11-16 16:50:37 +02: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
John Eskew
b02c744790
Move lti_provider startup.py to AppConfig::ready.
2017-11-03 13:57:18 -04:00
John Eskew
a2cc679b25
Remove usage of default_app_label from ccxcon.
2017-11-02 16:52:09 -04:00
bmedx
82cb62d26a
syncdb cleanup
2017-11-02 09:51:44 -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
John Eskew
fa6d94d144
Remove NoseTestSuiteRunner - now using pytest.
2017-10-25 11:49:12 -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
bmedx
21791ccb58
Change Django settings from tuples to lists to prep for 1.11 upgrade
2017-10-17 12:53:02 -04:00
Nimisha Asthagiri
1febdbfac9
Grades cleanup: remove read_only param and create method
...
EDUCATOR-171
2017-09-28 07:48:25 -04:00
Calen Pennington
6156fe929e
Add tests of recurring nudge template rendering
2017-09-12 08:23:21 -04:00
Jesse Shapiro
7a31441ebc
Move to new consent API
2017-08-16 22:58:09 -04:00
Ari Rizzitano
3d4b2a7382
include webpack commons bundle on all pages; stub webpack_loader in python unittests
...
include webpack commons bundle on all pages
quotes
homegrown webpack_loader mock
toggle installed webpack_loader in test env file instead
fix test checking context
2017-07-26 11:28:30 -04:00
Brandon DeRosier
a31855c935
Upstream the Bulk Enroll API endpoint
2017-07-14 14:01:16 -04:00
Uman Shahzad
8b65ca17c5
Migrate to latest, split python-social-auth.
...
PSA was monolothic, now split, with new features, like
a DB-backed partial pipeline. FB OAuth2 version also upped.
Partial pipelines don't get cleared except when necessary.
They persist for special cases like change of browser while
still mid-pipeline (i.e. email validation step).
Refactor, cleanup, and update of a lot of small things as well.
PLEASE NOTE the new `social_auth_partial` table.
2017-06-20 22:05:36 +05: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
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
Clinton Blackburn
800bcd8e20
Updated CredentialsApiConfig to pull URLs from settings
...
Pulling URLs from settings allows us to rely on site configuration overrides in order to support multi-tenancy.
LEARNER-1103
2017-05-25 13:30:43 -04:00
Matt Drayer
5e94c63da6
mattdrayer/ENT-318: Update activation email subject and message text
2017-05-06 00:16:43 -04:00
Brian Jacobel
a2323797f5
Work on sandbox bundling for webpack
2017-05-01 17:09:32 -04:00
cahrens
e5035746bf
Introduce EnrollmentTrackUserPartition.
...
TNL-6674
2017-03-30 12:24:48 -04:00
Nimisha Asthagiri
4ac78706a3
Waffle Switch with namespacing and request caching
2017-03-28 17:49:20 -04:00
Brandon DeRosier
cb85ef1f5b
ENT-162 Create an enterprise enrollment during the enrollment flow
2017-02-23 19:15:20 -05:00
Clinton Blackburn
1189867dd2
Removed references to ECOMMERCE_API_SIGNING_KEY
...
We should not be using custom signing keys for each service at this time. We may want to return to this strategy in the future; but, this is not the direction any of our other services are going in.
ECOM-6541
2017-02-01 01:51:21 -05:00
chrisndodge
6d327594ac
add restricted DOT OAUTH2 client with reduced privileges
2016-10-14 07:31:26 -04:00
Jesse Zoldak
8004545cf5
Revert "Cdodge/restricted oauth2 applications"
2016-10-13 13:18:29 -04:00
chrisndodge
1732663486
add restricted DOT OAUTH2 client with reduced privileges
2016-10-12 09:40:49 -04:00
Adam Palay
239867963e
set neo4j configuration at the command line
2016-09-28 09:08:04 -04:00
Matjaz Gregoric
344c72b3e2
Use non-ascii PLATFORM_NAME in tests.
...
It should help catch unicode encoding problems earlier.
This also updates python-saml dependency to a version that includes a
patch for unicode strings.
2016-09-23 15:38:23 +02:00
asadiqbal
2833d1e9a5
WL-603 load locale paths for themes directories
2016-09-22 13:26:11 +05:00
Nimisha Asthagiri
660bc8f447
Enable Persistent Grades in unit tests
2016-09-09 19:05:04 -04:00
Sanford Student
d54a784a43
creating django admin settings for subsection grades
2016-09-02 09:32:33 -04:00
Adam Palay
10bd4ef6bf
dump item information to neo4j
...
clear request cache to avoid memory leak
update to use https
delete courses in the same transaction as writing them
python3 compatibility
2016-08-30 14:59:00 -04:00
Eric Fischer
22046d4067
Use PersistentSubsectionGrade in grades application
...
Hooks the pre-existing grades code into our new PersistentSubsectionGrade data
model. Includes test updates, and some minor changes to the data model that
were discovered in testing.
2016-08-22 09:47:37 -04:00