- 18 Oct, 2016 4 commits
-
-
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 -
Douglas Hall committed
-
Saleem Latif committed
-
Ayub-Khan committed
-
- 17 Oct, 2016 2 commits
-
-
Bill DeRusha committed
-
ECOM-4763
Ahsan Ulhaq committed
-
- 14 Oct, 2016 1 commit
-
-
Andy Armstrong committed
-
- 13 Oct, 2016 2 commits
-
-
Robert Raposa committed
-
Andy Armstrong committed
-
- 12 Oct, 2016 2 commits
-
-
Robert Raposa committed
-
Andy Armstrong committed
-
- 11 Oct, 2016 3 commits
-
-
Nimisha Asthagiri committed
-
Andy Armstrong committed
-
Robert Raposa committed
-
- 08 Oct, 2016 1 commit
-
-
Show verification expiration message on learner dashboard and allow them to reverify if expiration is X days away. ECOM-2979
Tasawer committed
-
- 07 Oct, 2016 12 commits
-
-
John Eskew committed
-
Edward Zarecor committed
-
test quality
e0d committed -
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
Jesse Shapiro committed
-
Nimisha Asthagiri committed
-
Add UTM cookie tracking for registrations. Add config model for cookie names. ECOM-5539
Bill DeRusha committed -
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
- 06 Oct, 2016 10 commits
-
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
John Eskew committed
-
Andy Armstrong committed
-
Move oauth_dispatch from lms to openedx/core.
Nimisha Asthagiri committed -
Note: this used to be in common, but it was only used in Studio.
Andy Armstrong committed -
Andy Armstrong committed
-
Nimisha Asthagiri committed
-
John Eskew committed
-
- 03 Oct, 2016 2 commits
-
-
Brandon DeRosier committed
-
ECOM-4641
Ahsan committed
-
- 27 Sep, 2016 1 commit
-
-
This reverts commit 4bbeaf32.
attiyaishaque committed
-