delete a space and non latin characters in space names
Hi there, I'm quite new to XWiki and I faced two major and one minor problem around spaces. 1. [major] how can I delete a space (and all its child pages) 2. [major] can I use non latin characters is a space name (I have an UTF-8 configured Postgres database backend) 3. [minor] is it possible to rename a space? Thanks for your answers! Cheers, P
Hi Peter, On Jan 12, 2007, at 5:18 PM, Ipacs Péter wrote:
Hi there,
I'm quite new to XWiki and I faced two major and one minor problem around spaces. 1. [major] how can I delete a space (and all its child pages)
Check if you have a Admin/SpaceDelete page in your wiki (probably not). We used to have one but we have removed it because it was too dangerous.. If you don't have one I've put the code in the Code Zone here: http:// www.xwiki.org/xwiki/bin/view/Code/DeleteSpaceSnippet
2. [major] can I use non latin characters is a space name (I have an UTF-8 configured Postgres database backend)
I think the answer is no but I remember seeing a jira issue about this.
3. [minor] is it possible to rename a space?
A space doesn't exist physically. See http://www.xwiki.org/xwiki/bin/ view/UserGuide/Spaces Thanks -Vincent ___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com
Hi Vincent, Thanks for he answers!) Have a good weekend! P On 1/12/07, Vincent Massol <[email protected]> wrote:
Hi Peter,
On Jan 12, 2007, at 5:18 PM, Ipacs Péter wrote:
Hi there,
I'm quite new to XWiki and I faced two major and one minor problem around spaces. 1. [major] how can I delete a space (and all its child pages)
Check if you have a Admin/SpaceDelete page in your wiki (probably not). We used to have one but we have removed it because it was too dangerous..
If you don't have one I've put the code in the Code Zone here: http:// www.xwiki.org/xwiki/bin/view/Code/DeleteSpaceSnippet
2. [major] can I use non latin characters is a space name (I have an UTF-8 configured Postgres database backend)
I think the answer is no but I remember seeing a jira issue about this.
3. [minor] is it possible to rename a space?
A space doesn't exist physically. See http://www.xwiki.org/xwiki/bin/ view/UserGuide/Spaces
Thanks -Vincent
___________________________________________________________________________ Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Profitez des connaissances, des opinions et des expériences des internautes sur Yahoo! Questions/Réponses http://fr.answers.yahoo.com
-- You receive this message as a subscriber of the [email protected] list. To unsubscribe: mailto:[email protected] For general help: mailto:[email protected]?subject=help ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
participants (2)
-
Ipacs Péter -
Vincent Massol