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
1 day
ago. based on code collected
1 day
ago.
Jan 15, 2025 — Jan 15, 2026
Showing page 5 of 55
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix issue #1399 where CKEditor inline mode still has trouble with its getData() method when clicking the Save button directly after doing a shift-enter within the inline editor.
Ryan Cramer
More...
over 10 years ago
Fix issue #1400 where the 'redirectLogin' option in ProcessTemplate wasn't recording properly for page IDs in redirectLoginURL field.
Ryan Cramer
More...
over 10 years ago
Fix issue #1405 where FileLog was using a constant that had been converted to a variable and needed to be updated.
Ryan Cramer
More...
over 10 years ago
Fix issue #1407 where a request URL with 60+ slashes would cause a 500 "Unable to complete this request" rather than a 404 "Page not found" error.
Ryan Cramer
More...
over 10 years ago
Fix issue #1402 where WireDatabaseBackup SQL file info wasn't always properly picking up the footer meta info for the file.
Ryan Cramer
More...
over 10 years ago
Add translatable "Edit" to templates-admin/default.php per issue #1397
Ryan Cramer
More...
over 10 years ago
Fix issue #1396 to allow for namespaced $template->pageClass
Ryan Cramer
More...
over 10 years ago
Expand support for the new 'published' property in other parts of the system. This should also fix issue #1395
Ryan Cramer
More...
over 10 years ago
Fix issue #1393 where clicking on tab in PageEditLink process could cause the URL input to go blank
Ryan Cramer
More...
over 10 years ago
Fix issue #1390 where MarkupPagerNav was not properly honoring the slashPageNum template setting. Also update MarkupPagerNav to populate $config->urls->next and $config->urls->prev properties, for those that might like to use `<link rel='next' href='{$config->urls->next}' />` and equivalent rel=prev link tags for pagination hints to Google.
Ryan Cramer
More...
over 10 years ago
Add array support enhancement to conditional hook options per issue #1383
Ryan Cramer
More...
over 10 years ago
Fix issue #1382 where tel: links were not supported by HTML Purifier and Sanitizer
Ryan Cramer
More...
over 10 years ago
Additional updates per issue #1381
Ryan Cramer
More...
over 10 years ago
Fix issue #1381 where ProcessLogger table was using sortable-by-column mode on MarkupAdminDataTable when it should have been disabled.
Ryan Cramer
More...
over 10 years ago
Fix issue #1376 where ProcessPageAdd shortcut sort order was not always being retained
Ryan Cramer
More...
over 10 years ago
Fix issue #1368 where debug-mode field name hints weren't showing on ajax-loaded fields
Ryan Cramer
More...
over 10 years ago
Fix issue #1359 where the $page->next and $page->prev return values were NullPage after a $page->save(), when they shoudln't be.
Ryan Cramer
More...
over 10 years ago
Fix issue #1355 where beginner profile defined functions in _init.php when it should instead define them in a separate include_once(_func.php).
Ryan Cramer
More...
over 10 years ago
Fix issue #1348 where single-page selection autocomplete was not working with the "allow adding of new items" option
Ryan Cramer
More...
over 10 years ago
ProcessWire 2.6.17 adds support for bookmarks in several parts of the admin, including Page List, Page Edit, Page Add, and Page Lister (Find). This enables you to mark pages as bookmarks that will be accessible in your navigation. When it comes to Lister, it enables you to bookmark predefined searches (and output columns). See this week's upcoming blog post for more details.
Ryan Cramer
More...
over 10 years ago
ProcessWire 2.6.16 adds a new system 'published' field to the 'pages' table. It works the same as the existing 'created' and 'modified' properties, except that it represents the date/time the page was published (which may be different from the created or modified date/time). This version also adds support for Page fields to use custom labels (rather than just a single field name), replacing the somewhat kludgy use of FieldtypeConcat for this scenario (which was the only way to do it before). These custom labels are supported by all core Page selection Inputfields, and should also work with most 3rd party ones as well. In addition, this version updates the AsmSelect Inputfield to support edit-links for selected pages, which lets you click the selected label and pop-open a modal to edit the page. This one was requested by some in the community awhile back. This version also tests making the 'hover' mode the default for PageList... I'm not sure we'll keep it that way, but interested to know if you think it's an improvement or better before. Lastly, this version contains several minor tweaks and fixes.
Ryan Cramer
More...
over 10 years ago
ProcessWire 2.6.15 introduces major enhancements to the permissions system, now supporting the ability to add/revoke any page-related permission to a role directly in the template access settings. This allows for a whole lot more granularity than before. Also included are major enhancements to the Access > Roles editor for Permissions editing. This version also makes it much easier to install the "optional permissions" -- now when you go to Access > Permissions > Add New, you have the choice to install any of the optional permissions with one click.
Ryan Cramer
More...
over 10 years ago
ProcessWire 2.6.14 focuses on upgrades to the Sanitizer class / $sanitizer API variable, and marrying it to the $input API variable, so that the two can be used together. This version also includes several minor tweaks, fixes, and enhancements, as well as a new version of CKEditor.
Ryan Cramer
More...
over 10 years ago
ProcessWire 2.6.13 adds ajax driven "Children" menu to the page editor, so that now the Page editor doesn't need to trigger any secondary requests when the page editor is loaded. This improves UI performance and puts less load on the server. Though this option can be disabled via new /wire/config.php options, should you prefer the previous behavior. This version of PW also adds support for sorting the "Add New" page options: see the ProcessPageAdd module config screen. Further, 2.6.13 contains a new version of CKEditor, and various minor bug fixes and tweaks.
Ryan Cramer
More...
over 10 years ago
Update CKEditor to 4.5.2, apply temporary fix for insert image issue that they will apparently fix in CKE 4.5.3. Also included are various minor core updates and fixes.
Ryan Cramer
More...
over 10 years ago
Fix issue with Fieldtype::markupValue not working for single-page reference fields when output in Lister/ListerPro
Ryan Cramer
More...
over 10 years ago
Attempt to fix issue reported in 2.6.12 commit comments with ProcessChangelogHooks not receiving config data for singel request
Ryan Cramer
More...
over 10 years ago
ProcessWire 2.6.12 continues on last weeks updates by expanding and improving support for ajax-driven fields. This version also adds a new "Add New" menu item to the Pages top-navigation. This is the same as the Add New button you see on the PageList screen, except that you can access it from anywhere in the admin. Note that it won't appear if you don't have any valid parent/child relationships setup in template family settings. This version also contains numerous other optimizations, improvements and tweaks, but most too small to mention here.
Ryan Cramer
More...
over 10 years ago
Fix issue with field dependencies in ajax loaded tabs/fieldsets
Ryan Cramer
More...
over 10 years ago
Update CKEditor to 4.5.1. Several major core updates to support the new ajax visibility types for inputfields. This is PW 2.6.11, but I'm not updating the version number till this weekend or monday, as I'd like to get a couple more people testing first just to make sure all is good (lots of new code here).
Ryan Cramer
More...
over 10 years ago
←
1
2
3
4
5
6
7
8
9
…
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