[Mahara-contributors] [Bug 1469594] Re: Cache page access to improve performance

2016-11-14 Thread Jean-Philippe Gaudreau
Hi Aaron, We're actually experiencing performance issues with the "Latest changes I can view" block on the dashboard (16.04.4). I didn't dig the code yet but do you think it is related to this problem? Thanks a lot! -- You received this bug notification because you are a member of Mahara

[Mahara-contributors] [Bug 1558246] Re: Submitted collections in a group don't display for the admins

2016-03-24 Thread Jean-Philippe Gaudreau
** Changed in: mahara Assignee: (unassigned) => Jean-Philippe Gaudreau (jp-gaudreau) ** Changed in: mahara Status: Incomplete => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscri

[Mahara-contributors] [Bug 1558246] Re: Submitted collections in a group don't display for the admins

2016-03-23 Thread Jean-Philippe Gaudreau
n Progress => Incomplete ** Changed in: mahara Assignee: Jean-Philippe Gaudreau (jp-gaudreau) => (unassigned) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributo

[Mahara-contributors] [Bug 1558246] Re: Submitted collections in a group don't display for the admins

2016-03-23 Thread Jean-Philippe Gaudreau
** Changed in: mahara Status: Incomplete => In Progress ** Changed in: mahara Assignee: (unassigned) => Jean-Philippe Gaudreau (jp-gaudreau) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscri

[Mahara-contributors] [Bug 1558246] Re: Submitted collections in a group don't display for the admins

2016-03-23 Thread Jean-Philippe Gaudreau
Hi Robert, You are right about this workaround but still we have the problem every time a new group is created which is not good. I dug the code a bit and found out that the problem is related to the groupviews block from the default group home page view not having the showsharedcollections

[Mahara-contributors] [Bug 1514273] Re: Increase to "longtext" all text columns that hold serialized user data

2016-02-12 Thread Jean-Philippe Gaudreau
For the info, We had the following unserialize error multiple times when upgrading from 1.10.2 to 15.04.5: -- ... [DBG] 4f

[Mahara-contributors] [Bug 1514273] Re: Increase to "longtext" all text columns that hold serialized user data

2016-02-12 Thread Jean-Philippe Gaudreau
I researched all the serialized/unserialized values from Mahara code (16.04dev - 2016021000) and found out the columns/rows that store serialized data and could potentially errors in MySQL: * Column: block_instance.configdata * Column: config.value - Row: config.field IN

[Mahara-contributors] [Bug 1514273] Re: Increase to "longtext" all text columns that hold serialized user data

2016-02-12 Thread Jean-Philippe Gaudreau
** Changed in: mahara Assignee: (unassigned) => Jean-Philippe Gaudreau (jp-gaudreau) ** 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 subscri

[Mahara-contributors] [Bug 1514273] Re: Increase to "longtext" all text columns that hold serialized user data

2016-02-12 Thread Jean-Philippe Gaudreau
Here's a patch for master branch: https://reviews.mahara.org/6058 -- 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 1515794] Re: phpunit database teardown is incomplete

2016-01-05 Thread Jean-Philippe Gaudreau
I found a clean way to fix this issue using the get_installed_plugins_paths function. Pushing the patch right away. ** Changed in: mahara Assignee: (unassigned) => Jean-Philippe Gaudreau (jp-gaudreau) -- You received this bug notification because you are a member of Mahara Contribut

[Mahara-contributors] [Bug 1515794] Re: phpunit database teardown is incomplete

2016-01-05 Thread Jean-Philippe Gaudreau
** 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: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum

[Mahara-contributors] [Bug 1515794] Re: phpunit database teardown is incomplete

2016-01-05 Thread Jean-Philippe Gaudreau
I first used the wrong bug number (1523499) in my commit so it made a bit of a mess, sorry... Here's the Gerrit review: Patch for "master" branch: https://reviews.mahara.org/5871 It would be appreciate if someone could tell me how to properly recall the bot when this happens so I could do it

[Mahara-contributors] [Bug 1513851] [NEW] Activity queue: unserialize(): Error at offset 65535 of 65535 bytes

2015-11-06 Thread Jean-Philippe Gaudreau
Public bug reported: We frequently have this error coming from de cron : --- [INF] 78 (lib/cron.php:30) -- cron running Thu, 10 Sep 2015 17:50:01 -0400 -- [INF] 78

[Mahara-contributors] [Bug 1513851] Re: Activity queue: unserialize(): Error at offset 65535 of 65535 bytes

2015-11-06 Thread Jean-Philippe Gaudreau
** Description changed: - We frequently have this error coming from de cron : + We frequently have this error coming from the cron : --- [INF] 78 (lib/cron.php:30) -- cron running

[Mahara-contributors] [Bug 1434131] Re: Add an option to show or hide the login side block

2015-03-23 Thread Jean-Philippe Gaudreau
Hi Jinelle, Sorry for the delay, I'm from Canada so timezones are a bit different ;) Here are the testing instructions : * Go edit the config.php file of your Mahara instance and add the following line : $cfg-showloginsideblock = false; * Go to your home page. The login sideblock should not be

[Mahara-contributors] [Bug 1434131] Re: Add an option to show or hide the login side block

2015-03-19 Thread Jean-Philippe Gaudreau
Hi Kristina, Thx for the fast response! No problem, it can wait since it's an amelioration and not a bug. Best of luck for the new version! Jean-Philippe -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching

[Mahara-contributors] [Bug 1434131] Re: Add an option to show or hide the login side block

2015-03-19 Thread Jean-Philippe Gaudreau
** Changed in: mahara Assignee: (unassigned) = Jean-Philippe Gaudreau (jp-gaudreau) -- 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

[Mahara-contributors] [Bug 1434131] [NEW] Add an option to show or hide the login side block

2015-03-19 Thread Jean-Philippe Gaudreau
Public bug reported: When using Moodle Mnet or CAS as Mahara authentication, it is necessary to have an option that let you hide the login side block because the authentication page is external. So if you have only one type of authentication in your Mahara instance that is external, you need to

[Mahara-contributors] [Bug 1434131] Re: Add an option to show or hide the login side block

2015-03-19 Thread Jean-Philippe Gaudreau
** Attachment added: with_option_showloginsideblock_true.png https://bugs.launchpad.net/mahara/+bug/1434131/+attachment/4350067/+files/with_option_showloginsideblock_true.png -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.