Re: [xwiki-users] Translations for XWiki Enterprise 2.0

2009-09-23 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi Guillaume,

We will take care of Galician and Spanish translations. XWiki Core will 
be the first stop. Sorry for the delay!

Greetings,

Ricardo

Guillaume Lerouge wrote:
 Hi XWikiers,
 I know some of you regularly update translations for languages on
 http://l10n.xwiki.org/ . I've just refreshed the list of translations, which
 created a slew of new empty strings :-)

 It would be great if we could fill as much of them as possible before
 releasing XWiki Enterprise 2.0. I'll handle the French ones.

 You can find empty translations for your language on
 http://l10n.xwiki.org/xwiki/bin/view/XE/XWikiCoreResources

 Thanks in advance for your help,

 Guillaume

   

-- 
Ricardo Rodríguez
Your EPEC Network ICT Team

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Error number 4001 in 4: Error while parsing velocity page Main.RecentChanges - compareTo work around

2009-09-23 Thread Vincent Gerris
Dear users,

I recently encountered a bug in the Main/RecentChanges page.
For some reason, we kept getting an error:

Error number 4001 in 4: Error while parsing velocity page
Main.RecentChanges
Wrapped Exception: Failed to evaluate content with id Recent Changes
com.xpn.xwiki.XWikiException: Error number 4001 in 4: Error while parsing 
velocity page Main.RecentChanges
Wrapped Exception: Failed to evaluate content with id Recent Changes
at 
com.xpn.xwiki.render.XWikiVelocityRenderer.evaluate(XWikiVelocityRenderer.java:114)
at 
com.xpn.xwiki.render.XWikiVelocityRenderer.render(XWikiVelocityRenderer.java:85)
.
Caused by: java.lang.ClassCastException: java.util.Date
at java.sql.Timestamp.compareTo(Timestamp.java:474)
.

It was unclear when it occured, because this has worked before.

After some googling, I found this:
http://twit88.com/blog/2007/12/08/javasqltimestamp-compareto-bug-in-jdk-15/

So I started fiddling around a bit.
The classes compared in the following line in the source seem both to be of the 
java util Date class.
For some reason the comparison fails, just like in the article.
The difference with the article is that a subclass is compared to a superclass, 
while in this case the comparison seems the same.

I do not know enough about XWiki internals to find out what goes wrong.
So could be a JDK 1.5 bug, could be a XWiki bug.

We are running XWiki 1.9.3.22597 on Oracle AS with JDK 1.5.

The workaround that for the moment does the trick is to switch the compared 
values.
So:
change this:
#if($lastCommentDate.compareTo($rcDt.toDate())  -1  
$lastCommentDate.compareTo($rcDt.toDate()) = 1)
with this:
#if($rcDt.toDate().compareTo($lastCommentDate)  -1  
$rcDt.toDate().compareTo($lastCommentDate) = 1)

I am interested to know if more users encountered this.
Besides that I would like to know if this should be reported in Jira and how?

Hope this helps someone.
I am not sure if this is a structural solution, I would love to hear that from 
a developer.


-- 
Met vriendelijke groet / Kind regards,

Vincent Gerris (SL 2.34)

De Haagse Hogeschool
Dienst ICT
v.j.ger...@hhs.nl
Tel: 070 445 7468


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Toc Macro 2.0 Style

2009-09-23 Thread hel-o

Is there a possibility to associate style information with the new toc macro?

Tried

(% class=toc %)
{{toc start=5/}}

and get

Not an inline macro

Thanks
hel.

-
semantic-web.hel.at
h...@hel.at

-- 
View this message in context: 
http://n2.nabble.com/Toc-Macro-2-0-Style-tp3698456p3698456.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Update 1.9.3 - 2.0.RC2

2009-09-23 Thread hel-o

Tried to update yesterday, everything seem alright but i cant import the
defalut xar (only imports on or two files, i think randomly) and i get an
error when i edit and save pages.

Detailed information:

Error number 13007 in 3: Exception while loading lock
Wrapped Exception: a different object with the same identifier value was
already associated with the session:
[com.xpn.xwiki.doc.XWikiLock#-114121954]
com.xpn.xwiki.XWikiException: Error number 13007 in 3: Exception while
loading lock
Wrapped Exception: a different object with the same identifier value was
already associated with the session:
[com.xpn.xwiki.doc.XWikiLock#-114121954]
at
com.xpn.xwiki.store.XWikiHibernateStore.loadLock(XWikiHibernateStore.java:1698)
at 
com.xpn.xwiki.store.XWikiCacheStore.loadLock(XWikiCacheStore.java:540)
at com.xpn.xwiki.doc.XWikiDocument.removeLock(XWikiDocument.java:4314)
at com.xpn.xwiki.web.SaveAction.save(SaveAction.java:179)
at com.xpn.xwiki.web.SaveAction.action(SaveAction.java:193)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:213)
at com.xpn.xwiki.web.XWikiAction.execute(XWikiAction.java:115)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:431)
at
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:236)
at 
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1196)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.wysiwyg.server.filter.ConversionFilter.doFilter(ConversionFilter.java:152)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:630)
at
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:436)
at
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:374)
at
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:302)
at com.xpn.xwiki.web.ActionFilter.doFilter(ActionFilter.java:109)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.java:68)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:295)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
com.xpn.xwiki.web.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:112)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
at

Re: [xwiki-users] Toc Macro 2.0 Style

2009-09-23 Thread Vincent Massol

On Sep 23, 2009, at 11:18 AM, hel-o wrote:


 Is there a possibility to associate style information with the new  
 toc macro?

 Tried

 (% class=toc %)
 {{toc start=5/}}

 and get

 Not an inline macro

Right now it's not possible to pass params to macros. It's planned but  
not done:
http://jira.xwiki.org/jira/browse/XWIKI-3237

You can watch and vote for this issue.

What you can do though is this:
{{box cssClass=floatinginfobox title=**Contents**}}{{toc start=2  
depth=3/}}{{/box}}

or

(%  %)(((
{{toc/}}
)))

Thanks
-Vincent
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Update 1.9.3 - 2.0.RC2

2009-09-23 Thread hel-o

OK,

found it.

got mapping resource=activitystream.hbm.xml/ in my hibernate
configuration.

It's only added in the default configuration (HSQL) not in the other
configurations.

hel.


hel-o wrote:
 
 Tried to update yesterday, everything seem alright but i cant import the
 defalut xar (only imports on or two files, i think randomly) and i get an
 error when i edit and save pages.
 
 


-
semantic-web.hel.at
h...@hel.at

-- 
View this message in context: 
http://n2.nabble.com/Update-1-9-3-2-0-RC2-tp3697992p3699324.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] The missing quality of xwiki?

2009-09-23 Thread Carsten Heyl
Hi anyone!

Here is my transcript of trying to find out something about XWikis quaility.


1. I started at the home page.

Hey looks quite good. Not too much info, main Products presented well,
good navigation.
Looks promising.

2. So take a look at the Products presented so prominent.

Well done. Good overview about the products.

3. So what problems do people have with XWiki, lets take a look at the FAQ.

What the ?

We want to use Wiki for structuring Information and XWiki itself does 
not get a simple FAQ right?
(Compare thet to http://ant.apache.org/faq.html)

Hmm... maybe they got overwhelmed lately?

No, latest changes date back to March of 2009.

   1. The F in FAQ stands for frequently, so a split betwenn FAQ and 
QA may be useful.
   2. 204 Questions without any structuring? (compare to e.g. the ant 
link above)
   3. 73 unanwered FAQs?

OK, so the XWiki don't care much for questions and usability?
Hmmm can't believe that, lets try more.

3. So what does it feel to use xwiki? Any sandbox or demo available?

Hey great, main navigation contains a Playground, lets give it a try.

Reading ... second generation (sounds promising) and how to start
(they guide me, good!).

So lets start.
Configuring your wiki by clicking on the 'Administration' link at the 
top right.

Hmm, no Administration link, only Log-In and Register.
Any info on the Log-In-Page? No.
Does demo/demo work? No.
Any info on the Playground-Startpage? No.
Hey there is a sandbox-Space, lets dig. Hmm, no way to edit, just 
Menus Show and Print.
Maybe problems due to a brand new update? Hmm.
Need to register? Lets try.
This will allow you to edit pages, once the admin gives you appropriate 
rights. OK, lets try nevertheless.

4. While waiting for the mail, lets explore the playground via Quick 
Links.

Index - Hmmm, velocity errors and endless Loading ...
What's New - RSS Included and my Registration is in, too. Looks good.
Hmm Adminstrator changed XWikiPreferences, maybe the cause of my problems?
Taking a look at the page.
To edit preferences, please use the Administration page.  - If I only 
could ...
Blog - Lets add an Article - OK, needs Log-in. No Registration-EMail yet :-/
Calendar - just some velocity code on the page, no calendar. :-(
Photo-Album - Yeah someone managed to upload a photo.
Tags - To tag a document, edit it and enter the tags. OK, later. (No 
Registration-EMail yet)

2 of 6 give errors right awy, hmmm gets disappointing.

5. While waiting for the mail, lets explore the playground via What's New.

Mail - Error number 4001 in 4: Error while parsing velocity page 
XWiki.Mail Wrapped Exception: Failed to evaluate content with id Mail
JavaScriptExtension - Hmmm looks pretty empty the page, can't figure out 
what it is good for.
StyleSheetExtension - Same here. Maybe thats part of the extensability, 
but where would I find Information about the Extension and how to use it?
   (The Information-Tab on he page does not help me.)
AllDocs - Hmms same as Index, yeah it's the same page, so does not work.
TreeView - even more empty than the Extension-Pages
TableView - some endless loading, got bored after 2 minutes waiting for 
loading to complete.

Hmmm, not much Information for a wiki.


My question to the xwiki users mailing list and the xwiki team.

Does that represent typical xwiki experience?
Does that represent the quality of care of the xwiki developers?
Is it worth downloading xwiki and spending more time digging into it?

Somewhat disappointed but not totally scared (yet :-),
Carsten Heyl







___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] The missing quality of xwiki?

2009-09-23 Thread Vincent Massol
Hi Carsten,

On Sep 23, 2009, at 11:22 AM, Carsten Heyl wrote:

 Hi anyone!

 Here is my transcript of trying to find out something about XWikis  
 quaility.

Thanks a lot for this email. I'd really really like that we receive  
more emails like this. It would help improve the xwiki quality a lot.

 1. I started at the home page.

 Hey looks quite good. Not too much info, main Products presented  
 well,
 good navigation.
 Looks promising.

 2. So take a look at the Products presented so prominent.

 Well done. Good overview about the products.

 3. So what problems do people have with XWiki, lets take a look at  
 the FAQ.

 What the ?

 We want to use Wiki for structuring Information and XWiki itself does
 not get a simple FAQ right?
 (Compare thet to http://ant.apache.org/faq.html)

 Hmm... maybe they got overwhelmed lately?

 No, latest changes date back to March of 2009.

   1. The F in FAQ stands for frequently, so a split betwenn FAQ  
 and
 QA may be useful.
   2. 204 Questions without any structuring? (compare to e.g. the ant
 link above)
   3. 73 unanwered FAQs?

 OK, so the XWiki don't care much for questions and usability?
 Hmmm can't believe that, lets try more.

I don't really understand the pb. I understand you'd have liked to see  
only a few items and ordered by category but here you have more:
- more entries
- ability to search for anything you want

Re FAQ vs QA, yes we have this ambiguity. It's a wiki and people adds  
their questions there instead of using the mailing list/forum as  
mentioned on the page...
OTOH if people asked themselves these questions it means others could  
also ask themselves the same questions so it's not too bad.

I don't have any idea to improve this. Maybe it's just about defining  
the expectations better about what users will find on this page.

Any help from your part here would be welcome.

 3. So what does it feel to use xwiki? Any sandbox or demo available?

 Hey great, main navigation contains a Playground, lets give it a  
 try.

 Reading ... second generation (sounds promising) and how to start
 (they guide me, good!).

 So lets start.
 Configuring your wiki by clicking on the 'Administration' link at the
 top right.

 Hmm, no Administration link, only Log-In and Register.
 Any info on the Log-In-Page? No.
 Does demo/demo work? No.
 Any info on the Playground-Startpage? No.
 Hey there is a sandbox-Space, lets dig. Hmm, no way to edit, just
 Menus Show and Print.
 Maybe problems due to a brand new update? Hmm.
 Need to register? Lets try.
 This will allow you to edit pages, once the admin gives you  
 appropriate
 rights. OK, lets try nevertheless.

 4. While waiting for the mail, lets explore the playground via Quick
 Links.

 Index - Hmmm, velocity errors and endless Loading ...
 What's New - RSS Included and my Registration is in, too. Looks good.
 Hmm Adminstrator changed XWikiPreferences, maybe the cause of my  
 problems?
 Taking a look at the page.
 To edit preferences, please use the Administration page.  - If I  
 only
 could ...
 Blog - Lets add an Article - OK, needs Log-in. No Registration-EMail  
 yet :-/
 Calendar - just some velocity code on the page, no calendar. :-(
 Photo-Album - Yeah someone managed to upload a photo.
 Tags - To tag a document, edit it and enter the tags. OK, later. (No
 Registration-EMail yet)

 2 of 6 give errors right awy, hmmm gets disappointing.

 5. While waiting for the mail, lets explore the playground via  
 What's New.

 Mail - Error number 4001 in 4: Error while parsing velocity page
 XWiki.Mail Wrapped Exception: Failed to evaluate content with id Mail
 JavaScriptExtension - Hmmm looks pretty empty the page, can't figure  
 out
 what it is good for.
 StyleSheetExtension - Same here. Maybe thats part of the  
 extensability,
 but where would I find Information about the Extension and how to  
 use it?
   (The Information-Tab on he page does not help me.)
 AllDocs - Hmms same as Index, yeah it's the same page, so does not  
 work.
 TreeView - even more empty than the Extension-Pages
 TableView - some endless loading, got bored after 2 minutes waiting  
 for
 loading to complete.

 Hmmm, not much Information for a wiki.

This is simply because we have upgraded the version for xwiki.org but  
we have forgotten to update the default wiki content for  
playground.xwiki.org... You caught us!

We're in the midst of releasing XWiki Enterprise 2.0 today or tomorrow  
and we'll perform the upgrade at this point.

If you're interested I'd really recommend you download XWiki  
Enterprise standalone version and install it on your machine. It's a  
10 minutes job and will give you a better feeling for XWiki.

What we need to do:
- upgrade playground.xwiki.org
- during that upgrade have a special box on the home page of  
playground.xwiki.org to explain that this is the standard wiki you get  
when installing XWiki and that you need to register to edit pages
- fix the message on the register page that talks about a 

Re: [xwiki-users] Toc Macro 2.0 Style

2009-09-23 Thread hel-o

Thanks, that did help :)

But brings me back to a bug i found lately.

((( ))) looses class or style definitions when you edit in WYSIWYG-Mode.

hel.


vmassol wrote:
 
 
 On Sep 23, 2009, at 11:18 AM, hel-o wrote:
 

 Is there a possibility to associate style information with the new  
 toc macro?

 Tried

 (% class=toc %)
 {{toc start=5/}}

 and get

 Not an inline macro
 
 Right now it's not possible to pass params to macros. It's planned but  
 not done:
 http://jira.xwiki.org/jira/browse/XWIKI-3237
 
 You can watch and vote for this issue.
 
 What you can do though is this:
 {{box cssClass=floatinginfobox title=**Contents**}}{{toc start=2  
 depth=3/}}{{/box}}
 
 or
 
 (%  %)(((
 {{toc/}}
 )))
 
 Thanks
 -Vincent
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
 
 


-
semantic-web.hel.at
h...@hel.at

-- 
View this message in context: 
http://n2.nabble.com/Toc-Macro-2-0-Style-tp3698456p3700474.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Toc Macro 2.0 Style

2009-09-23 Thread Vincent Massol

On Sep 23, 2009, at 5:42 PM, hel-o wrote:


 Thanks, that did help :)

 But brings me back to a bug i found lately.

 ((( ))) looses class or style definitions when you edit in WYSIWYG- 
 Mode.

can you create a jira issue for this please?

Thanks
-Vincent


 hel.


 vmassol wrote:


 On Sep 23, 2009, at 11:18 AM, hel-o wrote:


 Is there a possibility to associate style information with the new
 toc macro?

 Tried

 (% class=toc %)
 {{toc start=5/}}

 and get

 Not an inline macro

 Right now it's not possible to pass params to macros. It's planned  
 but
 not done:
 http://jira.xwiki.org/jira/browse/XWIKI-3237

 You can watch and vote for this issue.

 What you can do though is this:
 {{box cssClass=floatinginfobox title=**Contents**}}{{toc  
 start=2
 depth=3/}}{{/box}}

 or

 (%  %)(((
 {{toc/}}
 )))

 Thanks
 -Vincent
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Update 1.9.3 - 2.0.RC2

2009-09-23 Thread Vincent Massol

On Sep 23, 2009, at 2:42 PM, hel-o wrote:


 OK,

 found it.

 got mapping resource=activitystream.hbm.xml/ in my hibernate
 configuration.

 It's only added in the default configuration (HSQL) not in the other
 configurations.

fixed for 2.0 final.

Thanks
-Vincent


 hel.


 hel-o wrote:

 Tried to update yesterday, everything seem alright but i cant  
 import the
 defalut xar (only imports on or two files, i think randomly) and i  
 get an
 error when i edit and save pages.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] The missing quality of xwiki?

2009-09-23 Thread Jerome Velociter
Hello Carsten,

Thanks for your email, it's very valuable feedback.

I will try to answer just your last question

In short : Yes it's worth downloading XWiki :)

You can check out what others have built with XWiki at 
http://www.xwiki.org/xwiki/bin/view/References/
You can take a look at http://www.curriki.org in particular, which demo 
well some of the extensibility features of XWiki. Curriki is a 
collaborative Web site or open educational resources, and is built using 
XWiki as a platform.

Now, of course not everything is perfect. On usability, we've invested a 
lot recently on this aspect for our XWiki Enterprise product (and we 
will continue to do so in future releases), but certainly less on the 
xwiki.org web site itself, which is something I agree we have to work on 
as well.

Again, thanks for your email. I hope you will find in XWiki what you are 
looking for.

Regards,
Jerome.

Carsten Heyl wrote:
 Hi anyone!

 Here is my transcript of trying to find out something about XWikis quaility.


 1. I started at the home page.

 Hey looks quite good. Not too much info, main Products presented well,
 good navigation.
 Looks promising.

 2. So take a look at the Products presented so prominent.

 Well done. Good overview about the products.

 3. So what problems do people have with XWiki, lets take a look at the FAQ.

 What the ?

 We want to use Wiki for structuring Information and XWiki itself does 
 not get a simple FAQ right?
 (Compare thet to http://ant.apache.org/faq.html)

 Hmm... maybe they got overwhelmed lately?

 No, latest changes date back to March of 2009.

1. The F in FAQ stands for frequently, so a split betwenn FAQ and 
 QA may be useful.
2. 204 Questions without any structuring? (compare to e.g. the ant 
 link above)
3. 73 unanwered FAQs?

 OK, so the XWiki don't care much for questions and usability?
 Hmmm can't believe that, lets try more.

 3. So what does it feel to use xwiki? Any sandbox or demo available?

 Hey great, main navigation contains a Playground, lets give it a try.

 Reading ... second generation (sounds promising) and how to start
 (they guide me, good!).

 So lets start.
 Configuring your wiki by clicking on the 'Administration' link at the 
 top right.

 Hmm, no Administration link, only Log-In and Register.
 Any info on the Log-In-Page? No.
 Does demo/demo work? No.
 Any info on the Playground-Startpage? No.
 Hey there is a sandbox-Space, lets dig. Hmm, no way to edit, just 
 Menus Show and Print.
 Maybe problems due to a brand new update? Hmm.
 Need to register? Lets try.
 This will allow you to edit pages, once the admin gives you appropriate 
 rights. OK, lets try nevertheless.

 4. While waiting for the mail, lets explore the playground via Quick 
 Links.

 Index - Hmmm, velocity errors and endless Loading ...
 What's New - RSS Included and my Registration is in, too. Looks good.
 Hmm Adminstrator changed XWikiPreferences, maybe the cause of my problems?
 Taking a look at the page.
 To edit preferences, please use the Administration page.  - If I only 
 could ...
 Blog - Lets add an Article - OK, needs Log-in. No Registration-EMail yet :-/
 Calendar - just some velocity code on the page, no calendar. :-(
 Photo-Album - Yeah someone managed to upload a photo.
 Tags - To tag a document, edit it and enter the tags. OK, later. (No 
 Registration-EMail yet)

 2 of 6 give errors right awy, hmmm gets disappointing.

 5. While waiting for the mail, lets explore the playground via What's New.

 Mail - Error number 4001 in 4: Error while parsing velocity page 
 XWiki.Mail Wrapped Exception: Failed to evaluate content with id Mail
 JavaScriptExtension - Hmmm looks pretty empty the page, can't figure out 
 what it is good for.
 StyleSheetExtension - Same here. Maybe thats part of the extensability, 
 but where would I find Information about the Extension and how to use it?
(The Information-Tab on he page does not help me.)
 AllDocs - Hmms same as Index, yeah it's the same page, so does not work.
 TreeView - even more empty than the Extension-Pages
 TableView - some endless loading, got bored after 2 minutes waiting for 
 loading to complete.

 Hmmm, not much Information for a wiki.


 My question to the xwiki users mailing list and the xwiki team.

 Does that represent typical xwiki experience?
 Does that represent the quality of care of the xwiki developers?
 Is it worth downloading xwiki and spending more time digging into it?

 Somewhat disappointed but not totally scared (yet :-),
 Carsten Heyl







 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
   

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] How to change space URL

2009-09-23 Thread Jerome Velociter
Guillaume Lerouge wrote:
 Hi Philippe,

 On Thu, Sep 10, 2009 at 3:00 PM, PHILIPPE BANCOURT 
 philippe.banco...@arkea.com wrote:

   
 One of our spaces has parenthesis in its name. That has created problems
 with the use of the URL , which contains (e) symbols.
 I tried to rename the space, unsuccessfully it delete it so I rolled back.

 Is there a way to change a space's URL ?

 

 Since a space is made of all the pages located within that space, the only
 way to change a space URL is to change the name of all the pages located in
 that space. You might be able to achieve this using a script.
   

For example. using this snippet 
http://code.xwiki.org/xwiki/bin/view/Snippets/RenameSpaceSnippet

Jerome.
 Guillaume


   
 Thanks for answer,










 Philippe Bancourt
 Crédit Mutuel Arkéa
 Intranet, Pôle Services  Technologie.
 Tél. 02 98 00 21 17
 Mob. +33 677401103
 email : philippe.banco...@arkea.com
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 



   

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users