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 5 hours
ago. based on code collected
about 5 hours
ago.
Jun 20, 2024 — Jun 20, 2025
Showing page 24 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Attempted fix for @somatonic issue #405 with regard to LanguageSupportPageNames and http/https redirects.
Ryan Cramer
More...
over 11 years ago
Fix issue #399 and issue #384 with regard to LanguageSupportPageNames behaviors
Ryan Cramer
More...
over 11 years ago
Some minor adjustments, including a new "wiretabclick" event for JqueryWireTabs, a fix to InputfieldPage, and a ProcessPageList css tweak.
Ryan Cramer
More...
over 11 years ago
Update for @teppokoivula issue #394 to prevent skipping over integer 0 or string "0" options being added.
Ryan Cramer
More...
over 11 years ago
Fix @adrianbj issue #393 where order of OR fields in a $pages->find() caused an error if the group if fields included a combination of native and custom fields. Technically, we don't support combining native and custom fields in an OR group of fields, but it was actually working here due to a side effect of parent/children subfield support, so we might as well support it!
Ryan Cramer
More...
over 11 years ago
Update per @somatonic issue #392 - add a getWireUpload() method to InputfieldFile and have it set max filesize to the WireUpload instance.
Ryan Cramer
More...
over 11 years ago
Fix @somatonic issue #387 with js error appearing in admin theme main.js on menu hover
Ryan Cramer
More...
over 11 years ago
Add @horst-n fix for ImageSizer issue #386
Ryan Cramer
More...
over 11 years ago
Fix @somatonic issue #385 with tab fields having more visibility options than they should.
Ryan Cramer
More...
over 11 years ago
Correct issue with 'requiredIf' dependencies sometimes not being processed when placed within a fieldset that has a showIf dependency. The scope of the issue may go furthe than that though, but not yet confirmed.
Ryan Cramer
More...
over 11 years ago
Upgrade module dependencies to support version dependencies. Now your module's "requires" string or array may specify the version in addition to the module, i.e. "HelloWorld>=1.0.1". You can also now use "PHP" or "ProcessWire" as version dependencies to specify that your module requires a particular version of PHP or ProcessWire. Example: "PHP>=5.4.0, ProcessWire>=2.4.1, HelloWorld>1.0.0". Versions for modules may be specified as version strings (like shown here) or integers, but integers are preferable since they are how we specify module versions in getModuleInfo() functions. But when specifying a PHP or ProcessWire version, you should always use the 3 part version string (i.e. 2.4.1).
Ryan Cramer
More...
over 11 years ago
Updates to WireMail to support "to" names and some other optimizations.
Ryan Cramer
More...
over 11 years ago
Integrate HariKT PR #366 (for reconnect to PDO db when connection lost) and Interrobang/Klickstarter PR #382 (for support of MySQL socket).
Ryan Cramer
More...
over 11 years ago
Some updates and usage instructions added to WireMail(). Also put together an example WireMail module, but will post that in the forums.
Ryan Cramer
More...
over 11 years ago
Addition of a WireMailInterface and WireMail module base class to allow for 3rd party modules to replace PW's PHP-based mail() sending. Also added a wireMail() function as a replacement for PHP's mail(), but that uses whatever WireMail module is installed.
Ryan Cramer
More...
over 11 years ago
Add a reloadLanguages method to Languages class per issue #374
Ryan Cramer
More...
over 11 years ago
Reverse update from commit #374 because it appeared to be causing major side effects.
Ryan Cramer
More...
over 11 years ago
Attempt fix/addition for issue #374
Ryan Cramer
More...
over 11 years ago
Add a language-specific change to the change tracking in LanguagesPageFieldValue per issue #373
Ryan Cramer
More...
over 11 years ago
Attempt fix for @teppokoivula issue #367 where change tracking was not reset automatically for multi-language text fields.
Ryan Cramer
More...
over 11 years ago
Fix issue #365 where ProcessPageClone delivered a fatal error when trying to clone a page that lacked a 'title' field.
Ryan Cramer
More...
over 11 years ago
Fix issue #363 where image list toggle icon didn't show if there was only a single image (preventing one from being able to delete the image, if they happened to start in grid mode, for example).
Ryan Cramer
More...
over 11 years ago
Fix @somatonic issue #378 where certain types of selectors with OR values had remaining selectors get bunched into the OR.
Ryan Cramer
More...
over 11 years ago
Add an error message to let Superuser know when they need to update their $config->httpHosts setting in /site/config.php
Ryan Cramer
More...
over 11 years ago
Add removal of pageStack and instanceIDs in Page class to $pages->uncacheAll();
Ryan Cramer
More...
over 11 years ago
Various small fixes/adjustments.
Ryan Cramer
More...
over 11 years ago
A few minor fixes and adjustments including a correction of the way a bitwise status selector was handled by PageFinder in some cases.
Ryan Cramer
More...
over 11 years ago
Some text updates to default site profile plus addition of an admin link in the top nav.
Ryan Cramer
More...
over 11 years ago
Update inputfields.js so that the InputfieldStateToggle class can be removed.
Ryan Cramer
More...
over 11 years ago
Fix FieldtypeFloat/InputfieldFloat issue where an undefined precision resulted in assuming precision 0. Instead we now let the precision be defined by the supplied value and how many numbers occur after the decimal point.
Ryan Cramer
More...
over 11 years ago
←
1
2
…
20
21
22
23
24
25
26
27
28
…
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