- 18 Oct, 2016 13 commits
-
-
cahrens committed
-
cahrens committed
-
Fix screen-reader capa status prefixing
Christina Roberts committed -
Remove invalid selector
Christina Roberts committed -
[TNL-5632] Don't request responses/comments for non-AJAX requests.
Toby Lawrence committed -
Firstly, we're now explicitly instructing the comments service to not return thread responses/comments if the request isn't AJAX. So, if you load the URL for a single discussion thread in your browser, this would be a non-AJAX call and we'll avoid loading the responses for the entire thread behind-the-scenes. Big win here for large threads. Next, we removed a redundant "get threads" call which was also happening behind-the-scenes. This call was redundant as the front-end JS also grabs the thread list when a topic is chosen, so we were making an extranenous call for no benefit. Poof, gone! Finally, we added some caching of database queries that are required to drive a lot of the permissions/cohorts machinery around discussion. This will have a minimal effect but introduced a cleaner way to apply general memoization at the per-request level which will let us further cache things as we identify them as issues.
Toby Lawrence committed -
TNL-5735
cahrens committed -
Convert capa/display.coffee to JS.
Christina Roberts committed -
Refactored middleware that supports SESSION_COOKIE_DOMAIN overrides.
Douglas Hall committed -
ENT-36: Fix NameError issue for saml mangemement command
Saleem Latif committed -
cahrens committed
-
Douglas Hall committed
-
Saleem Latif committed
-
- 17 Oct, 2016 11 commits
-
-
Ability to hide Pages from students
Christina Roberts committed -
Added flaky tests.
Cliff Dyer committed -
New tickets: TNL-5770 TNL-5771 TNL-5772 TNL-5773 TNL-5774 TNL-5775
J. Cliff Dyer committed -
stop reporting to coveralls
Stu Young committed -
Set up DateUtil factory, modify requests to handle moment-timezones, moment-with-locales.
Gregory Martin committed -
stu committed
-
Forgot Password - Verbiage Update
Tasawer Nawaz committed -
update error messages in enrollment API
Ahsan Ulhaq committed -
ECOM-4763
Ahsan Ulhaq committed -
ECOM-5684
tasawernawaz committed -
Move cors_crsf to openedx/core
Andy Armstrong committed
-
- 14 Oct, 2016 16 commits
-
-
Clean up student/urls.py
Robert Raposa committed -
Flaky course outline bok choy test.
Christina Roberts committed -
Dmitry Viskov committed
-
moment-timezone require config jasmine test fix, duplicate req. cleanup
Greg Martin committed -
This test has been very flaky on master, but the failure is not reproducible. Trying a few things that might help. TNL-5758
cahrens committed -
Fix textbook tests so a11y tests only run in a11y test phase
Christina Roberts committed -
Andy Armstrong committed
-
removing extra instance of MILESTONES_APP
sanfordstudent committed -
Not able to reproduce flakiness. TNL-5513
cahrens committed -
Includes reformatting to 4 spaces.
cahrens committed -
First just rename.
cahrens committed -
cahrens committed
-
Updating logging for TNL-5697
sanfordstudent committed -
Christina/javascript loader
Christina Roberts committed -
Sanford Student committed
-
New inline discussion home view TNL-4756
alisan617 committed
-