- 01 Sep, 2015 1 commit
-
-
updated responsive body class to .is-view-in-course
frances botsford committed
-
- 31 Aug, 2015 18 commits
-
-
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 -
Removing flaky decorator from test
tasawernawaz committed -
ECOM-1165
Tasawer committed
-
- 29 Aug, 2015 2 commits
-
-
Add current directory to the sass compilation path.
Ned Batchelder committed -
CSRF protection needs to be disabled so that requests made using OAuth and other non-session-based authentication mechanisms can be properly processed. If session authentication is used, DRF will enforce CSRF protection. XCOM-524
Clinton Blackburn committed
-
- 28 Aug, 2015 19 commits
-
-
Add a sentence to the release email about how to change where the email is sent.
Ned Batchelder committed -
Allow sorting of teams in a topic
Peter Fogg committed -
Ned Batchelder committed
-
TNL-1937
Peter Fogg committed -
Convert course_structure_api tests to SharedModuleStoreTestCase.
David Ormsbee committed -
Skip flaky JS test TNL-3166
Jesse Zoldak committed -
This is the default in 3.2, but will need to be explicitly stated in Sass 3.4. Also, added a --force parameter to compile_sass to make it easier to see what warnings are current.
Ned Batchelder committed -
Jesse Zoldak committed
-
asadiqbal08/SOL-1127: Update the organization app hash
Matt Drayer committed -
Use SharedModuleStoreTestCase in Discussion API serializer tests.
David Ormsbee committed -
Revert "Course navigation menu accessibility issue"
clrux committed -
clrux committed
-
Course navigation menu accessibility issue
clrux committed -
add the ability to persist the course_key where the user answered the…
chrisndodge committed -
David Ormsbee committed
-
Disable team discussion Jasmine tests
Andy Armstrong committed -
asadiqbal committed
-
Change imports from path to use the stablest name.
Ned Batchelder committed -
Convert CohortedTestCase to use SharedModuleStoreTestCase.
David Ormsbee committed
-