stephensanchez
f01e5268b4
Initial setup for new enrollment API
...
Quick tweaks to the API
Aggregating course modes data.
Fixing the POST request endpoints.
2014-10-20 20:26:31 +00:00
Will Daly
d774bcf36e
Support separate terms of service and honor code checkboxes.
2014-10-20 11:26:17 -04:00
Will Daly
97f3f09009
Add honor code to registration dialog.
2014-10-20 11:14:39 -04:00
Will Daly
458186f7d1
Merge remote-tracking branch 'origin/master' into will/combine-reg-login-form
...
Conflicts:
lms/djangoapps/student_account/test/test_views.py
lms/djangoapps/student_account/urls.py
lms/djangoapps/student_account/views.py
2014-10-20 10:57:05 -04:00
Renzo Lucioni
6013c529f4
Merge pull request #5615 from edx/renzo/account-password-reset
...
Add password reset request handling to the account page
2014-10-20 10:21:18 -04:00
Will Daly
d558a36127
Fix unit test failures due to duplicate url names
...
Reset the correct URLs module to fix test failures.
Fix third party auth to reconfigure the registry on test cleanup.
2014-10-20 09:10:11 -04:00
Renzo Lucioni
ff587c5cbb
Add password reset request handling to the account page
...
The next step in the password reset process (confirmation) continues to be handled by student.views.password_reset_confirm_wrapper, a custom wrapper around Django's password reset confirmation view.
2014-10-18 00:54:38 -04:00
Will Daly
6250c95d2e
Fix immutable querydict error
2014-10-17 16:07:06 -04:00
frances botsford
b9c37120b3
Merge pull request #2682 from edx/frances/experiments/rtl
...
RTL platform support
2014-10-17 15:22:36 -04:00
Will Daly
efec188b69
Fix unit tests
2014-10-17 15:01:21 -04:00
Omar Al-Ithawi
d8bf0ef5a5
Elegant rtl/ltr css switch, LMS RTL fixes, language aware @cache_if_anonymous
2014-10-17 13:51:42 -04:00
Will Daly
be0033eefe
Use password field type for the login form password
2014-10-17 13:41:10 -04:00
Jesse Zoldak
03a42898c9
Merge pull request #5608 from edx/zoldak/lti-test-fixes
...
Fix sychronization issues in LTI lettuce test
2014-10-17 13:18:11 -04:00
Will Daly
e65fe4ed03
Add remember me checkbox to the login page
2014-10-17 13:17:13 -04:00
Jesse Zoldak
dd35005132
Fix sychronization issues in LTI test
...
Better verification for troubleshooting LTI test failures
Dismiss any lingering alerts after lettuce scenarios
2014-10-17 12:22:34 -04:00
Sarina Canelake
d1f256af29
Merge pull request #5566 from Kelketek/lazy_coursemode_translation
...
Lazy loading of CourseMode model's internationalization.
2014-10-17 10:26:05 -04:00
Will Daly
52051df4d4
Fix some bugs in the student view shim, add tests
2014-10-16 14:03:41 -04:00
Will Daly
c0582cc437
Fix broken profile API test
2014-10-16 10:24:00 -04:00
Calen Pennington
e00b666db9
Merge pull request #5590 from cpennington/xblocks-with-children
...
Enable pure XBlocks to use children in edx-platform
2014-10-16 10:23:35 -04:00
Will Daly
8761eaf3dd
Added check for duplicate email and username
2014-10-16 10:20:21 -04:00
Will Daly
7ef9ec838f
Added better docstrings and comments
2014-10-16 09:42:43 -04:00
Calen Pennington
fee681be68
Escape xblock wrapper data attributes and css classes for safe html
2014-10-16 09:09:22 -04:00
Calen Pennington
4a43427c6d
Add block.name to xblock javascript frontend
2014-10-16 09:08:57 -04:00
Will Daly
e89afa93c0
WIP: add login and registration end-points to the user API.
2014-10-16 08:48:38 -04:00
Diana Huang
0c6cba73ac
Handle OpenID errors for POST requests.
...
ECOM-441
2014-10-15 16:33:31 -04:00
Will Daly
26a94afb26
Merge pull request #5573 from edx/will/django-countries-fix
...
Update django-countries to 2.1.2, override country name for Taiwan
2014-10-14 17:14:32 -04:00
Stephen Sanchez
7df00578f1
Merge pull request #5536 from edx/sanchez/remove-new-header-footer-flags
...
Removing the feature flags for new header and footer.
2014-10-14 15:06:45 -04:00
Renzo Lucioni
257e8cf857
Merge pull request #5551 from edx/renzo/track-selection-test-cleanup
...
Clean up after track selection experiment
2014-10-14 15:06:19 -04:00
Renzo Lucioni
bd7715a393
Clean up after track selection experiment
2014-10-14 13:56:49 -04:00
stephensanchez
c15d97ea9b
Removing the feature flags for new header and footer.
...
Fix acceptance tests
Updating lettuce tests.
Revert the deletion of the original edx header and footer.
Renaming old header and footers to legacy files.
Add IS_EDX_DOMAIN flag for header.
Updating tests and django main template.
renaming the header files for microsite backwards compat.
2014-10-14 17:47:46 +00:00
Will Daly
ad11c1b6f4
Update django-countries to 2.1.2, override country name for Taiwan
2014-10-14 13:12:36 -04:00
Greg Price
be81f1d297
Merge pull request #5547 from edx/gprice/password-reset-csrf-exempt
...
Make password reset endpoint CSRF exempt
2014-10-14 11:33:55 -04:00
Will Daly
8061336102
Move user_service into user_api/api
2014-10-14 07:38:10 -04:00
Jonathan Piacenti
d09d729b75
Lazy loading of CourseMode model's internationalization.
2014-10-13 21:30:07 +00:00
Ben Patterson
3ef0653711
pylint cleanup.
2014-10-11 12:51:20 -04:00
Greg Price
a2f860740c
Make password reset endpoint CSRF exempt
...
This is necessary for mobile apps
2014-10-10 11:32:46 -04:00
Braden MacDonald
a8f622af7f
Consistently ensure dog_stats_api tags are formatted correctly
2014-10-09 12:35:26 -07:00
Gabe Mulley
5643101ad1
Small changes to the segment.io event handler
2014-10-09 13:25:20 -04:00
Renzo Lucioni
37625e8e29
Merge pull request #5515 from edx/renzo/language-backbone
...
Use Backbone for student account and profile JS.
2014-10-09 09:50:40 -04:00
stephensanchez
12ffe18085
Pull Request comments addressed. Tests fixed.
2014-10-08 21:26:09 +00:00
Renzo Lucioni
00d976b85d
Use Backbone for student account and profile JS.
...
Validate student account and profile form fields. Use RequireJS for Jasmine tests of account and profile JS.
2014-10-08 15:50:13 -04:00
stephensanchez
4d68738c38
Adding new styles to the new donation button.
2014-10-08 19:34:25 +00:00
Diana Huang
fbc896af8c
Sort course and enrollment pairs on dashboard
2014-10-08 13:26:19 -04:00
Will Daly
c4eee8ebc3
Merge pull request #5502 from edx/will/per-course-donation-button
...
Add donation button to the enrollment success message
2014-10-08 06:05:37 -04:00
Nimisha Asthagiri
d7f850a764
Merge branch 'release'
...
Conflicts:
lms/djangoapps/instructor/features/data_download.py
2014-10-07 16:23:28 -04:00
Calen Pennington
f47a5e1b68
Merge pull request #5498 from edx/jeskew/split_fix_auto_auth
...
Optimize LMS views for Split courses.
2014-10-07 16:02:31 -04:00
Will Daly
f8365a2d3b
Add donation end-point
...
Make donations configurable
Added donation button to dashboard
Generalize merchant defined data for payment processor
2014-10-07 14:22:55 -04:00
John Eskew
41d4b1286f
Add tests for Split course keys and CourseLocators
2014-10-07 13:48:27 -04:00
stephensanchez
afaaca969a
Adding new styles for dashboard notifications.
...
Change the reverification failure message styling.
Changing templates so new styles do not appear in courseware.
Removing unused aria tag.
PR comments on cleaning up SASS
Fix signup LMS test.
Copy changes per review on PR
Updating based on PR comments
Style and HTML changes for notifications
2014-10-07 15:44:47 +00:00
John Eskew
18822bdb4e
Wrap course info and dashboard in bulk ops wrapper to reduce Mongo calls.
2014-10-06 16:53:11 -04:00