1
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Dec 29, 2024 — Dec 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix modules duplicate issue plus various other minor things, add a few phpdocs, fix typos and such. More... over 10 years ago
Various minor tweaks and adjustments, plus bump version to 2.5.29 More... over 10 years ago
Add feature request issue #977 to make "Add New" button support parents that are unpublished. More... over 10 years ago
Fix issue #1127, plus add support to WireCache for page selectors. Add $config->debugTools array so you can specify what debug mode tools you want available in the admin (and in what order). Plus various other adjustments to several files but nothing significant. More... over 10 years ago
Bump version to 2.5.28 More... over 10 years ago
Fix issue #1124 More... over 10 years ago
Update SystemNotifications module to notify you when editing a page that another user is editing, or when you are editing the same page yourself in more than one window. More... over 10 years ago
Update WireCache to support caching of PageArray, add option to provide cache generation function/closure to get() method, add support for retrieval of all caches matching a wildcard. This commit also adds the ability for one to configure their "View" link in ProcessPageEdit to open in a _blank target window--see the $config->pageEdit setting in /wire/config.php. More... over 10 years ago
Fix issue #1105 More... over 10 years ago
Bump version to 2.5.27 More... over 10 years ago
Add support for cloning of an existing field as an option during the field creation process (Setup > Fields > Add New). Existing fields appear in the "Type" selection, underneath the Fieldtype options. Also added support for field "Notes", which is a property used very often with Inputfields in ProcessWire, but previously was not available to your own fields. You'll see this right below the "description" input when editing a field (Basics tab). More... over 10 years ago
Update Fieldtype and Inputfield interfaces to support getConfigArray() methods, as an alternative to getConfigInputfields(). Update ConfiguragbleModule interface to support getModuleConfigInputfields() as optionally being non-static (you decide whether to make it static or non-static, and PW will adjust as needed). Also updated ConfigurableModule interface to support getModuleConfigArray() method as an alternative to getModuleConfigInputfields(). This method may be static or non-static, you decide. Updated documentation in both Module.php and ConfigurableModule.php interface files. Updated PW's root index.php to extract API variables when its being included from other scripts, so that you can use $pages rather than wire('pages') for example. Fixed issue with double-inclusion of InputfieldFile.js when debug mode is off. This commit also contains several other phpdoc updates throughout as ongoing work continues on always improving the code documentation. More... over 10 years ago
Fix issue with InputfieldWrapper and blank 'label' when skipLabel == Inputfield::skipLabelBlank More... over 10 years ago
Some API convenience methods added and/or improved. For instance, see the new WireArray::each() method. Also updated our core classes for support of PHP 5.6+ __debugInfo() magic methods, and improved other debugging aspects of the system. More... over 10 years ago
Fix issue #1093 More... over 10 years ago
Attempted fix for issue #1074 and issue #957 where adding language was causing an exception and missing column errors. This commit also contains various unrelated code documentation additions. More... over 10 years ago
Update to make repeater subfields selectable within InputfieldSelector More... over 10 years ago
Bump version to 2.5.26, plus a couple minor adjustments as prerequisites to some of next week's updates. More... over 10 years ago
Attempt fix for issue #1085 More... over 10 years ago
Add "contentType" support to template files. See Setup > Templates > [any template] > Files > Content Type. To configure content types, see $config->contentTypes in /wire/config.php, which you can copy to /site/config.php and modify as you see fit. Added PageList hover-to-show-actions support to ProcessPageList. To enable and configure, copy $config->pageList in /wire/config.php to /site/config.php and specify true for the "useHoverActions" property. This commit also contains various bug fixes and tweaks from issue reports covered over the last two days. More... over 10 years ago
Correct minor formatting issue with ProcessPageLister's use of MarkupFieldtype More... over 10 years ago
Bump version to 2.5.25 More... over 10 years ago
Add FileValidator support, which is part of an update related to @adrianbj PR #823, also add support for even simpler Module config files that contain nothing but a PHP array. Details on all this will be outlined in blog post at processwire.com later today. More... over 10 years ago
Add @phlppschrr PR #846 to correct PNG transparency cropping issue More... over 10 years ago
Correct issue with field dependencies and single-checkbox fields More... over 10 years ago
Add @JanRomero PR #1051 which adds a maxReject option to InputfieldImage, which enables you to refuse images above certain dimensions. More... over 10 years ago
Add @teppokoivula PR #974 for custom cache clearing using a selector to match pages More... over 10 years ago
Add @teppokoivula PR #1052 with error handling upgrades to ProcessPageList More... over 10 years ago
Add limitFields option to InputfieldSelector, for limiting selectable fields to a predefined list More... over 10 years ago
Correction to last night's commit, as it prevented modules using ModuleConfig interface (like SystemNotifications) for their config from being recognized for interactive configuration purposes. More... almost 11 years ago