-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move page incl. the contained images? #222
Comments
Same issue. Very frustrating and dangerous when medias from playground stay writable for all user then the initial page was already moved to a restricted area managed by ACL. |
DokuWiki doesn't have the concept of attachments. Media files are independent entities that exist independent of pages and can be used in any number of pages. Which rules should the move plugin use to decide which media files should be moved where when a page is moved/renamed? |
@michitux You get the point. True. In our use case, we use a playground directory which is public like that all registred users are able to add new page with media files (picture, PDF, word/excel document, etc...). We only want to move page and media files linked from "brouillon" to "connaissance". There isn't possible to add a general option for the move plugin in order to know from which directories the media files need to be move ? For exemple, an option for liting specific folders names impacted by this behaviour ? In my case, I would add my "brouillon" directory. It will be very useful and more safe for us ! Thanks for your wonderful plugin. |
A new checkbox allows to move referenced page media along with a page rename. This happens only if * the checkbox is ticked * the page actually moves to a new namespace * the page was not in the root namespace * the referenced media is in the same namespace as the page
Hello together,
is it possible to move a page one by one with the pictures that are on that page?
I would like to move the whole namespace but only the page with the images on it.
Example:
sourcedirectory/pic1.jpg
sourcedirectory/page1.txt
Move -> dir2
targetdirectory/pic1.jpg
targetdirectory/page1.txt
Currently, when the page is moved, the image remains on the page in the source directory and is not moved to the destination directory.
Only the links on the page are adjusted.
Thanks a lot
The text was updated successfully, but these errors were encountered: