openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
ProcessWire
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 2 hours
ago. based on code collected
about 2 hours
ago.
Aug 14, 2024 — Aug 14, 2025
Showing page 27 of 55
Search / Filter on:
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.
Ryan Cramer
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.
Ryan Cramer
More...
over 11 years ago
Continued admin theme tweaks
Ryan Cramer
More...
over 11 years ago
Attempt fix for @somatonic issue #304 LanguageSupportPageNames redirection when combined with URL segments.
Ryan Cramer
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.
Ryan Cramer
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.
Ryan Cramer
More...
over 11 years ago
Remove admin theme from /site/templates-admin/, since it is now converted to be a module (AdminThemeDefault).
Ryan Cramer
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.
Ryan Cramer
More...
over 11 years ago
Additional admin theme tweaks
Ryan Cramer
More...
over 11 years ago
Bump version to 2.3.10
Ryan Cramer
More...
over 11 years ago
Restore/move/delete some files
Ryan Cramer
More...
over 11 years ago
Revert "More admin theme cleanup"
Ryan Cramer
More...
over 11 years ago
More admin theme cleanup
Ryan Cramer
More...
over 11 years ago
Admin theme cleanup and updates
Ryan Cramer
More...
over 11 years ago
Fix for @somatonic issue #296 - ProcessPageEditLink produces error notices in debug mode when no page specified
Ryan Cramer
More...
over 11 years ago
Fix for @Roope issue #294 - requiredIf dependencies not working with page reference field as dependency.
Ryan Cramer
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.
Ryan Cramer
More...
over 11 years ago
Various updates to dev admin theme. Also upgrade jQuery UI version and a few other small things.
Ryan Cramer
More...
over 11 years ago
Adjustment to file permissions/last commit
Ryan Cramer
More...
over 11 years ago
Fix issue with ProcessPageAdd double request
Ryan Cramer
More...
over 11 years ago
Various minor updates, including an adjustment to FieldtypeFloat's sleepValue that may need further language support testing.
Ryan Cramer
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.
Ryan Cramer
More...
over 11 years ago
Update ProcessPageType to support Unpublished and Hidden status for CSS, along with default values (strikethrough and opacity).
Ryan Cramer
More...
over 11 years ago
Test push from notebook, plus fix typo.
Ryan Cramer
More...
over 11 years ago
Attempt fix for issue #287 and issue #290
Ryan Cramer
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.
Ryan Cramer
More...
over 11 years ago
Some additional tweaks to the WireArray API additions.
Ryan Cramer
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.
Ryan Cramer
More...
over 11 years ago
Attempt fix for CacheFile not getting deleted issue as reported by Pete.
Ryan Cramer
More...
over 11 years ago
Fix for @felixwahner issue #279 (uninitialized vars in PageRender::getCacheFile)
Ryan Cramer
More...
over 11 years ago
←
1
2
…
23
24
25
26
27
28
29
30
31
…
54
55
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree