[xwiki-users] Fwd: need advice about an extension developpment

2014-09-18 Thread Michael Bußler
*push* -- Forwarded message -- From: Pascal BASTIEN pbasnews-xw...@yahoo.fr Date: 2014-09-18 10:17 GMT+02:00 Subject: Re: [xwiki-users] need advice about an extension developpment To: Michael Bußler michael.buss...@googlemail.com heu it's my fault I didn't precised xwiki version

Re: [xwiki-users] need advice about an extension developpment

2014-09-17 Thread Michael Bußler
Hi Pascal, I've had the same issue. Here is how I solved it with JS: code function collapse( panel ){ panel.addClassName('collapsed').removeClassName('expanded'); } function collapsePanels() { $$('.PanelIndex').each( collapse ); $$('.PanelAbkuerzungenLink').each( collapse );

Re: [xwiki-users] need advice about an extension developpment

2014-09-17 Thread Michael Bußler
The loading code at the end of course belongs to the rest of the code. -M 2014-09-17 22:54 GMT+02:00 Michael Bußler michael.buss...@googlemail.com: Hi Pascal, I've had the same issue. Here is how I solved it with JS: code function collapse( panel ){ panel.addClassName('collapsed

Re: [xwiki-users] Image-Plugin Settings

2014-05-22 Thread Michael Bußler
container in conjunction with the queryString paramter to get an appropriate image resolution, but I wonder If there is better solution for that. Best Regards, Michael 2014-05-21 22:37 GMT+02:00 Michael Bußler michael.buss...@googlemail.com: Hi Marius, it worked as expected! @vincent: At least

Re: [xwiki-users] Image-Plugin Settings

2014-05-22 Thread Michael Bußler
OK, I'll try that.. Thanks for the additional explanation! Michael Am 22.05.2014 15:08 schrieb Marius Dumitru Florea mariusdumitru.flo...@xwiki.com: On Thu, May 22, 2014 at 2:50 PM, Michael Bußler michael.buss...@googlemail.com wrote: Just a short recap: I've noticed that images

Re: [xwiki-users] Image-Plugin Settings

2014-05-21 Thread Michael Bußler
). Hope this helps, Marius On Wed, May 21, 2014 at 11:46 AM, Michael Bußler michael.buss...@googlemail.com wrote: Hi, is it possible to change the compression settings for the image plugin? With the default settings, the quality of downscaled images is rather low. Greetings, Michael

Re: [xwiki-users] Annotations

2014-05-20 Thread Michael Bußler
you, Michael 2014-05-15 16:01 GMT+02:00 Michael Bußler michael.buss...@googlemail.com: Hi Marius, Sorry, I've forgot to mention that I already have set {{include reference=Wikiderm.EntrySheet/}} as page content. Thank you for the suggestion! Best regards, Michael 2014-05-15 13:35 GMT

Re: [xwiki-users] Annotations

2014-05-15 Thread Michael Bußler
this helps, Marius On Wed, May 14, 2014 at 12:05 AM, Michael Bußler michael.buss...@googlemail.com wrote: Hi Anca, My XWiki (www.wikiderm.de) is build up like a encyclopedia and consists of entry pages, which I'm using a custom class called EntryClass. The class object stores the entries

[xwiki-users] Annotations

2014-05-13 Thread Michael Bußler
Hi there, I observed the Annotation-code in XWiki is having problems with the general approach of having a document-class rendered by a class-specific sheet. E.g. the highlighting of text passages isn't rendering properly. Is this a general limitation or am I doing something wrong with the

Re: [xwiki-users] Using parameter macro in the js extension

2014-05-13 Thread Michael Bußler
Hi, the velocity-code is executed on the server, while js-code runs on the client side, AFTER the macro-code was executed . You could try need to pass parameters to your macro via an URL parameter or http POST. Hope this helps! Best, Michael Am 12.05.2014 19:01 schrieb Eduardo Abritta

Re: [xwiki-users] Annotations

2014-05-13 Thread Michael Bußler
happening? is your sheet custom? can you show the code of your sheet? a screenshot of isn't rendering properly? Anca On Tue, May 13, 2014 at 8:38 AM, Michael Bußler michael.buss...@googlemail.com wrote: Hi there, I observed the Annotation-code in XWiki is having problems with the general

[xwiki-users] Solr search suggestion auto-complete

2014-05-02 Thread Michael Bußler
Hi there, I've just moved my wiki to a different Server and upgraded there to XWiki Enterprise 5.4.4. I've also switched to solr search engine. It's really awesome work you did there, and I definitively want to use Solr search because to the much better results page. :) But regrettably, I've got