1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Feb 13, 2025 — Feb 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Various updates including HTML field output support to PageTable and fix issue #731 More... over 11 years ago
Fix for issue #708 (attempted) with repeaters and two page references pointing at each other. More... over 11 years ago
Just minor tweaks, mostly cosmetic More... over 11 years ago
Several major updates to SystemNotifications module including progressbar support, ghost scrolling and lots of code optimization. Also added a $this->warning() method to all Wire derived classes, to accompany the existing $this->error() and $this->message() methods. Updated both admin themes to support as well. More... over 11 years ago
Add SystemNotifications module to ProcessWire core. While it's still in development, it's already quite useful so figured we'd add it now. To install go to Modules > Install > SystemNotifications. If you don't see it at first, refresh modules. Special thanks to Avoine for sponsoring this. Lots more to come here. More... over 11 years ago
Bump system updater version More... over 11 years ago
Pre merge to master commit More... over 11 years ago
Updates to the ProcessRecentPages module. You'll want to do a Modules > Refresh to see updates. Also added a wireDate() function to provide a common interface for date(), strftime() and wireRelativeTimeStr(). More... over 11 years ago
Fix issue #695. Possible fix for issue #697 (though I wasn't able to duplicate that one). Plus, add the ability for PageTable to detect and pick up children that were added via some others means. More... over 11 years ago
Merge update from dev to master More... over 11 years ago
Fix issue #696 with JS error in user editor (as a result of PageLister loading when it wasn't needed or applicable) More... over 11 years ago
Add ProcessRecentPages module to core and bump version to 2.5.3 More... over 11 years ago
README tweaks More... over 11 years ago
Remoe dev version suffix More... over 11 years ago
Some minor admin theme tweaks. More... over 11 years ago
Fix issue #676 with Firefox loading the 'add page' twice when using 'Add New Page here' button on Children tab of page editor. I have no idea why Firefox insists on doing this, and will be interesting to see if it does it for every button wrapped in an <a> tag. Will do more testing. More... over 11 years ago
Fix issue #685 with Modules.php fatal error on 'check for new modules' when module directory is not readable by php. More... over 11 years ago
Fix issue #691 with locked visibility settings not working as intended. More... over 11 years ago
Minor updates in support of some other module projects. More... over 11 years ago
Some admin theme tweaks, typo fix in ProcessModule, and addition of wireRenderFile() and wireIncludeFile() functions. Both of those functions do the same thing except that wireRenderFile() returns the output (for delayed output) whereas wireIncludeFile() includes the file directly (for direct output). More... over 11 years ago
Attempt fix for issue #658 when user has user-admin permission and system has page-publish permission More... over 11 years ago
Tweaks to support admin theme More... over 11 years ago
Fix Firefox display issue #682 for icons in both admin themes. Fix issue #680 where Fields could be saved via API without a name. More... over 11 years ago
Fix issue #663 to prevent possible page field referencing page it lives on (circular reference) More... over 11 years ago
Add the beginner default profile to installation options. Fix some bugs in ProcessModuleInstall. More... over 11 years ago
Fix admin theme CSS issue #678 More... over 11 years ago
Fix issue #675 with InputfieldCKEditor and catching a json_decode fail (was returning null rather than false). More... over 11 years ago
Additional undos for AdminThemeReno. Sidebar will still get additional tweaks to be determined. More... over 11 years ago
Revert some changes on AdminThemeReno back to previous More... over 11 years ago
Additional tweaks to AdminThemeReno More... over 11 years ago