1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 31, 2025 — Jan 31, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add @renobird updates to AdminThemeReno More... over 10 years ago
Various updates for PW 2.6.11 including: 1) smart hooks, where you can specify conditions for the object or arguments, to determine whether the hook will be executed; 2) new template family support for a "one" option (for noParents) which specifies that only one page of the type may exist; 3) support for a new Inputfield::collapsedYesAjax mode, which only renders/processes the field if you click on it to open it first (this is currently experimental and not yet offered as an option for fields yet); 4) Improvements to InputfieldPageAutocomplete, when used in single selection mode-it's now a lot nicer and takes up a lot less space; 5) improvements to ProcessTemplate, especially on the Family tab, where you can now click to allowed parent/child templates directly from the editor, per suggestion in issue #1296. also improvements to the Basics tab, which can now show you a Lister of all pages using the template; 6) various other minor tweaks, additions and adjustments. more to come as well before we update the version number to 2.6.11. More... over 10 years ago
Fix FieldtypeOptions issue #1299 More... over 10 years ago
Fix issue #1305 More... over 10 years ago
Update to make FieldtypeTextarea maintain LanguagesPageFieldValue per issue #1306 More... over 10 years ago
Update to add $config->sessionCookieSecure option to provide choice as to whether you want separate HTTP/HTTPS cookies or not. Default=true. Set to false in your /site/config.php to disable. More... over 10 years ago
Add @adrianbj fix to ProcessTemplateFieldCreator.js per issue #1217 More... over 10 years ago
ProcessWire 2.6.10 dev version brings a lot of new capabilities to the user-admin permission. Also added is version change detection for the core and modules. When PW detects the core version has changed, it automatically resets the modules cache, which ensures no older assets are loaded (you no longer have to reset the modules cache yourself after upgrades). In addition, PW now keeps track of module version changes, and the next time the module is loaded, it calls an ___upgrade($fromVersion, $toVersion) method on the module, if it has one. Some more changes in this commit, such as improving the display of the permissions view in Access > Roles > any-role. More... over 10 years ago
Fix issue #1274 where checkboxes/radios should have inline-block rather than block for CSS display. More... over 10 years ago
Fix issue #1301 where Friday's changes to InputfieldFile were interfering with ProcessLanguage More... over 10 years ago
Adjustment to WireInput url() method to support new slash settings for templates More... over 10 years ago
Add support for specifying the required trailing slash state for URL segments, and page numbers (independently). Plus make it possible to configure ProCache (if installed) directly from the Template settings. Some other minor fixes and tweaks here as well. More... over 10 years ago
Various updates to support passing through of exceptions per request by Avoine. Use the $config->allowExceptions=true; setting to enable exceptions to pass through the system. This is implement just for files in /wire/core/ at the moment, but will also be implemented in /wire/modules/ shortly. Also added a hookable Wire::trackException($exception) method that gets a copy of all thrown exceptions. More... over 10 years ago
Additional AdminThemeReno updates per Tom More... over 10 years ago
Add $page->createdStr and $page->modifiedStr properties that return created/modified date formatted in system date format ($config->dateFormat). Add a $pageimage->maxSize($width, $height) method that returns an image no larger than the given dimensions (to accompany the existing maxWidth and maxHeight methods). Add a $session->forceLogin($user) method that enables you to login a user without requiring a password. Plus some other minor tweaks and updates. More... over 10 years ago
Minor correction to avoid notice, from AdminThemeReno.module More... over 10 years ago
This method can be called by any template file to stop further rendering. This is preferable to doing an exit; or die() from your template file(s), as it only halts the rendering of output and doesn't halt the rest of ProcessWire. Can be called from prepend/append files as well. USAGE from template file is: `return $this->halt();` More... over 10 years ago
Add new AdminThemeReno version More... over 10 years ago
Update to fix issue #1276 to prevent possible redirect loop in https when site is upgraded without also updating the index.php file More... over 10 years ago
ProcessWire 2.6.7 primarily focuses on covering recent issue reports and a few PRs. In addition, it adds support for /site/ready.php, /site/init.php /site/finished.php files, which are optional files called according to request status (more explained in today's blog post). This version also continues expanding support for Lister and ListerPro, and cleans up some markup/CSS for a few multi-value Inputfields. More... over 10 years ago
Various bug fixes from this weekend and today, mostly related to issue reports queue. More... over 10 years ago
Additional tweaks to ProcessPageLister More... over 10 years ago
A few tweaks to the last commit More... over 10 years ago
ProcessWire 2.6.6 makes most core Inputfields support dynamic insertion and save in documents. This is primarily in support of the new ListerPro version, which supports inline results table editing for any page and field. More... over 10 years ago
ProcessWire 2.6.5 adds new "extra" actions to PageList and Lister, giving you full control over page status settings from the list. This update also adds a "restore" option for pages in the trash, which restores them to their original location and order. Also new is the inline clone option: when ProcessPageClone is installed, clicking the "clone" action in PageList/Lister will create a clone right there, without having to go to another screen. Note this is only if the page being cloned has no children. If the page has children, then it needs to ask you some more questions and it works as it did before. Lastly, your PageList configurable "label" field (with ProcessPageList.module or on the Advanced tab for any template) now accepts a {tag} format, which lets you have a lot more control over the output of your page labels in PageList. More... over 10 years ago
Fix issue #1218, plus major refactoring of hooks system More... over 10 years ago
Mostly just minor tweaks and adjustments in support of additions to FieldtypeTable, but these are this week's updates and version 2.6.4. More... over 10 years ago
Add extra check in LanguageSupport.module per issue #1220 More... over 10 years ago
Add field permissions support for languages, so that you can limit a role to just editing a specific language, especially useful for translation-only roles. Bump version to 2.6.3. More... over 10 years ago
Fix issue #1206 More... over 10 years ago