zubair-arbi
e369939b4b
change redirect url from '/accounts/login' to '/login'
...
ECOM-1734
2015-07-02 18:44:10 +05:00
Renzo Lucioni
d330831871
Improve logging of ecommerce interactions
...
Adds standardized audit logging for checkout and enrollment change requests. XCOM-427.
2015-06-30 17:34:16 -04:00
Andy Armstrong
aa76d9482a
Update Bok Choy to use optimized static assets
...
TNL-2465
2015-06-25 09:58:27 -04:00
Will Daly
75d194e279
Update credit eligibility
...
* Update credit eligibility when a user satisfies an eligibility requirement.
* Refactor set_credit_requirement_status arguments.
* Use django-simple-history to track requirement status changes.
* Refactor progress page by moving credit into a helper function and adding comments.
2015-06-24 15:19:27 -07:00
Christine Lytwynec
f81e373bd4
don't use hardcoded date in verification email test
2015-06-23 14:33:25 -04:00
Will Daly
8c52c92bcb
Reverification iOS support and refactor
...
* Delete reverification templates
* Delete photocapture.js
* Delete unused "name change" end-points
* Rebuild the reverification views using Backbone sub-views
* Stop passing template names to the JavaScript code
* Avoid hard-coding the parent view ID in the webcam view (for getting the capture click sound URL)
2015-06-22 08:45:12 -07:00
Awais
d5b7d285d6
ECOM-1772 Due date issue test case fixed.
2015-06-22 14:55:12 +05:00
Awais Qureshi
fa4dcdebbe
Merge pull request #8531 from edx/awais786/ECOM-1494-del-migrations
...
ECOM-1494 deleting models from database through new migrations.
2015-06-17 19:19:02 +05:00
Awais
89926226fc
ECOM-1494 deleting models from database through new migrations.
2015-06-17 00:49:12 +05:00
Ahsan Ulhaq
7d11768358
update the ICRV requirments status
...
After receiving the response from software secure update the ICRV
requirement status in CreditRequirementstatus table.
ECOM-1602
2015-06-16 22:27:54 +05:00
Will Daly
69306da49a
Remove unused code left over from ECOM-188.
2015-06-10 13:08:23 -04:00
Awais
ed02d9cc5c
ECOM-1494 removing models only.
2015-06-10 11:19:51 +05:00
Awais
424e1f5b3c
ECOM-1572 implementing code to new branch.
2015-06-08 23:23:23 +05:00
Kevin Falcone
fecd3d55a7
Merge branch 'release'
2015-06-03 16:12:32 -04:00
Ahsan Ulhaq
689b9c2d8e
No indication the photo was taken
...
No indication that photo is captured on verify photo page
ECOM-1473
2015-06-02 12:41:51 +05:00
Will Daly
01f3a28467
Avoid loading all users for "reviewing user" on the verify_student admin page.
2015-06-01 16:51:08 -04:00
zubair-arbi
803bc5532d
use reverification xblock location as an identifier of reverification checkpoint
...
ECOM-1612
2015-06-01 19:33:04 +05:00
Will Daly
00578a0ca1
Prevent Django admin from loading all users for verify student models.
2015-06-01 10:08:00 -04:00
Awais
d0df626685
ECOM-1494 removing code from models.
2015-05-27 16:32:26 +05:00
Awais
58b7e7fb33
ECOM-1531 adding the fake-page for softwar secure.
2015-05-12 14:21:49 +05:00
Will Daly
4f156dc08f
Updates to the verify student Django admin.
...
* Ensure that VerificationStatus is append-only and immutable.
* Allow searching by student for verification status.
* Properly pluralize verification status.
* Use ConfigModelAdmin for ICRV config model admin.
2015-05-08 12:48:48 -04:00
aamir-khan
a975b8384c
ECOM-1476: sending email on software secure response initial work
2015-05-07 18:56:49 +05:00
Jim Abramson
2a449ade58
Merge pull request #7938 from edx/jsa/xcom-287
...
fix ecommerce api calls in verify_student and add tests.
2015-05-07 08:03:39 -04:00
jsa
cc1c7d5012
fix ecommerce api calls in verify_student and update tests.
...
XCOM-287
2015-05-06 23:44:25 -04:00
Muhammad Ammar
63f4aa8ceb
Merge pull request #7761 from edx/ammar/tnl1886-add-certificate-columns-in-grade-report
...
Add certificate columns in grade report
2015-05-06 09:32:42 +05:00
Clinton Blackburn
5e68753101
Deprecated Verify Later Page
...
We are moving toward a single workflow for verification.
2015-05-05 16:42:27 -04:00
muhammad-ammar
3bb7a2508d
Add certificate columns to existing grade report
...
TNL-1886
2015-05-05 17:43:08 +05:00
zubair-arbi
7a1060cf56
Merge pull request #7849 from edx/zub/story/reverification-sevice-get-attempts-method
...
add 'get_attempts' method for 'ReverificationService'
2015-05-04 12:49:01 +05:00
Clinton Blackburn
1a1fe56b29
Added Oscar-Compatible Receipt Page
2015-05-02 00:18:05 -04:00
zubair-arbi
9edec96fb8
update django admin for 'verify_student' app
2015-04-30 18:02:24 +05:00
Ned Batchelder
777be12ada
Add missing __init__.py files
2015-04-30 07:43:08 -04:00
zubair-arbi
96d4a895f0
add 'get_attempts' method for 'ReverificationService'
2015-04-30 15:50:12 +05:00
zubair-arbi
da94aca522
add location_id field for the Reverification XBlock in VerificationStatus model
...
ECOM-1477
2015-04-29 18:41:30 +05:00
Aamir
dc308d4f28
Merge pull request #7772 from edx/awais786/ECOM-1441-additional-methods
...
ECOM-1441 additional methods for skip re-verification links.
2015-04-29 14:13:10 +05:00
Awais
860467e7d2
ECOM-1441 additional methods for skip re-verification links.
2015-04-29 12:17:15 +05:00
jsa
efde11d552
Use ecommerce api v2.
...
XCOM-213 XCOM-214
2015-04-27 16:57:17 -04:00
Will Daly
960ec06fb4
Merge pull request #7775 from edx/will/verification-logging
...
Add logging for verification and reverification.
2015-04-27 08:56:17 -04:00
Will Daly
643fc0e0b3
Add logging for verification and reverification.
...
Adds additional logging for the initial/re-verification flows.
This should make it easier to understand the behavior of
the production system and provide a way to identify issues early.
2015-04-27 08:04:41 -04:00
zubair-arbi
05068f1b94
fix reverification link in lms
...
ECOM-1437
2015-04-23 17:58:33 +05:00
aamir-khan
d606ae97fb
ECOM-1396: added the function to check is the xblock published
2015-04-22 19:23:33 +05:00
Awais
ff8b6be86b
ECOM-1439 adding new model and migration.
2015-04-17 20:55:39 +05:00
Aamir
a83d068600
Merge pull request #7617 from edx/aamir-khan/ECOM-1290-redirect-to-courseware-new
...
ECOM-1290: added the redirection back to courseware after re-verificatio...
2015-04-10 20:53:45 +05:00
aamir-khan
ca08b979b3
ECOM-1290: added the redirection back to courseware after re-verification
2015-04-10 19:44:35 +05:00
zubair-arbi
2c10eeb3aa
update track selection page, use only min price for course modes
...
ECOM-1228
2015-04-10 11:53:31 +05:00
aamir-khan
917ca595cc
ECOM-1289: added the re-verification service to implement the re-verification xblock
2015-04-07 18:09:53 +05:00
Awais
1d8b0e3e89
ECOM-1205-adding models and tests
2015-04-02 14:55:41 +05:00
Clinton Blackburn
306a267de7
Updated create_order endpoint to use E-Commerce API for order creation and enrollment
...
This functionality is activated by adding a SKU to a non-honor course mode. When the feature is activated, verified orders will be created by the E-Commerce Service instead of LMS. After payment, the E-Commerce Service will also create the enrollment.
2015-03-20 14:53:23 -04:00
Ned Batchelder
7d799e34f3
Remove unused imports
2015-03-17 07:10:31 -04:00
Andy Armstrong
37dd0ec840
Merge pull request #7327 from edx/andya/preferences-api
...
Implement full preferences API
2015-03-17 00:57:01 -04:00
Andy Armstrong
6976a33a85
Add the preferences endpoint to the User API
...
TNL-1493
See https://openedx.atlassian.net/wiki/display/TNL/User+API for details
2015-03-16 23:34:35 -04:00