- 01 Sep, 2015 19 commits
-
-
Merge pull request #9536 from edx/muhhshoaib/PHX-122-remove-the-record-in-the-creditRequirementStatus-table PHX-122
chrisndodge committed -
Fixed the issue when deleting a proctored exam attempt does not remove the record in the CreditRequirementStatus table
Muhammad Shoaib committed -
Change component types and template links to buttons
Christine Lytwynec committed -
fix flaky
Muhammad Ammar committed -
Updated partially correct capa icon
Marco Morales committed -
Christine Lytwynec committed
-
Team API Performance Improvements
Christina Roberts committed -
Move recommender XBlock tests to openedx/tests/external
Ned Batchelder committed -
Use AjaxHelpers instead of Sinon fake server
Davorin Šego committed -
(SOL-1160) mark test as flaky
Marko Jevtić committed -
Davorin Sego committed
-
Marko Jevtic committed
-
i18n and rtl fixes
Muhammad Ammar committed -
update Reverification block hash
Ahsan Ulhaq committed -
Ahsan Ulhaq committed
-
TNL-3125
muhammad-ammar committed -
Merge pull request #9516 from edx/tasawer/dev-story/ecom-1017-removing-experimental-logistration-endpoints-updated Removed unused url endpoints
tasawernawaz committed -
TNL-3166
muhammad-ammar committed -
updated responsive body class to .is-view-in-course
frances botsford committed
-
- 31 Aug, 2015 21 commits
-
-
Ned Batchelder committed
-
I want to make clear that these tests rely on XBlocks in other repos, and that ideally in time we would move these tests into the XBlock repo.
Ned Batchelder committed -
Fixing drag and drop labels
Andy Armstrong committed -
Shift some shoppingcart tests to use SharedModuleStoreTestCase.
David Ormsbee committed -
Move problem responses export from legacy instructor dash to new instructor dash
Sarina Canelake committed -
Added test for CreditCourse endpoint CSRF validation
Clinton Blackburn committed -
Frances Botsford committed
-
This test gives peace-of-mind and ensures that CSRF validation is enforced for session authentication. XCOM-524
Clinton Blackburn committed -
asadiqbal08/SOL-1158 Add Partner Short Name to Organizations page
Matt Drayer committed -
Add jshint to run_quality.
Ben Patterson committed -
Optimize memory and CPU usage.
Kevin Falcone committed -
asadiqbal committed
-
The print_out_all_courses() routine consumes a ton of memory (2G and causes noticable mongo usage spikes). This actually causes other processes on production boxes to be memory starved and killed (such as worker children on edge when this was run recently). The behavior of this script on production is * Print several hundred courses * Ask if you want to delete the one you specified * print several hundred courses minus one On a sandbox with 5 courses, you could tell by eye that 1 is gone, but not in production (or even in stage). The original PLAT-619 ticket for this suggested printing a course listing on error, but instead it always printed the course listing. Even in the error case, hundreds of course ids is confusing and obscures the error message saying that your course_id is invalid. You should be getting the course id from the UI or from ./manage.py lms dump_course_ids, not by searching a list. Adjusted the test accordingly Remove get_courses_keys
Kevin Falcone committed -
[Also correct some comments.]
Ben Patterson committed -
Upgrade uglify-js to 2.4.24
Feanil Patel committed -
The platform includes jshint as a development tool, and our builds are enforcing a limit on total number of jshint violations. This commit will enforce no new jshint violations on a per-change basis, much like pylint and pep8 are enforced. So with this change, we'll be enforcing our linting requirements consistently, regardless of type of violations. Also on Jenkins, runs quality task after installing jshint.
Ben Patterson committed -
Diabled CSRF protection for Credit Course API endpoints
Clinton Blackburn committed -
The latest version of uglify-js fixed a vulnerability which allows a specially crafted Javascript file to have altered functionality after minification. Changelog between the versions we are running can be found in the Readme file from this diff: https://github.com/mishoo/UglifyJS2/compare/v2.4.15...v2.4.24#diff-04c6e90faac2675aa89e2176d2eec7d8 We use the command line without any special arguments so I don't expect any issues.
Feanil Patel committed -
ECOM-1017
Tasawer committed -
Removing flaky decorator from test
tasawernawaz committed -
ECOM-1165
Tasawer committed
-