1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jun 20, 2024 — Jun 20, 2025
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. More... over 11 years ago
Fix issue #399 and issue #384 with regard to LanguageSupportPageNames behaviors More... over 11 years ago
Some minor adjustments, including a new "wiretabclick" event for JqueryWireTabs, a fix to InputfieldPage, and a ProcessPageList css tweak. More... over 11 years ago
Update for @teppokoivula issue #394 to prevent skipping over integer 0 or string "0" options being added. 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! 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. More... over 11 years ago
Fix @somatonic issue #387 with js error appearing in admin theme main.js on menu hover More... over 11 years ago
Add @horst-n fix for ImageSizer issue #386 More... over 11 years ago
Fix @somatonic issue #385 with tab fields having more visibility options than they should. 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. 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). More... over 11 years ago
Updates to WireMail to support "to" names and some other optimizations. 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). 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. 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. More... over 11 years ago
Add a reloadLanguages method to Languages class per issue #374 More... over 11 years ago
Reverse update from commit #374 because it appeared to be causing major side effects. More... over 11 years ago
Attempt fix/addition for issue #374 More... over 11 years ago
Add a language-specific change to the change tracking in LanguagesPageFieldValue per issue #373 More... over 11 years ago
Attempt fix for @teppokoivula issue #367 where change tracking was not reset automatically for multi-language text fields. 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. 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). 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. 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 More... over 11 years ago
Add removal of pageStack and instanceIDs in Page class to $pages->uncacheAll(); More... over 11 years ago
Various small fixes/adjustments. 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. More... over 11 years ago
Some text updates to default site profile plus addition of an admin link in the top nav. More... over 11 years ago
Update inputfields.js so that the InputfieldStateToggle class can be removed. 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. More... over 11 years ago