Commit Graph

43971 Commits

Author SHA1 Message Date
Eric Fischer
a09866622d Move library creator checks to POST-only 2017-12-04 11:55:49 -05:00
Eric Fischer
cb463c0d11 Revert "Revert "Merge pull request #16447 from appsembler/omar/hide-library-button""
This reverts commit 7696727fda.
2017-12-04 11:55:49 -05:00
Tyler Hallada
f5d2741c34 Merge pull request #16744 from edx/thallada/highlights-logging
Schedules: more info logging and add exception logging
2017-12-04 11:32:43 -05:00
Nimisha Asthagiri
de74279d78 Merge pull request #16755 from edx/pacing/fake-request-issue
Schedules: Emulate HTTP request needs to include host information
2017-12-04 11:31:58 -05:00
Michael Roytman
cb19a653ee Merge pull request #16754 from edx/mroytman/sfe-a11y-page
add Accessibility Page into studio from studio-frontend
2017-12-04 11:23:18 -05:00
Jeremy Bowman
067785dbfd Merge pull request #16710 from edx/jmbowman/PLAT-1419
PLAT-1419 Make edxmako a proper template backend
2017-12-04 11:07:30 -05:00
Jeremy Bowman
fefdbef2e9 Merge pull request #16752 from edx/jmbowman/PLAT-1428
PLAT-1428 Removed unused cache_relation function
2017-12-04 10:34:22 -05:00
Jeremy Bowman
a36a54bcaa Merge pull request #16750 from edx/jmbowman/PLAT-1408
PLAT-1408 Update reference to Django's context_processors module
2017-12-04 10:32:43 -05:00
Nimisha Asthagiri
61f4ceca5b Schedules: Emulate HTTP request needs to include host information 2017-12-03 23:57:12 -05:00
Tyler Hallada
3425502a23 Schedules: change logging from DEBUG to INFO/EXCEPTION 2017-12-03 22:34:33 -05:00
Michael Roytman
2afbe87723 add Accessibility Page into studio from studio-frontend 2017-12-02 08:29:15 -05:00
Michael Roytman
fab7f31a55 Merge pull request #16735 from edx/mroytman/EDU-1826
mroytman/edu 1826/1830
2017-12-01 22:14:59 -05:00
Michael Roytman
eeb6cc7ca3 Add accessibility accomodation request page to studio and link to said page in footer, both behind a Waffle switch. Add tests for the new page. 2017-12-01 19:57:21 -05:00
Farhanah Sheets
d0687e97b1 Merge pull request #16734 from edx/fsheets/EDUCATOR-1825
Update studiofrontend to pass generic studioContext
2017-12-01 19:02:33 -05:00
Jeremy Bowman
67b877cb6c PLAT-1428 Removed unused cache_relation function 2017-12-01 18:00:04 -05:00
Farhanah Sheets
e395e78521 Update to use generic studioContext configuration 2017-12-01 17:55:55 -05:00
Jeremy Bowman
9a696556a5 PLAT-1408 Update reference to Django's context_processors module 2017-12-01 17:06:39 -05:00
Jeremy Bowman
fdc50c3aa8 PLAT-1419 Make edxmako a proper template backend 2017-12-01 17:01:52 -05:00
John Eskew
3a892c1a04 Merge pull request #16747 from edx/jeskew/upgrade_user_state_client
Bump version of user-state-client module.
2017-12-01 16:50:13 -05:00
Tyler Hallada
c397840d74 Merge pull request #16598 from edx/thallada/ret-emulate-request-default-middleware
Default middleware_classes in emulate_http_request
2017-12-01 16:33:21 -05:00
Jeremy Bowman
dd9dfb068c Merge pull request #16738 from edx/jmbowman/PLAT-1762
PLAT-1762 Remove obsolete mentoring XBlock
2017-12-01 16:11:33 -05:00
Troy Sankey
085de50d26 Merge pull request #16746 from edx/pwnage101/fix-paver-tests-django-1.11-take2
Add flags to tox.ini so paver tests can run
2017-12-01 16:08:13 -05:00
John Eskew
0dccd498c4 Bump version of user-state-client module. 2017-12-01 15:30:38 -05:00
Troy Sankey
7895c28542 Add flags to tox.ini so paver tests can run 2017-12-01 15:05:20 -05:00
Jesse Zoldak
c647ca5565 Merge pull request #16731 from edx/zoldak/better-quality-output
Improve output for quality failures
2017-12-01 11:51:58 -08:00
Calen Pennington
6a59df88bf Merge pull request #16694 from edx/cale/no-asset-polling
Cale/no asset polling
2017-12-01 14:42:56 -05:00
Matt Drayer
38930188cc Merge pull request #16740 from edx/mattdrayer/ENT-783
mattdrayer/ENT-783: Remove 'city' from SuccessFactors OData API requests
2017-12-01 14:27:25 -05:00
Matt Drayer
61bd579810 mattdrayer/ENT-783: Remove city from SuccessFactors OData API requests 2017-12-01 13:27:57 -05:00
Calen Pennington
f4b62b066c Don't have webpack watch node_modules or .git for changes 2017-12-01 13:06:20 -05:00
Calen Pennington
c0638ca9d3 Use file watches rather that polling for asset watching 2017-12-01 13:06:20 -05:00
edx-pipeline-bot
70dc3359a7 Merge pull request #16732 from edx/release-mergeback-to-master
Merge release back to master
2017-12-01 10:50:42 -05:00
Uman Shahzad
8347e6bbfb Merge pull request #16716 from open-craft/mtyaka/ENT-744
Bump edx-enterprise to 0.55.1.
2017-12-01 19:16:47 +05:00
Matjaz Gregoric
bc63f469a1 Bump edx-enterprise to 0.55.1.
This updates edx-enterprise to 0.55.1 to include changes related to
enteprise tracking events.
2017-12-01 08:39:02 +01:00
Jesse Zoldak
9c49c10b27 Revert "Allow theme template block override" 2017-11-30 17:09:13 -05:00
Tyler Hallada
fd5c5acc28 Add emulate_http_request contextmanager for tasks
remove explicit middleware from resolver task

Address Gabe's comment

Add TODO to define middleware_classes in settings
2017-11-30 16:40:20 -05:00
Jeremy Bowman
e0ece33701 PLAT-1762 Remove obsolete mentoring XBlock 2017-11-30 16:30:17 -05:00
Tyler Hallada
989c3a30d7 Merge pull request #16618 from edx/mulby/schedules-analytics
update readme with analytics information
2017-11-30 16:14:36 -05:00
Brian Mesick
3951b7527c Merge pull request #16658 from edx/bmedx/django111_tag_test_failures_lms_3
Tag LMS Unit 3 tests that fail in Django 1.11
2017-11-30 16:14:18 -05:00
Dillon-Dumesnil
56062c0ea8 Merge pull request #16348 from edx/ddumesnil/xblock
Review xBlock v1(.1.1)
2017-11-30 15:45:18 -05:00
McKenzie Welter
b49939fb48 Merge pull request #16619 from edx/WIP-lms-bundling-button
Program Details Page one-click purchase button with entitlements
2017-11-30 14:53:38 -05:00
Dillon Dumesnil
3751c696be Updating version after fixing course number for Circuits 3 2017-11-30 14:46:35 -05:00
Jesse Zoldak
0bf0ba0c78 Improve output for quality failures 2017-11-30 14:43:35 -05:00
Anthony Mangano
f72cf800e1 Consider user entitlements and use entitlement products in bundle one-click purchase 2017-11-30 13:59:46 -05:00
Matt Tuchfarber
c25e4ba045 Merge pull request #16648 from edx/tuchfarber/add_price_to_marketing_button
Add pricing data to program purchase button
2017-11-30 13:11:06 -05:00
Calen Pennington
2ad918c126 Merge pull request #16707 from cpennington/cale/improve-schedule-admin-filtering
Use a dropdown to filter schedules by course_id, rather than forcing …
2017-11-30 12:49:06 -05:00
Dillon Dumesnil
5afc6c6621 Updating version number after responding to Nimisha's comments in edx/xblock-review and updated header text in xblock 2017-11-30 12:00:04 -05:00
Dillon Dumesnil
6fa8624759 Updating the version number after fixing the package data in setup.py of the Review XBlock 2017-11-30 12:00:04 -05:00
Dillon Dumesnil
1409bca9d2 v1.0.0 release of Review XBlock 2017-11-30 12:00:04 -05:00
Dillon Dumesnil
7b08890f00 Responding to round 3 comments. Created global variable for the url beginning 2017-11-30 12:00:04 -05:00
Dillon Dumesnil
f5944c2e61 Improving performance of tests by creating everything but the review section prior to running tests and then creating the review section, unit, and XBlock with each test 2017-11-30 12:00:04 -05:00