Re: [xwiki-users] Authentication with groovy

2009-04-22 Thread Mike A.
fRead.readLine(); out.println(line); } } } else break; } } catch(Exception e) { e.printStackTrace(); } finally { bufRead.close(); } Quoting "Mike A." : Hi! I want to retrieve some content from the web site (on the same domain as XWiki) u

[xwiki-users] Authentication with groovy

2009-04-22 Thread Mike A.
Hi! I want to retrieve some content from the web site (on the same domain as XWiki) using groovy. I've already got success for not protected site, but when the site requires username/password, then the script fails. So I somehow need to pass already logged in XWiki user credentials. XWiki 1.6, conf

Re: [xwiki-users] Active Directory users

2009-04-01 Thread Mike A.
plugins.lucene.maxQueueSize=1000 #--- # Misc # #-# Temporary directory where XWiki can put files (during exort and upload, for example). # xwiki.temp.dir=/tmp/xwiki #-# XWiki work directory # xwiki.work.dir=/usr/local/xwiki xwiki.work.dir=work --- Quoting Tho

[xwiki-users] Active Directory users

2009-04-01 Thread Mike A.
Hi! How can I specify that all users found in AD will map to XWikiAllGroup? I do have a group AAA in AD with specific users, and if I specify it for mapping, all works ok. // cn=AAA, ou=Group1, dc=domain, dc=com I also have a group ALL, which contains all groups found (e.g. group AAA is member of A

[xwiki-users] Document tree

2009-03-25 Thread Mike A.
Hi! Document tree has no limit. For example, I do have a space ADT, which has a lot of pages. In document tree, I can expand ADT as many times as I want: ADT --ADT ---ADT -ADT --- page 1 --- page2 --- page 3 I

Re: [xwiki-users] top navigation bar on toucan skin is flickering/flashing while scrolling

2009-02-22 Thread Mike A.
There are a lot of small backgrounds. Just try to disable them and you'llĀ  see that there would be no slowdown :) Quoting Henning Sprang : On Fri, Feb 20, 2009 at 2:25 PM, Mike A. wrote: > Hi! > I don't use toucan skin, but I think (I've experienced this problem >

Re: [xwiki-users] top navigation bar on toucan skin is flickering/flashing while scrolling

2009-02-20 Thread Mike A.
Hi! I don't use toucan skin, but I think (I've experienced this problem before) that the really small background patterns (like 4x4 px) are causing the slowdown. Try to use, for example, 80x80 px backround pattern. Quoting Sergiu Dumitriu : Henning Sprang wrote: > Hi, > A thing that I already r

[xwiki-users] Page access rights

2009-02-02 Thread Mike A.
Hi! I've created a space and denied all access to it to all groups. As an admin (not superadmin), I can still view this space. Then I've denied "view" right to this specific admin, but he can still view this space. The user I'm testing space with was created from Active Directory automatically. XWi

Re: [xwiki-users] table border color - XE 1.8M1

2009-01-29 Thread Mike A.
oun...@xwiki.org]on Behalf Of Mike A. Sent: 29 January 2009 13:49 To: XWiki Users Subject: Re: [xwiki-users] table border color - XE 1.8M1 "Also noted that the table gets centred on the page - can't seem to left or" Have you tried setting margin to 0 in style? It can't

Re: [xwiki-users] table border color - XE 1.8M1

2009-01-29 Thread Mike A.
"Also noted that the table gets centred on the page - can't seem to left or" Have you tried setting margin to 0 in style? It can't be a bug, it's all about style how's table being positioned. Quoting Marius Dumitru Florea : Hi, goldring, richard wrote: > Yes I concurr - my users would find the W

[xwiki-users] Attachment name

2009-01-28 Thread Mike A.
Hi! Is it possible to automatically change attachment name to lowercase / uppercase when uploading it (so when using some picture, you wouldn't need to specify it's name as a case sensitive)? Best regards, Mike ___ users mailing list users@xwiki.org http

Re: [xwiki-users] Continuation of numbered list after code

2009-01-27 Thread Mike A.
Ok, I confirm, that on version 1.7 it doesn't breake the list: * item1 * item2{code} here goes your code {code} * item3 Quoting Ken Teague : Vincent Massol said the following on 1/27/2009 1:47 PM: > ouch... > > This version is not supported anymore since... let me check... at > least 2 yea

Re: [xwiki-users] New macros not loaded

2009-01-22 Thread Mike A.
XWiki 1.7.14685 Macros are defined in /xwiki/templates/macros.vm Quoting Thomas Mortagne : So what version of XE are you using ? where did you defined the new macros ? if you defined it in a wiki page, how are you loading it ? On Thu, Jan 22, 2009 at 3:48 PM, Mike A. wrote: > It's

Re: [xwiki-users] New macros not loaded

2009-01-22 Thread Mike A.
It's Velocity. For example, #macro(test) This works! #end Quoting Thomas Mortagne : Hi, On Thu, Jan 22, 2009 at 2:22 PM, Mike A. wrote: > Hi! > I've created some simple macros (for html otput), but they are not > loaded after I restart tomcat (5.5). Old macros work fine,

[xwiki-users] New macros not loaded

2009-01-22 Thread Mike A.
Hi! I've created some simple macros (for html otput), but they are not loaded after I restart tomcat (5.5). Old macros work fine, but the new are just rendered as a text. Tomcat log contains one error, don't know if it's the reason macros don't work: -- INFO: Pausing Coyote

Re: [xwiki-users] Inline forms

2009-01-22 Thread Mike A.
gClassSheet " Using HTML, CSS & Velocity you can now change the contents of the ClassSheet that defines how items from that class will be displayed in inline view. Hope this helps, Guillaume On Thu, Jan 22, 2009 at 12:34 PM, Mike A. wrote: > Hi! > How can I edit inline form st

[xwiki-users] Inline forms

2009-01-22 Thread Mike A.
Hi! How can I edit inline form structure? For now, each inline form (Edit -> Inline) is created as table and I, for example, want to change how it's displayed. Best regards, Mike ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listi

[xwiki-users] Visio diagram / map

2009-01-16 Thread Mike A.
Hi! Is it possible to import a Visio diagram (with links) into XWiki page? I mean the functionality like in Sharepoint: you save the diagram as a web page and then import it. Best regards, Mike ___ users mailing list users@xwiki.org http://lists.x

[xwiki-users] Out of memory

2009-01-07 Thread Mike A.
Solved. When I've changed tomcat memory size and restarted it, the still wasn't able to be deleted (Out of Memory). Today, I've restarted tomcat again and now it worked ok (page deletion, attachment addition). Quoting Sergiu Dumitriu : > Mike A. wrote: > > Ok, I&#x

Re: [xwiki-users] xwiki backup/restore

2009-01-06 Thread Mike A.
Ok, I've increased tomcat memory to 256M, and added an attachment (4mb) successfully. But I still cannot delete a page. Quoting "Mike A." : Hi! Maybe you can try split xar in smaller packages (it's pretty editable as it is an archive). Some time ago we did that, but

Re: [xwiki-users] xwiki backup/restore

2009-01-06 Thread Mike A.
Hi! Maybe you can try split xar in smaller packages (it's pretty editable as it is an archive). Some time ago we did that, but we just removed the contanet we didn't need, so I don't know if it can be actually splitted. Quoting James Chen : Hi Everyone, We have a very old version of xwiki install

[xwiki-users] Out of memory

2009-01-06 Thread Mike A.
Hi! Using XWiki 1.6.1.13621 for some time without any problems. Today, I can't delete a page (which contains just few lines of text) or add / delete an attachment (4.3mb) with Java Heap Space error (see below). XWiki max upload size = ~32mb MySQL max_allowed_packet = 64M In tomcat5.5, java max hea

Re: [xwiki-users] Can't log on in Internet Explorer

2008-12-19 Thread Mike A.
In xwiki.cfg, have you specified the login name name (bind_dn) as domainusername (in xwiki.cfg it would be domain\{0})? Firefox can authentificate using only username, but IE needs to specify domain also. Quoting Nick Watts : I have XWiki 1.6.1.13621 installed on Tomcat 6.0.18. I am having some

[xwiki-users] Recent changes in What's new

2008-11-17 Thread Mike A.
Hi! In recent changes, we've got a lot of changes like "username in XWiki 2008 Nov 11 at 11:49 User Name ". It's created when the users logs in (authentication is using LDAP). So, any way to disable these kind of changes from showing in What's new? Best regards, Mike

Re: [xwiki-users] tab characters in editor

2008-11-05 Thread Mike A.
1. No. 2. No way it should be a different character. 3. Maybe it could be configurable. So if a user wants such functionality, he will be informed about JavaScript. Besides that, from W3C statistics, 95% users have JavaScript enabled. Anyway, if the user has it disabled, he will get his default tab

[xwiki-users] Xwiki list

2008-11-03 Thread Mike A.
Hi! How can I prevent a list-item from being breaked? I mean, if I want to place some text, then an image and, finally, some message (#info(), #alert() etc.) in a list-time, all would appear as the whole list-item. For now, I can only get text + image or text + message. I do use a macro for an imag