Hi Sebastian,

Take a look at the Refactoring Module
http://extensions.xwiki.org/xwiki/bin/view/Extension/Refactoring+Module .
It provides some scripting APIs to move/rename pages. The full list of
methods is available at
https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-api/src/main/java/org/xwiki/refactoring/script/RefactoringScriptService.java
. Move request accepts a list as input (i.e. you can move multiple pages to
the same target location).

Hope this helps,
Marius

On Wed, Mar 1, 2017 at 4:22 PM, Sebastian Luna Valero <
sebastian.luna.val...@gmail.com> wrote:

> Hi All,
>
> We are rearranging our xwiki and we have many pages to move to different
> locations. So far, the only solution seems to be doing so one page at a
> time, which is tedious having into account that more than 200 pages need to
> be moved.
>
> I was wondering whether this could be streamlined somehow. I could not find
> help in the mailing list archives and I think the only extension available
> is:
>
> http://extensions.xwiki.org/xwiki/bin/view/Extension/File+
> Manager+Application
>
> but this seems to work with non-wiki files.
>
> Any feedback is appreciated.
>
> Best regards,
> Sebastian
>

Reply via email to