Commit Graph

38991 Commits

Author SHA1 Message Date
Douglas Hall
ac390e13f6 Refactored middleware that supports SESSION_COOKIE_DOMAIN overrides. 2016-10-18 09:07:03 -04:00
Cliff Dyer
41b519fdea Merge pull request #13767 from edx/cdyer/flakies-2016-10-14
Added flaky tests.
2016-10-17 14:22:32 -04:00
J. Cliff Dyer
87e2308801 Added flaky tests.
New tickets:

    TNL-5770
    TNL-5771
    TNL-5772
    TNL-5773
    TNL-5774
    TNL-5775
2016-10-17 11:59:46 -04:00
Stu Young
84b27e09ce Merge pull request #13741 from edx/estute/turn-off-coveralls-reporting
stop reporting to coveralls
2016-10-17 11:44:40 -04:00
Gregory Martin
2f868e5e24 Merge pull request #13733 from edx/yro_localized-datetime
Set up DateUtil factory, modify requests to handle moment-timezones, moment-with-locales.
2016-10-17 10:10:58 -04:00
stu
540c12fc27 stop reporting to coveralls 2016-10-17 10:01:33 -04:00
Tasawer Nawaz
252880e5de Merge pull request #13740 from edx/tasawer/ecom-5684/forgot-password-verbiage-pdate
Forgot Password - Verbiage Update
2016-10-17 16:03:55 +05:00
Ahsan Ulhaq
19496aef5d Merge pull request #13663 from edx/ahsan/ECOM-4763-update-log-messages
update error messages in enrollment API
2016-10-17 14:43:22 +05:00
Ahsan Ulhaq
21746f1e93 update error messages in enrollment API
ECOM-4763
2016-10-17 13:15:24 +05:00
tasawernawaz
ab8e5b82b6 Forgot Password - Verbiage Update
ECOM-5684
2016-10-17 11:56:35 +05:00
Andy Armstrong
39a461d8f7 Merge pull request #13698 from edx/andya/move-cors-csrf
Move cors_crsf to openedx/core
2016-10-16 20:07:37 -04:00
Robert Raposa
988db7b152 Merge pull request #13751 from edx/robrap/cleanup-student-urls
Clean up student/urls.py
2016-10-14 16:45:10 -04:00
Christina Roberts
a5fa635b24 Merge pull request #13753 from edx/christina/tnl-5758
Flaky course outline bok choy test.
2016-10-14 16:11:22 -04:00
Greg Martin
4ddda443b8 Implement localized datetimes in browser
moment-timezone require config

jasmine test fix, duplicate req. cleanup
2016-10-14 15:25:38 -04:00
cahrens
c9284835e1 Minor changes for flaky test.
This test has been very flaky on master, but the failure
is not reproducible. Trying a few things that might help.
TNL-5758
2016-10-14 15:16:47 -04:00
Christina Roberts
65723e2b12 Merge pull request #13758 from edx/christina/tnl-5513
Fix textbook tests so a11y tests only run in a11y test phase
2016-10-14 14:47:40 -04:00
Andy Armstrong
03c3ee53e5 Move cors_crsf to openedx/core 2016-10-14 13:59:01 -04:00
sanfordstudent
8c22d5229b Merge pull request #13761 from edx/sstudent/one_milestones_app
removing extra instance of MILESTONES_APP
2016-10-14 13:40:49 -04:00
cahrens
3e6b545f5e Change to only run a11y test in a11y phase.
Not able to reproduce flakiness.
TNL-5513
2016-10-14 13:39:54 -04:00
sanfordstudent
455e0749e2 Merge pull request #13720 from edx/sstudent/TNL-5697
Updating logging for TNL-5697
2016-10-14 13:12:27 -04:00
Christina Roberts
c8a3367269 Merge pull request #13705 from edx/christina/javascript_loader
Christina/javascript loader
2016-10-14 12:57:19 -04:00
Sanford Student
e8c508596b removing extra instance of MILESTONES_APP 2016-10-14 12:38:03 -04:00
alisan617
21eb03e116 Merge pull request #13513 from edx/alisan/inline-discussion-TNL-4756
New inline discussion home view TNL-4756
2016-10-14 12:09:42 -04:00
Ben Patterson
8772df0435 Merge pull request #13756 from edx/benp/flaky-textbook-tests
Stabilize textbook tests
2016-10-14 11:03:31 -04:00
Ned Batchelder
adbe8afbd8 Merge pull request #13744 from edx/ned/update-translations
Update translations (autogenerated message)
2016-10-14 11:02:17 -04:00
alisan617
d5635cf1ba New inline discussion home view UI
TNL-4756
2016-10-14 10:54:50 -04:00
Ned Batchelder
eaa0989c6a Update translations (autogenerated message) 2016-10-14 10:14:17 -04:00
Ben Patterson
b34600f140 Stabilize textbook tests 2016-10-14 10:05:49 -04:00
Sanford Student
b706fb461a updating grades logging
for TNL-5697
2016-10-14 09:26:52 -04:00
Clinton Blackburn
4acca4b1e2 Merge pull request #13755 from Microsoft/cdodge/restricted-oauth2-applications
Cdodge/restricted oauth2 applications
2016-10-14 08:38:10 -04:00
chrisndodge
6d327594ac add restricted DOT OAUTH2 client with reduced privileges 2016-10-14 07:31:26 -04:00
Jillian Vogel
1a8a1274d8 Merge pull request #13534 from open-craft/jill/choice_response_computed
Allows ChoiceResponse problems to set correctness with python variables
2016-10-14 17:55:12 +10:30
Jillian Vogel
8124aacfcc Allows ChoiceResponse CAPA problems to use script-computed variables to
determine choice correctness, as MultipleChoiceResponse problems already do.

Adds a unit test for this change, and for the existing MultipleChoiceResponse
computed correctness capability.
2016-10-14 08:20:14 +10:30
Robert Raposa
3bfe3f8488 Clean up student/urls.py. 2016-10-13 15:48:20 -04:00
Eric Fischer
0928cfde80 Merge pull request #13734 from edx/efischer/async_grade
Update persistent grades asynchronously
2016-10-13 15:02:44 -04:00
Eric Fischer
c98f3d74c0 Merge pull request #13636 from edx/efischer/ora_1.1.9
ORA version update
2016-10-13 15:01:55 -04:00
Andy Armstrong
f2c3fa90f9 Merge pull request #13677 from edx/andya/move-language-apps
Move dark_lang and lang_pref apps to openedx/core
2016-10-13 14:47:37 -04:00
Brian Beggs
9a23babc9d Merge pull request #13747 from edx/release
Merge hotfix back to master.
2016-10-13 14:46:02 -04:00
Brian Beggs
f322517b60 Merge pull request #13746 from edx/release-candidate
Pull hotfix in to release branch.
2016-10-13 14:44:11 -04:00
Eric Fischer
70e029b1f5 Update persistent grades asynchronously
For better user-facing performance, the SCORE_CHANGED signal is now handled by
enqueueing an async task to update the relevant stored grade, rather than
making the request wait until that operation finishes.

TNL-5738
2016-10-13 14:06:06 -04:00
cahrens
bee04095bd Fix eslint violations. 2016-10-13 13:59:00 -04:00
cahrens
b8ddf709dc Convert javascript_loader to JS.
Also reformat to 4 spaces per indent.
2016-10-13 13:59:00 -04:00
Jesse Zoldak
d33532702a Merge pull request #13745 from edx/revert-13627-cdodge/restricted-oauth2-applications
Revert "Cdodge/restricted oauth2 applications"
2016-10-13 13:50:54 -04:00
Ben Patterson
0471c40ab8 Merge pull request #13742 from edx/benp/npm-cache-fix
Fix for spurious 'cb() never called' errors.
2016-10-13 13:38:21 -04:00
Jesse Zoldak
8004545cf5 Revert "Cdodge/restricted oauth2 applications" 2016-10-13 13:18:29 -04:00
Clinton Blackburn
8a97a5b8f4 Merge pull request #13627 from Microsoft/cdodge/restricted-oauth2-applications
Cdodge/restricted oauth2 applications
2016-10-13 12:48:50 -04:00
Ben Patterson
b2467147ae Script should exit non-zero if there is an error raised.
Also, help with an echo.
2016-10-13 12:38:01 -04:00
Andy Armstrong
4d4097e13c Move dark_lang and lang_pref apps to openedx/core 2016-10-13 11:56:24 -04:00
Nimisha Asthagiri
14d8a46d8c Merge pull request #13739 from edx/flaky/cohort-test
Fix flaky bokchoy test: test_automatic_cohort_help, test_manual_cohort_help
2016-10-13 11:36:37 -04:00
Adam
644a5798a1 Merge pull request #13715 from edx/adam/export-location-to-neo4j
add location to attributes exported to neo4j
2016-10-13 10:34:55 -04:00