ProcessWire
ProcessWire copied to clipboard
Our repository has moved to https://github.com/processwire – please head there for the latest version.
https://github.com/ryancramerdesign/ProcessWire/blob/devns/wire/templates-admin/scripts/main.js#L229
I just got this error on a site trying to delete several modules. Then one other module deleted without the error. Not sure how to reproduce, but wanted to make...
The new FileCompiler is a great addition for those who don't like/want to use plain PHP as a templating language. We've just recently started developing a new FileCompiler module (...
It's only a small thing, but I find myself accidentally closing the save page dropdown accidentally quite often. I think that a click to an element not a child of...
Hi, https://processwire.com/blog/posts/processwire-core-updates-2.5.14/#multiple-templates-or-parents-for-users what about a better implementation of that feature? So that alternate user templates (`$config->userTemplateIDs`) and the parents of those users (`$config->usersPageIDs`) get automatically detected? Right now I still...
A minor styling issue... In Chrome (Windows), the appearance of the 'WireTabs' in the admin theme is not quite right.  I use the following fix in the AdminCustomFiles module:...
I have a problem with the image upload via the CKEditor in combination with the PageTable-Inputfield. When I edit the page with the PageTable and uploading a new image over...
If passing a function as string (function name) to method each(), the string has to include the functions namespace. Would be nice to have a hint in the method description....
Can't access site admin anymore unless I manually disable "SystemNotifications" in wire > modules > System. This is the error log: `2016-06-06 11:55:46 jacmaes http://www.mysite.com/processwire/module/ Error: Uncaught Error: Call to...
WireMail does not accept e-mail addresses with IDN domains as sender or recipient, info@bäckerei-müller.de for example. In my view, the problem lies in the Sanitizer class, when checking e-mail addresses....