1
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 14 hours ago.
Dec 25, 2024 — Dec 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix issue #819 with PageList > Move > Trash appearing when it wasn't applicable. More... about 11 years ago
Add two new page name character replacements per issue #816 More... about 11 years ago
Some fixes to recent FieldtypeComments additions/updates More... about 11 years ago
Add upvoting/downvoting support to the Comments Fieldtype. To enable, see the field settings. I think this is the last pending item for @somatonic updates. More... about 11 years ago
Fix issue with PHP error that occurred in FieldtypeComments. Occurred on my web server, but not in my dev environment for some reason. More... about 11 years ago
More updates to FieldtypeComments comment system, including: 1) Comment approval links accessible from admin email notifications; 2) Support for commenter email notifications, each notification also includes an unsubscribe link; 3) Support for HTML emails; 4) Update it so that it remembers commenter email/cite in JS-based cookies rather than PHP session (which is more cache friendly). More on the way. There are a lot of updates in here so if using FieldtypeComments, I recommend testing this out only in non-production environments until we've had more testing. More... about 11 years ago
Update Markdown and SmartyPants versions for the Textformatters More... about 11 years ago
Fix issue #814 where markdown in file/image descriptions was getting html stripped out incorrectly. More... about 11 years ago
Additional updates to FieldtypeComments, mainly tweaks to the previous commit rather than new features here. More... about 11 years ago
Add threaded comments support to FieldtypeComments. This is the first item on a group of updates to comments modules for @somatonic . To enable threaded comments support, edit (or create new) comments field, and set the "reply depth" option to something greater than 0. You'll also want to include the new comments.css and comments.js files in your document, per the instructions on the field configuration screen for your comments field (bottom of details tab). Please note threaded comments are not yet tested in production use and there are likely still issues to work out, but hopefully everything should work for the most part. More... about 11 years ago
Various updates including addition of $page->status() method, for API consistency. Addition of $page->statusStr property, which returns a string of status names applied to the page. Expanded capabilities for field.subfield properties to be accessed on Page objects (previously it only allowed it when output formatting was off). Plus a couple of other minor tweaks. More... about 11 years ago
Various small fixes and updates, including addition of new $config->debugIf option. More... about 11 years ago
Add @horst-n PR #800 to add time limit reset to image resize More... about 11 years ago
Add @owzim PR #804 to support hyphenated urlSegments for Process modules that translate to camelCase method names. More... about 11 years ago
Fix issue #806 where TinyMCE couldn't be installed if it wasn't already. Plus a couple other minor fixes. More... about 11 years ago
Various updates in support of upcoming ProcessWireConfig tool. Bump version to 2.5.10. More... about 11 years ago
Update to support multiple status selections in same PageFinder query. Plus fix a minor issue in SystemNotifications. More... about 11 years ago
Pageimage class updates per @horst-n, this update includes fixes for tracking variations created by chained size() method calls. It also moves temporary files for image size() calls to the cache directory. More... about 11 years ago
Make Pages::clone() ignore parent/family settings per request issue #199 and issue #170 More... about 11 years ago
Update InputfieldImage to support attr array rather than string per enhancement issue #794 More... about 11 years ago
Fix issue #791 with InputfieldSelector not retaining descending sort values More... about 11 years ago
Fix issue #789 where "Save and keep unpublished" button wasn't showing when it was supposed to. More... about 11 years ago
Attempt fix for issue #786 where PageArray::prepend(PageArray) resulted in +1 added to getTotal() unnecessarily More... about 11 years ago
Update to make the behavior consistent when changing a page name that collides with another, per issue #781. Also fix issue with Session redirects not passing along warning messages. More... about 11 years ago
Add option for arg-specified abbreviations to wireRelativeTimeStr() per feature request issue #780 More... about 11 years ago
Bump version number to 2.5.9 More... about 11 years ago
Some rewriting and improvements of the SystemNotifications module. Add better timer support, make things work faster, and more. More... about 11 years ago
Update thumbnail images used in admin to be configurable in size and support high DPI output in the admin. See the /wire/config.php additions for settings that can be copied to /site/config.php and modified. Also updated the default behavior of ProcessPageEditImageSelect to use thumbnails rather than full-size images during the image selection process. This new behavior can be optionally disabled in the ProcessPageEditImageSelect module settings. More... about 11 years ago
Updates to Lister and InputfieldSelector to enhance template context awareness More... about 11 years ago
Fix issue with InputfieldSelector not loading datepicker More... about 11 years ago