Hi All,
I have a question related with the use of the "." in the name of the
documents. In my company all the employers are creating several new
pages each day. Some of them, create the pages using the character "." .
This generate the malformed name of the document because when XWiki
found a ".", creates a new space.
For example:
The name of the page shouldn't be:
Release 30.2.1 Installer Application -> This generate the following
link: Release 30\.2\.1 Installer Application -> the link is wrong and
will appear in the list of the spaces with the character "?" that
indicates that the document hasn't been created. To fix this I have to
rename the link for something like this:
Release 30_2_1 Installer Application or Release 30 2 1 Installer
Application.
Sometimes I need to delete this type of documents directly from the
database.
I'm wondering if someone knows a plugin to delete the "." or the
solution that I have to implement here is to avoid the use of the
character "." in the name of the pages.
Thanks in advance,
Carolina Ramirez.