1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add autocomplete search to default admin theme. More... almost 12 years ago
Update .gitignore file with .sv per @teppokoivula issue #235 More... almost 12 years ago
Add two letters from Czech alphabet to InputfieldPageName.module default translation characters, per @uiii issue #234 More... almost 12 years ago
Update MarkupPagerNav to support currentLinkMarkup per @sunlix issue #233 PR More... almost 12 years ago
Apply FieldtypeFile localization patch per @mseed issue #230 More... almost 12 years ago
Add Adrian's updates to InputfieldPageName/InputfieldPageTitle. This enables page names that truncate at their max length at the end of the word rather than in the middle of a word. More... almost 12 years ago
Update the autocomplete inputfield to work properly with single-page selection fields. More... almost 12 years ago
Make the max # of paginations configurable via $config->maxPageNum=999; More... almost 12 years ago
Various tweaks + fixes to inputfield dependencies and replace remaining jquery live() calls with on() calls. More... almost 12 years ago
Fix issue with field dependencies and <= and >= operators not working properly due to a regex order. More... almost 12 years ago
Update field dependencies to have better type checking. This corrects the issue of it failing with "field>0, field<10" type selectors. More... almost 12 years ago
Looks like I broke the installer on the last dev commit (sorry), this fixes that. More... almost 12 years ago
Update to add label fields to ProcessTemplate fields list in edit screen. This also corrects the issue with field dependencies defined in fieldsets that were losing their indentation. More... almost 12 years ago
Bump version to 2.3.4 (meant to do this on the last commit) More... almost 12 years ago
Add support for Inputfield Dependencies! Just a heads up: expect bugs. There are a whole lot of scenarios and this needs a lot of testing. For more about how Inputfield dependencies work, see the new documentation page at: http://processwire.com/api/selectors/inputfield-dependencies/ More... almost 12 years ago
Fix issue with Notices being generated from DatabaseMysqli when in debug mode and FormBuilder More... almost 12 years ago
Update installer to use PDO rather than mysqli. More... almost 12 years ago
Update htaccess to a setting compatible with pagefileSecure option (as a better default) More... almost 12 years ago
Fix for @somatonic issue #229 (/wire/core/Pages.php). Also added a "quote" method to the WireDatabasePDO class (was supposed to be there before). More... almost 12 years ago
Addition for @somatonic issue #227 - auto-publish behavior of adding a page with only global fields (like "title") is now configurable in the ProcessPageAdd module settings. More... almost 12 years ago
Fix issue #220 with InputfieldPageListSelectMultiple.module lacking translations. More... almost 12 years ago
Fix issue #223 where multi-language fields didn't save their value when there was only 1 language in the system. More... almost 12 years ago
Fix issue @junofornow #224 - file fields were losing their drag/sort ability when functioning as language alternate fields More... almost 12 years ago
Fix issue #225 where 'name' in page editor was saying it was required when it was not actually editable. More... almost 12 years ago
Small updates in preparation for later field dependency commits. More... almost 12 years ago
Update LanguageTranslator to use human-readable JSON output when the PHP version (5.4+) allows: JSON_PRETTY_PRINT option to json_encode(). More... almost 12 years ago
Various minor fixes and tweaks. More... almost 12 years ago
Fix issue with WireDatabasePDO having incorrect options format for the ERRMODE_EXCEPTION More... almost 12 years ago
Add @horst's sharpening, auto-rotation and saving of IPTC data to the ImageSizer class. Thanks Horst! See the updated /site-default/config.php for new options where you can specify defaults. These can also be specified as options independently via the $options array to Pageimage class, $image->size($w, $h, $options), and related functions. More... almost 12 years ago
Fix issue that was causing the "unexpected double colon" error in PHP 5.2.x More... almost 12 years ago