Kevin Luo
e9aed96f31
Remove extra lean modal trigger
2015-06-16 14:19:42 -07:00
chrisndodge
302d3e6e06
Merge pull request #8206 from edx/afzaledx/sol-795-executive-summary-report
...
SOL-795 Executive Summary Report
2015-06-16 15:38:28 -04:00
Afzal Wali
0569a770ea
Executive Summary Report
2015-06-16 14:48:16 -04:00
Ahsan Ulhaq
03db7a7fd1
Merge pull request #8228 from edx/ahsan/ECOM-1602-update-ICRV-requirments-status-new
...
update the ICRV requirments status
2015-06-16 23:17:14 +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
Greg Price
905512b6c8
Merge pull request #8505 from edx/gprice/discussion-api-course-endpoint
...
Add discussion API course endpoint
2015-06-16 13:04:16 -04:00
Chris
944382241c
Merge pull request #8434 from edx/clrux/ux-2291-course-nav-gradient-a11y
...
Increasing contrast in course nav accordions
2015-06-16 13:00:26 -04:00
Chris
b621870f27
Merge pull request #8218 from edx/clrux/UX-2252-accessibility-fixes-payment-page
...
Accessibility tweaks and patching RTL
2015-06-16 12:14:20 -04:00
Jesse Zoldak
ceb75c659b
Merge pull request #8277 from edx/zoldak/add-axs-audit-dashboard
...
Add a11y test for lms student dashboard
2015-06-16 11:38:00 -04:00
Greg Price
d18b24b051
Add discussion API course endpoint
...
This endpoint returns course metadata relating to discussions as a
starting point for clients.
2015-06-16 11:27:54 -04:00
Ali Mohammad
54f62a85f6
Merge pull request #8224 from Stanford-Online/kluo/course-creation-after-deletion
...
Allow course creation after deletion at same URL
2015-06-16 11:24:50 -04:00
Chris Rodriguez
926f2c0355
Removing element selectors
2015-06-16 10:47:23 -04:00
Chris Rodriguez
3561b5c7a0
PR feedback and receiept template updates
2015-06-16 10:46:11 -04:00
chrisndodge
fcc97a3f76
Merge pull request #8478 from edx/afzaledx/MAYN-78
...
MAYN-78 Extend Coupon/Discount Reports
2015-06-16 10:43:16 -04:00
Matt Drayer
5d2ef56b68
Merge pull request #8520 from edx/ziafazal/SOL-978
...
remove in-memory files
2015-06-16 10:29:26 -04:00
Afzal Wali
ac72e26256
Fixed the empty list price issue.
...
Added columns to the CC purchases report. (added Qty and Total Discount. Moved the Total Amount to the last index).
Coupon code report.
2015-06-16 17:46:05 +05:00
Ahsan Ulhaq
0d961d5cb8
Merge pull request #8362 from edx/ahsan/ECOM-1523-Credit-Eligibility-Progress-page-display
...
Credit Eligibility Progress page display
2015-06-16 17:02:28 +05:00
Chris Rodriguez
8f8f1184a5
PR feedback
2015-06-16 07:34:07 -04:00
Ahsan Ulhaq
d35b652843
Display Eligibility table on progress page
...
1-Adding basic html for displaying eligibility table
2-Updated Eligibility Requirements Dynamically
ECOM-1523
2015-06-16 16:19:33 +05:00
Zia Fazal
ed434c55d1
remove in-memory files
...
no need to create zero by in memory images
added contents to test upload files
2015-06-16 14:14:15 +05:00
Ahsan Ulhaq
cc007d6537
Merge pull request #8497 from edx/ahsan/ECOM-1719-LMS-Modification-enrollment-API
...
LMS: Modification in enrollment API
2015-06-16 12:02:15 +05:00
Ahsan Ulhaq
20e6c7625c
LMS: Modification in enrollment API
...
Added CourseEnrollmentAttribute model
ECOM-1719
2015-06-16 10:39:04 +05:00
Greg Price
5318f21e77
Merge pull request #8485 from edx/gprice/discussion-api-endorse
...
Add comment endorsement to discussion API
2015-06-15 17:10:05 -04:00
Jesse Zoldak
83cadc5fa6
Add a11y test for lms student dashboard
2015-06-15 16:05:23 -04:00
Matt Drayer
c3b78ea90a
Merge pull request #8448 from edx/ziafazal/SOL-886
...
certificates event tracking SOL-886
2015-06-15 15:09:35 -04:00
Andy Armstrong
c28003b50d
Merge pull request #8416 from edx/andya/common-list-component
...
Create a common paginated list view
2015-06-15 14:55:20 -04:00
Greg Price
439f72f918
Merge pull request #8524 from edx/gprice/discussion-api-parent-id-fix
...
Fix bug in discussion API comment update
2015-06-15 14:49:53 -04:00
cahrens
5fbad148c9
Jasmine test runner for files in common using RequireJS.
2015-06-15 13:51:16 -04:00
cahrens
4c39132f70
Correct issue for RequireJS optimizer.
2015-06-15 13:51:15 -04:00
Andy Armstrong
41208c928b
Convert to RequireJS text for templates
2015-06-15 13:51:15 -04:00
Andy Armstrong
1689004189
Create a common paginated list view
...
TNL-2384
Refactored Studio's PagingView to use RequireJS Text and moved it
to common so that it can also be used by LMS.
2015-06-15 13:51:09 -04:00
Will Daly
2175b5baa4
Merge pull request #8509 from edx/will/deprecate-course-about-v0
...
Deprecate course details API v0
2015-06-15 13:14:32 -04:00
Greg Price
3c48585c8e
Fix bug in discussion API comment update
...
This bug caused any attempt to update a comment with a non-null
parent_id to result in a 500 error without applying the update. The bug
was introduced in commit 2c7590d197 .
2015-06-15 12:20:47 -04:00
Calen Pennington
9821323946
Merge pull request #8504 from cpennington/bdero/ccx-query-tests
...
A version of #8260 that is consistent on jenkins and locally
2015-06-15 11:51:33 -04:00
Sarina Canelake
09425c3d8f
Merge pull request #8402 from edx/sarina/annotate-middleware
...
Fix dark lang and django.middleware.locale behaviors LOC-72 LOC-85
2015-06-15 11:29:15 -04:00
Calen Pennington
b06d256f99
Clear all caches before measure FieldOverride performance
2015-06-15 11:10:27 -04:00
Calen Pennington
e4bc328c3a
Reduce the number of queries when walking parents in MongoModuleStore by avoiding cache misses on the data due to missing runs
2015-06-15 11:09:43 -04:00
Calen Pennington
67bde5e2e9
Measure XBlock instantiations in FieldOverride performance tests
2015-06-15 11:08:57 -04:00
Calen Pennington
1422db5cb4
Allow check_sum_of_calls to measure methods as well as pure functions
2015-06-15 11:07:53 -04:00
Calen Pennington
5962c4eb8f
Better simulate a request happening in the LMS in FieldOverride performance tests
2015-06-15 11:06:45 -04:00
Zia Fazal
6afaa3cce3
certificates event tracking
...
some optimisations
refactored code and added created event
added test to make sure generate event is emitted
changes based on feedback on 6/11
added certificate web page and tests
fixed quality violations
2015-06-15 19:53:47 +05:00
Calen Pennington
7da8eb1fdb
Delay constructing the set of mongo calls until they're needed
2015-06-15 09:50:45 -04:00
Calen Pennington
984eb0a436
Use the more abstract api for parsing UsageKeys in mongo/base.py
2015-06-15 09:50:44 -04:00
Calen Pennington
1e0163a27a
Make RequestCache.clear_request_cache a classmethod
2015-06-15 09:50:44 -04:00
Brandon DeRosier
5c6ccc8f0b
Add CCX SQL query/mongo read tests
2015-06-15 09:50:44 -04:00
Marko Jevtić
410b9282af
Merge pull request #8330 from edx/mjevtic/SOL-835
...
(SOL-835) Addressing flakiness of the reindexing bokchoy acceptance test
2015-06-15 15:34:25 +02:00
Sven Marnach
710c211033
Merge pull request #8474 from open-craft/smarnach/hide-discussion-tab
...
Add feature flag to allow hiding the discussion tab for individual courses.
2015-06-14 22:56:19 +02:00
Sven Marnach
0e80f62c63
Add Sven Marnach to the AUTHORS file.
2015-06-14 20:39:32 +02:00
Sven Marnach
52f56ddd37
Add feature flag to allow hiding the discussion tab for individual courses.
2015-06-14 20:36:45 +02:00
Sarina Canelake
ed2f73e6d2
Add i18n regression tests (LOC-72, LOC-85)
2015-06-12 18:14:26 -04:00