Re: [xwiki-users] How to the restrict the user name and group name serach?

2012-03-27 Thread mohit gupta
Hi Racardo, in templates/xwikivars.vm i already see below code #if ($hasAdmin || $isAdvancedUser) #set ($blacklistedSpaces = []) #else #set ($blacklistedSpaces = ['Import', 'Panels', 'Scheduler', 'Stats', 'XAppClasses', 'XAppSheets', 'XAppTemplates', 'XWiki', 'WatchCode', 'WatchSheets', 'XAp

Re: [xwiki-users] Questions about Blog Example

2012-03-27 Thread Sergiu Dumitriu
On 03/27/2012 11:36 PM, du du wrote: Hi, all I am studying the BlogClass, BlogPostClass, I checked the Blog.BlogCode, there are alot of velocity scripts, I can see the search documents from db, but could not find any code related to insert document records into database, so how is the document c

[xwiki-users] Questions about Blog Example

2012-03-27 Thread du du
Hi, all I am studying the BlogClass, BlogPostClass, I checked the Blog.BlogCode, there are alot of velocity scripts, I can see the search documents from db, but could not find any code related to insert document records into database, so how is the document created from blog saved into database? p

Re: [xwiki-users] Questions about Blog Example

2012-03-27 Thread du du
Also from the following BlogPostSheet wiki code, after users type in message from the inline form, users click Save & View button, how are the messages saved to database? see the attached code: {{include document="Blog.BlogCode"/}} {{include document="Blog.CategoriesCode"/}} {{velocity filter="no

[xwiki-users] Horizontal menu like xwiki.org

2012-03-27 Thread Eugen Colesnicov
I want to have in my xwiki horizontal menu looks like xwiki.org home page. I started to search extentions.xwiki.org and found Navigation Menu Wiki Macro (http://extensions.xwiki.org/xwiki/bin/view/Extension/Navigation+Menu+Wiki+Macro). This menu works but looks not enought .. For example (main pro

Re: [xwiki-users] Need help! Attachments doesn't work

2012-03-27 Thread Eugen Colesnicov
Eugen Colesnicov wrote > > I have a vmware virtual machine with installed, configured and working > XWiki 3.5 (Win2003, Glassfish, OracleXE 11.2). Today I copied this vm into > another location. After starting - all working, except for the attachment > functionality (directly from vm also). At an

Re: [xwiki-users] How to the restrict the user name and group name serach?

2012-03-27 Thread Ricardo.Julio.Rodriguez.Fernandez
Hi! > > From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of mohit > gupta [motgu...@gmail.com] > Sent: 27 March 2012 13:49 > To: XWiki Users > Subject: [xwiki-users] How to the restrict the user name and group name > serach? > > Hi All, >

Re: [xwiki-users] Running as a service

2012-03-27 Thread Sergiu Dumitriu
On 03/27/2012 01:39 PM, Sergiu Dumitriu wrote: XWiki is just a web application that's supposed to run in a container. XWiki can't run as a service, but some containers can. This means that it's not easy to run the standalone package as a service, but you could install Tomcat, for example, config

Re: [xwiki-users] Running as a service

2012-03-27 Thread Sergiu Dumitriu
On 03/27/2012 01:33 PM, Chris Brooks wrote: Hello, Is it possible run the xwiki as a windows service? Regards, XWiki is just a web application that's supposed to run in a container. XWiki can't run as a service, but some containers can. This means that it's not easy to run the standalone

[xwiki-users] Running as a service

2012-03-27 Thread Chris Brooks
Hello, Is it possible run the xwiki as a windows service? Regards, -Chris Brooks Support Canary Labs, Inc. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] [XWiki 3.5] Exception from activity stream ?

2012-03-27 Thread jerem
Seems clearly linked to Activity Streams, if I comment out the {{activity}} gadget from my Dashboard, everything is ok. Could there be some limit in the activity streams ?? For info I have 67169 rows in activitystreams_events table. -- View this message in context: http://xwiki.475771.n2.nabble.c

[xwiki-users] [XWiki 3.5] Exception from activity stream ?

2012-03-27 Thread jerem
Hello, My Dashboard page suddenly broke, with no apparent reason (I was renaming a page ...) First everything seemed to be broken in my wiki : home page full of velocity exceptions, renaming, copying, ..., conducing to velocity exceptions. I think I focused down to what might be the root cause w

[xwiki-users] How to the restrict the user name and group name serach?

2012-03-27 Thread mohit gupta
Hi All, I dont want to allow the user name or group name search on xwiki(either it is on click of search button and search sugest). *Basically what i want is if any user put some user name or user group name in search text box , it should not return any results. Looking for your expert suggestion

Re: [xwiki-users] Parsing XWiki Syntax inside Macro

2012-03-27 Thread Vincent Massol
On Mar 27, 2012, at 10:13 AM, GrĂ¼ner Heinrich wrote: > Hi Vincent, > in my api "parse" returns a List and parseXDOM returns a XDOM. > But I am still on 3.1 release. Ok that's why. In 3.1 this component was private (it has an "internal" part in the package name),this means you're not supposed t

Re: [xwiki-users] Parsing XWiki Syntax inside Macro

2012-03-27 Thread Vincent Massol
Hi Stefan, On Mar 27, 2012, at 9:24 AM, Stefan Bernsdorf wrote: > Hi Vincent, > > thanks for replying. > There is a typo in your example. You have to remove .getChildren() in the > code. > > > List > blocks = this.contentParser.parse(content, context, true, > context.isInline()).getCh

Re: [xwiki-users] How to get MySQL after installed running for Xwiki?

2012-03-27 Thread Thomas Mortagne
On Tue, Mar 27, 2012 at 8:41 AM, Alex wrote: > Hi Thomas, > > ive installed the jetty/hsqldb on my notebook. It is much more easier than > trying to config mysql and apache and to put the war file in it. > > So what do i have to do if i want to upload the wiki to a server in order to > make it goe