- 02 Jul, 2015 3 commits
-
-
Ned Batchelder committed
-
Matt Drayer committed
-
* added generate certificates task and bok choy tests * added unit tests * changes based feedback and improved acceptance test * Change header text * changes based on feedback on 24/6 * added task_id to api output * fixed broken test * Remove "Instructor" from strings, per Docs team * Fixed flaky entrance exam test
Zia Fazal committed
-
- 19 Jun, 2015 1 commit
-
-
Chris Dodge committed
-
- 17 Jun, 2015 1 commit
-
-
Carlos de la Guardia committed
-
- 16 Jun, 2015 1 commit
-
-
Afzal Wali committed
-
- 04 Jun, 2015 1 commit
-
-
enroll in a course but have not signed up yet.
Tim Krones committed
-
- 02 Jun, 2015 1 commit
-
-
Muhammad Shoaib committed
-
- 28 May, 2015 1 commit
-
-
TNL-2251
cahrens committed
-
- 22 May, 2015 1 commit
-
-
- added the abstract and concrete layers of enrollment report provider - created a celery task. -added the button in the e-commerce reports section added the enrollment data backend added the payment data and start writing the test cases. updated the code with the feedback suggestions and wrote some test cases. - all the downloadable reports are now visible in the ecommerce download section. Pending instructor tasks is also visible in the ecommerce section added the fields in the user profile information changed the report store configuration key added the new http endpoint for financial reports to add more permissions for finance_admin to access. fix quality issues added test cases to check csv content data rebased with master and resolved conflicts changed the log messages added the changes as per code clintonb suggestions during code review updated the test cases for the finance_admin decorator changes suggested by clinton. Created and moved Table level filters to the Custom Manager for the CourseEnrollment model. ecommerce.js file was loaded twice in the instructor_dashboard.js fixed the issues added the registration code column in the csv added the full gender in the csv file Update data sources and add display name translations for the report columns fix meta name Make sure the reports section does not appear on non whitelabel courses pylint fixes expand out enumerated values
Muhammad Shoaib committed
-
- 13 May, 2015 1 commit
-
-
* Handle grading errors
Daniel Friedman committed
-
- 12 May, 2015 4 commits
-
-
Daniel Friedman committed
-
Daniel Friedman committed
-
TNL-1988
Andy Armstrong committed -
Daniel Friedman committed
-
- 11 May, 2015 1 commit
-
-
Adam Palay committed
-
- 05 May, 2015 1 commit
-
-
TNL-1886
muhammad-ammar committed
-
- 15 Apr, 2015 1 commit
-
-
This reverts commit 228cca4e38ec79f5cbb54098c788ab9556f602e2.
Adam Palay committed
-
- 08 Apr, 2015 1 commit
-
-
This reverts commit c2e5bd3d.
Adam Palay committed
-
- 06 Apr, 2015 1 commit
-
-
Adam Palay committed
-
- 03 Apr, 2015 1 commit
-
-
As some i18n features need ```ugettext``` or its shorcut ```_``` to be called on a non-string-literal, so the pylint check of ```translation-of-non-string``` should be explicitly disabled in such situations.
louyihua committed
-
- 23 Mar, 2015 1 commit
-
-
TNL-1258
Usman Khalid committed
-
- 19 Mar, 2015 1 commit
-
-
zubair-arbi committed
-
- 17 Mar, 2015 2 commits
-
-
Ned Batchelder committed
-
TNL-1493 See https://openedx.atlassian.net/wiki/display/TNL/User+API for details
Andy Armstrong committed
-
- 14 Mar, 2015 1 commit
-
-
stv committed
-
- 04 Mar, 2015 1 commit
-
-
Conflicts: lms/djangoapps/courseware/courses.py lms/djangoapps/instructor_task/api.py refined entrance exam student attempts reset Quality improvements 1/16 added rescore, delete state and task history functionality added unit tests for entrance exam reset attempts added unit tests for re scoring of entrance exam and task history improved test coverage Got rid of pep violation feedback changes and added jasmine test added more jasmine tests for Javascript changes added bok-choy tests for UI changes replaced input containing <p> tags with <label> Removed ee element assertions to avoid js error Added call to super.setUp() changes based on feedback on 2/18 Writing tests in JS instead of coffee script commit related to skip entrance exam 2/13 fixed bad-continuation quality error fixed broken bok-choy test changes based on feedback on 2/18 added js tests and removed coffee script tests fixed broken bok-choy and unit tests changes left while rebasing rephrase test titles do not need these libs changes based on feedback on 2/24 changes text which was left Changes based on feedback on 3/3
Zia Fazal committed
-
- 24 Feb, 2015 1 commit
-
-
Adam Palay committed
-
- 23 Feb, 2015 3 commits
-
-
Conflicts: lms/djangoapps/courseware/courses.py lms/djangoapps/instructor_task/api.py refined entrance exam student attempts reset added rescore, delete state and task history functionality
Zia Fazal committed -
Syed Hassan Raza committed
-
Adam Palay committed
-
- 20 Feb, 2015 1 commit
-
-
stv committed
-
- 18 Feb, 2015 1 commit
-
-
Syed Hassan Raza committed
-
- 10 Feb, 2015 1 commit
-
-
TNL-1351
Daniel Friedman committed
-
- 06 Feb, 2015 1 commit
-
-
TNL-1244
muhammad-ammar committed
-
- 04 Feb, 2015 2 commits
-
-
The existing pattern of using `override_settings(MODULESTORE=...)` prevented us from having more than one layer of subclassing in modulestore tests. In a structure like: @override_settings(MODULESTORE=store_a) class BaseTestCase(ModuleStoreTestCase): def setUp(self): # use store @override_settings(MODULESTORE=store_b) class ChildTestCase(BaseTestCase): def setUp(self): # use store In this case, the store actions performed in `BaseTestCase` on behalf of `ChildTestCase` would still use `store_a`, even though the `ChildTestCase` had specified to use `store_b`. This is because the `override_settings` decorator would be the innermost wrapper around the `BaseTestCase.setUp` method, no matter what `ChildTestCase` does. To remedy this, we move the call to `override_settings` into the `ModuleStoreTestCase.setUp` method, and use a cleanup to remove the override. Subclasses can just defined the `MODULESTORE` class attribute to specify which modulestore to use _for the entire `setUp` chain_. [PLAT-419]
Calen Pennington committed -
Calen Pennington committed
-
- 15 Jan, 2015 2 commits
-
-
TNL-1196
Waheed Ahmed committed -
Andy Armstrong committed
-
- 08 Jan, 2015 1 commit
-
-
TNL-498
muhammad-ammar committed
-