[xwiki-users] Moving elements

2008-09-01 Thread Edward Laptop
Dear All I have begun to alter the Albatross skin - thanks for the advice so far. I now need to move the positions of several elements including the login box and menus from the right to the left. You can see what I mean at www.ee-web.co.uk/caast/caast.jpg Where do I look and how do I do this

Re: [xwiki-users] blog rss headers enumeration

2008-09-01 Thread Martin Molhanec
Yes, very strange. Something more about my problem. I have now this code: #set($feed=$xwiki.feed.getFeed(http://andrea4.feld.cvut.cz:8080/xwiki/bin/view/Main/BlogRss?xpage=rdf;)) Počet: $feed.entries.size()\\ \\ #foreach($entryIndex in [0..9]) #if($entryIndex$feed.entries.size())

[xwiki-users] [ANN] XWiki Enterprise 1.6 Milestone 1 Released

2008-09-01 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki Enterprise 1.6 Milestone 1. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download First milestone of the XWiki Enterprise 1.6 version. Main changes: * New experimental support for other syntaxes (Confluence,

Re: [xwiki-users] Moving elements

2008-09-01 Thread adoro
Hello Edward. 1. You'll find the source for the login / register links - in the global.vm template - in the div id=globallinks 2. To change the page layout and menus position: go in - Administration - XWikiPreferences - PanelWizard - PageLayout Just choose the layout you want. In the

Re: [xwiki-users] Permission issue on platform.xwiki.com and doubt about data model

2008-09-01 Thread Jean-Vincent Drean
On Mon, Sep 1, 2008 at 3:34 PM, Tiago Rinck Caveden [EMAIL PROTECTED] wrote: Hello, I was viewing this page http://platform.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples to check some info about the data model. It was not there so I checked on the hbm file. Then, I thought about

Re: [xwiki-users] Moving elements

2008-09-01 Thread Edward Laptop
Thanks for reply Must be doing something silly... I go to pagelayout as you describe, press a different layout. It tells me its saved. When I go back to the home page nothing has changed! I try a cntrlF5 What am I doing wrong? !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN

Re: [xwiki-users] Broken link and error message

2008-09-01 Thread Edward Laptop
Hi Am trying to import an xar file that is around 50Mb. I am running Jetty on a local server. Firstly I had to increase the upload_maxsize but now it tells me that java heap space out of memory exception. I know I am supposed to edit the start_xwiki.bat or start_xwiki.sh. I look in XWiki

Re: [xwiki-users] Broken link and error message

2008-09-01 Thread Jerome Velociter
Hello Edward, Please, do not hijack other threads, this is a bad practice. Start a new thread instead. For your problem, the .sh or .bat is not in jetty/ but one level upper. Or, you can use the JAVA_OPTS env variable, as an alternative to precise the JVM memory allocated. Regards, Jerome.

Re: [xwiki-users] Java Heap

2008-09-01 Thread Vincent Massol
On Sep 1, 2008, at 10:18 PM, Edward Laptop wrote: APOLOGIES FOR ERROR IN SUBJECT LINE ON PREVIOUS POST BTW the subject line is not the issue... Each email has a thread id so even if you change the subject your reply will still be in the same thread. The solution is simply to create a new

Re: [xwiki-users] Java Heap

2008-09-01 Thread Pavel
You definitely don't want to edit jar. Instead, you'd want to find (or create?) batch file or shell script that you use to launch jetty. There you can add or modify the Xmx parameter. I haven't looked at XWiki for quite a while and can't be any more specific, but from jetty perspective the point