ADmad
ADmad
> I think expanding the feature set of Hash to handle objects that use a property based protocol is a good idea That would create inconsistency with other methods like...
In 5.x we can turn it on by default but off for 4.x backport.
> shouldn't that validation method be called localeDecimal so its more clear that it expects a locale formatted number string? I agree, similar to `localizedTime()`. I too would except `decimal()`...
> no need to repeat and set always the template confirmJs before calling postLink in templates Having to set `['confirmJs' => 'foo']` instead of already possible `['templates' => ['confirmJs' =>...
Please open an issue for the core to allow using `templates` options for the link methods.
Or you can just load a templates file to override the default templates and avoid having to do so for each call.
> I'm using PHP 4.2.14 and What???
> Do you know the required sqlite version required for this? From the PR > It should be noted that the FK handling changes would require at least Sqlite 3.16.0
I think we should add a version check in the sqlite driver and throw an exception which devs can understand.
> CentOS It's always CentOS with such issues. It's an abomination of a distro. In the past too we had to deal with numerous reports from CentOS users because it...