[Mahara-contributors] [Bug 1831689] Re: Datepicker doesnt work with different date formats

2019-10-30 Thread Lisa Seeto
** Changed in: mahara/19.10 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-contributors] [Bug 1831689] Re: Datepicker doesnt work with different date formats

2019-07-22 Thread Cecilia Vela Gurovic
** Changed in: mahara/19.04 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-contributors] [Bug 1831689] Re: Datepicker doesnt work with different date formats

2019-06-19 Thread Robert Lyon
** Changed in: mahara/19.04 Status: Confirmed => 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 1831689] Re: Datepicker doesnt work with different date formats

2019-06-19 Thread Robert Lyon
** Changed in: mahara/19.10 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-contributors] [Bug 1831689] Re: Datepicker doesnt work with different date formats

2019-06-12 Thread Kristina Hoeppner
** Changed in: mahara Status: Confirmed => In Progress ** Also affects: mahara/19.04 Importance: Undecided Status: New ** Also affects: mahara/19.10 Importance: High Status: In Progress ** Changed in: mahara/19.04 Status: New => Confirmed ** Changed in:

[Mahara-contributors] [Bug 1831689] Re: Datepicker doesnt work with different date formats

2019-06-11 Thread Robert Lyon
I've added a patch that seems to sort our problem - there is still a warning when first initializing the datepicker for the first time with a set date - as it calls getMoment() before it checks format and so complains about the date being of bad format - but once it initialises with

[Mahara-contributors] [Bug 1831689] Re: Datepicker doesnt work with different date formats

2019-06-11 Thread Robert Lyon
Strange - I try replicating the steps above on master in Firefox / Chrome and I have no problem saving / editing the date in the new format if the date is non-ambiguous Eg if the date I enter / edit is 27/09/2019 07:36 AM then all works fine but if I enter and save 04/09/2019 07:36 AM then try

[Mahara-contributors] [Bug 1831689] Re: Datepicker doesnt work with different date formats

2019-06-04 Thread Kristina Hoeppner
** Description changed: When a different date format (other than the Mahara default /MM/DD HH:mm), the datepicker doesnt work. Steps to reproduce: 1. Update lang/en.utf8/langconfig.php with the following: $string['pieform_calendar_dateformat'] = '%%d/%%m/%%Y';