Will Daly
56d55608c1
Merge pull request #5714 from edx/will/logistration-email-field
...
Change field type for email from 'text' to 'email'
2014-10-24 09:28:55 -04:00
Will Daly
611e819d17
Change field type for email from 'text' to 'email'
2014-10-24 09:25:56 -04:00
AlasdairSwan
b14a129132
Merge pull request #5705 from edx/alasdair/logistration-error-styles
...
Alasdair/logistration error styles
2014-10-23 16:28:05 -04:00
AlasdairSwan
e332e79328
ECOM-369 Moved to Base FormView extended by other views.
2014-10-23 16:23:59 -04:00
Stephen Sanchez
d9e47a6bd3
Merge pull request #5695 from edx/sanchez/enrollment-tests-and-cleanup
...
enrollment tests and cleanup
2014-10-23 15:31:46 -04:00
AlasdairSwan
d889a362ae
ECOM-369 added meta to header to enable responsive. Set country dropdown to required for registration form
2014-10-23 15:22:27 -04:00
Renzo Lucioni
aba600cfae
Merge pull request #5704 from edx/renzo/add-js-tests
...
Add tests of access and password reset views
2014-10-23 14:41:24 -04:00
Renzo Lucioni
f157ee1461
Add tests of access and password reset views
2014-10-23 14:39:22 -04:00
stephensanchez
e7570c52e6
adding all the tests for data and api.
...
Updating tests for views
Last chunk of tests and pep8 cleanup
Code Review cleanup.
Additional CR comments
Changing serialization of suggested prices.
2014-10-23 16:57:29 +00:00
Will Daly
9aed03bea2
Merge pull request #5703 from edx/will/disable-auth-for-login-and-register
...
Disable auth for login and registration end-points
2014-10-23 11:52:41 -04:00
Will Daly
fb5a8098de
Disable auth for login and registration end-points
2014-10-23 10:20:37 -04:00
Will Daly
d8eafc4754
Merge pull request #5701 from edx/will/call-default-something-else
...
Use 'defaultValue' instead of 'default' in the form description.
2014-10-23 09:15:39 -04:00
Will Daly
0245c7e16e
Use 'defaultValue' instead of 'default' in the form description. Fix an error that would cause the login and password reset pages to not load correctly.
2014-10-23 08:56:40 -04:00
Will Daly
33f0e92d62
Merge remote-tracking branch 'origin/master' into will/combine-reg-login-form
2014-10-22 17:13:30 -04:00
Will Daly
82385c4e36
Merge pull request #5679 from edx/will/logistration-third-party-auth
...
Integrate third party auth into the combined login/registration page.
2014-10-22 17:11:44 -04:00
Will Daly
9e9dec1de1
Integrate third party auth into the combined login/registration page.
...
Change third party auth login failure code to a 401, to detect authentication
success with no linked account.
If already authenticated, redirect immediately to the dashboard.
Use "Location" header correctly for 302 redirects from student views.
Add utility functions for simulating a running third-party auth pipeline.
Add a utility function for checking whether third party auth is enabled.
Respect default values sent by the server
2014-10-22 17:10:49 -04:00
Tim Babych
ffd64212ea
Merge pull request #5657 from edx/tim/mktg-iframe-trim
...
TNL-281: reduce amount of JS in marketing iframe
2014-10-22 23:03:15 +03:00
Adam
7e12e40164
Merge pull request #5532 from edx/adam/disable-pycontracts-on-startup
...
disable pycontracts except in development environments (PLAT-122)
2014-10-22 14:17:45 -04:00
Ben Patterson
ed59dfbc15
Merge pull request #5686 from edx/benp/tddium-timeout
...
Increase overall build timeout.
2014-10-22 14:06:37 -04:00
Tim Babych
fc6cb50256
TNL-281: reduce amount of JS in marketing iframe
2014-10-22 20:54:45 +03:00
Ben Patterson
8d574a2545
Increase overall build timeout.
2014-10-22 13:36:39 -04:00
Carlos Andrés Rocha
578f5b6299
Merge pull request #5673 from rocha/fix-course-structure-command
...
Fix dump course structure when element metadata uses opaque keys.
2014-10-22 10:22:55 -07:00
Christina Roberts
d4531201e5
Merge pull request #5654 from edx/christina/visible_graded_content
...
Tests for conditional content (split_test module).
2014-10-22 12:55:30 -04:00
Carlos Andrés Rocha
a1a7504f81
Fix dump course structure when element metadata uses opaque keys.
...
Make sure that during the serialization, all opaque keys and their
references and serialized using the `unicode` function.
AN-3821
2014-10-22 12:36:50 -04:00
Renzo Lucioni
afefe21c4f
Merge pull request #5682 from edx/renzo/add-js-tests
...
WIP: Add JS tests of access, login, register, and password reset views
2014-10-22 10:39:29 -04:00
cahrens
c09632ef69
Tests for conditional content (split_test module).
...
TNL-39
2014-10-22 10:38:50 -04:00
Renzo Lucioni
21e5805bd9
WIP: Add JS tests of access, login, register, and password reset views
2014-10-22 10:23:39 -04:00
Anton Stupak
ce4fb60ba0
Merge pull request #5598 from edx/anton/maintenance-fonts
...
Maintenance page: Serving Fonts through Platform Assets
2014-10-22 17:19:22 +03:00
AlasdairSwan
5671392a5d
Merge pull request #5681 from edx/alasdair/logistration-styling
...
Alasdair/logistration styling - merge approved by Will
2014-10-22 10:16:05 -04:00
AlasdairSwan
3a0304724d
ECOM-531 tweaking margins
2014-10-22 09:52:40 -04:00
Don Mitchell
00ca7cbde5
Merge pull request #5649 from edx/dhm/update_ok
...
Update opaque_keys to new release
2014-10-22 09:42:29 -04:00
Don Mitchell
2ac069a6ae
Merge pull request #5653 from edx/dhm/PLAT-189
...
Add command line command to create course in either split or mongo
2014-10-22 09:41:55 -04:00
clytwynec
def3467e45
Merge pull request #5672 from benpatterson/testeng/rebase-upstream
...
Testeng/rebase upstream
2014-10-22 09:19:03 -04:00
polesye
7e6483f7b5
TNL-633: Remove leftover Google Font reference.
2014-10-22 16:11:49 +03:00
AlasdairSwan
ab035a0ebb
ECOM-531 updating grid column counts in media queries and added some more classes to style against instead of elements
2014-10-22 09:06:28 -04:00
Adam
2bb44a001a
Merge pull request #5641 from edx/adam/update-latex-data
...
update latex problem data (TNL-264)
2014-10-22 08:52:52 -04:00
Muhammad Ammar
03b9ed744f
Publish datadog stats for build
...
TE-453
2014-10-22 00:05:03 +00:00
Ben Patterson
3a6a519bac
Upgrade to mongo 2.6.4
2014-10-22 00:05:03 +00:00
Muhammad Ammar
ff0e8c3805
Merge Coverage Reports
...
TE-465
2014-10-22 00:05:03 +00:00
Ben Patterson
5524e0bdee
Add quality report capability.
2014-10-22 00:05:03 +00:00
Ben Patterson
a90ba504f7
re-shard lms to fix a failing test.
2014-10-22 00:05:03 +00:00
Ben Patterson
eb0ada02d4
introduce bok-choy shards, new firefox version
2014-10-22 00:05:03 +00:00
Minh Tue Vo
07a723c08e
fixing file log error
2014-10-22 00:05:03 +00:00
Minh Tue Vo
bef4e9c584
adding post worker script
2014-10-22 00:05:03 +00:00
Minh Tue Vo
d6434676ca
fixed capturing screenshots
2014-10-22 00:05:03 +00:00
Ben Patterson
2b40e26283
Merge PR#3. Solano: Add post worker hook for copying artifacts.
2014-10-22 00:05:03 +00:00
Ben Patterson
7b5e5794b0
add Solano CI.
2014-10-22 00:05:03 +00:00
Adam Palay
becd4c1b9a
update latex problem data (TNL-264)
2014-10-21 16:58:30 -04:00
Don Mitchell
0d36dd7264
Merge pull request #5646 from edx/dhm/migrate_bug
...
Fix command line migrator
2014-10-21 16:55:59 -04:00
AlasdairSwan
24a01ae37e
ECOM-531 Styling the buttons
2014-10-21 16:40:58 -04:00