[Mahara-contributors] [Bug 1620416] Re: Use of assign_by_ref() is not clear as to what is required

2016-10-20 Thread Robert Lyon
** Changed in: mahara Status: Fix Committed => Fix Released -- 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 1620416] Re: Use of assign_by_ref() is not clear as to what is required

2016-09-22 Thread Robert Lyon
** Changed in: mahara 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: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org

[Mahara-contributors] [Bug 1620416] Re: Use of assign_by_ref() is not clear as to what is required

2016-09-06 Thread Cecilia Vela Gurovic
** Changed in: mahara Status: New => 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 before

[Mahara-contributors] [Bug 1620416] Re: Use of assign_by_ref() is not clear as to what is required

2016-09-06 Thread Aaron Wells
Here's the function declarations (in htdocs/lib/dwoo/mahara/Dwoo_Mahara.php): /** * implements smarty api to assign data */ public function assign($key, $value) { $this->_data[$key] = $value; } /** * implements smarty api to assign data */ public

[Mahara-contributors] [Bug 1620416] Re: Use of assign_by_ref() is not clear as to what is required

2016-09-05 Thread Robert Lyon
When I change the lib/web.php line $smarty->assign_by_ref('JAVASCRIPT', $javascript_array); to $smarty->assign('JAVASCRIPT', $javascript_array); The resulting dataroot/dwoo/compile/.../htdocs/mahara- testing/mahara/htdocs/theme/raw/templates/header/head.tpl.d17.php looks to be the same for