- 27 Nov, 2013 6 commits
-
-
Ned Batchelder committed
-
Added refund datetime info to Orders, OrderItems
Julia Hansbrough committed -
Julia Hansbrough committed
-
Julia Hansbrough committed
-
vagrant committed
-
Remove code related to Pearson Testing Centers
Jay Zoldak committed
-
- 26 Nov, 2013 24 commits
-
-
BLD-384: Add grading to LTI module
Ned Batchelder committed -
Jay Zoldak committed
-
Jay Zoldak committed
-
Jay Zoldak committed
-
Co-author: Alexander Kryklia <kryklia@edx.org> Co-author: Ned Batchelder <ned@edx.org> Co-author: Oleg Marchev <oleg@edx.org> Co-author: Valera Rozuvan <valera@edx.org> Co-author: polesye [BLD-384]
Calen Pennington committed -
Co-author: Ned Batchelder <ned@edx.org>
Calen Pennington committed -
This does not yet replace the existing per-student anonymous id, but is intended to do so in the future. Co-author: Alexander Kryklia <kryklia@edx.org> Co-author: Ned Batchelder <ned@edx.org> Co-author: Oleg Marchev <oleg@edx.org> Co-author: Valera Rozuvan <valera@edx.org> Co-author: polesye
Calen Pennington committed -
Calen Pennington committed
-
Updates to depend on the latest version of XBlock, which includes support for service-to-service (thirdparty) handler urls, which aren't authenticated with a user (unlike handler requests coming from the xblock client-side javascript). Co-author: Ned Batchelder <ned@edx.org>
Calen Pennington committed -
CSV Reporting of Shopping Cart Purchases, with tests
Jason Bau committed -
Disabled another video test that failed in master
Will Daly committed -
Will Daly committed
-
Studio: FIX - Italicize in xmodule/block previews
Brian Talbot committed -
STUD-963
Brian Talbot committed -
Studio: FIX - correcting hiding state of notification UI for < IE9
Brian Talbot committed -
Disabled video caption tests that failed in master
Will Daly committed -
Will Daly committed
-
Changed unit identifier to be readonly, not disabled
Andy Armstrong committed -
Restful api for course advanced settings
Don Mitchell committed -
Update course_navigation.html #os
David Baumgold committed -
STUD-948
Don Mitchell committed -
Fix unique vertical url + add test
zubair-arbi committed -
STUD-979
Zubair Afzal committed -
STUD-815
Brian Talbot committed
-
- 25 Nov, 2013 10 commits
-
-
LMS: Add Collapse/Expand Icon to Dashboard Upsell UI
Brian Talbot committed -
Upgrade coverage to 3.7
Ned Batchelder committed -
Update mode appropriately when user enrolls
Julia Hansbrough committed -
Finance would like to have info about the date any given refund is requested. This commit adds a refund_requested_time field to OrderItem and a refund_time to Order. When a user *requests* a refund, the refund_requested_time field on OrderItem is updated; when a user actually *receives* their refund, the refund_time on Order is updated. Note that only the refund_requested_teim field is actually used right now; later on, when we're able to actually automate the process of actually giving users refunds, we will start usings Order's refund_time field.
Julia Hansbrough committed -
STUD-863
Andy Armstrong committed -
Brian Talbot committed
-
Ned Batchelder committed
-
Make remaining dialogs in wiki accessible.
Ned Batchelder committed -
The "mode" was remaining unchanged when a student unenrolled & re-enrolled in a course--i.e., someone who was verified when first registering would still be verified when unenrolling and re-registering in audit mode. This commit fixes this problem. LMS-1526
Julia Hansbrough committed -
All the dialogs in the wiki are now accessible to screen readers. Also, the "Switch to selected version" button did the odd thing of reloading the page with the new version selected, but inside a dialog. That is now fixed. The merge dialog has a warning that looks kind of funky still, but you can read it, unlike the previous code. LMS-1337
Ned Batchelder committed
-