AlasdairSwan
96afb82dbd
Added styles for email opt in/out checkbox label
2014-12-02 11:50:31 -05:00
Clinton Blackburn
46d5593201
Merge pull request #6105 from edx/clintonb/oidc-administrator-claim
...
Added OAuth2 Permissions Scope Handler
2014-12-02 11:11:15 -05:00
Clinton Blackburn
5a561f81d4
Added OAuth2 Permissions Scope Handler
...
This scope offers a simple claim, administrator, that is true iff the user is a superuser.
2014-12-02 11:08:44 -05:00
Jesse Zoldak
1cf9a3a0a0
Merge pull request #6112 from edx/zoldak/fix-pep8
...
Fix pep8 violations in some tests
2014-12-02 09:53:08 -05:00
Shrhawk
94d3d236fe
Merge pull request #6113 from Shrhawk/shr/bug/TNL-590-encode-error-fixing-pep-8
...
Remove extra line
2014-12-02 19:49:19 +05:00
Jesse Zoldak
e26a0c4308
Fix pep8 violations in some tests
2014-12-02 09:39:23 -05:00
Syed Hassan Raza
9aff1d5718
Remove extra line
2014-12-02 19:37:09 +05:00
Jesse Zoldak
17379f4079
Merge pull request #6078 from edx/zoldak/modulestore-test-refactor
...
Clean up all modulestore testcases
2014-12-02 08:53:41 -05:00
Shrhawk
0f3bce02a0
Merge pull request #5888 from Shrhawk/shr/bug/TNL-590-encode-error
...
Handle Unicode for Incoming Keys
2014-12-02 17:53:47 +05:00
Jesse Zoldak
121b31309d
Small fixes to modulestore test refactoring
2014-12-02 07:09:37 -05:00
Jesse Zoldak
bf3b87bc64
Clean up all modulestore testcases
...
Move modulestore config for tests to an importable location
Disable pylnt warning for lms imports in common tests
Refactor all testcases that loaded all xml courses
TE-610
TE-489
2014-12-02 07:09:36 -05:00
Jesse Zoldak
8c946f8b37
Merge pull request #6104 from edx/zoldak/heartbeat-mock-tests
...
Mock the modulestore for the heartbeat tests
2014-12-02 06:51:31 -05:00
Muhammad Ammar
927249bcdc
Merge pull request #6085 from edx/ammar/update-advance-config
...
Update AWS Configuration for ORA1 Problem Creation
2014-12-02 15:35:57 +05:00
Jesse Zoldak
6f1bccd565
Mock the modulestore for the heartbeat tests
2014-12-01 20:18:08 -05:00
David Baumgold
9b241fe565
Merge pull request #6098 from edx/db/remove-unused-envs
...
removed dev_ike and dev_shared_preview
2014-12-01 18:51:33 -05:00
Renzo Lucioni
28186e233c
Merge pull request #6062 from edx/renzo/email-opt-in
...
Updating the marketing iframe, courseware views, and student views for email opt-in
2014-12-01 17:22:49 -05:00
Renzo Lucioni
8961ec4f35
Update the student views to accept the email_opt_in parameter
...
Includes tests checking that the student views integrate with the profile API as expected.
2014-12-01 15:57:40 -05:00
Greg Price
7d6dd565db
Merge pull request #6102 from edx/gprice/js-test-port
...
Add paver option to specify js-test-tool port
2014-12-01 15:43:35 -05:00
AlasdairSwan
142c38ed43
Merge pull request #6103 from edx/alasdair/ECOM-691-footer-updates
...
ECOM-691 cleaned up spacing and updated title for about section
2014-12-01 14:52:20 -05:00
David Baumgold
970a83d41e
removed dev_ike and dev_shared_preview
2014-12-01 14:03:45 -05:00
Stephen Sanchez
de1c054187
Merge pull request #6079 from edx/sanchez/logistration-opt-in
...
Hooking the logistration page into the new HTTP endpoint for email opt in
2014-12-01 13:57:36 -05:00
Sarina Canelake
a2dd320874
Merge pull request #6101 from edx/sarina/20141201-update-translations
...
Update translations (autogenerated message)
2014-12-01 13:26:47 -05:00
Greg Price
30d4dc44b8
Add paver option to specify js-test-tool port
...
This includes an upgrade to a newer version of js-test-tool that accepts
an option to specify the port number.
2014-12-01 13:05:40 -05:00
Sarina Canelake
50fd8f6db2
Merge pull request #6090 from edx/sarina/pylint-cleanup
...
Make inline "pylint: disable=" notes more clear
2014-12-01 12:56:04 -05:00
stephensanchez
32c9230cd1
Hooking the logistration page into the new HTTP endpoint for email opt in.
...
Update the PR based on Code Review comments, and additional tests.
Using underscore js
2014-12-01 17:25:57 +00:00
AlasdairSwan
1477929d98
ECOM-691 cleaned up spacing and updated title for about section
2014-12-01 11:54:22 -05:00
Sarina Canelake
767799c9be
Update translations (autogenerated message)
2014-12-01 11:53:35 -05:00
Sarina Canelake
6569d7542b
Clean up pep8 violation
2014-12-01 11:22:13 -05:00
Sarina Canelake
252d6704d0
s/pylint: disable=W0221/pylint: disable=arguments-differ/
2014-12-01 11:22:13 -05:00
Sarina Canelake
547660fd87
Resolve "pointless-string-statement" pylint violation
2014-12-01 11:22:13 -05:00
Sarina Canelake
640353d94a
s/pylint: disable=W0231/pylint: disable=super-init-not-called/
2014-12-01 11:22:13 -05:00
Sarina Canelake
9c7c4c8d26
s/pylint: disable=W0622/pylint: disable=redefined-builtin/
2014-12-01 11:22:13 -05:00
Sarina Canelake
aa04bef9c8
s/pylint: disable=W0223/pylint: disable=abstract-method/
2014-12-01 11:22:13 -05:00
Sarina Canelake
2cbdb50946
s/pylint: disable=W0142/pylint: disable=star-args/
2014-12-01 11:22:13 -05:00
Sarina Canelake
1dd7cf6946
s/pylint: disable=W0603/pylint: disable=global-statement/
2014-12-01 11:22:12 -05:00
Sarina Canelake
3c364193bb
s/pylint: disable=W0104/pylint: disable=pointless-statement/
2014-12-01 11:22:12 -05:00
Sarina Canelake
520935209d
s/pylint: disable=W0402/pylint: disable=deprecated-module/
2014-12-01 11:22:12 -05:00
Sarina Canelake
13946fb844
s/pylint: disable=W0511/pylint: disable=fixme/
2014-12-01 11:22:12 -05:00
Sarina Canelake
f663a7fe8d
s/pylint: disable=W0612/pylint: disable=unused-variable/
2014-12-01 11:22:12 -05:00
Sarina Canelake
7aab4151bb
s/pylint: disable=W0201/pylint: disable=attribute-defined-outside-init/
2014-12-01 11:22:12 -05:00
Sarina Canelake
0c7b60b82b
Remove 'pylint: disable=W0232' because we ignore this warning in pylintrc
2014-12-01 11:22:12 -05:00
Sarina Canelake
7229ef92ee
s/pylint: disable=W0212/pylint: disable=protected-access/
2014-12-01 11:22:12 -05:00
Sarina Canelake
ff18b7d01a
s/pylint: disable=W0611/pylint: disable=unused-import/
2014-12-01 11:22:12 -05:00
Sarina Canelake
d406261e4b
s/pylint: disable=W0614/pylint: disable=unused-wildcard-import/
2014-12-01 11:22:11 -05:00
Sarina Canelake
5f723e8d3c
s/pylint: disable=W0703/pylint: disable=broad-except/
2014-12-01 11:22:11 -05:00
Sarina Canelake
f223ac8404
s/pylint: disable=W0401/pylint: disable=wildcard-import/
2014-12-01 11:22:11 -05:00
Sarina Canelake
c54a71feb5
s/pylint:disable/pylint: disable/ (formatting fix)
2014-12-01 11:22:11 -05:00
Sarina Canelake
c0556a7ef8
s/pylint: disable=W0613/pylint: disable=unused-argument/
2014-12-01 11:22:11 -05:00
Sarina Canelake
e45994b2ef
s/pylint: disable=R0924/pylint: disable=incomplete-protocol/
2014-12-01 11:22:11 -05:00
Sarina Canelake
90624ac4ba
s/pylint: disable=R0915/pylint: disable=too-many-statements/
2014-12-01 11:22:11 -05:00