Changes for page Farm property updater

Last modified by Anca Luca on 2023/12/12 23:50

<
From version < 2.1 >
edited by Denis Gervalle
on 2015/03/05 20:05
To version < 3.1 >
edited by Denis Gervalle
on 2015/03/05 20:05
>
Change comment: There is no comment for this version

Summary

Details

ExtensionCode.ExtensionClass[0]
Description
... ... @@ -1,1 +1,13 @@
1 -Batch updater for property of objects in multiple wikis
1 +Batch property updater for objects in multiple wikis.
2 +
3 +It is currently split in two separate tools:
4 + * Farm Field Value Updater (FarmTools.FarmFieldValueUpdater)
5 + * Farm Preferences Updater (FarmTools.FarmPreferencesUpdater)
6 +
7 +Both tools allows to change the value of a given object property from one value to another. You select the name of the document containing the object to change (without wiki prefix), and the same document in all wikis will get its object property updated. The object selected is always the first object matching the object class to be updated.
8 +
9 +In the Farm Field Value Updater, you can freely choose the object class you want to update, and you can set a constant value to one of its properties.
10 +
11 +In the Farm Preferences Updater, the object is always of class 'XWiki.XWikiPreferences', so only properties of this class could be updated. The update is done using a RegEx and a replacement value, so you have the ability to manipulate the existing value to produce the new one.
12 +Additionally, in this second tool, there is a special property named "doc.parent", which allows you to update the parent of any chosen document using the same RegEx mechanism.
13 +
Source
... ... @@ -1,0 +1,1 @@
1 +https://github.com/xwiki-contrib/application-farm-tools/tree/master/application-farm-property-updater
ExtensionCode.ExtensionCompatibilityClass[0]
Extension Version
... ... @@ -1,0 +1,1 @@
1 +2.0
XWiki Flavor
... ... @@ -1,0 +1,1 @@
1 +XWiki Enterprise
XWiki Flavor Version
... ... @@ -1,0 +1,1 @@
1 +5.3

Get Connected