[xwiki-users] How to use ajax to get xml data returned from xwiki component

2012-03-23 Thread du du
Hi, all, I followed this link: http://platform.xwiki.org/xwiki/bin/DevGuide/WritingComponents created a component which return xml data. Also I created a hellotest page inside the main space, and wrote the following velocity code: {{velocity output='false'}} $response.setContentType('application/

Re: [xwiki-users] Xwiki Enterprise Vs Platform

2012-03-23 Thread Ricardo.Julio.Rodriguez.Fernandez
Thanks! http://www.xwiki.org/xwiki/bin/view/FAQ/XWiki+Enterprise+Vs+Platform%3A+what+is+the+difference+between+them%3F From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of Sergiu Dumitriu [ser...@xwiki.com] Sent: 23 March 2012 05:11 To: XW

Re: [xwiki-users] can't find descriptor

2012-03-23 Thread Paul Libbrecht
I traced this error to the following: In xwiki/WEB-INF/lib/, the class HqlQueryExecutor (which is probably the one I want), is found in two places: - xwiki-platform-legacy-oldcore-3.5.jar - xwiki-platform-oldcore-3.5.jar is there any one I should not use?? Thus far I believe I needed the legacy

[xwiki-users] wake-up URL?

2012-03-23 Thread Paul Libbrecht
Hello XWiki experts, is there a way to invoke, on web-app-startup, a given page? thanks in advance Paul ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Creating new document version

2012-03-23 Thread Miguel Rojas
Hi. We're using xWiki as a help/eLearning system and we'll like to know if there is a way to create a new document version that will not be published until it has been reviewed and approved, so the users will not see the new version until the approval for the new one has been granted. Thanks

Re: [xwiki-users] [RE:] Re: Moderation / Comments & Pages

2012-03-23 Thread Dmitry Bakbardin
Hi, Kevin, I'd do this as following: - Space A - open for all (view, comment) - Space B - open only for Author and Moderator - Author creates page(s) in Space B - Moderator checks the page - Via Page rename & Change Parent you can put page at right place in Space A - All rights management is done

[xwiki-users] [RE:] Re: Moderation / Comments & Pages

2012-03-23 Thread Kevin Böhme
Yeah, that 'view' and 'allow' thing was an optionen before... But this doesn't fixes the issue... Example: Person a is a registered writer... he should write some pages and might edit them later... but noone else should be able to edit or see that page until its released by a moderator for the

Re: [xwiki-users] Moderation / Comments & Pages

2012-03-23 Thread Edo Beutler
Hi Kevin For pages you just have to set the rights accordingly: 'allow' 'view' and 'edit' for moderator and author. This implies every one else can't view the page. I think for comments it might be a bit trickier since they are saved in an object on the commented page. If nobody knows about an ext

Re: [xwiki-users] [myxwiki] new wiki request

2012-03-23 Thread Thomas Mortagne
Your usename is not "andrew AT jamsterdam DT org" but jamsterdam. You can now access your new wiki on http://jamsterdam.myxwiki.org On Thu, Mar 22, 2012 at 2:32 PM, Andrew D wrote: > Can anyone let me know if I've done anything wrong with the below request? > Or am I just being too hasty? > > If

Re: [xwiki-users] [myxwiki] new wiki request

2012-03-23 Thread Thomas Mortagne
You can access your new wiki on http://alcibiade.myxwiki.org Enjoy ! On Wed, Mar 21, 2012 at 10:43 AM, Yannick Kirschhoffer wrote: > Hi, > > I'd like to have a wiki instance created for personal education, product > evaluation and demonstration purposes... > > I registered with the username 'alc

Re: [xwiki-users] Using Lightbox to create new page/objet

2012-03-23 Thread jerem
Hello Vincent, For the git contrib for my commits I'm ok, I'll add in progress things to this location. For now I've just started a "xwiki-mailarchive-component", and I'll extract also another component for mail parsing / page creation from mail, but don't know the name for now (it's still embedde

Re: [xwiki-users] [Help] Help us improve the XWiki documentation by telling us what's missing

2012-03-23 Thread Maxime Sinclair
I just created http://jira.xwiki.org/browse/XWIKIORG-30 entitled "Improve the visibility of the Templating documentation" Maxime Sinclair > 2011/12/20 Vincent Massol : >> Hi XWiki users, >> >> The XWiki projects needs your help. We'd like to improve the documentation >> on xwiki.org but we need

[xwiki-users] Moderation / Comments & Pages

2012-03-23 Thread Kevin Böhme
Hi list, we're taking a look at xwiki right now and aren't able to find a way to moderate comments and new pages... Is there any module that makes this possible? The goal: Let users create comments and pages and just show them if the page is confirmed... BUT the author should be able to see t

Re: [xwiki-users] How to capitalize on XWiki Classes, Objects, and Properties at presentation level?

2012-03-23 Thread jerem
I think the FAQ application tutorial will help you understand how the XWiki data model can be used ... :) http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial To start with, you could add binding to the default class sheet (view) to the page containing your class : {{include document="X

[xwiki-users] Fwd: How to capitalize on XWiki Classes, Objects, and Properties at presentation level?

2012-03-23 Thread mohit gupta
Link also says at one point* XWiki currently supports the following kinds of properties (datatypes) which will be explained later in greater detail:* . But i dont see any detailed explanation later. -- Forwarded message -- From: mohit gupta Date: Fri, Mar 23, 2012 at 12:51 PM Subj

[xwiki-users] How to capitalize on XWiki Classes, Objects, and Properties at presentation level?

2012-03-23 Thread mohit gupta
I went thru XWiki Classes, Objects, and Properties topic given at http://platform.xwiki.org/xwiki/bin/view/DevGuide/DataModel. I understand the concept of Classes, Objects, and Properties as i am familiar with java. Here is the statement given at the same link *This area explains XWiki's data mod