[Mahara-contributors] [Bug 1270683] Re: Don't append a number upon first copying of a page

2014-01-25 Thread Kristina Hoeppner
The user said that he copied the pages into his own account. Thus, it's not a bug. -- 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 o

[Mahara-contributors] [Bug 1270683] Re: Don't append a number upon first copying of a page

2014-01-20 Thread Aaron Wells
Actually, no, on further inspection of the code, this would not happen. After doing that query, the code goes on to use "in_array()" to check whether the EXACT title you're requesting is in the array of returned results. So, the requested title "Air" would indeed find "Airlines of the 1950s" in th

[Mahara-contributors] [Bug 1270683] Re: Don't append a number upon first copying of a page

2014-01-20 Thread Aaron Wells
As discussed further on in that forum thread, a number only gets appended when a page of the same title already exists. Well... sorta. What happens in the code is we call View::new_title() and/or Collection::new_title(), in lib/view.php and lib/collection.php respectively. And these run a query li

[Mahara-contributors] [Bug 1270683] Re: Don't append a number upon first copying of a page

2014-01-19 Thread Kristina Hoeppner
Mhh. I tested it on another Mahara 1.8 install and a number was not appended. Needs some more testing before confirmation. ** Changed in: mahara Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Ma