1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jan 20, 2025 — Jan 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix issue #1205 More... over 10 years ago
Fix issue #1199 More... over 10 years ago
Fix issue #1207 More... over 10 years ago
Fix issue #1204 More... over 10 years ago
Fix issue #1200 More... over 10 years ago
Fix ProcessPageLister issue where it identified parent.template properties that it shoudln't More... over 10 years ago
Small adjustment to fix the "cannot add field with same name as language" issue More... over 10 years ago
Merge branch 'dev2' into dev for PW 2.6.2 More... over 10 years ago
Convert dev 2.6.1 to master 2.6.1 More... over 10 years ago
Bump version to 2.6.2 dev More... over 10 years ago
Add support for granular field permissions, visible as the "Access" tab when editing a field. Also added a new "Overrides" tab that lets you see and remove field/template context override settings. More... over 10 years ago
Update inputfields.js to detect presence of jQuery UI before attempting to use effect(). This is for cases like FormBuilder, where jQuery UI may not be present. More... over 10 years ago
Add feature request issue #1189 to support a wildcard "*" as an option for $template->noCacheGetVars|noCachePostVars More... over 10 years ago
Fix issue #1192 where ProcessPageList 'path' property in the JS didn't consider the $page->template->slashUrls setting More... over 10 years ago
Fix issue #1188 where subselector that failed to match any pages could still result in the parent selector matching More... over 10 years ago
Fix issue #1195 where $pages->clone() previously didn't cause an update to pages_parents table for has_parent selectors to work properly. More... over 10 years ago
Bump version to 2.6.1 More... over 10 years ago
Add separate "view" file support to Process modules. When a Process Module's execute*() methods return an array, it is assumed to be an array of varibles to send to a view file named either ./views/method-name.php or ModuleName-methodName.view.php. See the dev branch of the ProcessHello module for a working example. More... over 10 years ago
Add confirmation that you want to abandon a PageEdit form if you attempt to navigate away from it after making changes to it. This brings a capability similar to that of Soma's FormSaveReminder module to the core, though done a little bit differently, and it'll work with any InputfieldForm that has the class InputfieldFormConfirm. If FormSaveReminder is installed, then it disables itself, leaving control to FormSaveReminder. To disable the confirmation completely in PageEdit, set `$config->pageEdit['confirm'] = false;`. Currently we just have this active for PageEdit, but will enable for all PW forms if it turns out to be not too much of a nuisance. More... over 10 years ago
Fix issue #1186 More... over 10 years ago
Merge branch 'master' into dev More... over 10 years ago
Various minor adjustments More... over 10 years ago
Fix issue #1161 More... over 10 years ago
Make sure this dev branch is still labeled as dev More... over 10 years ago
Last minute tweaks and bump version to 2.6.0... now to merge to master More... over 10 years ago
Minor tweaks in preparation for 2.6 More... over 10 years ago
README updates More... over 10 years ago
Fix issue with ProcessUser ajax menu when combined with ProcessPageListerPro More... over 10 years ago
Add @LostKobrakai PR #1143 with small fix to ProcessProfile module configuration to use user templates (if more than one) More... over 10 years ago
Minor adjustments to avoid a notice in debug mode More... over 10 years ago