David Baumgold
f9d8198ef3
Merge pull request #6576 from edx/db/configure-tender-domain
...
Make Tender optional and configurable
2015-01-14 15:02:09 -05:00
David Baumgold
4d323271ee
Make Tender optional and configurable
2015-01-14 11:25:55 -05:00
Brian Talbot
10168b6908
ECOM-873 accessability updates for decoupled verification
2015-01-12 16:21:34 -05:00
Renzo Lucioni
8ef0e77e46
Prevent Jasmine tests from redirecting in dev mode
...
Also prevent Jasmine from attempting to load deleted templates
2015-01-11 16:08:29 -05:00
Brian Talbot
f128629f48
fixing styling and class syntax (to new FA-based classes) for missing UI elements
2015-01-09 12:01:26 -05:00
Muhammad Shoaib
10f8d8c097
WL-135 added the migration for the expiration_date field in the coupons model
...
added the functionality of adding the expiration date, and also handled in the shopping cart when the user try to add the expired coupon code in the shopping cart
added expiration date in the coupons list in the ecommerce page
added the unit tests and jasmine tests
fix the quality issues and rebased with master
regenerated the migration file with a different number
i18n and verified te course mode
changes suggested by stephan
2015-01-09 19:14:48 +08:00
Dennis Jen
d2660e530f
Merge branch 'release'
...
Conflicts:
lms/templates/verify_student/make_payment_step.underscore
2015-01-08 15:02:26 -05:00
Will Daly
bea5a3ce64
Fix for ECOM-876
2015-01-07 12:06:36 -05:00
AlasdairSwan
9d7c90bee8
Merge pull request #6466 from edx/alasdair/logistration-history-query-params-fix
...
Updated after Will's comments
2015-01-06 13:01:23 -05:00
AlasdairSwan
a8a8cfd534
Updated after Will's comments
2015-01-06 11:48:05 -05:00
Renzo Lucioni
93a2e080e8
Merge pull request #6465 from edx/renzo/update-split-payment-verification-copy
...
Apply most important copy changes from docs
2015-01-06 11:46:14 -05:00
AlasdairSwan
1d928379a1
Updated history.push to include any query params
2015-01-06 11:39:14 -05:00
Renzo Lucioni
fe691b051b
Apply most important copy changes from docs
2015-01-06 11:31:12 -05:00
Syed Hassan Raza
1e11baede4
Add aria-disabled attribute
...
TNL-997
2015-01-06 17:21:49 +05:00
Renzo Lucioni
fb013272b8
Wrap full name placeholder in quotes to deal with spaces
...
Also fix failing JS test which was looking for a removed button.
2015-01-05 16:31:55 -05:00
AlasdairSwan
a434207076
ECOM-783 updated logistration in light of redesign
2015-01-05 11:09:37 -05:00
chrisndodge
91a4796216
Merge pull request #6196 from edx/muhhshoaib/WL-168
...
WL-168 When redeeming a Registration Code in the shopping cart, the user should be redirect to the Registration Code Redemption page
2015-01-01 10:00:06 -05:00
Will Daly
4589a97676
Merge pull request #6427 from edx/will/ecom-849
...
Use disabled property to prevent IE9 users from clicking disabled buttons
2014-12-31 13:20:54 -08:00
Will Daly
4203c1e545
Use disabled property to prevent IE9 users from clicking disabled buttons
2014-12-31 15:17:07 -05:00
AlasdairSwan
686905d9a2
ECOM-811 design and layout changes
...
Copy clean up
2014-12-31 12:07:35 -05:00
Muhammad Shoaib
5a437b396e
WL-168 When redeeming a Registration Code in the shopping cart, the user should be redirect to the Registration Code Redemption page
...
improvements suggested by william
2014-12-31 17:45:31 +05:00
AlasdairSwan
8eb484c109
ECOM-811 design and layout changes
2014-12-30 06:53:59 -08:00
Will Daly
d3459be05a
Add Jasmine tests for the payment/verification flow.
2014-12-22 13:25:49 -05:00
Renzo Lucioni
aeeb45cf57
Update virtual pageview event categories, general polish
2014-12-19 17:03:14 -05:00
Renzo Lucioni
3d717a895a
Track upsell copy interaction, upgrade button and verify now button clicks on the dashboard
2014-12-19 17:03:14 -05:00
Will Daly
368dbf2ed8
Merge pull request #6293 from edx/will/set-donation-amount
...
Preserve the contribution amount specified on the track selection page.
2014-12-19 08:44:07 -05:00
Stephen Sanchez
0e58e7cb23
Merge pull request #6216 from edx/sanchez/cleanup-restful-layer
...
Enrollment API Cleanup
2014-12-18 11:00:23 -05:00
stephensanchez
22a18e350d
Updating the design of the DRF views for enrollments.
...
Consolidate PUT and POST on the RESTful Layer.
Change URLs for API
Test cleanup.
Adding a course details URL to the enrollment API.
Change student to user
Change to v1, remove feature flag from API URLs
Updating student to user in tests
Re-ordering redirect urls to be evaluated last.
Adding pagination and testing.
Adding Django REST settings for pagination.
Revert "Re-ordering redirect urls to be evaluated last."
This reverts commit 4c9502daa383e49b46f8abec5456c271e5e24ccb.
Re-ordering redirect urls to be evaluated last.
Conflicts:
common/djangoapps/enrollment/urls.py
Revert "Adding Django REST settings for pagination."
This reverts commit 9f8a54c41f34caa24818c88f1e75ac59f6ce5259.
Conflicts:
common/djangoapps/enrollment/urls.py
Revert "Adding pagination and testing."
This reverts commit 0b2d46262abb78f5ad170700205e7fd28b6af942.
Additional testing, logging, and error messages.
2014-12-18 15:39:01 +00:00
Renzo Lucioni
f2e83bf57f
Split payment/verification business intelligence analytics
...
Track verify now and verify later choices, image captures, image retake, and name changes, as well as virtual pageviews for every step in the new flow(s).
2014-12-17 17:08:10 -05:00
Will Daly
5109a862e0
Preserve the contribution amount specified on the track selection page.
2014-12-17 15:35:31 -05:00
Will Daly
df46e843c1
Merge pull request #6271 from edx/will/show-receipt-take-two
...
Add payment information to payment confirmation page
2014-12-17 10:01:50 -05:00
Will Daly
2ea2b8f674
Add JSON end-point for shoppingcart receipt information
...
Add enrollment confirmation page
Fix progress update
Add order info to the payment confirmation page.
2014-12-16 20:40:13 -05:00
stephensanchez
96e22097b2
Add the activate account step to the verified workflow.
...
Changing approach such that email activation is not a step.
Removing stale line of code.
Update activate account step according to new UI changes.
Adding new test for activation.
2014-12-16 20:24:50 +00:00
Will Daly
b4a8302e66
Merge pull request #6268 from edx/will/simplify-template-loading
...
Inline underscore templates; add pre render step
2014-12-16 11:42:06 -05:00
Renzo Lucioni
9faddd9b64
Merge pull request #6267 from edx/renzo/remove-webcam-approve-button
...
Remove webcam capture approval button (checkmark)
2014-12-16 11:15:49 -05:00
Renzo Lucioni
94b22bcde9
Remove webcam capture approval button (checkmark)
2014-12-16 10:01:55 -05:00
Will Daly
80f5d4216a
Inline underscore templates; add pre render step
2014-12-16 08:38:28 -05:00
Will Daly
d3c3f73428
Combine payment and intro step
2014-12-15 13:23:07 -05:00
Will Daly
93cc03a570
Separate verification / payment flow.
2014-12-15 13:11:33 -05:00
Calen Pennington
d919d2ae46
Teach LMS how to render XBlockAsides
...
[PLAT-217]
2014-12-13 08:26:28 -05:00
Daniel Friedman
3d91f43030
Support cohorting students via a CSV File.
...
TNL-735
2014-12-10 09:23:04 -05:00
Muhammad Shoaib
829f7dba5f
Remove items from the shopping cart if they are for a course whose course enrollment window has closed
...
changed the url name to verify_cart and change the color of the message in the shopping cart
2014-12-09 12:20:37 +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
Adam Palay
624360d1d6
serve mathjax from mathjax's cdn (TNL-823)
2014-11-20 09:36:16 -05:00
Will Daly
4a814c24ba
Merge pull request #5948 from edx/will/combine-reg-login-form
...
Combined Login/Registration Form
2014-11-17 16:00:20 -05:00
AlasdairSwan
dff0acf54d
ECOM-650 updated to add auto scrolling for password reset view
2014-11-17 09:31:22 -05:00
stephensanchez
2486901602
Adding disable logic for buttons.
...
Update tests, clean up approach.
Updating jasmine tests.
2014-11-14 18:35:55 +00:00
Adam Palay
bc8d0a9976
disable "go to payment button" on click (ECOM-643)
2014-11-14 12:22:30 -05:00
AlasdairSwan
06cbe161a7
After accessibility review removed required field aria-describedby
2014-11-13 13:12:36 -05:00
AlasdairSwan
3eb287151c
ECOM-369 accessibility updates
2014-11-12 14:17:41 -05:00