[Mahara-contributors] [Bug 1766833] Re: maxlayoutrows is too low

2018-05-06 Thread Nicolas Dunand
Hi Kristina, Thank for your answer. Cheers, Nicolas -- 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 1766833] Re: maxlayoutrows is too low

2018-05-03 Thread Nicolas Dunand
Hi Robert Lyon, Thanks for pushing this so quickly. Minor correction to comments above: "60" should read "6" (my mistake initially). Will this be integrated into Mahara 18.04.1, or only 18.10 ? -- You received this bug notification because you are a member of Mahara Contributors, which is

[Mahara-contributors] [Bug 1766833] [NEW] maxlayoutrows is too low

2018-04-25 Thread Nicolas Dunand
Public bug reported: The maximum number of rows for a view is arbitrarily set to 6 in lib/view.php ($maxlayoutrows), which may be too small for some uses. The code also references some file (layoutpreview.php) which is not present (as an explanation for this limitation ?). Discussion on

[Mahara-contributors] [Bug 1700997] Re: View::create() throws an error if a layout has to be created on the fly

2017-07-12 Thread Nicolas Dunand
Hi Kristina and Cecilia, Thanks for your comments on this issue. My code flow is an edge case apparently. Kristina, we use an in-house webapp called SelfPad which exports content to Mahara. You may have heard of it from some of my colleagues from unil.ch or unige.ch. We are currently in the

[Mahara-contributors] [Bug 1700997] [NEW] View::create() throws an error if a layout has to be created on the fly

2017-06-28 Thread Nicolas Dunand
Public bug reported: We have an external app that creates Views in Mahara. While creating Views it creates the corresponding layout if needed. However, an error was alwasys thrown at lib/view.php:334 when calling ensure_record_exists('view_rows_columns', $vrc, $vrc);. As the $vrc record is