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

2019-11-09 Thread Mahara Bot
Patch for "19.10_STABLE" branch: https://reviews.mahara.org/10580 -- 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 foru

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

2019-11-09 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/10437 Committed: https://git.mahara.org/mahara/mahara/commit/7ba35ae895750ff3215e883cdbd18c473a7a2337 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:master commit 7ba35ae895750ff3215e883cdbd18c473a7a2337 Author: Cecilia Vela Gurovic Date: Fri

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

2019-11-09 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/10580 Committed: https://git.mahara.org/mahara/mahara/commit/9ddca7c32e8e9d14ea9abb6388a1739adbb55822 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:19.10_STABLE commit 9ddca7c32e8e9d14ea9abb6388a1739adbb55822 Author: Cecilia Vela Gurovic Date:

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

2019-11-09 Thread Mahara Bot
Patch for "19.04_STABLE" branch: https://reviews.mahara.org/10581 -- 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 foru

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

2019-11-09 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/10581 Committed: https://git.mahara.org/mahara/mahara/commit/46ded34bc7ba35725ba628c0b01dd7b5405bccdf Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:19.04_STABLE commit 46ded34bc7ba35725ba628c0b01dd7b5405bccdf Author: Cecilia Vela Gurovic Date:

[Mahara-contributors] [Bug 1829943] Re: Error deleting institution due to foreign key constraint with view table

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

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

2019-11-09 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/10560 Committed: https://git.mahara.org/mahara/mahara/commit/79cf0b295709cf4045376d3ce6d77d102741756c Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:18.10_STABLE commit 79cf0b295709cf4045376d3ce6d77d102741756c Author: Robert Lyon Date: Wed Oct

[Mahara-contributors] [Bug 1847345] Re: Only mention ssphp needs updating if installed

2019-11-09 Thread Robert Lyon
** Changed in: mahara/18.10 Status: In Progress => Fix Committed ** Changed in: mahara/19.04 Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscripti

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

2019-11-09 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/10559 Committed: https://git.mahara.org/mahara/mahara/commit/11d4c42253edf2324dd6eec0dba90237856e5a6e Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:19.04_STABLE commit 11d4c42253edf2324dd6eec0dba90237856e5a6e Author: Robert Lyon Date: Wed Oct

[Mahara-contributors] [Bug 1850220] Re: Can't get to site's contacts page from profile page

2019-11-09 Thread Robert Lyon
** Also affects: mahara/19.10 Importance: Undecided Status: New ** Also affects: mahara/20.04 Importance: High Assignee: Lisa Seeto (lisaseeto) Status: In Progress ** Changed in: mahara/20.04 Milestone: 19.10.1 => 20.04.0 ** Changed in: mahara/19.10 Milestone: No

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

2019-11-09 Thread Mahara Bot
Patch for "19.10_STABLE" branch: https://reviews.mahara.org/10582 -- 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 foru

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

2019-11-09 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/10582 Committed: https://git.mahara.org/mahara/mahara/commit/ee7f17d59161dd4fd3116ed718a0343a1ca22458 Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:19.10_STABLE commit ee7f17d59161dd4fd3116ed718a0343a1ca22458 Author: Lisa Seeto Date: Wed Nov

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

2019-11-09 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/10585 -- 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 befo

[Mahara-contributors] [Bug 1851699] Re: cron.php with '$cfg->urlsecret' dosen't work on cronjob under PHP FastCGI enviroment.

2019-11-09 Thread Mitsuhiro Yoshida
I think it's better to use isset(['REQUEST_METHOD']) instead of php_sapi_name(), because both web access and cron run returns 'cgi-fcgi' as PHP mode. File to modify: lib/cron.php Line: 40 [before] if (php_sapi_name() != 'cli' && get_config('urlsecret') !== null) { $urlsecret = param_alphanum