- 08 Jan, 2015 1 commit
-
-
Steve Jackson committed
-
- 07 Jan, 2015 1 commit
-
-
ECOM-248 Course Info API. Basic functionality implemented. ECOM-248 adding factory for about descriptor and test cases for course info api ECOM-248 adding test cases for couse info api. ECOM-248 re-factoring code. updating test cases. Tests for course_about data module ECOM-248 Adding test cases for the exceptions. ECOM-248 re-factoring code. fixing quality issues. ECOM-248 fixing test cases and moved parse video method into utils. added github username in authors ECOM-248 removed merging issue of test_data ECOM-248 removed unused files
stephensanchez committed
-
- 05 Jan, 2015 1 commit
-
-
Julien Romagnoli committed
-
- 18 Dec, 2014 2 commits
- 12 Dec, 2014 1 commit
-
-
Afzal Wali committed
-
- 09 Dec, 2014 1 commit
-
-
This commit puts a limit on the size of files that course staff can upload to MongoDB. The limit is enforced on the frontend in javascript as well as backend via the /upload endpoint. The limit is hard-coded in cms/envs/common.py and may be changed according to the user's custom needs. If the user tries to upload a file that's too large, an error message will pop up, with a customizable url that pointing the user to an external page with an alternate upload procedure. This url is specified im cms/envs/common.py. If not set, this url will not be displayed.
Jim committed
-
- 25 Nov, 2014 1 commit
-
-
Mike Bifulco committed
-
- 05 Nov, 2014 1 commit
-
-
Also adds me as an author JIRA: https://openedx.atlassian.net/browse/MA-76
Akiva Leffert committed
-
- 13 Oct, 2014 1 commit
-
-
Louis Pilfold committed
-
- 02 Oct, 2014 1 commit
-
-
Omar Al-Ithawi committed
-
- 01 Oct, 2014 1 commit
-
-
Added acceptance test scenario to test for existense of "Default" font and all tinyMCE built-in fonts Updated AUTHORS
E. Kolpakov committed
-
- 24 Sep, 2014 2 commits
-
-
allow username and email can be passed to a lti third party app ask user permission when lti button is clicked allow course editor to customize text on lti launch button
Paul Medlock-Walton committed -
LMS-6617 Fixed wiki merge url regex. TNL-413 ECOM-345 changed any lists that could display with only 1 item to divs ECOM-345 Added aria tags for header ECOM-364 Accessibility update for footer added my name to the authors file Addressing feedback from code review - removing unnecessary element references in selectors Updated header aria-label to be main
Waheed Ahmed committed
-
- 22 Aug, 2014 1 commit
-
-
Jonathan Piacenti committed
-
- 20 Aug, 2014 1 commit
-
-
Braden MacDonald committed
-
- 19 Aug, 2014 1 commit
-
-
MarCnu committed
-
- 14 Aug, 2014 1 commit
-
-
Jason Zhu committed
-
- 12 Aug, 2014 1 commit
-
-
Ivica Ceraj committed
-
- 08 Aug, 2014 2 commits
-
-
Filippo Valsorda committed
-
Carlos Andrés Rocha committed
-
- 28 Jul, 2014 2 commits
-
-
juananpe committed
-
Renzo Lucioni committed
-
- 24 Jul, 2014 1 commit
-
-
Martin Segado committed
-
- 22 Jul, 2014 1 commit
-
-
doctoryes committed
-
- 21 Jul, 2014 1 commit
-
-
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.
njdup committed
-
- 13 Jul, 2014 1 commit
-
-
Peter Pinch committed
-
- 10 Jul, 2014 1 commit
-
-
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
asadiqbal08 committed
-
- 07 Jul, 2014 1 commit
-
-
Daniel Friedman committed
-
- 03 Jul, 2014 1 commit
-
-
swdanielli committed
-
- 27 Jun, 2014 1 commit
-
-
Brandon DeRosier committed
-
- 19 Jun, 2014 1 commit
-
-
Tim Babych committed
-
- 10 Jun, 2014 1 commit
-
-
Mat Peterson committed
-
- 02 Jun, 2014 1 commit
-
-
Ben McMorran committed
-
- 29 May, 2014 1 commit
-
-
Johnny Brown committed
-
- 27 May, 2014 1 commit
-
-
Ned Batchelder committed
-
- 23 May, 2014 2 commits
-
-
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.
stv committed -
Changes requested in PR
lduarte1991 committed
-
- 22 May, 2014 1 commit
-
-
Ben Patterson committed
-
- 13 May, 2014 1 commit
-
-
See https://github.com/edx/edx-platform/pull/506
David Baumgold committed
-