[Mahara-contributors] [Bug 1717861] Re: Redirect to incorrect port when sslproxy is on and wwwroot is set

2017-10-18 Thread Ghada El-Zoghbi
Hi Robert / Kristina, Is there a reason why this is not getting cherry-picked into 16.10? We have the same issue happening on that version. Thanks, Ghada -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching

[Mahara-contributors] [Bug 1724743] [NEW] SAML metadata page shouldn't redirect to main page when a site is in maintenance mode

2017-10-18 Thread Dmitrii Metelkin
Public bug reported: SAML metadata page /auth/saml/sp/metadata.php shouldn't redirect to main page when a site is in maintenance mode. Ideally, it should send 503 HTTP response to let systems who read the metadata know, that the file is not accessible. ** Affects: mahara Importance:

[Mahara-contributors] [Bug 1715544] Re: SAML Service Provider Metadata link should be hidden if SSPHP is not installed

2017-10-18 Thread Dmitrii Metelkin
** Changed in: mahara Assignee: (unassigned) => Dmitrii Metelkin (dmitriim) ** Changed in: mahara Status: Confirmed => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions:

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

2017-10-18 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8162 -- 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 1724113] A patch has been submitted for review

2017-10-18 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8161 -- 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 1724724] [NEW] Clear cache inside the upgrade process

2017-10-18 Thread Dmitrii Metelkin
Public bug reported: Mahara should clear cache every time we upgrade. ** Affects: mahara Importance: Undecided Assignee: Dmitrii Metelkin (dmitriim) Status: New ** Changed in: mahara Assignee: (unassigned) => Dmitrii Metelkin (dmitriim) -- You received this bug

[Mahara-contributors] [Bug 1714868] Re: mysql special characters. utf8mb4 collation

2017-10-18 Thread Robert Lyon
I've started a patch for this - patch 8160 - and so far just allows for install of Mahara without error when using mysql created by: create database `maharadb` DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_unicode_ci; The mysqli error "[1071: Specified key was too long; max key length

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

2017-10-18 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8160 -- 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 1724704] [NEW] Webservice connection manager not showing 'add connection' form if no connection instances exist but a plugin has 'define_webservice_connections' function set

2017-10-18 Thread Robert Lyon
Public bug reported: To test this problem: 1) Edit a plugin file and add in the 'define_webservice_connections' function eg edit artefact/file/lib.php and add in following function on line 28 public static function define_webservice_connections() { return array(

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

2017-10-18 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8158 -- 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 1715288] Re: Failed to Import Custom Layout Porfolio

2017-10-18 Thread Cecilia Vela Gurovic
I can't replicate the bug with Mahara 16.10 STABLE and mysql Ver 14.14 Distrib 5.7.19 But we have a patch for a similar bug: while importing a view, if it has a layout that doesn't exist in the site it will create it, but it fails when adding a row in table "view_rows_columns" because it doesn't

[Mahara-contributors] [Bug 1712737] Re: force password change on login requires a new email too

2017-10-18 Thread Robert Lyon
This issue is due to the use of an '@example.org' email. Mahara now sees any email ending in 'example.org' as being fake (as they must be as one can't own that URL) If you do this test with any other email address you do not get prompted to fill in the email when signing in. The error message

[Mahara-contributors] [Bug 1715288] Re: Failed to Import Custom Layout Porfolio

2017-10-18 Thread Cecilia Vela Gurovic
** Changed in: mahara Importance: Undecided => Low -- 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 before

[Mahara-contributors] [Bug 1713441] Re: SMTP port isn't set when no SMTP user is specified

2017-10-18 Thread Cecilia Vela Gurovic
smtp library allows to define the port as part of the host using this format: [hostname:port]. If it's done this way, it will not use the port specified 'smtpport' in Mahara configuration. In this case, we don't have any issue. But in the case the host doesn't include the port, then the

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

2017-10-18 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/8157 -- 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 1708959] A change has been merged

2017-10-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/8155 Committed: https://git.mahara.org/mahara/mahara/commit/f1363be56c8a299a4946b09bca93af32105b7b94 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:17.04_STABLE commit f1363be56c8a299a4946b09bca93af32105b7b94 Author: Robert Lyon

[Mahara-contributors] [Bug 1708959] A change has been merged

2017-10-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/8154 Committed: https://git.mahara.org/mahara/mahara/commit/0432740fd5081283f378055f15510d5a5c4d4352 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:16.10_STABLE commit 0432740fd5081283f378055f15510d5a5c4d4352 Author: Robert Lyon

[Mahara-contributors] [Bug 1716474] Re: Web service group functions don't respect submitpages

2017-10-18 Thread Robert Lyon
** Changed in: mahara/16.04 Status: In Progress => Fix Committed ** Changed in: mahara/16.10 Status: In Progress => Fix Committed ** Changed in: mahara/17.04 Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara

[Mahara-contributors] [Bug 1708959] Re: Webservice create group missing some settings

2017-10-18 Thread Robert Lyon
See also Bug 1716474 for the backporting / more info -- 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 before

[Mahara-contributors] [Bug 1708959] A change has been merged

2017-10-18 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/8153 Committed: https://git.mahara.org/mahara/mahara/commit/b7462ea46d4c462eb705d06dd7a7b5509388230c Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:16.04_STABLE commit b7462ea46d4c462eb705d06dd7a7b5509388230c Author: Robert Lyon

[Mahara-contributors] [Bug 1724603] [NEW] update_hierarchy_path in artefacts/lib.php hammers sql when copying collections

2017-10-18 Thread Brian Merritt
Public bug reported: A teacher asked 40 students to copy a 15 page collection with numerous artefacts on each page, which crippled our mysql server. When testing it, even copying the collection once resulted in the web server timing out and raised the sql load incredibly. The code