- 19 Oct, 2017 2 commits
-
-
Douglas Cerna committed
-
LEARNER-1923
Andy Armstrong committed
-
- 18 Oct, 2017 1 commit
-
-
Gabe Mulley committed
-
- 05 Oct, 2017 1 commit
-
-
John Eskew committed
-
- 23 Aug, 2017 1 commit
-
-
Calen Pennington committed
-
- 01 Aug, 2017 1 commit
-
-
Calen Pennington committed
-
- 11 Jul, 2017 1 commit
-
-
EDUCATOR-341
Kyle McCormick committed
-
- 06 Jul, 2017 1 commit
-
-
Douglas Cerna committed
-
- 13 Jun, 2017 1 commit
-
-
Calen Pennington committed
-
- 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
-
- 12 Apr, 2017 1 commit
-
-
rabia23 committed
-
- 31 Mar, 2017 1 commit
-
-
LEARNER-394
Andy Armstrong 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
-
- 01 Mar, 2017 1 commit
-
-
Andy Armstrong committed
-
- 12 Dec, 2016 2 commits
-
-
alisan617 committed
-
Brian Jacobel committed
-
- 10 Nov, 2016 1 commit
-
-
Awais Jibran 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
-
- 15 Sep, 2016 2 commits
-
-
- Default of "desc" is all that is in use, and remains as-is. - Discussion API keeps order_direction param, to minimize changes, but it only accepts "desc". - Discussion webapp simply no longer sends in the sort order.
Robert Raposa committed -
Robert Raposa committed
-
- 08 Sep, 2016 1 commit
-
-
We're often grabbing the metadata of a specific thread to then be able to perform other operations, but we never need the actual responses or comments of a thread unless we're displaying it in the normal forum view. This change sets a default of with_responses=False, which instructs the comment service to not send back the responses/comments for the given thread. We only ask for responses in the case of rendering a single thread or inline discussion.
Toby Lawrence committed
-
- 17 Aug, 2016 2 commits
-
-
Andy Armstrong committed
-
Andy Armstrong committed
-
- 28 Jun, 2016 1 commit
-
-
* Renames discussion_module to discussion_xblock * Moves common/lib/xmodule/xmodule_discussion to openedx/core/lib/xblock_builtin/xblock_discussion
E. Kolpakov committed
-
- 02 Jun, 2016 1 commit
-
-
TNL-4622
Andy Armstrong committed
-
- 02 May, 2016 1 commit
-
-
Revert "SUST-35 Implementation of course_key_from_string_or_404 to return course_key or raise a 404"
Ayub khan committed
-
- 28 Apr, 2016 1 commit
-
-
Revert "SUST-35 Implementation of course_key_from_string_or_404 to return course_key or raise a 404"
Ayub khan committed
-
- 14 Apr, 2016 1 commit
-
-
-Updated method "course_key_from_string_or_404" to raise message too. -Wrote tests for "course_key_from_string_or_404" when exception message is given. -Modified existing methods to use "ddt.data". -Used Splunk logs to find exectly where we were getting "Invalid Key Error" -Updated Views where we were getting "Invalid Key Error" in splunk logs. -Wrote tests for those View End points where we were getting "Invalid Key Error"
Ayub-khan committed
-
- 13 Apr, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 28 Jan, 2016 1 commit
-
-
wajeeha-khalid committed
-
- 09 Oct, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 07 Oct, 2015 1 commit
-
-
mushtaqali committed
-
- 06 Aug, 2015 2 commits
-
-
Daniel Friedman committed
-
cahrens committed
-