Re: [xwiki-users] "Previous text" in the translation file

2009-12-10 Thread Thomas Mortagne
2009/12/9 : > > >   Hi all! > >   Sorry if this question has already been reviewed, but I've been > searching the users mail  and found nothing. > >   I've been working on the Galician translation of the Xwiki Core for > a few weeks and today I have found that each and every English string > has a

Re: [xwiki-users] Access to Bindings in Python

2009-12-10 Thread Thomas Mortagne
On Wed, Dec 9, 2009 at 22:08, Josh Eastburn wrote: > Thomas, > > So far, no luck. > > I tried a simple script like: > > {{python}} > try: >    print xcontext.action > except Exception: >    print 'exception' > {{/python}} > > this outputs: > > exception > > Side note: > > {{python}} > try: >    pr

Re: [xwiki-users] (no subject)

2009-12-10 Thread Marius Dumitru Florea
Hi Christophe, PERINAUD Christophe wrote: > Hello all, > > When going in the WYSIWYG editor and pressing CTRL+G if have the popup to go > to a page that is displayed and it's in an edit-like mode (i can select > different objets used by the small window) > I did not find any jira issue open wit

Re: [xwiki-users] Access to Bindings in Python

2009-12-10 Thread Thomas Mortagne
On Thu, Dec 10, 2009 at 10:15, Thomas Mortagne wrote: > On Wed, Dec 9, 2009 at 22:08, Josh Eastburn > wrote: >> Thomas, >> >> So far, no luck. >> >> I tried a simple script like: >> >> {{python}} >> try: >>    print xcontext.action >> except Exception: >>    print 'exception' >> {{/python}} >> >

Re: [xwiki-users] Access to Bindings in Python

2009-12-10 Thread Thomas Mortagne
As a workaround you can get the current XWiki ExecutionContext component, here is how to do it in java (until I find how to write it in Python): XWikiContext context = (XWikiContext) com.xpn.xwiki.web.Utils.getComponent(Execution.class).getContext().getProperty("xwikicontext"); On Thu, Dec 10, 20

Re: [xwiki-users] Access to Bindings in Python

2009-12-10 Thread Thomas Mortagne
On Thu, Dec 10, 2009 at 11:11, Thomas Mortagne wrote: > As a workaround you can get the current XWiki ExecutionContext > component, here is how to do it in java (until I find how to write it > in Python): > > XWikiContext context = (XWikiContext) > com.xpn.xwiki.web.Utils.getComponent(Execution.cl

[xwiki-users] [myxwiki] XWiki Enterprise 2.1 Upgrade

2009-12-10 Thread Jean-Vincent Drean
Hello, myxwiki.org has been upgraded to XE 2.1, if you own a wiki hosted there you should have a look at : http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise21 We also strongly recommend an upgrade to the latest wiki version. To upgrade you must download XE 2.1 XWiki XAR from :

Re: [xwiki-users] (no subject)

2009-12-10 Thread PERINAUD Christophe
Hi Marius, I created the issue http://jira.xwiki.org/jira/browse/XWIKI-4665 (hope i did it well) > -Message d'origine- > De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] > De la part de Marius Dumitru Florea > Envoyé : jeudi 10 décembre 2009 10:30 > À : XWiki Users > Obj

Re: [xwiki-users] How do i set the main page?

2009-12-10 Thread AlonsoIR
please, nobody could help me? AlonsoIR wrote: > > hi, im totally newbee, i almost have finished a page and a i need to know > how to set as main page. If i click on logo i need that page loaded, if i > enter the url www.mywiki.com, that page must be loaded. > > > how do i do that? > > reg

Re: [xwiki-users] "Previous text" in the translation file

2009-12-10 Thread Ecaterina Valica
He is talking about: http://incubator.myxwiki.org/xwiki/bin/download/Main/WebHome/translations.png I don't know if it has some functionality. If it does then we should mark it with another style, if not we should remove it. ___ users mailing list users@x

Re: [xwiki-users] "Previous text" in the translation file

2009-12-10 Thread Guillaume Lerouge
Hi, On Thu, Dec 10, 2009 at 1:59 PM, Ecaterina Valica wrote: > He is talking about: > > http://incubator.myxwiki.org/xwiki/bin/download/Main/WebHome/translations.png > > I don't know if it has some functionality. If it does then we should mark > it > with another style, if not we should remove i

Re: [xwiki-users] "Previous text" in the translation file

2009-12-10 Thread Thomas Mortagne
On Thu, Dec 10, 2009 at 13:59, Ecaterina Valica wrote: > He is talking about: > http://incubator.myxwiki.org/xwiki/bin/download/Main/WebHome/translations.png > Ok, i was looking at http://l10n.xwiki.org/xwiki/bin/view/XE/XWikiCoreResources?action=review&language=gl (Galician translation to review

Re: [xwiki-users] Blog/Clone

2009-12-10 Thread Vincent Gerris
Hi Sergiu, The form was not exactly matching our needs, because it leaves the categories in the Blog space, while the document are in another (as far I could see). We have a seperate space for all our documents, because we prefer to not be forced to update standard components that we use. Since

Re: [xwiki-users] (no subject)

2009-12-10 Thread Marius Dumitru Florea
PERINAUD Christophe wrote: > Hi Marius, > > I created the issue http://jira.xwiki.org/jira/browse/XWIKI-4665 (hope i did > it well) Thanks, I corrected the category. Marius > > > >> -Message d'origine- >> De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] >> De la part

[xwiki-users] Apache Solr installation ?

2009-12-10 Thread Gaci, Hakim
Hi, I'd like to index files to find them with Lucene search (TXT, PDF, WORD, PPT, XML, HTML...) I found this very useful tool in apache projects : Solr (http://lucene.apache.org/solr/) This works on top of lucene search tool. Is it possible to install Apache Solr on XWiki ? Thanks Please help

Re: [xwiki-users] Blog/Clone

2009-12-10 Thread Sergiu Dumitriu
On 12/10/2009 02:50 PM, Vincent Gerris wrote: > > Hi Sergiu, > > The form was not exactly matching our needs, because it leaves the > categories in the Blog space, while the document are in another (as far I > could see). Yes, this is known and should be fixed in the future. > We have a seperate

Re: [xwiki-users] Blog/Clone

2009-12-10 Thread Vincent Gerris
hi Vincent, Thank you for your response. I have a full agenda these days, but I will try to evaluate 2.1RC1. We will probably upgrade from 1.9.3 to 2.1 release anyway when it comes out, but I am waiting for servers to be made ready to do a new install and off course we will report issues on that.

Re: [xwiki-users] Blog/Clone

2009-12-10 Thread Vincent Massol
On Dec 10, 2009, at 4:30 PM, Vincent Gerris wrote: > > hi Vincent, > > Thank you for your response. > I have a full agenda these days, but I will try to evaluate 2.1RC1. 2.1 final is now out... :-) -Vincent > We will probably upgrade from 1.9.3 to 2.1 release anyway when it > comes out, > bu

Re: [xwiki-users] Access to Bindings in Python

2009-12-10 Thread Josh Eastburn
Thomas, {{python}} try: from com.xpn.xwiki.web import Utils from org.xwiki.context import Execution except ImportError: print 'import error' try: context = Utils.getComponent(Execution.class).getContext().getProperty("xwikicontext") except: print 'method call failed' {{/python

[xwiki-users] WYSIWYG slow in IE

2009-12-10 Thread chrisjasp
Just wondering if anyone has had character input delay using IE7/8 in the WYSIWYG editor. I don't have that problem on the same computer using firefox or Chrome. I'm guessing its the JS engine but just wondering if there is a fix or workaround. -- View this message in context: http://n2.nabble.

Re: [xwiki-users] WYSIWYG slow in IE

2009-12-10 Thread Guillaume Lerouge
Hi Chris, On Thu, Dec 10, 2009 at 9:41 PM, chrisjasp wrote: > > Just wondering if anyone has had character input delay using IE7/8 in the > WYSIWYG editor. I don't have that problem on the same computer using > firefox > or Chrome. I'm guessing its the JS engine but just wondering if there is a

[xwiki-users] XEM main wiki inaccessible

2009-12-10 Thread Dilipkumar Jadhav
Hello friends, We are converting our xwiki to an xwiki farm. I have followed all the necessary instructions for converting XE to XEM as stated in the XEM space at http://manager.xwiki.org/xwiki/bin/view/AdminGuide/Installation#HConvertanex istingXWikiEnterpriseinstance I was able to create a x