Re: [xwiki-users] Private RSS feeds with basic auth not working

2010-01-13 Thread Kevin Thiart
Hi I was wondering if there is an answer to the question below. How can I subscribe to a watchlist (or any) RSS feed in a private wiki? The documentation mentions basic authentication, but none of the suggestions seem to work. I'm using XWiki Enterprise 2.0.3. Regards Kevin Kevin Thiart

Re: [xwiki-users] Private RSS feeds with basic auth not working

2010-01-13 Thread Anca Luca
Hi Kevin, It seems to be http://jira.xwiki.org/jira/browse/XWIKI-4695 that you're hitting, which you can fix by applying these modifications http://fisheye2.atlassian.com/viewrep/xwiki/platform/web/trunk/standard/src/main/webapp/templates/accessdenied.vm?r1=21942r2=25903 on

[xwiki-users] How to use Snippets

2010-01-13 Thread Xavier Bartholome
Hi, I'd like to use the 'Delete Space Snippet' in XWiki Enterprise, but I have no idea where to copy the code ... Thanks in advance for your help ... Xavier ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] How to use Snippets

2010-01-13 Thread Guillaume Lerouge
Hi Xavier, On Wed, Jan 13, 2010 at 12:15 PM, Xavier Bartholome xbarthol...@gmail.comwrote: Hi, I'd like to use the 'Delete Space Snippet' in XWiki Enterprise, but I have no idea where to copy the code ... Thanks in advance for your help ... Paste it in the content of any wiki page,

Re: [xwiki-users] How to use Snippets

2010-01-13 Thread Vincent Massol
On Jan 13, 2010, at 2:05 PM, Guillaume Lerouge wrote: Hi Xavier, On Wed, Jan 13, 2010 at 12:15 PM, Xavier Bartholome xbarthol...@gmail.comwrote: Hi, I'd like to use the 'Delete Space Snippet' in XWiki Enterprise, but I have no idea where to copy the code ... Thanks in advance for

[xwiki-users] Event Calendar

2010-01-13 Thread Faubi
Hello everybody, instad of displaying the event calendar only the following code is displayed: $cparams.put(categories, $rqcategories) $cview.getHTMLCalendar($cparams, ) I was surprised as I googled the code, most of the calendar pages didn't work properly. Is it a general problem, because as

[xwiki-users] No Add new user Under Group Editing

2010-01-13 Thread jackyork
Tomcat 5.x + MySQL 5.x + XE2.0.5 + LDAP There is no 'Add new user' under Group Admin page! Also there is an error: Error number 4001 in 4: Error while parsing velocity page Wrapped Exception: Failed to evaluate content with id [] Error number 4001 in 4: Error while parsing velocity page

Re: [xwiki-users] Event Calendar

2010-01-13 Thread Jean-Vincent Drean
Hi, is this happening after an upgrade ? The calendar plugin has been removed from the default distribution in XE 1.8. It is still available at http://code.xwiki.org/xwiki/bin/view/Plugins/CalendarPlugin Please make sure that the plugin jar is present in xwiki/WEB-INF/lib/ and also listed in the

[xwiki-users] Assign LDAP Group to XWiki Group

2010-01-13 Thread jackyork
I am sorry to bother you guys again. Please help give me some tips. I have created a space for each department at this university and a group for each space Say groupHR is for spaceHR and spaceHR is for the HR Department. Now I want every employee in HR Department to be assigned to groupHR

Re: [xwiki-users] Assign LDAP Group to XWiki Group

2010-01-13 Thread Thomas Mortagne
Hi, Did you looked at http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCases#HIwanttobeabletoreuseLDAPusersmembershipinXWiki ? On Wed, Jan 13, 2010 at 17:22, jackyork sund...@gmail.com wrote: I am sorry to bother you guys again. Please help give me some tips. I have

Re: [xwiki-users] Event Calendar

2010-01-13 Thread Trevor Russ
Here are the notes I had made while installing the EventCalendar under XEM 1.7 (XE 1.9). I had intended to update the docs on xwiki.org but haven't. Let me know if it helps or not. Trevor download xwiki-plugin-calendar-1.0.jar and xwiki-application-calendar-1.0.xar move the .jar to

Re: [xwiki-users] Event Calendar

2010-01-13 Thread Faubi
Thanks both of you for the quick responses , but I did everything you said. I think it might be the restarting of tomcat. I host my XWiki. Do I need to make changes (config.cfg + *.jar) in the xwiki.war, too? Cheers again! Trevor Russ wrote: Here are the notes I had made while installing

[xwiki-users] Create custom object using URL get/post/put

2010-01-13 Thread Valdis Vītoliņš
I'm investigating how to use curl or ~like this to create custom object for application integration (it should be authenticated, which seems no problem). I'm studying http://platform.xwiki.org/xwiki/bin/view/Features/XWikiRESTfulAPI It is possible to retrieve custom object, but I couldn't find

Re: [xwiki-users] Event Calendar

2010-01-13 Thread Trevor Russ
I'm not familiar using .war files so I had expanded it into webapps/ROOT. I'm guessing you either have to expand the .war before making the changes, or somehow make the changes within the .war. I should point out that when I said move the .jar to $CATALINA_HOME/webapps/ROOT/WEB-INF/lib

Re: [xwiki-users] Event Calendar

2010-01-13 Thread Faubi
Thanks again, it works now! Indeed, the reason was the restart of tomcat which had to be undertaken by the admin... Anyway, thanks 4 the quick help! Cheers Fabian Trevor Russ wrote: I'm not familiar using .war files so I had expanded it into webapps/ROOT. I'm guessing you either have to

[xwiki-users] LDAP Auth: Only Works for the first time log in

2010-01-13 Thread jackyork
Tomcat + Mysql + XE2.0.5 LDAP connection is working since everything is fine when a user logs in for the first time. But if you log out and try to log in again, it gives an error Wrong password. I appreciate any reply. Thank you in advance! -- View this message in context:

[xwiki-users] Your Position gives error

2010-01-13 Thread jackyork
Guys I'm very sorry to bother you again. I hope you don't feel annoyed. I call this part, right above page title, something like XWiki: Welcome to your wiki » XWiki Space » Data types » XWiki Group Class » XWikiAllGroup , Your Position. I use Tomcat5.x + MySQL5.x + XE2.0.5 Now there is an

Re: [xwiki-users] Assign LDAP Group to XWiki Group

2010-01-13 Thread jackyork
That's exactly what I want. Thank you so much! tmortagne wrote: Hi, Did you looked at http://platform.xwiki.org/xwiki/bin/view/AdminGuide/LDAPAuthenticationUseCases#HIwanttobeabletoreuseLDAPusersmembershipinXWiki ? On Wed, Jan 13, 2010 at 17:22, jackyork sund...@gmail.com wrote: I