Re: [xwiki-users] Altering Access Rights from REST Api

2010-06-23 Thread Fabio Mancinelli
On 06/22/2010 11:46 PM, Marius Dumitru Florea wrote: Hi Manish, On 06/23/2010 12:13 AM, xManish wrote: Hello, I was able to create a wiki page through API. Now I wanted to restrict some of the access rights for certain users to that particular wikipage through REST Api. For example, How

Re: [xwiki-users] Archive of Pages with Live Table Macro

2010-06-23 Thread Aleks87
Marius Dumitru Florea wrote: On 06/16/2010 04:15 PM, Aleks87 wrote: Marius Dumitru Florea wrote: Check out this thread http://lists.xwiki.org/pipermail/users/2010-June/020947.html Hope this helps, Marius Yes, that helped me. Thx! My new Code:

[xwiki-users] MSSQL Date problem

2010-06-23 Thread Sébastien Touzet
Hi, We are using Tomcat 6.0.18, MSSQL 2005 and XWiki 2.4-MILESTONE-1.29254. When we go to the Stats page this error is displayed in the log : [XXX/xwiki/bin/view/Stats/Visit] WARN util.JDBCExceptionReporter - SQL Error: 0, SQLState: 22003 [XXX/xwiki/bin/view/Stats/Visit] ERROR

[xwiki-users] [VOTE] [wysiwyg] Displaying the macro id and searching for it in the wysiwyg insert macro wizard

2010-06-23 Thread Anca Luca
Hi all, I wanted to insert a macro in a page using the wysiwyg and I noticed that the macros filter (search box on top right) is not searching in the macro ids. For example, if I try to write toc I get no results. If I write table I get the Table of contents macro as result, since its name

Re: [xwiki-users] MSSQL Date problem

2010-06-23 Thread Marius Dumitru Florea
Hi Sébastien, On 06/23/2010 03:11 PM, Sébastien Touzet wrote: Hi, We are using Tomcat 6.0.18, MSSQL 2005 and XWiki 2.4-MILESTONE-1.29254. When we go to the Stats page this error is displayed in the log : [XXX/xwiki/bin/view/Stats/Visit] WARN util.JDBCExceptionReporter - SQL Error:

Re: [xwiki-users] MSSQL Date problem

2010-06-23 Thread Sébastien Touzet
Hi, All the start/end dates seems OK in the table : 23/06/2010 14:27:11 23/06/2010 14:27:11 17/06/2010 16:58:59 17/06/2010 16:58:59 17/06/2010 16:58:59 17/06/2010 16:58:59 17/06/2010 16:58:59 17/06/2010 16:58:59 17/06/2010 09:49:39 17/06/2010 09:49:39 The panel contains

Re: [xwiki-users] MSSQL Date problem

2010-06-23 Thread Sébastien Touzet
OK, your were right ! The problem came from criteriaService.periodFactory.ALL_TIME Replaced by criteriaService.periodFactory.currentYear and all works fine now ! Thank's a lot ! (ALL_TIME is too far ago for SQLSERVER !) -- View this message in context:

Re: [xwiki-users] Office Importer Problem

2010-06-23 Thread Asiri Rathnayake
Hi, May we know which version of XE you are using? - Asiri On Tue, Jun 22, 2010 at 8:54 PM, Thomas Hoeschele thoesch...@gmx.de wrote: Hallo Everybody! I evaluate various wiki's for company purposes, and the integration of office tools is a major issue. Unfortunatelly I receive an error

[xwiki-users] Login to XWiki using email address

2010-06-23 Thread Abel Solórzano Astorga
Hi, Is there a way to login to XWiki using the user's e-mail address. I tried to create a user whose Login ID is equal to his e-mail address. But, it is not possible. I suppose that XWiki doesn't allow the @ character on the Login ID. I know I can extend the XWiki Authentication classes. But I

Re: [xwiki-users] Lucene does not appear to be indexing

2010-06-23 Thread James Cuzella
On Tue, Jun 15, 2010 at 3:09 AM, Thomas Mortagne thomas.morta...@xwiki.com wrote: Lucene is supposed to work well on 2.3.1. So you have any error in the log ? I managed to figure this one out. Initially I had been given an Administrative privileges on my windows box was able to start/stop

[xwiki-users] [myxwiki] new wiki request

2010-06-23 Thread Doolittle, Nick
Hi, My name is Nick Doolittle and I am a social worker with VNA Hospice Care based in Woburn, MA. I'm interested in creating a wiki for our non-profit company- perhaps to be shared at least in part with other similar elder service agencies in the area- to share an array of information

Re: [xwiki-users] Lucene does not appear to be indexing

2010-06-23 Thread Thomas Mortagne
On Wed, Jun 23, 2010 at 19:41, James Cuzella james.cuze...@alumni.mines.edu wrote: On Tue, Jun 15, 2010 at 3:09 AM, Thomas Mortagne thomas.morta...@xwiki.com wrote: Lucene is supposed to work well on 2.3.1. So you have any error in the log ? I managed to figure this one out.  Initially I

Re: [xwiki-users] Altering Access Rights from REST Api

2010-06-23 Thread xManish
Fabio Mancinelli-4 wrote: So as long as what you want to do is achievable by page and object manipulation (like the most of the XWiki functionalities) you are able to use the REST api to do it. Hi Fabio, Thanks for replying to my thread. Coming to the creating user issue. Does that