Hi all,
Actually application descriptor contains a field that list all
document application contains.
I would like to add to Application Manager a way to be able to add
"all the documents of space SpaceName" for example.
I already implemented a solution and I would like you to comment and
me to modify if needed.
When XWikiApplication.resolveDocumentsNames is called, it list all
document and one by one look if the document name is between "[" and
"]", if so it consider document name as sql matching string usable
with "like". So for example you will add "[XWiki.%]" if you want to
add all documents in the XWiki space to the application document list.
This feature is supported for "documents list" and also "document list
to include"
WDYT ?
--
Thomas Mortagne