1
I Use This!
Inactive

Commits : Listings

Analyzed 2 minutes ago. based on code collected 3 minutes ago.
Jan 16, 2025 — Jan 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update SystemNotifications to have on/off toggle per issue #876, plus update AdminThemeReno and SystemNotifications modules to use InputfieldIcon for icon selection. More... almost 11 years ago
Update error message in WireMail to include the email address per issue #877 More... almost 11 years ago
Add 'Logs' translation phrase per issue #875 More... almost 11 years ago
Fix issue #871 with unclosed table tag in ProcessCommentsManager More... almost 11 years ago
Attempt fix for issue #855 where removing fields initiated a redirect, preventing some changes from being saved. More... almost 11 years ago
Remove extraneous debugging message from last commit More... almost 11 years ago
Per issue #847 add ProcessPageEdit getters/setters and a hook for tabs, so that tabs can be manipulated more easily from the outside. More... almost 11 years ago
Add support for base (Wire) class log() method so that any Wire-derived object can save to its own log simply by calling $this->log('log text here'); More... about 11 years ago
Minor adjustment to System Update #10 More... about 11 years ago
Add Adrian's ProcessTemplateFieldCreator for quick access to create new fields in ProcessTemplate. Add new InputfieldIcon module, which enables visual selection of font-awesome icons. You'll see this used in both ProcessField and ProcessTemplate (advanced tabs). I figured there will be plenty of other use cases for this too, like the icon selection in AdminThemeReno and SystemNotifications modules, among others. More... about 11 years ago
Major updates to PW's log system, especially with regard to consuming the log (vs. writing to it). Includes several new API functions in the FileLog and WireLog classes, as well as a new ProcessLogger module for viewing log files from the admin. More... about 11 years ago
Update to fix issue when comments field used with Kongondo's Blog modules. More... about 11 years ago
Fix issue that was interfering with FormBuilder's getModuleConfigData() call, making it say that the module was not configured when it was. More... about 11 years ago
Update to support multiple copies of the same module, with the ability to select which one gets used (from the admin module configuration screen). More... about 11 years ago
Various updates in support of multi-template/parent user support per @apeisa More... about 11 years ago
Update custom plugin ckeditor icons to use hidpi versions when appropriate More... about 11 years ago
Update to support alternate templates and parents for User page objects. Lots of code changes/additions here so please report any new issues that arise and avoid using in production environments. More... about 11 years ago
Bump version to 2.5.13 More... about 11 years ago
Update CKEditor version from 4.4.3 => 4.4.6 More... about 11 years ago
Minor adjustment to previous commit. More... about 11 years ago
Add new "Markup/HTML with image management" content type option for FieldtypeTextarea. Selecting this option in your textarea field settings enables it to provide quality assurance for images referenced in textarea fields. More... about 11 years ago
Add support for new shorter API calls. I'll outline these in the weekly blog post, but to summarize: you can now use any API variable as a function, i.e. `$body = $page('body'); $products = $pages('template=product'); $field = $fields('title');` and so on. If the API variables aren't locally scoped, you can just prepend a `wire()` or `$this->wire()` call to ie, i.e. `wire()->pages('template=product'); or $this->wire()->fields('title');` More... about 11 years ago
Fix issue #836 with $sanitizer->url('/path/to/page.html') and $sanitizer->url('path/to/page.html') not working properly, i.e. non-domain URLs that had a file extension like .html. More... about 11 years ago
Fix issue that was causing doubled log entries. More... about 11 years ago
Bump version to 2.5.11 More... about 11 years ago
Add new ProcessCommentsManager module to core. Additional updates to FieldtypeComments and related. More... about 11 years ago
Fix issue #716 with InputfieldHeaderHidden appearing in Reno theme. More... about 11 years ago
Fix issue #829 with PHP notice sometimes appearing in FieldtypePage.module when assigning an array value to a Page field More... about 11 years ago
Fix issue #827 with enter-in-input sometimes focusing to non-applicable button More... about 11 years ago
Fix issue #824 with notice appearing in ProcessRecentPages More... about 11 years ago