[xwiki-users] Login form idea

2008-06-11 Thread Mihails Agafonovs
Hi! It's quite good when the login form appears to set the automatic focus on the username field. Maybe this feature could be included in XWiki as a standart. All you need is to paste this script after the login form: - document.forms.loginForm.j_username.focus(); - Ar cieтu, Mihai

Re: [xwiki-users] Login form idea

2008-06-11 Thread Vincent Massol
Hi Mihail, does that work for all browers? Thanks -Vincent On Jun 11, 2008, at 9:15 AM, Mihails Agafonovs wrote: > Hi! > > It's quite good when the login form appears to set the automatic > focus on the username field. Maybe this feature could be included in > XWiki as a standart. > All you nee

Re: [xwiki-users] Login form idea

2008-06-11 Thread Mihails Agafonovs
As long as JavaScript is enabled, it must work. Anyway, I've checked it on Firefox, IE6/IE7, Opera 9.2 and Safari 3.1. Quoting Vincent Massol : Hi Mihail, does that work for all browers? Thanks -Vincent On Jun 11, 2008, at 9:15 AM, Mihails Agafonovs wrote: > Hi! > > It's quite good when the

[xwiki-users] Toucan and rico accordian?

2008-06-11 Thread Joe
Hello all xwiki'ers I've recently upgraded from 1.1 to 1.4, and am keen on using the toucan skin.. but I can't seem to get the rico/accordian feature working. On Albatross, this is setup by just adding a bit of script, but this doesn't seem to be the case on toucan. Has Rico been removed? Or do

Re: [xwiki-users] Failed to change the Lucene Index Dir

2008-06-11 Thread Vincent Massol
Hi, I've just tested this on both Jetty and Tomcat and it worked fine. I only changed the xwiki.cfg by adding: xwiki.plugins.lucene.indexdir=/tmp/lucene So maybe the problem is that you're on windows. Maybe the directory doesn't exist and fails to be created for some reason. What do the tom

[xwiki-users] Latvian symbols

2008-06-11 Thread Mihails Agafonovs
Hi! Using XWiki 1.4, I've tried to search something with latvian symbols, e.g. š ā ķ ļ ē ņ, but the Search just screws all those symbols as a result getting "latvieÅ¡u vārds" and search failure (nothing found). The charset I'm using is UTF-8, and in preferences defined languages are: en lv. I can

[xwiki-users] xwiki rendering questions / suggestions

2008-06-11 Thread Ari
Hello. My question / suggestion goes with two part. PART 1 I've tried to figure out why the XWiki renders xwiki-headings as it does. E.g "1 Title One" is rendered as 'Title One'. I would like to change this to be h1-element instead of h2-element. At first I suspected that this change would requ

[xwiki-users] Migration 1.2 to 1.4.1 OK ... but warnings

2008-06-11 Thread Gaëtan GUYODO
Hi, Thanks for all your work on xwiki. I had 1.2 on the air, with good results. Migration to 1.4.1 => OK A few things to update LDAP (AD) configuration, but it works now. Only thing, I have on Tomcat startup these lines into stdout.log and xwiki.log (for information, I use java 6u3, tomcat 6.0.14,

Re: [xwiki-users] Migration 1.2 to 1.4.1 OK ... but warnings

2008-06-11 Thread Vincent Massol
Hi Gaetan, Have you updated your hibernate.cfg.xml file? Do a diff between your version and the default version we provide. Thanks -Vincent On Jun 11, 2008, at 2:02 PM, Gaëtan GUYODO wrote: > Hi, > Thanks for all your work on xwiki. > I had 1.2 on the air, with good results. > Migration to 1.

Re: [xwiki-users] Migration 1.2 to 1.4.1 OK ... but warnings

2008-06-11 Thread Gaëtan GUYODO
I did that, but too quick, I didn't saw the line with : org.hibernate.dialect.Oracle10gDialect (was org.hibernate.dialect.OracleDialect). No more warning, that's great ! Thanks (again) Vincent, Gaëtan Vincent Massol a écrit : > Hi Gaetan, > > Have you updated your hibernate.cfg.xml file? Do a

Re: [xwiki-users] Migration 1.2 to 1.4.1 OK ... but warnings

2008-06-11 Thread Guillaume Lerouge
Hi Gaëtan, Glad you like XWiki :-) It would be cool if you (and all of you guys who're happily running XWiki for that matter ;-) would give some love back to the community by adding a page on how you're using XWiki, maybe adding a screenshot (400 px wide is best) of your wiki if you're using a cus

[xwiki-users] Add Manager application to XE 1.4.1

2008-06-11 Thread Gaëtan GUYODO
Hi again, I'm trying to add manager application to my XE 1.4.1 with the procedure described here: http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HConvertanexistingXWikiEnterpriseinstance I did the 3 first points. My main wiki domain name doesn't start with "www", so I "need to c

Re: [xwiki-users] Migration 1.2 to 1.4.1 OK ... but warnings

2008-06-11 Thread Vincent Massol
On Jun 11, 2008, at 2:57 PM, Guillaume Lerouge wrote: > Hi Gaëtan, > Glad you like XWiki :-) > > It would be cool if you (and all of you guys who're happily running > XWiki > for that matter ;-) would give some love back to the community by > adding a > page on how you're using XWiki, maybe a

Re: [xwiki-users] Toucan and rico accordian?

2008-06-11 Thread Sebastien Fieux
Hi, Rico has been deleted. The Javascript code is still called by the Panel or the Page (stored in a DB and therefore still the same as it was in version 1.1), however the .js file has been deleted from the skin directory. You need to change the page code wherever it appears and change it to somet

Re: [xwiki-users] Toucan and rico accordian?

2008-06-11 Thread Joe
Ok.. that makes (some) sense. Will try that out - thanks. One other thing pops in my head then, how do I automatically expand/collapse the feature (like previously used to be new Rico.Accordion( 'xwikinav', {panelHeight:'100',onLoadShowTab:'${activeTabNumber}'} )) ? On Wed, Jun 11, 2008 at 2:04 P

Re: [xwiki-users] Toucan and rico accordian?

2008-06-11 Thread Mihails Agafonovs
Why Rico has been deleted? Quoting Joe : Ok.. that makes (some) sense. Will try that out - thanks. One other thing pops in my head then, how do I automatically expand/collapse the feature (like previously used to be new Rico.Accordion( 'xwikinav', {panelHeight:'100',onLoadShowTab:'${activeTabN

Re: [xwiki-users] Add Manager application to XE 1.4.1

2008-06-11 Thread Thomas Mortagne
Hi, On Wed, Jun 11, 2008 at 3:05 PM, Gaëtan GUYODO <[EMAIL PROTECTED]> wrote: > Hi again, > I'm trying to add manager application to my XE 1.4.1 with the procedure > described here: > http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HConvertanexistingXWikiEnterpriseinstance > > I di

[xwiki-users] Lucene search

2008-06-11 Thread Mihails Agafonovs
Hi! 1) I've been expecting problems with Lucene search in XWiki 1.4. To be more precise, it doesn't work at all :(. Seems that searching or either returning results function is broken. 2) In version 1.3 it worked, but somehow strange. For example, Lucene returned results, when search criteria was

Re: [xwiki-users] Toucan and rico accordian?

2008-06-11 Thread Guillaume Lerouge
Hi Mihail, 2008/6/11 Mihails Agafonovs <[EMAIL PROTECTED]>: > Why Rico has been deleted? There's an ongoing discussion (search for "javascript framework" on http://xwiki.markmail.org/ for more info) on which JS framework XWiki should standardize on. AFAIR right now the choice is to focus on rew

Re: [xwiki-users] Add Manager application to XE 1.4.1

2008-06-11 Thread Gaëtan GUYODO
Thanks, doc is now more clear (for me...). I imported the XEM application xar (the one which only contains XEM specifics pages to be imported in an existing XE instance). After that, I try to go to http://myserver/xwiki/bin/view/XWiki/XWikiServerXwiki and that page does not exists. Any reason ?

Re: [xwiki-users] Toucan and rico accordian?

2008-06-11 Thread Joe
I think it's a move in the right direction, standardization is good. However.. it still leaves me somewhat in the lurch as I want to use the toucan system (the page listed indicates this new project is a bit far down the line). Is there no method available in the current (1.4.1) toucan implementati

Re: [xwiki-users] Toucan and rico accordian?

2008-06-11 Thread Joe
Doesn't seem to do anything when setting up the included? No collapsing, etc is getting done.. Alternatively, how do I graft the rico system back into toucan? On Wed, Jun 11, 2008 at 2:04 PM, Sebastien Fieux <[EMAIL PROTECTED]> wrote: > Hi, > > Rico has been deleted. The Javascript code is stil

Re: [xwiki-users] Toucan and rico accordian?

2008-06-11 Thread Guillaume Lerouge
I guess there's 3 solutions : 1. Recommended one : look at the class edition page code (I'm not quite sure where that is though, Firebug might help you find it) and see how its rico accordion was replaced with a scriptaculous one 2. Second one : check on the Prototype / Scriptaculous w

Re: [xwiki-users] Add Manager application to XE 1.4.1

2008-06-11 Thread Gaëtan GUYODO
Sorry, I made a mistake, I didn't imported the XEM application xar... Now, I imported it, and I get an error on XemManager.Install : 2008-06-11 16:30:10,125 [https://164.2.245.3/xwiki/bin/import/XWiki/Import?editor=import&space=XWiki] [TP-Processor8] WARN util.JDBCExceptionReporter - SQL E

Re: [xwiki-users] Toucan and rico accordian?

2008-06-11 Thread Joe
Thanks Guillaume, Actually, turns out it's even simpler; I followed the "Preferences" page. If I get some time this week, I'll put up a code snippet for using it. One tiny additional thing: how to define if I want to use vertical? The scriptaculous version supports this; and it would be useful to

Re: [xwiki-users] Add Manager application to XE 1.4.1

2008-06-11 Thread Thomas Mortagne
The only specificity of the page is that it contains a "big" attachment (around 500 kB). > impossible d'insérer NULL dans ("XWIKI"."XWIKIOBJECTS"."XWO_CLASSNAME") This remind me an Oracle mapping problem we had in older version that should have been fixed If you try to re-import just XemManager.

Re: [xwiki-users] Toucan and rico accordian?

2008-06-11 Thread Vincent Massol
On Jun 11, 2008, at 5:11 PM, Joe wrote: > Thanks Guillaume, > Actually, turns out it's even simpler; I followed the "Preferences" > page. > If I get some time this week, I'll put up a code snippet for using it. > > One tiny additional thing: how to define if I want to use vertical? > The > s

Re: [xwiki-users] Toucan and rico accordian?

2008-06-11 Thread Joe
I'm using a custom Navigation already.. however this takes up a good chunk of viewing space. It would be far smoother to allow a user to click on the "coloured" band just outside the navigational panels and collapse that, similar to how one can collapse panels. I could do my own implementation of

[xwiki-users] Re : Re: Add Manager application to XE 1.4.1

2008-06-11 Thread guyodo gaetan
I tried to re-import XemManager.Install and that failed again. But I don't understand how the page can contain a 500 kB attachment nor the xwiki-enterprise-manager-application-xem-1.2.xar file is only 366 kB ? - Message d'origine - De: Thomas Mortagne <[EMAIL PROTECTED]> Date: Mercredi, J

[xwiki-users] XEM : about domain name

2008-06-11 Thread guyodo gaetan
The "domain name" can create for the domain abc.com multiple wikis on the schema : wiki1.abc.com wiki2.abc.com wikiX.abc.com My problem is that I already have a sub-domain name, and it is not easy for me to obtain new ones. Is it possible to use domain names to create wikis on the schema