Re: [xwiki-users] Table style not being affected

2008-10-30 Thread Mihails Agafonovs
Hi, Sergiu! !important will be ignored by IE6 and lower, so no need to use it here. Also, border: none is really the same as border: 0. Quoting Sergiu Dumitriu : Mihails Agafonovs wrote: In stylesheet, a border for td or th element may be specified. Look for those. IF you don't want to search

Re: [xwiki-users] Table style not being affected

2008-10-30 Thread Mihails Agafonovs
combined all the style files in one. A very good tool is the Firebug extension for Firefox. It tells you what styles are applied to each element, and where does each rule come from. Mihails Agafonovs wrote: In stylesheet, a border for td or th element may be specified. Look for those

[xwiki-users] Edit sections

2008-10-29 Thread Mihails Agafonovs
Hi! In the next XWiki version, is it possible (I'm actually asking or advising, as you wish) to create edit section spans into the heading (lalalaedit)? Because it becomes hard to manage these sections using negative margins and absolute positions, besides that, it would be logical that edit

Re: [xwiki-users] Edit sections

2008-10-29 Thread Mihails Agafonovs
And how about Subtitle: Exile on Saint Helena [edit]? Then you dispay this [edit] as block etc, but now it's really hard to get in place, especially if you have different margins for headings. Quoting Sergiu Dumitriu : Mihails Agafonovs wrote: Hi! In the next XWiki version, is it possible

Re: [xwiki-users] Table style not being affected

2008-10-29 Thread Mihails Agafonovs
In stylesheet, a border for td or th element may be specified. Look for those. IF you don't want to search, just put he following code in your stylesheet: table, td, th { border: 0; } Quoting Gregor Speck : Hey did you tested style=border-width:0px ? Greetz Greg 2008/10/29 BrianJones

[xwiki-users] Admin page style

2008-10-23 Thread Mihails Agafonovs
Hi! How to modify administration page style? I can completely it remove (##$xwiki.ssx.use(XWiki.AdminSheet)) and create my own, but I still want to find the stylesheet attached to it. Ar cieņu, Mihails ___ users mailing list users@xwiki.org

[xwiki-users] Edit section

2008-10-23 Thread Mihails Agafonovs
Hi! Can edit section be disabled for the first heading (h1)? Ar cieņu, Mihails ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] [ANN] XWiki Enterprise 1.6.1 released

2008-10-17 Thread Mihails Agafonovs
Hi! Just have installed XWiki 1.6.1. LDAP authentication against AD using sAMAccountName still doesn't work. In the log file it's written, that invalid credentials were provided (data 525, vece). Of course, I do use valid credentials. Here's my xwiki.cfg: --

Re: [xwiki-users] [ANN] XWiki Enterprise 1.6.1 released

2008-10-17 Thread Mihails Agafonovs
I've tried the syntax from manual (domain\{0}) and now it works! Thanks. P.S. Maybe for the future, it would be good also to support other formats like {0}, [EMAIL PROTECTED], because they're actually valid and work. Quoting Thomas Mortagne : On Fri, Oct 17, 2008 at 11:01 AM, Mihails Agafonovs

[xwiki-users] LDAP authentication

2008-10-15 Thread Mihails Agafonovs
Hi! Just installed XWiki 1.6. Thought LDAP authentication would now work for AD using sAMAccountName (with dot), but no success. I've configured UID_ATTR=sAMAccountName, all the other configuration is same as for version 1.3 (LDAP worked fine using cn). P.S. Of course, I didn't just copy my old

Re: [xwiki-users] tags

2008-09-19 Thread Mihails Agafonovs
You can do this with jQuery (or javascript, no matter, just change the syntax): jQuery: Then include this script after the input box: $('input#taginput').blur(function() { $(this).val($(this).val().toUpperCase()); }); JavaScript: http://www.w3schools.com/jsref/jsref_onblur.asp Quoting angel

Re: [xwiki-users] Structure advice please

2008-09-03 Thread Mihails Agafonovs
Just edit this page and give a tag an appropriate id/class (). And don't use such historical items like tag FONT. Quoting Edward Laptop : Thanks for a useful reply I like the idea of creating specific css classes. How do I add a specific class to a xwiki entry that appears only on the homepage?

Re: [xwiki-users] Lucene search integration

2008-07-24 Thread Mihails Agafonovs
LuceneSearch is already in the .xar package, maybe you forgot to import it. Quoting Hosam Hassan : Sorry for resending my message just I forgot to put a subject Hello Guys, Can I get the code for that page? http://www.xwiki.org/xwiki/bin/view/Main/LuceneSearch?text=testamp;x=0amp;y=0 I want

Re: [xwiki-users] How to keep the comments opened?

2008-07-15 Thread Mihails Agafonovs
You'll just have to edit the style of the page where you want to this. So, edit the page and put this at the end: #commentscontent .xwikititlewrapper { cursor: default; } #comments { display: block; } Quoting Hosam Hassan : Hello guys, Is it possible to keep the comments for the page opened

Re: [xwiki-users] How to keep the comments opened?

2008-07-15 Thread Mihails Agafonovs
Yes, using the Wiki Editor, it works perfectly for me! Quoting Hosam Hassan : I tried to change in the style.css and it works perfectly Just I dont know how to make a specific style for one page in the xwiki Original Message: You'll just have to edit the style of the page where you want to

Re: [xwiki-users] xwiki how to I create new links in current page

2008-07-14 Thread Mihails Agafonovs
If you want your page to be child of Vista Testing, just create link like [Some page 1]. Quoting Gabriela Radu : [nameofthelinkgt;page] for the current page and if you wanna make a link to a page for another space use the name of the space [nameoflinkgt;Space.Page] Take care , nbsp;nbsp;nbsp;

Re: [xwiki-users] Resize main company logo picture

2008-07-09 Thread Mihails Agafonovs
In style.css find the following definition (or define if it's not there): #companylogo a img { width: 200px; height: 100px; } Of course, change the width and height as you wish. Quoting Wright, Philip : I would like to preface this message with the comment: I know about zero on CSS. However

[xwiki-users] XWiki Spaces

2008-07-01 Thread Mihails Agafonovs
Hi! What is the SQL query to get all XWiki spaces? I need this to get them sorted, because $xwiki.spaces doesn't sort spaces by name. Ar cieņu, Mihails ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] XWiki Spaces

2008-07-01 Thread Mihails Agafonovs
in $spacesSorted) * $space #end -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mihails Agafonovs Sent: 01 July 2008 09:49 To: users@xwiki.org Subject: [xwiki-users] XWiki Spaces Hi! What is the SQL query to get all XWiki spaces? I need this to get them sorted

[xwiki-users] Document creators list

2008-06-27 Thread Mihails Agafonovs
Hi! Maybe someone can help with getting all unique names of each user, that has created some document in XWiki? For example, there is table in XWiki database named xwikidoc, which contains all the documents. Can I create a query, that gets all the unique values of the creators (column

Re: [xwiki-users] XWiki date

2008-06-20 Thread Mihails Agafonovs
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mihails Agafonovs Sent: 20 June 2008 09:58 To: users@xwiki.org Subject: [xwiki-users] XWiki date Hi! Is it possible to get document creation/modification date, month, year, time explicitly? Ar cie#326;u, Mihails

Re: [xwiki-users] XWiki date

2008-06-20 Thread Mihails Agafonovs
Of Mihails Agafonovs Sent: 20 June 2008 10:26 To: XWiki Users Subject: Re: [xwiki-users] XWiki date No, I mean getting explicitly the year, month etc. For example, $doc.someFunction(year) would return only the year $doc.someFunction(month) would return only the month... Quoting quot;Esbach

[xwiki-users] LDAP patch

2008-06-17 Thread Mihails Agafonovs
Hi! How to apply this LDAP patch for solving . problem in sAMAccountName? Ar cieņu, Mihails ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

[xwiki-users] Lucene search

2008-06-16 Thread Mihails Agafonovs
Hi! Trying to subscribe to something, using RSS button in Lucene search page, always results with an XML Parsing Error: not well-formed Location: http://192.168.220.128/xwiki/bin/view/Main/LuceneSearch?xpage=rdftext=Mihails Line Number 105, Column 42:

Re: [xwiki-users] Lucene search

2008-06-16 Thread Mihails Agafonovs
Created. Quoting Vincent Massol : Hi Mihail, Could you create a jira issue for this please? Thanks -Vincent On Jun 16, 2008, at 8:53 AM, Mihails Agafonovs wrote: Hi! Trying to subscribe to something, using RSS button in Lucene search page, always results with an XML Parsing Error

[xwiki-users] Tags

2008-06-16 Thread Mihails Agafonovs
Hi! XWiki has one huge database :), could someone help me on finding, where the document tags are stored? Ar cieņu, Mihails ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Login form idea

2008-06-12 Thread Mihails Agafonovs
? (I've already spent quite some time on your suggestion but I need to finish some other urgent work for now). Thanks again -Vincent On Jun 11, 2008, at 12:06 PM, Mihails Agafonovs wrote: As long as JavaScript is enabled, it must work. Anyway, I've checked it on Firefox, IE6/IE7, Opera

Re: [xwiki-users] Latvian symbols

2008-06-12 Thread Mihails Agafonovs
database we've decided to transform them (into the corresponding entity) at the highest level. On Wed, Jun 11, 2008 at 1:21 PM, Mihails Agafonovs wrote: Hi! Using XWiki 1.4, I've tried to search something with latvian symbols, e.g. scaron; ā ķ ļ ē ņ, but the Search just screws all those

Re: [xwiki-users] Latvian symbols

2008-06-12 Thread Mihails Agafonovs
the iso-8859-1 charset. Since those chars aren't correctly saved in a iso-8859-1 database we've decided to transform them (into the corresponding entity) at the highest level. On Wed, Jun 11, 2008 at 1:21 PM, Mihails Agafonovs wrote: Hi! Using XWiki 1.4, I've tried to search something

Re: [xwiki-users] Lucene search

2008-06-12 Thread Mihails Agafonovs
Yes, I've tried many times to rebuild the index, also checked how many documents tries to rebuild, and the result was -2. Definetely, it's the main problem. Quoting Jean-Vincent Drean : 2008/6/11 Mihails Agafonovs lt;[EMAIL PROTECTED]gt;: gt; Hi! gt; gt; 1) I've been expecting problems

Re: [xwiki-users] toucan and IE?

2008-06-12 Thread Mihails Agafonovs
Can you show some example, using picture or...? We also has this stupid thing - IE6, and I also did some fixes for tables to get them displayed correctly. Quoting Joe : Having a lot of trouble getting this skin to work right in IE (v6 is standard on all our desktops). Note that the below does

[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,

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

[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. scaron; ā ķ ļ ē ņ, but the Search just screws all those symbols as a result getting latvieAring;iexcl;u vAuml;rds and search failure (nothing found). The charset I'm using is UTF-8, and in preferences defined

[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

[xwiki-users] code problem

2008-06-02 Thread Mihails Agafonovs
Hi! In version 1.1.2 I was able to continue list using \ (doubleslash) on the next line, like: 1. lalalala\ #picture_macro() 1. rrererer\ #picture_macro() So the picture or some text would be in the list item. It was very nice when posting a big text with paragraphs, so you can actually see

Re: [xwiki-users] code problem

2008-06-02 Thread Mihails Agafonovs
by the wiki code becomes unreadable. Thanks -Vincent On Jun 2, 2008, at 10:33 AM, Mihails Agafonovs wrote: Hi! In version 1.1.2 I was able to continue list using (doubleslash) on the next line, like: 1. lalalala #picture_macro() 1. rrererer #picture_macro() So the picture

[xwiki-users] Problem with syntax

2008-05-23 Thread Mihails Agafonovs
Hi! In version 1.1.2 I was able to continue list using \ on the next line, like: 1. lalalala\ #picture_macro() 1. rrererer\ #picture_macro() So the picture or some text would be in the list item. It was very nice when posting a big text with paragraphs, so you can actually see those paragraphs

Re: [xwiki-users] Problem with syntax

2008-05-23 Thread Mihails Agafonovs
It's symbol \. Цитирование Mihails Agafonovs : Hi! In version 1.1.2 I was able to continue list using on the next line, like: 1. lalalala #picture_macro() 1. rrererer #picture_macro() So the picture or some text would be in the list item. It was very nice when posting a big text

Re: [xwiki-users] Import problem

2008-05-19 Thread Mihails Agafonovs
Hi! Importing large XARs takes very long time, so you should really wait :). In my case, importing ~9mb XAR took about ~1 hour. Quoting [EMAIL PROTECTED] [1]: On May 19, 2008, at 9:22 AM, [EMAIL PROTECTED] wrote: Hi, In the logs it shows :- 127.0.0.1 - - [19/May/2008:08:02:00

Re: [xwiki-users] ldap auth against active directory fails

2008-05-16 Thread Mihails Agafonovs
/Authentication#HLDAPConfigurationforActiveDirectory ? On Mon, May 12, 2008 at 12:38 PM, Mihails Agafonovs wrote: Try LDAP Browser to find the correct configuration. I've succeeded in connecting to AD, using the CN attribute, so in config it would be: bind_DN={0} /// here

Re: [xwiki-users] Choose editor panel

2008-05-16 Thread Mihails Agafonovs
, Mihails Agafonovs wrote: gt; Hi! gt; gt; For some unknown reasons, quot;Choose editorquot; panel just doesn't exist in gt; my XWiki anymore. Where can I get this panel? In default *.xar version gt; 1.3 there is no such panel. gt; Ar cie#326;u, Mihails

[xwiki-users] Macros

2008-05-16 Thread Mihails Agafonovs
I've defined a macro #make-div(), but it doesn't work! Even after I've restarted Tomcat. Ar cieņu, Mihails ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Active Directory

2008-05-13 Thread Mihails Agafonovs
I understand, that it searches for cn... But seems it doesn't work for the ou attribute. Hopefully, in our company we have also a group with cn attribute, so I've fixed that already. Quoting Thomas Mortagne : On Mon, May 12, 2008 at 12:34 PM, Mihails Agafonovs wrote: Here's the log: 2008

Re: [xwiki-users] Active Directory

2008-05-12 Thread Mihails Agafonovs
. Quoting Thomas Mortagne : I means what to you have in the log, the stack trace etc... On Fri, May 9, 2008 at 12:22 PM, Mihails Agafonovs wrote: errorMessage: 203D: LdapErr: DSID-0C090C7D, comment: Unknown extended request OID, data 0, vece Quoting Thomas Mortagne : On Thu, May 8, 2008

Re: [xwiki-users] ldap auth against active directory fails

2008-05-12 Thread Mihails Agafonovs
Try LDAP Browser to find the correct configuration. I've succeeded in connecting to AD, using the CN attribute, so in config it would be: bind_DN={0} /// here the user will type his cn UID_attr=cn Quoting werner mueller : hallo well i am a little stuck. i cant make it work although i copied

Re: [xwiki-users] Active Directory

2008-05-08 Thread Mihails Agafonovs
Again, the same error from LDAP: LDAPMessage compareResponse(7) noSuchAttribute (2080: AtrErr: DSID-03080139, #1: 0: 2080: DSID-03080139, problem 1001 (NO_ATTRIBUTE_OR_VAL), data 0, Att 23 (userPassword) ) Quoting Thomas Mortagne : 2008/5/7 Mihails Agafonovs lt;[EMAIL PROTECTED]gt

Re: [xwiki-users] Active Directory

2008-05-08 Thread Mihails Agafonovs
: Could be you paste the whole error log ? 2008/5/8 Mihails Agafonovs : Again, the same error from LDAP: LDAPMessage compareResponse(7) noSuchAttribute (2080: AtrErr: DSID-03080139, #1: 0: 2080: DSID-03080139, problem 1001 (NO_ATTRIBUTE_OR_VAL), data

Re: [xwiki-users] Active Directory

2008-05-08 Thread Mihails Agafonovs
Solved one problem - now I'm IN XWikiAllGroup. Quoting Mihails Agafonovs : You were right - I was using the old authenticator. Thanks! Now I can log in, but I'm not created in any group. Also, if I enable extended search (when only users of the specified AD group will be verified), the LDAP

Re: [xwiki-users] Problem with AD authentication in XWiki 1.3

2008-03-17 Thread Mihails Agafonovs
No, it doesn't. Quoting Thomas Mortagne : On Mon, Mar 17, 2008 at 3:43 PM, Mihails Agafonovs wrote: You can try to specify the base_DN (for me it worked). // base_DN=dc=domain,dc=com You're also using sAMAccountName. What format does it have? name.surname? In our company our sAMAccountName

Re: [xwiki-users] Poll / Surveys?

2008-03-10 Thread Mihails Agafonovs
Hi! Is there any guide how to use this custom poll aplication? I've importes *.xar file, then tried to add some objects to the page, but nothing - no object is added. Quoting Guillaume Lerouge : /**/ Hi Jim, here you go : http://code.xwiki.org/xwiki/bin/view/Applications/PollsApplication

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Mileston e 1 Released

2008-01-31 Thread Mihails Agafonovs
Clean up the Skins, make it easy to create new skins and add the new xwiki.org skin Maybe I've smth misunderstood? Quoting Vincent Massol : /**/ On Jan 31, 2008, at 9:42 AM, Mihails Agafonovs wrote: Hi! Just installed new XWiki, but there is no new skin, only the old albatross skin

Re: [xwiki-users] [ANN] XWiki Enterprise 1.3 Mileston e 1 Released

2008-01-31 Thread Mihails Agafonovs
Also, LDAP user is not added to XWikiAllGoup group (like in version 1.1.2), so there is no use of it until user is added to the group by admin. Quoting Vincent Massol : /**/ On Jan 31, 2008, at 9:42 AM, Mihails Agafonovs wrote: Hi! Just installed new XWiki, but there is no new skin, only

Re: [xwiki-users] Edit sections

2008-01-29 Thread Mihails Agafonovs
Ok, but is it possible to modify it without building XWiki from source? Quoting raffovi : muxa wrote: So, will this problem feature be solved? I solved this problem by myself. I changed (level.equals(1) || level.equals(1.1)) into (level.equals(1) || level.equals(1.1)||

Re: [xwiki-users] Access rights

2008-01-11 Thread Mihails Agafonovs
WOW! I also get tha same when accessing Calendar and Index: Topic XWiki.Results does not exist Topic XWiki.CalendarSheet does not exist Quoting Vincent Massol : /**/ On Jan 11, 2008, at 5:28 PM, Vincent Massol wrote: On Jan 11, 2008, at 5:24 PM, Mihails Agafonovs wrote

Re: [xwiki-users] Access rights

2008-01-11 Thread Mihails Agafonovs
But even if give view/edit rights to this group on all spaces and in global rights too, I receive the same message. Only admin right allows a simple user to read blog entry. Quoting Vincent Massol : On Jan 11, 2008, at 4:47 PM, Mihails Agafonovs wrote: Some strange things with access rights

Re: [xwiki-users] Graphical problem

2008-01-10 Thread Mihails Agafonovs
You can use this: Quoting Esbach, Brandon : /**/ IE doesn't support transparency very well in PNG's (all IE versions prior to IE7) - you can get around it though using some script. Gif transparency works to some decent extent in most versions of IE. Check here for more info, and a possible

Re: [xwiki-users] Is paid support for installing XWiki available?

2008-01-09 Thread Mihails Agafonovs
1000$ ? You're definetely joking :D ! Quoting marlon hendred : /**/ I will do it for $1000 usd. -Marlon Hendred On Jan 8, 2008 11:05 PM, Jack William Bell wrote: I am willing to pay a reasonable amount for someone with experience doing it to install XWiki for me. I have a shared server