-
### Short description of the issue
Because of the way inputfields’ js config are added and only rendered when the admin theme itself is rendered, whenever an inputfield with an associated js config…
-
Hello,
first of all thank you for the module. I will definetly test it out.
Unfortunatelly I get the following error after I have installed the module.
`Declaration of ProcessWire\InputfieldRe…
-
### Short description of the enhancement
Currenly I'm working on a project, where the customer wanted to host videos without an external platform like Vimeo or Youtube. An issue I needed to overcom…
-
There are some blueprints in a collection that I'd like to restrict to a certain sub-set of users, for example some index pages only need to be created once, compared to show pages which need to be cr…
-
### Short description of the issue
Using `preload(['foo')]` will set `foo` as changed.
### Expected behavior
`preload` should not affect `getChanges()`.
### Steps to reproduce the issue
…
-
### Short description of the issue
When a page has a PageTable field and it's joined with e.g. `$p = $pages->get('id=42, field=my_pagetable_field')`, the resulting `$p->my_pagetable_field` is empty…
-
Not sure when this issue crept in, I am guessing when the file/image fields were refactored:
Fatal Error: Uncaught Error: Call to a member function getOptions() on null in site/modules/FieldtypeSec…
-
See comment at https://processwire.com/talk/topic/3745-hanna-code/page/18/?tab=comments#comment-217245
In the TextformatterHannaCode::getPHP() method, the lines
` if(strpos($code, 'namespace') && p…
-
### Short description of the issue
If I loop pages fetched with `find("template=$template, field=mytext")`, calling `$page->mytext` makes a database query for each page that do not have `mytext` va…
-
Version: Processwire 3.0.33
Installed on: Xampp with Maria DB | PHP 5.6.21
I selected the "blank" profile and set up the database stuff. As username i chose "`_test_`" and continued.
A notice that u…