ryan Posted October 5, 2018 Share Posted October 5, 2018 This week we look at two new versions on the dev branch and a lot of updates. These include new page traversal methods, page list customization options, improved empty trash process, two factor authentication improvements, improvements to the profile editor, and more– https://processwire.com/blog/posts/processwire-3.0.115-and-3.0.116-core-updates/ 12 4 Link to comment Share on other sites More sharing options...
HerTha Posted October 5, 2018 Share Posted October 5, 2018 Lucky us! It has become PW 3.0.116 "Spacy ads" instead 2 Link to comment Share on other sites More sharing options...
nbcommunication Posted October 5, 2018 Share Posted October 5, 2018 Hi Ryan, Love the page tree customisation additions! I've got a request that I think would be pretty useful, which is to add the ability to break the count down by page status eg: News 40/2/5 Where the numbers represent published/hidden/unpublished. In the case of all published pages, it would just display the child count. It might also make sense for an option to display a label eg: News 40 published / 2 hidden / 5 unpublished or News 40 published / 5 unpublished This might not look that great if all rootParents have children of varying statues, but still worth having the option. If there's a better place to put this request, please let me know! I'm getting pretty familiar with the core, but don't know enough about how the admin theme works to be able to prototype and pull request it. Thanks as ever for ProcessWire and all your continuing work. Cheers, Chris NB Link to comment Share on other sites More sharing options...
nbcommunication Posted October 5, 2018 Share Posted October 5, 2018 Thinking about this further, the label method wouldn't be required if uk-text-[status] classes were employed. e.g: .uk-text-success was a bit faint compared to .uk-text-primary hence why this is used. Cheers, Chris NB Link to comment Share on other sites More sharing options...
Robin S Posted October 5, 2018 Share Posted October 5, 2018 Thanks for the updates Ryan! For the children counts in Page List, would you please consider adding hookable methods that return $numChildren and $numTotal? That would allow the option for devs to add a hook to correct those counts in case some descendant pages are not listable by some roles. Thanks. Also, not sure if this is deliberate but I notice the new child count options don't take effect in the Pages > Tree flyout menu. 3 Link to comment Share on other sites More sharing options...
Gideon So Posted October 6, 2018 Share Posted October 6, 2018 Seems the version is not bumped to 3.0.116. 3 Link to comment Share on other sites More sharing options...
Tom. Posted October 8, 2018 Share Posted October 8, 2018 @Gideon So I also can't seem to download 3.0.116. Both the Website and ProcessWireUpgrade module report 3.0.115 being latest. 1 Link to comment Share on other sites More sharing options...
AndZyk Posted October 8, 2018 Share Posted October 8, 2018 If you use the ProcessWireUpgrade module you always get the latest development branch with all new commits. Even if the version number is not bumped up. Just download the newest dev version again. ? 1 Link to comment Share on other sites More sharing options...
szabesz Posted October 8, 2018 Share Posted October 8, 2018 11 hours ago, Tom. said: I also can't seem to download 3.0.116. Both the Website and ProcessWireUpgrade module report 3.0.115 being latest. It is a know issue that the labels on website are updated after a few hours or sometimes even days, but the links actually point to the newest dev version. Just download by clicking the button and check .../wire/core/ProcessWire.php. To make sure what you got see the version constants in the source: class ProcessWire extends Wire {... 1 Link to comment Share on other sites More sharing options...
Gideon So Posted October 9, 2018 Share Posted October 9, 2018 Hi all, On 10/6/2018 at 9:45 AM, Gideon So said: Seems the version is not bumped to 3.0.116. @ryan fixed that last night. Gideon 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now