1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Dec 25, 2024 — Dec 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adjustment to modules config detection to double check that a file named [ModuleName]Config.php really is a ModuleConfig class before attempting to instantiate it. This corrects a conflict with FormBuilderConfig.php. More... over 10 years ago
Adjustment to class name in inputfields.js More... over 10 years ago
Add more config options for modal windows More... over 10 years ago
Bump core version to 2.5.24 More... over 10 years ago
When you have 100+ users in your system, the drop-down for Access > Users isn't very useful. This update adjusts that to instead display role links (with total counts, and links to users Lister filtered by that role) in the drop down when the quantity of users is above a threshold (which is now configurable in ProcessUser module settings). More... over 10 years ago
Various minor tweaks and adjustments. More... over 10 years ago
Add option for modules to use minified JS (or CSS) files. Plus minified a whole bunch of core JS files. Also included here is a refactoring of inputfields.js, and inclusion of @LostKobrakai latest updates to it per PR #1042 More... almost 11 years ago
Minor tweak to inputfields.js to correct checkbox dependency issue More... almost 11 years ago
Add @awt2542 PR #867 which adds shift-click support to checkboxes in MarkupAdminDataTable. I also went and added the same feature to InputfieldCheckboxes. More... almost 11 years ago
Add @LostKobrakai PR #991 which adds OR "|" support to field dependency VALUES on the JS side. Previously it was only supported on the PHP side. Since we were adding that, I went ahead and added OR support for the FIELDS part of the dependency as well. That one was not previously supported in either the PHP or JS side, so support has been added in both. More... almost 11 years ago
Add two @LostKobrakai PRs, plus some other minor unrelated adjustments More... almost 11 years ago
Add @esrch PR #994 to support subfields in InputfieldPageAutocomplete searches More... almost 11 years ago
Add @ocorreiododiogo PR #1040 More... almost 11 years ago
Fix ProcessPageSearch issue that affected ProcessLikes More... almost 11 years ago
Add ProcessPageSearch exclusion for 'display' as a field name More... almost 11 years ago
Correct issue that made FieldtypeConcat show a DB error message in ProcessField More... almost 11 years ago
Correct issue with checkboxes in tables not having a margin between the input and the label More... almost 11 years ago
Attempted fix for selector "doublicate" issue in ProcessPageLister More... almost 11 years ago
Fix a couple of reported Lister issues (that only affected ListerPro), including lost total count after modal edit, and making the config 'show' link work in Firefox. Update inputfields.js to provide for the option of avoiding automatic focusing of inputs in a form (for FormBuilder). More... almost 11 years ago
Fix issue #1032 More... almost 11 years ago
Bump version to 2.5.23 More... almost 11 years ago
Various updates and fixes from this week. Many are related to expanding Inputfield support for 3rd party frameworks (which I'm currently implementing in FormBuilder). Also included are some minor CKEditor fixes, a bump in jQuery UI version, and more. More... almost 11 years ago
Attempted fix for issue #957 where adding langauges could result in an error on some systems More... almost 11 years ago
Another attempted fix for issue #1011. @apeisa sent me a site profile where the issue was occurring, and so finally I was able to see it in action, and that made it easy to pinpoint and fix the issue (at least the one that was occurring in this particular site profile). If anyone else has experienced the issue, please give this commit a try to see if it also fixes it for you. Thanks. More... almost 11 years ago
Fix issue #1014 More... almost 11 years ago
Attempt fix for issue #1011 More... almost 11 years ago
Add the variable 'it' to the GET var exclusion list for ProcessPageSearch More... almost 11 years ago
Correct issue where site modules cache was unnecessarily saved when there were no site modules. More... almost 11 years ago
Add Teppo's fix for CKEditor timestamp/cache busting. Update the "caption text here" to not appear after a crop. Add forced alt tag with CKEditor image plugin. Update LanguageSupportPageNames module to support a Page::localHttpUrl() method, to accompany the existing Page::localUrl() method. More... almost 11 years ago
Add a meta tag to both admin themes to prevent Google Translate (in Chrome) from popping up all the time. More... almost 11 years ago