Re: [xwiki-users] searching/replacing within the xwiki edition window

2008-02-14 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Paul Libbrecht wrote: > Ricardo, > > that's browser dependent... Opera gives you this service (at least > searching). > On Macs OmniWeb gives you it if you open the external text window. Hi Paul, I've tried both, Opera in Windows and OmniWeb in Mac. I'm impressed with OmniWeb performance and t

Re: [xwiki-users] [Error]: Java heap memory error on adding large attachment

2008-02-14 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
[EMAIL PROTECTED] wrote: > An MS Word document. > > The error also happened with a 6.5 MB zip file - so the xwiki limit of > 10MB may not be the issue (although documents larger than the alleged > 1MB MySQL limit have been successfully uploaded). Thus, the problem may arise from the amount of me

[xwiki-users] copy rigths to page

2008-02-14 Thread Raffaele Viola
Hi all, I'm trying to copy the rights from a page to another without any success using this code. Can someone help me? Thanks raffo #set($targetDoc = $xwiki.getDocument('paginavuota2')) $targetDoc.getName() #foreach($obj in $doc.getObjects("XWiki.XWikiGlobalRights")) #set($levels = "$obj.getPr

Re: [xwiki-users] [Error]: Java heap memory error on adding large attachment

2008-02-14 Thread Dowson_Jim
Ricardo Rodriguez wrote: >[EMAIL PROTECTED] wrote: >> >> When attempting to upload a 10.5MB file attachment to a page in XE >> 1.2-milestone-2.5917, user consistently get the error: >> >> Java Heap Space Out Of Memory Exception ! > Hi, > > http://www.xwiki.org/xwiki/bin/view/FAQ

[xwiki-users] Hosted Farm: Skol

2008-02-14 Thread Esbach, Brandon
Hi admins: Currently Skol is making an appearance a few too many times. At present there are two immediate concerns: * Cant get a listing of items above a few seconds load time * It stopped my import upload halfway - around 1000 out of over 2000 items completed - which means I have t

Re: [xwiki-users] searching/replacing within the xwiki edition window

2008-02-14 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Paul Libbrecht wrote: > Ricardo, > > that's browser dependent... Opera gives you this service (at least > searching). > On Macs OmniWeb gives you it if you open the external text window. > > For such intensive changes, using XEclipse application (or plugin) > really helps. It lacks a goto-line bu

Re: [xwiki-users] some encoding problems administering users

2008-02-14 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Sergiu Dumitriu wrote: > Hi, > > This is because XmlHttpRequests by default have an UTF8 encoding, and > the server expects 8859-1. Please file a bug report in jira. > > Done. http://jira.xwiki.org/jira/browse/XWIKI-2117 -- Ricardo Rodríguez Your EPEC Network ICT Team

Re: [xwiki-users] rendering pages with Groovy code

2008-02-14 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Sergiu Dumitriu wrote: > Actually, we're trying to make this automatic, so that no system > settings must be changed. I hope this will work in the final 1.3 release. > > Great! Thanks. Best, -- Ricardo Rodríguez Your EPEC Network ICT Team ___ use

Re: [xwiki-users] searching/replacing within the xwiki edition window

2008-02-14 Thread Paul Libbrecht
Ricardo, that's browser dependent... Opera gives you this service (at least searching). On Macs OmniWeb gives you it if you open the external text window. For such intensive changes, using XEclipse application (or plugin) really helps. It lacks a goto-line but has a search-and-replace. I

Re: [xwiki-users] some encoding problems administering users

2008-02-14 Thread Sergiu Dumitriu
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote: > Hi, > > Following a previous thread ([xwiki-users] rendering pages with Groovy > code), we are running a ISO-8859-1, 1.3-milestone-1.7186 XWiki server. > > Encoding seems to work fine now, but there is still at least an issue here. > > Whe

Re: [xwiki-users] rendering pages with Groovy code

2008-02-14 Thread Sergiu Dumitriu
[Ricardo Rodriguez] Your EPEC Network ICT Team wrote: > Sergiu Dumitriu wrote: >> Yep, that's the value I'm interested in. If you can change the tomcat >> settings, can you you add -Dfile.encoding=ISO-8859-1, restart tomcat and >> test again? > > Hi, > > Changes done and problem solved! The s

[xwiki-users] searching/replacing within the xwiki edition window

2008-02-14 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi all, Several users have asked me, and me myself find it quite useful, for this feature and I don't know if it is possible to find any utility doing this: Is it possible to search/replace while editing a document with the wiki editor? Working in WYSIWYG mode, it is at least possible to use t

[xwiki-users] some encoding problems administering users

2008-02-14 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Hi, Following a previous thread ([xwiki-users] rendering pages with Groovy code), we are running a ISO-8859-1, 1.3-milestone-1.7186 XWiki server. Encoding seems to work fine now, but there is still at least an issue here. When we create/edit an user by using the new AJAX reach Administration u

Re: [xwiki-users] [Error]: Java heap memory error on adding large attachment

2008-02-14 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
[EMAIL PROTECTED] wrote: > > When attempting to upload a 10.5MB file attachment to a page in XE > 1.2-milestone-2.5917, user consistently get the error: > > > Java Heap Space Out Of Memory Exception ! > Hi, http://www.xwiki.org/xwiki/bin/view/FAQ/Howtoincreasethemaximumattachmen

[xwiki-users] Can't delete a wikifarm document - exception

2008-02-14 Thread Esbach, Brandon
Document name is "XWiki.macom_admin1301121402082" I've seen this happen on our local wiki; the result is that the document cannot be deleted regardless of what is done to the server. I really need this doc deleted though :s. ---error text--- Error number 3203 in 3: Exception while deleting docume

[xwiki-users] [Error]: Java heap memory error on adding large attachment

2008-02-14 Thread Dowson_Jim
When attempting to upload a 10.5MB file attachment to a page in XE 1.2-milestone-2.5917, user consistently get the error: Java Heap Space Out Of Memory Exception ! and the operation fails. Any suggestions on where to start (default java config?) -- Jim Dowson CTO, Global

Re: [xwiki-users] rendering pages with Groovy code

2008-02-14 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
Sergiu Dumitriu wrote: > Yep, that's the value I'm interested in. If you can change the tomcat > settings, can you you add -Dfile.encoding=ISO-8859-1, restart tomcat and > test again? Hi, Changes done and problem solved! The scrip is executed and the text rendered correctly by adding -Dfile.

Re: [xwiki-users] createDocument() overwrites XWiki.WebHome?????

2008-02-14 Thread Sergiu Dumitriu
Esbach, Brandon wrote: > Hi, > > I've had a request from one of my users to create a script on our hosted > wiki that will create all the needed wiki content for one of their lists. > > * Problem 1, there is over 2000 xwiki documents to create from this list > * Problem 2, they're a lit

[xwiki-users] createDocument() overwrites XWiki.WebHome?????

2008-02-14 Thread Esbach, Brandon
Hi, I've had a request from one of my users to create a script on our hosted wiki that will create all the needed wiki content for one of their lists. * Problem 1, there is over 2000 xwiki documents to create from this list * Problem 2, they're a little anxious to get it going I've