- Aug 25, 2015
-
-
Will Daly authored
-
clrux authored
Flipped the direction of the seq_module arrows
-
Bill DeRusha authored
Remove pylint: disable invalid-name for paginator error and fix syntax
-
David Ormsbee authored
Convert UpdateEmailOptInTestCase to use SharedModuleStoreTestCase
-
Muhammad Shoaib authored
PHX-124
-
Bill DeRusha authored
-
David Ormsbee authored
-
David Ormsbee authored
Convert class dashboard tests to use SharedModuleStoreTestCase.
-
David Ormsbee authored
Move some CCX view tests to use SharedModuleStoreTestCase (performance).
-
David Ormsbee authored
Speed up Instructor Dash tests + add manual reset for SharedModuleStoreTestCase
-
Omar Al-Ithawi authored
-
Muhammad Shoaib authored
PHX-118 added the css for the timer bar visibility when the page scrolls
-
David Ormsbee authored
-
David Ormsbee authored
Also added reset_test_case() and @modifies_courseware to SharedModuleStoreTestCase. Revert "More verbose test builds in Jenkins, for debugging." This reverts commit 58cade4cc4288335026649470a48b7bbca969ee8.
-
Sarina Canelake authored
Update dummy translation files with Underscore template strings
-
- Aug 24, 2015
-
-
Sarina Canelake authored
-
Ned Batchelder authored
Adjust the i18n extraction rules to get all the strings we should get.
-
Ned Batchelder authored
There's a move afoot to put assets inside individual Django apps, instead of in upper-level "templates" directories. These i18n configuration files have to take this into account. .underscore files are easy to find by their unique file extension, so the rule can be simple. Mako files are .html, so we have to be more nuanced about it. We don't want to get pure HTML files, and we don't want to get .html files for tests, even if they are Mako templates.
-
David Ormsbee authored
-
David Ormsbee authored
Use bulk_operations in group access tests.
-
Kelketek authored
Update edx-submissions hash
-
Bill DeRusha authored
Add basic elasticsearch search for teams
-
Muhammad Shoaib authored
-
Eric Fischer authored
Potential fix for flaky TeamDiscussionView js tests
-
Kelketek authored
Fixes an issue where install_prereqs would occasionally install an old version of pytz because edx-submissions included an old version in its requirements.
-
Eric Fischer authored
After being able to reproduce the errors exactly by making certain elements unfindable, I concluded that the issues we've been seeing on headless jenkins runs are due to execution happening too quickly and elements not loading in time to be interacted with. The fix is to make liberal use of Jasmine 1.3 `runs` and `waitsFor` functionality, to ensure that execution happens in the order that we want, with rendering being checked before proceeding. Once again, I can't be 100% sure that this fixes the Jenkins errors, as those are very hard to reliably reproduce, but this is an educated guess at fixing the problem with no drawbacks, as I've been able to successfully run all tests locally.
-
Muhammad Shoaib authored
fixed the alignment issues in proctoring exam screens
-
Bill DeRusha authored
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
-
Marko Jevtić authored
(SOL-1040) Indexing capa problems
-
zubair-arbi authored
display course id instead of name in course name placeholder, if ajax…
-
zubair-arbi authored
-
Muhammad Shoaib authored
add ability to return the course name (optionally) when querying abou…
-
David Ormsbee authored
-
- Aug 22, 2015
-
-
Chris Dodge authored
add ability to return the course name (optionally) when querying about credit requirement fulfillments
-
- Aug 21, 2015
-
-
Peter Fogg authored
Remove unnecessary New Relic trace.
-
David Ormsbee authored
Switch TestRecommender to use SharedModuleStoreTestCase
-
Ahsan Ulhaq authored
Merge pull request #9394 from edx/ahsan/ECOM-2026-Credit-email-should-use-correct-staticfiles-library Credit eligibility email should use the correct staticfiles library
-
Peter Fogg authored
-
Mark Hoeber authored
Updated Certificate's config page help
-
Will Daly authored
Remove django-followit and django-keyedcache
-