ProcessWire icon indicating copy to clipboard operation
ProcessWire copied to clipboard

Our repository has moved to https://github.com/processwire – please head there for the latest version.

Results 102 ProcessWire issues
Sort by recently updated
recently updated
newest added

https://github.com/ryancramerdesign/ProcessWire/blob/devns/wire/templates-admin/scripts/main.js#L229

Need More Information

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...

Needs Confirmation
Can't reproduce

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. ![tabs](https://cloud.githubusercontent.com/assets/1538852/15982917/a2447fc4-2fea-11e6-9438-cf4ad557260e.png) I use the following fix in the AdminCustomFiles module:...

Conversation

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...

Conversation

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....

Conversation

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...

Fixed! Please Confirm
Can't reproduce

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....

Feature Request