ProcessWire
ProcessWire copied to clipboard
Our repository has moved to https://github.com/processwire – please head there for the latest version.
When on the Input tab of a PageTable field, the "Automatic Page Name Format" option is title case, rather than sentence case. Actually, "Column Width" is the same. I am...
With MySQL strict mode (specifically, only_full_group_by) enabled, the following selector (where location_select is a multi-Page field) gives the resulting error: `$this->pages->get('template=People')->children("sort=location_select.title, limit=30");` `Error: Exception: SQLSTATE[42000]: Syntax error or access violation:...
The add new button is always present, even if you don't configure the lister to allow for adding new pages (by setting a parent).
Would nice to be able to pass some kind of custom data into the new `renderField`-method. Like an array as already possible with `wireRenderFile`/`wireIncludeFile`. As I can see this is...
I love the render function, and I want to stop wireRenderFile and move over to it. At the moment I use wireRenderFile and pass the PageArray or field as a...
If you have opened up a branch and then visit a link like this: http://pwtest.dev/processwire/page/?id=xxxx where the xxxx is the id of the parent page of the branch you previously...
Please make the render functions for the comments list and item in [CommentList.php](https://github.com/ryancramerdesign/ProcessWire/blob/master/wire/modules/Fieldtype/FieldtypeComments/CommentList.php) hookable. I need microdata in the markup for the comment lists ratings. I know I could loop...
While ProcessWire's core site profiles aren't as central to PW as other core themes to other Content Management Systems ProcessWire should at least inspire developers to make their ProcessWire websites...
I've kind of hit the wall with trying to find a sensible way of keeping track of fields added to, or removed from, Fieldgroups. Fieldgroups track removed fields, which makes...
Hi All, I think it would be handy to have a method that resizes an image to be contained within a given area, maintains it's aspect ratio and doesn't crop...