- Aug 08, 2014
-
-
Filippo Valsorda authored
-
Carlos Andrés Rocha authored
-
- Jul 28, 2014
-
-
juananpe authored
-
Renzo Lucioni authored
-
- Jul 24, 2014
-
-
Martin Segado authored
-
- Jul 22, 2014
-
-
doctoryes authored
-
- Jul 21, 2014
-
-
njdup authored
Some users erroneously set their password as their username with the original layout, because the username field directly followed the password field. Users may be accustomed to the common occurrence of a password confirmation field directly following the password field. To fix the issue, I did the following: - Moved the existing username and real name form fields above the password field. - Added a validation in the create_account handler in common/djangoapps/student/views.py, which confirms that the password field does not match the username field. New tests created to check the added functionality.
-
- Jul 13, 2014
-
-
Peter Pinch authored
-
- Jul 10, 2014
-
-
asadiqbal08 authored
Added username into Authors file [Ex-12] Add user to input coupon code in the Shopping Cart [Ex-13] Discount should be reflected in the Payment confirmation page and email added E-commerce Tab in Instructor Dashboard added name/email in authors file removed the is_active column, change the colors scheme, fixed bugs wip wip test github account STORE_BILLING_INFO set to True cybersource api update, reference number updated, merchant_data removed from params View Course buttons on receipt link for course added to receipt receipt.html view course button - func update receipt.html course link update move new CyberSource implementation to a separate file so that we can keep the original remove config changes remove config changes remove coupon redemption during clear cart and update test cases [Ex-11]added test cases(E-commerce Tab Instuctor Dashboard) update data model max_length to 255 remove array paid_course_ids init in views.py removed the is_active filter=false, added styling to the inactive coupon codes remove coupon redemption during clear cart and update test cases [Ex-11]added test cases(E-commerce Tab Instuctor Dashboard) update data model max_length to 255 Add column to the list of coupons in the E-Commerce tab Add ability for microsites to specify custom CyberSource secret configuration, i.e. run under different accounts make the new CyberSource2 also microsite aware updating migration for student and shopping cart apps added user signup functionality that orignated from the Microsites added non-microsite user signup tests fix the hard coded callback URL to localhost add comment Modify e-commerce instructor tab to show a total amount above the coupon listings for admin finance user made changes as suggested by diana khuang add the CourseAccessRoles table to the Django Admin website shopping cart coupon checkout changes as suggested by Jason Bau changes are made according to the suggesstions on PR#4172 changes made in the coupons file changes in the coupons get_coupon_info view fix merge conflict resolution error changes in the remove_coupon view json response changes as suggested by David Baumgold pep8/pylint fixes Changes as suggested by jasonBau don't assume item in shopping cart is a PaidCourseRegistration fix up some logging changed the urls of the coupon views and use the post to get the values from the request
-
- Jul 07, 2014
-
-
Daniel Friedman authored
-
- Jul 03, 2014
-
-
swdanielli authored
-
- Jun 27, 2014
-
-
Brandon DeRosier authored
-
- Jun 19, 2014
-
-
Tim Babych authored
-
- Jun 10, 2014
-
-
Mat Peterson authored
-
- Jun 02, 2014
-
-
Ben McMorran authored
-
- May 29, 2014
-
-
Johnny Brown authored
-
- May 27, 2014
-
-
Ned Batchelder authored
-
- May 23, 2014
-
-
stv authored
Expose a new endpoint to query a list of users based on a role name (Moderator, Student, etc.) and a course_id. This will initially be used by the notifier to send daily digest messages to forum moderators.
-
lduarte1991 authored
Changes requested in PR
-
- May 22, 2014
-
-
Ben Patterson authored
-
- May 13, 2014
-
-
-
Sébastien Hinderer authored
-
- May 12, 2014
-
-
dragonfi authored
-
- Apr 30, 2014
-
-
Ben Weeks authored
-
- Apr 25, 2014
-
-
John Cox authored
-
- Apr 24, 2014
-
-
Christine Lytwynec authored
-
- Apr 18, 2014
-
-
Jonas Jelten authored
-
- Apr 08, 2014
-
-
Ned Batchelder authored
-
marcore authored
-
- Mar 24, 2014
-
-
William Desloge authored
-
- Mar 21, 2014
-
-
Jay Zoldak authored
-
Usman Khalid authored
-
- Mar 06, 2014
-
-
Ned Batchelder authored
-
Ned Batchelder authored
-
- Feb 26, 2014
-
-
Martyn James authored
-
- Feb 25, 2014
-
-
Nimisha Asthagiri authored
-
- Feb 18, 2014
-
-
Will Daly authored
Restore reverted changes from paver part 1
-
- Feb 17, 2014
-
-
avinassh authored
-
- Feb 14, 2014
-
-
David Glance authored
Deprecated rake functions issue a warning and then call paver replacements Bring Paver commands up to date with master for servers, assets, and docs. Revert deprecation of quality, tests, and i18n for a future pull request. Deprecate workspace migration