1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Aug 14, 2024 — Aug 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add new methods to $modules API variable including $modules->delete($moduleName); which physically removes the module's files. Also fixed an issue with $modules->resetCache(); not being totally functional until the next page request. More... over 11 years ago
Add new wireChmod(string $path, bool $recursive) to the Functions.php core file functions. This function adjusts permission for a file or directory (optionally resursively) to be consistent with those in the PW $config->chmodFile and $config->chmodDir settings. More... over 11 years ago
Continued admin theme tweaks More... over 11 years ago
Attempt fix for @somatonic issue #304 LanguageSupportPageNames redirection when combined with URL segments. More... over 11 years ago
Upgrade to FontAwesome v4 icons (required a lot of icon class name changes). And get the reponsive mobile views resolved with better navigation. More... over 11 years ago
Update system updater so that it automatically installs new admin theme module. Plus fix a bug in main Modules class that was causing it to potentially init() some modules twice. More... over 11 years ago
Remove admin theme from /site/templates-admin/, since it is now converted to be a module (AdminThemeDefault). More... over 11 years ago
Add new AdminTheme module type, making AdminThemes now usable and installable as modules. This also includes the ability to have multiple admin themes installed. When multiple are installed, it automatically adds a field where the user can select their theme from their profile settings. More... over 11 years ago
Additional admin theme tweaks More... over 11 years ago
Bump version to 2.3.10 More... over 11 years ago
Restore/move/delete some files More... over 11 years ago
Revert "More admin theme cleanup" More... over 11 years ago
More admin theme cleanup More... over 11 years ago
Admin theme cleanup and updates More... over 11 years ago
Fix for @somatonic issue #296 - ProcessPageEditLink produces error notices in debug mode when no page specified More... over 11 years ago
Fix for @Roope issue #294 - requiredIf dependencies not working with page reference field as dependency. More... over 11 years ago
Fix for @somatonic issue #292 with some empty language alternate fields not falling back to default language when they should. More... over 11 years ago
Various updates to dev admin theme. Also upgrade jQuery UI version and a few other small things. More... over 11 years ago
Adjustment to file permissions/last commit More... over 11 years ago
Fix issue with ProcessPageAdd double request More... over 11 years ago
Various minor updates, including an adjustment to FieldtypeFloat's sleepValue that may need further language support testing. More... over 11 years ago
Switch $config->httpHost to defer to a whitelist ($config->httpHosts), fallback to SERVER_NAME if no whitelist, or fall back to a sanitized HTTP_HOST if no SERVER_NAME. More... over 11 years ago
Update ProcessPageType to support Unpublished and Hidden status for CSS, along with default values (strikethrough and opacity). More... over 11 years ago
Test push from notebook, plus fix typo. More... over 11 years ago
Attempt fix for issue #287 and issue #290 More... over 11 years ago
Fix issue #289 with overflow-y/auto issues. I think I'd rather just put up with the jumping menu when scrollbar appears, which isn't really much of a problem. More... over 11 years ago
Some additional tweaks to the WireArray API additions. More... over 11 years ago
Addition of some utility/convenience functions in the core, mostly applicable to WireArray. See the commit in file WireArray.php for detailed comments on the new additions. More... over 11 years ago
Attempt fix for CacheFile not getting deleted issue as reported by Pete. More... over 11 years ago
Fix for @felixwahner issue #279 (uninitialized vars in PageRender::getCacheFile) More... over 11 years ago