- 12 Jun, 2017 1 commit
-
-
Andy Armstrong committed
-
- 08 Jun, 2017 1 commit
-
-
Nimisha Asthagiri committed
-
- 05 Jun, 2017 3 commits
- 27 Apr, 2017 1 commit
-
-
cahrens committed
-
- 17 Apr, 2017 2 commits
-
-
attiyaishaque committed
-
Pass proper 'this' context to updateSidebar method so that sidebar could resize properly on load, scroll.
Ayesha Baig committed
-
- 12 Apr, 2017 2 commits
-
-
LEARNER-76
Andy Armstrong committed -
rabia23 committed
-
- 31 Mar, 2017 1 commit
-
-
LEARNER-394
Andy Armstrong committed
-
- 20 Mar, 2017 1 commit
-
-
Albert St. Aubin committed
-
- 10 Mar, 2017 1 commit
-
-
Joel Barciauskas committed
-
- 09 Mar, 2017 1 commit
-
-
Ensure Enterprise-integrated courses require user consent before granting access to Wiki and Discussion forum. * User-facing links are gated; internal services are not. * Adds view decorator data_sharing_consent_required * Renames `get_course_specific_consent_url` to `get_enterprise_consent_url`, which now checks `consent_needed_for_course` before returning a consent URL.
Jillian Vogel committed
-
- 08 Mar, 2017 1 commit
-
-
TNL-6347
Albert St. Aubin committed
-
- 01 Mar, 2017 1 commit
-
-
Andy Armstrong committed
-
- 24 Feb, 2017 1 commit
-
-
cahrens committed
-
- 27 Jan, 2017 1 commit
-
-
alisan617 committed
-
- 20 Jan, 2017 1 commit
-
-
TNL-6117
alisan617 committed
-
- 10 Jan, 2017 2 commits
-
-
Brian Jacobel committed
-
Brian Jacobel committed
-
- 13 Dec, 2016 2 commits
-
-
Andy Armstrong committed
-
Andy Armstrong committed
-
- 12 Dec, 2016 7 commits
-
-
Andy Armstrong committed
-
Brian Jacobel committed
-
alisan617 committed
-
alisan617 committed
-
Brian Jacobel committed
-
alisan617 committed
-
Make this selector more specific, was getting overrides Fix Teams implementation of inline discussion Fix LMS tests Work on pagination support Jasmine tests for this feature Focus works when navigating between list and detail Fix safe template violations
Brian Jacobel committed
-
- 01 Dec, 2016 1 commit
-
-
attiyaishaque committed
-
- 18 Nov, 2016 1 commit
-
-
alisan617 committed
-
- 15 Nov, 2016 3 commits
- 10 Nov, 2016 1 commit
-
-
Awais Jibran committed
-
- 08 Nov, 2016 1 commit
-
-
TNL-5669
alisan617 committed
-
- 03 Nov, 2016 1 commit
-
-
This specifically enables/disables the underlying comment service client used to make calls to the service. When disabled, this client will now throw an exception which can be propagated upwards so that callers can make the right decision about how to notify users of the error, or handle retry, etc etc.
Toby Lawrence committed
-
- 18 Oct, 2016 1 commit
-
-
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
-
- 16 Sep, 2016 1 commit
-
-
Sylvia Pearce committed
-