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

2012-03-28 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',

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

2012-03-28 Thread jerem
Now I get this exception for a page that I created (from copy) (see below). It happens in view, edit, delete, ... modes... Other pages seem to be ok though I did not navigate everywhere. But I'm really not confident now, as it seems there's something really unstable on my instance but I can't

Re: [xwiki-users] Questions about Blog Example

2012-03-28 Thread Guillaume Lerouge
Hi, you might find it simpler to look at this example to understand how an XWiki application works: http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial Guillaume On Wed, Mar 28, 2012 at 07:05, Sergiu Dumitriu ser...@xwiki.com wrote: On 03/27/2012 11:36 PM, du du wrote: Hi, all I

[xwiki-users] border in livetable CSS

2012-03-28 Thread CHENEAU-GREHALLE Nicolas
Hi, Somebody could explain me why xwiki uses $theme.pageContentBackgroundColor as border color in resources/js/xwiki/table/livetable.css ? A background color as border color : that's weird only for me ? That's a problem for us because if we want use a dark color as border, columns

Re: [xwiki-users] Running as a service

2012-03-28 Thread Vincent Massol
On Mar 27, 2012, at 7:43 PM, Sergiu Dumitriu wrote: 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

Re: [xwiki-users] border in livetable CSS

2012-03-28 Thread Ecaterina Moraru (Valica)
Hi, First of all if would have been great to have a screenshot of what you were doing in order to understand better. On Wed, Mar 28, 2012 at 14:28, CHENEAU-GREHALLE Nicolas nicolas.cheneau-greha...@sesam-vitale.fr wrote: Hi, Somebody could explain me why xwiki uses

Re: [xwiki-users] border in livetable CSS

2012-03-28 Thread CHENEAU-GREHALLE Nicolas
As you can see on the screenshot, my problem is that according livetable.css, the background color of the column name field and the border color of the filter field are the same ($theme.backgroundSecondaryColor) = If I want a darker color for the border, the column name field is unreadable

Re: [xwiki-users] Horizontal menu like xwiki.org

2012-03-28 Thread Eugen Colesnicov
Ecaterina Moraru (Valica) wrote You can download the menu code used for xwiki.org at http://extensions.xwiki.org/xwiki/bin/download/Extension/Navigation+Menu+Wiki+Macro/XWikiOrgCode.MenuMacro%2Dbranch%2Dxwikiorg.1.xar Thanks a lot Caty! All working great! Eugen -- View this message in

Re: [xwiki-users] [xwiki-devs] Questions about Blog Example

2012-03-28 Thread du du
Hi, Anca, Thanks very much for your response, I understand how data are saved to database now, but I got another question: In the following code from BlogPostSheet dl dt$msg.get('xe.blog.sheet.title')/dt dd$doc.display('title', 'edit', $entryObj)/dd dt$msg.get('xe.blog.sheet.content')/dt

Re: [xwiki-users] [xwiki-devs] Questions about Blog Example

2012-03-28 Thread du du
By the way I added these two fields for testing. Dave On Wed, Mar 28, 2012 at 10:01 PM, du du ddd...@gmail.com wrote: Hi, Anca, Thanks very much for your response, I understand how data are saved to database now, but I got another question: In the following code from BlogPostSheet dl

Re: [xwiki-users] [xwiki-devs] Questions about Blog Example

2012-03-28 Thread Sergiu Dumitriu
On 03/28/2012 10:01 PM, du du wrote: Hi, Anca, Thanks very much for your response, I understand how data are saved to database now, but I got another question: In the following code from BlogPostSheet dl dt$msg.get('xe.blog.sheet.title')/dt dd$doc.display('title', 'edit', $entryObj)/dd

Re: [xwiki-users] [xwiki-devs] Questions about Blog Example

2012-03-28 Thread du du
Thanks, got it. Dave On Wed, Mar 28, 2012 at 10:49 PM, Sergiu Dumitriu ser...@xwiki.com wrote: On 03/28/2012 10:01 PM, du du wrote: Hi, Anca, Thanks very much for your response, I understand how data are saved to database now, but I got another question: In the following code from