Silverstripe CMS - this is a module for Silverstripe Framework rather than a standalone app. Use https://github.com/silverstripe/silverstripe-installer/ to set this up.
There should be bulk move batch action to be able to select multiple pages and move them all at once. This functionality already exist in the Files but pages seems to have either lost the functionality or maybe never had it?
This would benefit CMS admins with lots of pages that need to be relocated, I think it should at least be able to handle the moving of 30 pages at a single time.
An action named "Move" should be added to the batch action dropdown. When multiple pages are selected you would either be able to:
drag those multiple pages (easiest for user)
be presented with a page select dropdown to be able to select a location to move the page along with the action "Move pages".
More consideration would be required around:
what are the scenarios where moving selected pages isn't possible (e.g. can't move blog post to a location which isn't a blog holder)
appropriate loading indicators
success, failure messaging
can we offer the user the option to publish the bulk move of these pages straight away (so they don't have to reselect them all to publish them).
this also goes back to a different issue raised a while back (will try to find it) around being able to publish a page/pages which have been moved without having to publish any draft content (only the tree is published).
There should be bulk move batch action to be able to select multiple pages and move them all at once. This functionality already exist in the Files but pages seems to have either lost the functionality or maybe never had it?
This would benefit CMS admins with lots of pages that need to be relocated, I think it should at least be able to handle the moving of 30 pages at a single time.
An action named "Move" should be added to the batch action dropdown. When multiple pages are selected you would either be able to:
More consideration would be required around: