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

2019-05-02 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/9947 -- 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 1827305] A patch has been submitted for review

2019-05-02 Thread Mahara Bot
Patch for "19.04_STABLE" branch: https://reviews.mahara.org/9948 -- 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 1827305] A change has been merged

2019-05-02 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/9942 Committed: https://git.mahara.org/mahara/mahara/commit/e6069b7c52b0211f82544ace46a5d7055ff63e34 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit e6069b7c52b0211f82544ace46a5d7055ff63e34 Author: Robert Lyon Date: Thu May 2

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

2019-05-02 Thread Mahara Bot
Patch for "18.10_STABLE" branch: https://reviews.mahara.org/9949 -- 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 1827305] A change has been merged

2019-05-02 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/9948 Committed: https://git.mahara.org/mahara/mahara/commit/50adda153a9f9e6d6fc7df6cfe386a81031433aa Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:19.04_STABLE commit 50adda153a9f9e6d6fc7df6cfe386a81031433aa Author: Robert Lyon Date: Thu May

[Mahara-contributors] [Bug 1044878] Re: Make the info on copying text box more obvious

2019-05-02 Thread Robert Lyon
** Changed in: mahara Status: In Progress => Fix Committed ** Changed in: mahara Milestone: None => 19.10.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara

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

2019-05-02 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/9655 Committed: https://git.mahara.org/mahara/mahara/commit/0df38c69d7cc8076502c717b693cf75179e22ac0 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 0df38c69d7cc8076502c717b693cf75179e22ac0 Author: Kevin Dibble Date: Mon Mar 25

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

2019-05-02 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/9949 Committed: https://git.mahara.org/mahara/mahara/commit/b89c8ddf316aedc4087842232c1454b9b99db20b Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:18.10_STABLE commit b89c8ddf316aedc4087842232c1454b9b99db20b Author: Robert Lyon Date: Thu May

[Mahara-contributors] [Bug 1821082] Re: PHPUnit test - Installing lastcoredata fail

2019-05-02 Thread Cecilia Vela Gurovic
** Changed in: mahara Status: New => Invalid -- 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 1827390] [NEW] Latency smarty header_logo_small - IMPORTANT

2019-05-02 Thread Aurelien Besson
Public bug reported: public function header_logo_small() { if (!empty($this->headerlogosmall)) { returnget_config('wwwroot') .'thumb.php?type=logobyid='.$this->headerlogosmall; } else { require_once('ddl.php'); $table = newXMLDBTable('institution'); $field =

[Mahara-contributors] [Bug 1827445] Re: Improve efficiency when checking if a table field exists

2019-05-02 Thread Robert Lyon
*** This bug is a duplicate of bug 1827390 *** https://bugs.launchpad.net/bugs/1827390 ** This bug has been marked a duplicate of bug 1827390 Latency smarty header_logo_small - IMPORTANT -- You received this bug notification because you are a member of Mahara Contributors, which is

[Mahara-contributors] [Bug 1827390] Re: Latency smarty header_logo_small - IMPORTANT

2019-05-02 Thread Robert Lyon
** Changed in: mahara Status: New => In Progress ** Changed in: mahara Importance: Undecided => Medium -- 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

[Mahara-contributors] [Bug 655443] Re: Make block titles optional

2019-05-02 Thread Steven
TITLE: Make block titles optional BUG SUMMARY: In some blocks, like 'blog', the title defaults to the title of the blog if you leave the title blank, but others (like text box) let you have no title just by leaving it blank (and the view editor helpfully shows "[No title]"). See some other

[Mahara-contributors] [Bug 1827445] Re: Improve efficiency when checking if a table field exists

2019-05-02 Thread Robert Lyon
Ok, have made patch https://reviews.mahara.org/#/c/9950/ And tested in the following way: // Old way $stime = time(); log_debug('start: ' . $stime); for ($i = 1; $i <= 1; $i++) { require_once('ddl.php'); $table = new XMLDBTable('view_access'); $field =

[Mahara-contributors] [Bug 1827305] Re: Fixing add_tags behat feature

2019-05-02 Thread Robert Lyon
** Changed in: mahara/19.10 Status: In Progress => Fix Committed ** Changed in: mahara/19.04 Status: In Progress => Fix Committed ** Changed in: mahara/18.10 Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara

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

2019-05-02 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/9952 -- 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 1827445] [NEW] Improve efficiency when checking if a table field exists

2019-05-02 Thread Robert Lyon
Public bug reported: When upgrading we use a field_exists() check to see if a table has a certain column or not which is fine there as upgrade chunks are a one- time execution run when users are all logged out. However we have begun to use field_exists() within other parts of the code and so

[Mahara-contributors] [Bug 1827455] [NEW] ClamAV admin message missing info

2019-05-02 Thread Robert Lyon
Public bug reported: When getting an admin ClamAV message when something goes wrong with ClamAV scan we get: - Subject: Mahara :: ClamAV notification ClamAV has failed to run. The return error message was There was an unknown error with ClamAV.. Here is the output from ClamAV: Killed The

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

2019-05-02 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/9951 -- 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 1827445] Re: Improve efficiency when checking if a table field exists

2019-05-02 Thread Robert Lyon
** Description changed: When upgrading we use a field_exists() check to see if a table has a certain column or not which is fine there as upgrade chunks are a one- time execution run when users are all logged out. However we have begun to use field_exists() within other parts of the

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

2019-05-02 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/9950 -- 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 1818166] Re: login form error when upgrading site

2019-05-02 Thread Launchpad Bug Tracker
[Expired for Mahara because there has been no activity for 60 days.] ** Changed in: mahara Status: Incomplete => Expired -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all