[Mahara-contributors] [Bug 1150115] Re: Search crashes with the national letter

2016-11-18 Thread Launchpad Bug Tracker
[Expired for Mahara because there has been no activity for 60 days.] ** Changed in: mahara Status: Incomplete => Expired -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahar

[Mahara-contributors] [Bug 1150115] Re: Search crashes with the national letter

2016-09-19 Thread Kristina Hoeppner
Hello Mindaugas, Is this still a problem for you? If so, please let us know which version of Mahara. Thank you Kristina ** Changed in: mahara Status: New => Incomplete -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara.

[Mahara-contributors] [Bug 1150115] Re: Search crashes with the national letter

2013-03-06 Thread Mindaugas Žakauskas
I think the problem is with unicode symbols in regex. Regex in param_alphanum function (lib/web.php) update will resolve problem: preg_match('/^\pL]+$/u',$value) instead of preg_match('/^[a-zA-Z0-9]+$/',$value). Also, maybe needs to review all regex in source there national symbols can appea