Teppo Koivula
Teppo Koivula
Hey @retlehs! Just wondering if this might have a chance of making it into Acorn? If not - or if it's likely to take considerably longer - I'll start looking...
This is something that I end up using in almost all of my projects, but of course that alone won't meet that 30% threshold either. Honestly I would've assumed that...
Thanks. I'll take a closer look at your PR soon!
Thanks for the feedback, @tbba. Could this be related to the multi-language issue reported via forums? https://processwire.com/talk/topic/6333-version-control/?do=findComment&comment=165018 Note: as far as I can tell, this is not related to the...
Technical reasons aside, this is a bit of a dilemma. Comparing two formatted dates as strings would make sense in this case, but there are cases where it would, in...
Thanks @JanRomero. I agree with your point about such comparisons not being very useful for date(time)s. Displaying both values side-by-side seems like a reasonable solution. As for text fields, the...
> Alright looks like I already thought this one through before. That feeling when you dig into a potential problem.. only to find out you've already solved it :)
@NikoTechnik, I would suggest opening a new issue at https://github.com/processwire/processwire-issues. This repository (ryancramerdesign/ProcessWire) is for legacy stuff, so the issue is unlikely to get any attention here :)
> Something to my 3) point: I am talking about this page: Admin > Setup > Templates > Edit Template: user. > There is no inputfield for the name (title...
Just for the record: I haven't actually tested it, but based on the [package.json file](https://github.com/jquery/jquery-ui/blob/master/package.json#L54) I would assume that jQuery UI now supports jQuery 3.x. ``` "dependencies": { "jquery": ">=1.7.0