- 29 Jul, 2015 2 commits
-
-
XCOM-442
jsa committed -
mushtaqali committed
-
- 28 Jul, 2015 6 commits
-
-
David Baumgold committed
-
David Baumgold committed
-
David Baumgold committed
-
mushtaqali committed
-
PLAT-760
Awais Jibran committed -
No need to go through Mako
David Baumgold committed
-
- 27 Jul, 2015 7 commits
-
-
TNL-1653
cahrens committed -
Peter Fogg committed
-
XCOM-497
jsa committed -
XCOM-518
Clinton Blackburn committed -
Jesse Zoldak committed
-
This is a new TestCase base class, intended for situations where you only want to initialize course content in the setUpClass(), as opposed to setUp(). This is done for performance reasons, since many test cases only use courses in a read-only fashion, particularly in LMS tests. This commit also converts the following modules to use this new base class: lms/djangoapps/ccx/tests/test_ccx_modulestore.py (38s -> 4s) lms/djangoapps/discussion_api/tests/test_api.py (2m45s -> 51s) lms/djangoapps/teams/tests/test_views.py (1m17s -> 33s)
David Ormsbee committed -
Christine Lytwynec committed
-
- 24 Jul, 2015 10 commits
-
-
Use bulk operations to both minimize the number of writes to MongoDB, as well as to suppress signals which could trigger things like search indexing or course structure caching.
David Ormsbee committed -
Peter Fogg committed
-
It was never implemented. TNL-231
cahrens committed -
Peter Fogg committed
-
TNL-645
cahrens committed -
TNL-2693
Peter Fogg committed -
cahrens committed
-
Peter Fogg committed
-
Can see if we remove skipIf from video base class. TNL-2413
muzaffaryousaf committed -
TNL-2413
muzaffaryousaf committed
-
- 23 Jul, 2015 3 commits
-
-
Set the second arg to __init__ for the HeartbeatFailure exception to 'mongo', create a split_mongo connection test Fixes TNL-2267 Clean up and PEP8 fixes to the test Add missing paramater back Add pylint pragma to ignore unused argument warning
Joel Barciauskas committed -
Chris Dodge committed
-
Will Daly committed
-
- 22 Jul, 2015 4 commits
-
-
Jolyon Bloomfield committed
-
TNL-1898 Also adds a generic paginated list view and Teams list view. The common PaginatedView takes a collection and a view class for its items and creates a header and footer with correct pagination. The topics list view is refactored to use this generic view. Authors: - Peter Fogg <pfogg@edx.org> - Daniel Friedman <dfriedman58@gmail.com>
Daniel Friedman committed -
Davorin Sego committed
-
Braden MacDonald committed
-
- 21 Jul, 2015 6 commits
-
-
@stroilova @shnayder please verify that I have updated these files correctly. @catong complete the thread started in email.
Alison Hodges committed -
* Add verification deadline model. * Populate verification deadlines from course modes table. * Update student dashboard to use verification deadlines. * Update pay-and-verify view to use verification deadlines. * Simplify Django admin for course modes and add validation. * Add verification deadline to Django admin for course modes. * Add UI for when the upgrade deadline is missed in the pay-and-verify flow.
Will Daly committed -
cahrens committed
-
Jonathan Piacenti committed
-
Jonathan Piacenti committed
-
utkjad committed
-
- 20 Jul, 2015 2 commits
-
-
* Correctly format the student's full name on the progress page. * Add tests for progress page credit requirements display. * Display grade percentage for credit requirement on progress page
Will Daly committed -
David Ormsbee committed
-