Teppo Koivula
Teppo Koivula
This PR adds support for translating page/post template names in Blade templates, duplicating the translation behaviour from WP_Theme for FiltersTemplates. Without this modification I couldn't find any truly sensible way...
As explained in https://processwire.com/talk/topic/6333-version-control/?do=findComment&comment=221082, current method of handling timestamps can be problematic due to relying on the timezone of the database.
This idea came up in an [otherwise unrelated forum thread](https://processwire.com/talk/topic/21177-maturity-of-processpagesexportimport-other-ways-to-stage-or-transfer-selected-content-changes/): it would be pretty neat to be able to export and then import (same site, or a different site altogether)...
The solution @harikt has provided for installing modules via Composer definitely does the trick, but I'm wondering if we should aim to get ProcessWire support into the official composer/installers package?...
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...
### Terms - [X] I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - [X] This request is not a duplicate of an existing issue - [X] I have...
This is loosely related to https://processwire.com/talk/topic/29541-cve-2023-24676/, and mostly about being extra careful that dangerous features are only enabled intentionally: - Currently the default moduleInstall settings enable module installs via URL...
In a codebase that makes use of SELECT ... FOR UPDATE (and likely other locking reads, though I haven't tested others) the core WireDatabasePDO class uses reader instance, which results...
Not entirely sure if this is an issue or a feature request, but either way: If I enable multiple templates/parents for users ($config->usersPageIDs and $config->userTemplateIDs) and go to `Admin >...