openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
ProcessWire
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 20 hours
ago. based on code collected
about 20 hours
ago.
Dec 29, 2024 — Dec 29, 2025
Showing page 8 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix modules duplicate issue plus various other minor things, add a few phpdocs, fix typos and such.
Ryan Cramer
More...
over 10 years ago
Various minor tweaks and adjustments, plus bump version to 2.5.29
Ryan Cramer
More...
over 10 years ago
Add feature request issue #977 to make "Add New" button support parents that are unpublished.
Ryan Cramer
More...
over 10 years ago
Fix issue #1127, plus add support to WireCache for page selectors. Add $config->debugTools array so you can specify what debug mode tools you want available in the admin (and in what order). Plus various other adjustments to several files but nothing significant.
Ryan Cramer
More...
over 10 years ago
Bump version to 2.5.28
Ryan Cramer
More...
over 10 years ago
Fix issue #1124
Ryan Cramer
More...
over 10 years ago
Update SystemNotifications module to notify you when editing a page that another user is editing, or when you are editing the same page yourself in more than one window.
Ryan Cramer
More...
over 10 years ago
Update WireCache to support caching of PageArray, add option to provide cache generation function/closure to get() method, add support for retrieval of all caches matching a wildcard. This commit also adds the ability for one to configure their "View" link in ProcessPageEdit to open in a _blank target window--see the $config->pageEdit setting in /wire/config.php.
Ryan Cramer
More...
over 10 years ago
Fix issue #1105
Ryan Cramer
More...
over 10 years ago
Bump version to 2.5.27
Ryan Cramer
More...
over 10 years ago
Add support for cloning of an existing field as an option during the field creation process (Setup > Fields > Add New). Existing fields appear in the "Type" selection, underneath the Fieldtype options. Also added support for field "Notes", which is a property used very often with Inputfields in ProcessWire, but previously was not available to your own fields. You'll see this right below the "description" input when editing a field (Basics tab).
Ryan Cramer
More...
over 10 years ago
Update Fieldtype and Inputfield interfaces to support getConfigArray() methods, as an alternative to getConfigInputfields(). Update ConfiguragbleModule interface to support getModuleConfigInputfields() as optionally being non-static (you decide whether to make it static or non-static, and PW will adjust as needed). Also updated ConfigurableModule interface to support getModuleConfigArray() method as an alternative to getModuleConfigInputfields(). This method may be static or non-static, you decide. Updated documentation in both Module.php and ConfigurableModule.php interface files. Updated PW's root index.php to extract API variables when its being included from other scripts, so that you can use $pages rather than wire('pages') for example. Fixed issue with double-inclusion of InputfieldFile.js when debug mode is off. This commit also contains several other phpdoc updates throughout as ongoing work continues on always improving the code documentation.
Ryan Cramer
More...
over 10 years ago
Fix issue with InputfieldWrapper and blank 'label' when skipLabel == Inputfield::skipLabelBlank
Ryan Cramer
More...
over 10 years ago
Some API convenience methods added and/or improved. For instance, see the new WireArray::each() method. Also updated our core classes for support of PHP 5.6+ __debugInfo() magic methods, and improved other debugging aspects of the system.
Ryan Cramer
More...
over 10 years ago
Fix issue #1093
Ryan Cramer
More...
over 10 years ago
Attempted fix for issue #1074 and issue #957 where adding language was causing an exception and missing column errors. This commit also contains various unrelated code documentation additions.
Ryan Cramer
More...
over 10 years ago
Update to make repeater subfields selectable within InputfieldSelector
Ryan Cramer
More...
over 10 years ago
Bump version to 2.5.26, plus a couple minor adjustments as prerequisites to some of next week's updates.
Ryan Cramer
More...
over 10 years ago
Attempt fix for issue #1085
Ryan Cramer
More...
over 10 years ago
Add "contentType" support to template files. See Setup > Templates > [any template] > Files > Content Type. To configure content types, see $config->contentTypes in /wire/config.php, which you can copy to /site/config.php and modify as you see fit. Added PageList hover-to-show-actions support to ProcessPageList. To enable and configure, copy $config->pageList in /wire/config.php to /site/config.php and specify true for the "useHoverActions" property. This commit also contains various bug fixes and tweaks from issue reports covered over the last two days.
Ryan Cramer
More...
over 10 years ago
Correct minor formatting issue with ProcessPageLister's use of MarkupFieldtype
Ryan Cramer
More...
over 10 years ago
Bump version to 2.5.25
Ryan Cramer
More...
over 10 years ago
Add FileValidator support, which is part of an update related to @adrianbj PR #823, also add support for even simpler Module config files that contain nothing but a PHP array. Details on all this will be outlined in blog post at processwire.com later today.
Ryan Cramer
More...
over 10 years ago
Add @phlppschrr PR #846 to correct PNG transparency cropping issue
Ryan Cramer
More...
over 10 years ago
Correct issue with field dependencies and single-checkbox fields
Ryan Cramer
More...
over 10 years ago
Add @JanRomero PR #1051 which adds a maxReject option to InputfieldImage, which enables you to refuse images above certain dimensions.
Ryan Cramer
More...
over 10 years ago
Add @teppokoivula PR #974 for custom cache clearing using a selector to match pages
Ryan Cramer
More...
over 10 years ago
Add @teppokoivula PR #1052 with error handling upgrades to ProcessPageList
Ryan Cramer
More...
over 10 years ago
Add limitFields option to InputfieldSelector, for limiting selectable fields to a predefined list
Ryan Cramer
More...
over 10 years ago
Correction to last night's commit, as it prevented modules using ModuleConfig interface (like SystemNotifications) for their config from being recognized for interactive configuration purposes.
Ryan Cramer
More...
almost 11 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
…
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