Re: [xwiki-users] Short URL instructions are incorrect

2010-12-09 Thread Paul Harris
On 8 December 2010 17:14, Marius Dumitru Florea < mariusdumitru.flo...@xwiki.com> wrote: > On 12/08/2010 10:13 AM, Paul Harris wrote: > > On 8 December 2010 14:46, Paul Harris wrote: > > > >> > >> > >> On 8 December 2010 14:14, Paul Harris wrote: > >> > >>> Hi, > >>> > >>> I tried to follow the

Re: [xwiki-users] View rights and Edit rights... and some weird stuff

2010-12-09 Thread Paul Harris
On 9 December 2010 21:01, Paul Harris wrote: > > > On 9 December 2010 17:29, Guillaume Lerouge wrote: > >> Hi Paul, >> >> On Thu, Dec 9, 2010 at 02:28, Paul Harris wrote: >> >> > On 9 December 2010 09:21, Paul Harris wrote: >> > >> > > Hi again, >> > > >> > > I wanted to protect my "Website Ad

[xwiki-users] Changing the default Space

2010-12-09 Thread Paul Harris
Hi all, I want to change the primary space name from "Main" to "Public" to make it clear to wiki users who is going to have access to the info in that space. I've tried changing every mention of "Main" to "Public" in the WEB-INF directory, restarting jetty and refreshing the webbrowser, and STILL

[xwiki-users] FAQ Tutorial Issue

2010-12-09 Thread mearvk01
According to this page http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial I should have an XWiki space on the default home page. It says I should be able to search for 'XWikiClasses' and find it in the XWiki space. I see neither the XWiki space under the "Spaces" heading nor do I g

[xwiki-users] Installation Issue

2010-12-09 Thread mearvk01
I am unable to complete the installation using either the Windows .exe or the jar file. I get to the unpacking step and the 'next arrow' doesn't do anything. I am running Windows 7 64-bit. I am running as administrator. In the command window I get: Microsoft Windows [Version 6.1.7600]

[xwiki-users] java.sql.SQLException PoolablePreparedStatment

2010-12-09 Thread Scardino, Leonard R Jr ERDC-ITL-MS Contractor
I have a new instance of XWiki running on Tomcat 5.5 / Mysql Server 5.1. The wiki appears to be running fine, no errors being shown to the user. However, in the tomcat log I'm getting a bunch of java.sql.SQLExceptions like the following: java.sql.SQLException: org.apache.commons.dbcp.PoolablePrep

Re: [xwiki-users] View rights and Edit rights... and some weird stuff

2010-12-09 Thread Paul Harris
On 9 December 2010 22:30, Sergiu Dumitriu wrote: > On 12/09/2010 02:28 AM, Paul Harris wrote: > > On 9 December 2010 09:21, Paul Harris wrote: > > > >> Hi again, > >> > >> I wanted to protect my "Website Admin" from any non-admins, > >> So I edited the Rights to that space, and clicked the 'View

[xwiki-users] documentation about xar format?

2010-12-09 Thread Paul Libbrecht
Hello group, I'm trying to understand the options of xar import/export. Given a set of pages, one has the following options to export: - with history (ie. with previous version?) - backup pack (with author-names?) And to import: - with history (i.e. ignore or not the fact that history is includ

Re: [xwiki-users] Display current date on page

2010-12-09 Thread Paul Libbrecht
Erica, Google: "datetool velocity". First results: http://velocity.apache.org/tools/releases/1.3/javadoc/org/apache/velocity/tools/generic/DateTool.html Gives you all the luxury (date objects, calendars, longs). And make sure the IDE you use remember the class of date-tool for the next time

Re: [xwiki-users] Display current date on page

2010-12-09 Thread Erica Usui
I'm using #set($data=$datetool.get('Md')) successfully, but i can't compare dates with $data, because it is not a date, i think it is a string. How can i convert it to a date? 2010/11/29 Paul Libbrecht > Le 29 nov. 2010 à 07:50, Ricardo Rodriguez [eBioTIC.] a écrit : > > > Use (XWiki 2.0 Sy

Re: [xwiki-users] Slash in pagename

2010-12-09 Thread Vincent Massol
On Dec 9, 2010, at 3:20 PM, Sergiu Dumitriu wrote: > On 12/09/2010 06:37 AM, Donnie Lee wrote: >> Hi, >> >> I use latest XWiki with Tomcat 5 and MySQL 5. When I create page with >> slash, like "test/test", nothing happens -- I got a blank browser >> page. Maybe I forgot to add some options to Xw

Re: [xwiki-users] View rights and Edit rights... and some weird stuff

2010-12-09 Thread Sergiu Dumitriu
On 12/09/2010 02:28 AM, Paul Harris wrote: > On 9 December 2010 09:21, Paul Harris wrote: > >> Hi again, >> >> I wanted to protect my "Website Admin" from any non-admins, >> So I edited the Rights to that space, and clicked the 'View' button on >> 'XWikiAllGroup' until it was a red cross. >> Then

Re: [xwiki-users] Timeline and snippets

2010-12-09 Thread Sergiu Dumitriu
On 12/09/2010 02:49 AM, Paul Harris wrote: > I think there is still a bug in there. See this line: > >#set($hqlQuery = ", XWikiRCSNodeInfo as ni where doc.id=ni.id.docId and > ni.id.version2=1 group by doc.space, doc.name order by max(ni.date) desc") > > With this, I was only seeing the XWiki*

Re: [xwiki-users] Slash in pagename

2010-12-09 Thread Sergiu Dumitriu
On 12/09/2010 06:37 AM, Donnie Lee wrote: > Hi, > > I use latest XWiki with Tomcat 5 and MySQL 5. When I create page with > slash, like "test/test", nothing happens -- I got a blank browser > page. Maybe I forgot to add some options to Xwiki or Tomcat? Thanks in > advance. http://tomcat.apache.org

Re: [xwiki-users] Timeline and snippets

2010-12-09 Thread Sergiu Dumitriu
On 12/09/2010 09:03 AM, Paul Harris wrote: > On 9 December 2010 14:46, Paul Harris wrote: > >> Still more problems, >> >> I just created a new space (called "space to delete" - i'm trying to figure >> out how to delete a space, is it enough to just delete all of the content? >> do i need to delete

Re: [xwiki-users] Timeline and snippets

2010-12-09 Thread Paul Harris
On 9 December 2010 21:00, Paul Harris wrote: > > > On 9 December 2010 17:29, Marius Dumitru Florea < > mariusdumitru.flo...@xwiki.com> wrote: > >> On 12/09/2010 11:06 AM, Paul Harris wrote: >> > On 9 December 2010 17:02, Marius Dumitru Florea< >> > mariusdumitru.flo...@xwiki.com> wrote: >> > >>

Re: [xwiki-users] View rights and Edit rights... and some weird stuff

2010-12-09 Thread Paul Harris
On 9 December 2010 17:29, Guillaume Lerouge wrote: > Hi Paul, > > On Thu, Dec 9, 2010 at 02:28, Paul Harris wrote: > > > On 9 December 2010 09:21, Paul Harris wrote: > > > > > Hi again, > > > > > > I wanted to protect my "Website Admin" from any non-admins, > > > So I edited the Rights to that

Re: [xwiki-users] Timeline and snippets

2010-12-09 Thread Paul Harris
On 9 December 2010 17:29, Marius Dumitru Florea < mariusdumitru.flo...@xwiki.com> wrote: > On 12/09/2010 11:06 AM, Paul Harris wrote: > > On 9 December 2010 17:02, Marius Dumitru Florea< > > mariusdumitru.flo...@xwiki.com> wrote: > > > >> On 12/09/2010 10:43 AM, Paul Harris wrote: > >>> On 9 Dece

Re: [xwiki-users] incorrect html formatting in password reset

2010-12-09 Thread Sergiu Dumitriu
On 12/09/2010 01:45 AM, Paul Harris wrote: > Hi all, > > I just reset my forgotten password on my xwiki. I clicked on Forgot > Password, entered the username (why are usernames case sensitive? this is > not the norm, can it be changed?). Clicked the reset button and this > message appeared in m

Re: [xwiki-users] Slash in pagename

2010-12-09 Thread Ricardo Rodriguez [eBioTIC.]
Hi! Donnie Lee wrote: > Hi, > > I use latest XWiki with Tomcat 5 and MySQL 5. When I create page with > slash, like "test/test", nothing happens -- I got a blank browser > page. Maybe I forgot to add some options to Xwiki or Tomcat? Thanks in > advance. > It sound a bit strange to me to use a

Re: [xwiki-users] Timeline and snippets

2010-12-09 Thread Marius Dumitru Florea
On 12/09/2010 11:06 AM, Paul Harris wrote: > On 9 December 2010 17:02, Marius Dumitru Florea< > mariusdumitru.flo...@xwiki.com> wrote: > >> On 12/09/2010 10:43 AM, Paul Harris wrote: >>> On 9 December 2010 16:13, Marius Dumitru Florea< >>> mariusdumitru.flo...@xwiki.com> wrote: >>> Hi Paul,

Re: [xwiki-users] View rights and Edit rights... and some weird stuff

2010-12-09 Thread Guillaume Lerouge
Hi Paul, On Thu, Dec 9, 2010 at 02:28, Paul Harris wrote: > On 9 December 2010 09:21, Paul Harris wrote: > > > Hi again, > > > > I wanted to protect my "Website Admin" from any non-admins, > > So I edited the Rights to that space, and clicked the 'View' button on > > 'XWikiAllGroup' until it wa

Re: [xwiki-users] Parse error when calling xmlrpc

2010-12-09 Thread Paul Harris
excellent, thanks for that tip, i've got it working now! On 9 December 2010 17:06, Marius Dumitru Florea < mariusdumitru.flo...@xwiki.com> wrote: > Paul, you can check using Firebug what XHTML the WYSIWYG editor sends to > the server when switching to Source tab. > > Hope this helps, > Marius > >

Re: [xwiki-users] Timeline and snippets

2010-12-09 Thread Paul Harris
On 9 December 2010 17:02, Marius Dumitru Florea < mariusdumitru.flo...@xwiki.com> wrote: > On 12/09/2010 10:43 AM, Paul Harris wrote: > > On 9 December 2010 16:13, Marius Dumitru Florea< > > mariusdumitru.flo...@xwiki.com> wrote: > > > >> Hi Paul, > >> > >> On 12/09/2010 04:45 AM, Paul Harris wro

Re: [xwiki-users] Parse error when calling xmlrpc

2010-12-09 Thread Marius Dumitru Florea
Paul, you can check using Firebug what XHTML the WYSIWYG editor sends to the server when switching to Source tab. Hope this helps, Marius On 12/09/2010 10:54 AM, Paul Harris wrote: > Hi Marius, I have read it, but I didn't fully understand what it was on > about. > > Now that I've seen the xhtml

Re: [xwiki-users] Timeline and snippets

2010-12-09 Thread Marius Dumitru Florea
On 12/09/2010 10:43 AM, Paul Harris wrote: > On 9 December 2010 16:13, Marius Dumitru Florea< > mariusdumitru.flo...@xwiki.com> wrote: > >> Hi Paul, >> >> On 12/09/2010 04:45 AM, Paul Harris wrote: >>> On 9 December 2010 10:02, Paul Harris wrote: >>> On 9 December 2010 09:49, Paul Harris

Re: [xwiki-users] Parse error when calling xmlrpc

2010-12-09 Thread Paul Harris
Hi Marius, I have read it, but I didn't fully understand what it was on about. Now that I've seen the xhtml input, the pieces are starting to fall in place. however, can you help me one more time please... if I have this: what does it become? my failed guesses are:

Re: [xwiki-users] Timeline and snippets

2010-12-09 Thread Paul Harris
On 9 December 2010 16:13, Marius Dumitru Florea < mariusdumitru.flo...@xwiki.com> wrote: > Hi Paul, > > On 12/09/2010 04:45 AM, Paul Harris wrote: > > On 9 December 2010 10:02, Paul Harris wrote: > > > >> On 9 December 2010 09:49, Paul Harris wrote: > >> > >>> I think there is still a bug in the

Re: [xwiki-users] Parse error when calling xmlrpc

2010-12-09 Thread Marius Dumitru Florea
Paul, have you read http://lists.xwiki.org/pipermail/users/2010-November/022514.html . The problem is not that the XHTML provided by XWord is invalid. The problem is that the syntax of the rendering markers (XML comments) has changed. Hope this helps, Marius On 12/09/2010 06:13 AM, Paul Harris

Re: [xwiki-users] Timeline and snippets

2010-12-09 Thread Marius Dumitru Florea
Hi Paul, On 12/09/2010 04:45 AM, Paul Harris wrote: > On 9 December 2010 10:02, Paul Harris wrote: > >> On 9 December 2010 09:49, Paul Harris wrote: >> >>> I think there is still a bug in there. See this line: >>> >>>#set($hqlQuery = ", XWikiRCSNodeInfo as ni where doc.id=ni.id.docId and >>

Re: [xwiki-users] Timeline and snippets

2010-12-09 Thread Paul Harris
On 9 December 2010 14:46, Paul Harris wrote: > Still more problems, > > I just created a new space (called "space to delete" - i'm trying to figure > out how to delete a space, is it enough to just delete all of the content? > do i need to delete something else to clear the Rights settings for th