[Mahara-contributors] [Bug 1715802] A patch has been submitted for review

2017-09-11 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8010 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum

[Mahara-contributors] [Bug 1716541] Re: LTI Integration - non-admin user in 'No institution' unable to login

2017-09-11 Thread Robert Lyon
** Changed in: mahara Importance: Undecided => High ** Changed in: mahara Milestone: None => 17.10.0 ** Also affects: mahara/17.04 Importance: Undecided Status: New ** Also affects: mahara/17.10 Importance: High Status: New ** Changed in: mahara/17.04 Importance:

[Mahara-contributors] [Bug 1716541] A patch has been submitted for review

2017-09-11 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8009 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum

[Mahara-contributors] [Bug 1716541] [NEW] LTI Integration - non-admin user in 'No institution' unable to login

2017-09-11 Thread Robert Lyon
Public bug reported: We do a check: if (!$is_site_admin) { // check user is member of configured OAuth institution $institutions = array_keys(load_user_institutions($userid)); if (!in_array($WEBSERVICE_INSTITUTION, $institutions)) { ... throw error and stop them logging in ... } } The

[Mahara-contributors] [Bug 1716299] Re: hyperlinks in language files are not rendered in forgotpassword.php

2017-09-11 Thread Kristina Hoeppner
ToDo: Check if that is already documented on the wiki under Pieforms. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org

[Mahara-contributors] [Bug 1716474] [NEW] Webservice Group functions don't respect submitpages

2017-09-11 Thread Stacey Walker
Public bug reported: When creating or update groups with the webservices they still use 'submitpages' which needs to be changed to 'submittableto' in order for the group to be created with the correct settings. Similar to the group CSV upload which has been adjusted for this already. **