- 04 Apr, 2016 1 commit
-
-
Brian Jacobel committed
-
- 26 Mar, 2016 1 commit
-
-
solashirai committed
-
- 02 Mar, 2016 1 commit
-
-
- adaptation asides to be imported from the XML - updating SplitMongo to handle XBlockAsides (CRUD operations) - updating Studio to handle XBlockAsides handler calls - updating xblock/core.js to properly init XBlockAsides JavaScript
Dmitry Viskov committed
-
- 25 Feb, 2016 1 commit
-
-
Replayed by @efischer19 due to git issues, initially commited by @laq
Eric Fischer committed
-
- 03 Feb, 2016 1 commit
-
-
As required by CONTRIBUTING.rst.
Florian Haas committed
-
- 02 Feb, 2016 1 commit
-
-
Sanford Student committed
-
- 30 Jan, 2016 1 commit
-
-
Kaloian Doganov committed
-
- 21 Jan, 2016 1 commit
-
-
Daniel Naranjo committed
-
- 05 Jan, 2016 1 commit
-
-
-Added test for TNL-3556.
Ayub-Khan committed
-
- 08 Dec, 2015 1 commit
-
-
Changed 'forceRoundTime' to 'false' in BaseDateEditor Updated bok choy acceptance test 'studio.test_studio_outline.py:EditingSectionsTest.test_can_edit_subsections' to check times aren't rounded to the nearest half hour after saving Also added myself to AUTHORS
Mariana committed
-
- 03 Dec, 2015 3 commits
-
-
Jillian Vogel committed
-
Dan Powell committed
-
Jacek Bzdak committed
-
- 10 Nov, 2015 1 commit
-
-
Afeef Janjua committed
-
- 06 Nov, 2015 1 commit
-
-
This will put the actual score and actual max score in scope for the the return_csv function, so actual scores can be dumped. The ultimate goal is to provide this data in the CSV dump that is passed to Stellar via pylmod. This is PR #10395 on edX, and issue 95 on mitocw's edx fork. https://github.com/edx/edx-platform/pull/10395 https://github.com/mitocw/edx-platform/issues/95
Shawn Milochik committed
-
- 03 Nov, 2015 1 commit
-
-
TNL-3643
Qubad786 committed
-
- 02 Nov, 2015 1 commit
-
-
Awais Jibran committed
-
- 30 Oct, 2015 1 commit
-
-
Muhammad Shoaib committed
-
- 28 Oct, 2015 1 commit
-
-
Douglas Hall committed
-
- 26 Oct, 2015 1 commit
-
-
arbabnazar committed
-
- 20 Oct, 2015 1 commit
-
-
In the CCX dashboard, the Student Admin tab has a `Download student grades` action. This action should download a CSV file containing grades, but currently displays the CSV content in the browser instead. This fix sets the `content-type` and `content-disposition` so that a CSV file download occurs. - fixes #93
pwilkins committed
-
- 14 Oct, 2015 1 commit
-
-
Justin Abrahms committed
-
- 07 Oct, 2015 1 commit
-
-
Giovanni Di Milia committed
-
- 06 Oct, 2015 1 commit
-
-
Robert Raposa committed
-
- 02 Oct, 2015 1 commit
-
-
Dustin Gadal committed
-
- 01 Oct, 2015 2 commits
-
-
George Schneeloch committed
-
Jamie Folsom committed
-
- 29 Sep, 2015 1 commit
-
-
J. Cliff Dyer committed
-
- 18 Sep, 2015 1 commit
-
-
Hasnain committed
-
- 17 Sep, 2015 1 commit
-
-
fixed object has no attribute 'get' fixed 'LazySettings' object has no attribute add social settings to cms/env/aws
Zia Fazal committed
-
- 10 Sep, 2015 1 commit
-
-
Added Michael Frey to AUTHORS file.
Michael Frey committed
-
- 09 Sep, 2015 1 commit
-
-
jpaille committed
-
- 08 Sep, 2015 1 commit
-
-
Saleem Latif committed
-
- 02 Sep, 2015 1 commit
-
-
mirjamsk committed
-
- 31 Aug, 2015 1 commit
-
-
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
-
- 24 Aug, 2015 1 commit
-
-
TNL-3014 Add tests for search Add text_search to TeamsListView Add reindex command line tool for course teams Add Search Pagination and update comments Move paginate_search_results to common library
Bill DeRusha committed
-
- 17 Aug, 2015 1 commit
-
-
Brian Beggs committed
-
- 13 Aug, 2015 1 commit
-
-
Adds tests and functionality to support filtering the results returned from team_membership endpoint with optional course_id parameter. Will return 400 Bad Request in the event that the given course_id does not match up with the provided team_id (team.course_id does not match), or if the user is not enrolled in the course given. Documentation has been added to the relevant API page on the wiki: https://openedx.atlassian.net/wiki/display/TNL/Team+API
Eric Fischer committed
-
- 27 Jul, 2015 1 commit
-
-
Awais committed
-
- 24 Jul, 2015 1 commit
-
-
Dongwook committed
-