Re: [xwiki-users] Component manager has not been initialized before lookup for [org.xwiki.model.reference.DocumentReferenceResolver java.lang.String ] for hint [currentmixed]

2013-09-10 Thread Vincent Massol
Hi Mohit, Does this happen again if you restart again XWiki or is it a fluke? Thanks -Vincent On Sep 9, 2013, at 4:40 PM, Mohit Gupta motgu...@gmail.com wrote: Hi, I installed the xwiki latest version i.e 5.1 war file under tomcat and getting the below error when i hit the deployed

Re: [xwiki-users] XWiki/2.1 analogue for #message(message) macro

2013-09-10 Thread Valdis Vītoliņš
I decided, that the most elegant solution was to add custom XWiki macro called message whith body: {{velocity}}(% class=box plainmessage% )((($xcontext.macro.content))){{/velocity}} http://platform.xwiki.org/xwiki/bin/view/DevGuide/WikiMacroTutorial Valdis I'm migrating documents to XWiki/2.1

[xwiki-users] a simple slideshow?

2013-09-10 Thread Paul Libbrecht
Hello XWiki users, I've been trying to find a simple sldieshow macro and have failed miserably. I found nice jQuery libraries and thought XWiki had jQuery but that did not realize. I found protoshow which looks very nice and is based on prototype and scriptaculous but again... failure because

Re: [xwiki-users] a simple slideshow?

2013-09-10 Thread Jeremie BOUSQUET
I think prototype is by default, but scriptaculous must be declared when needed ... For example: $xwiki.jsfx.use('js/scriptaculous/scriptaculous.js') I think if you look around, some extensions currently use JQuery. After a quick search:

Re: [xwiki-users] a simple slideshow?

2013-09-10 Thread Jeremie BOUSQUET
There is also: http://extensions.xwiki.org/xwiki/bin/view/Extension/Presentation+Application 2013/9/10 Jeremie BOUSQUET jeremie.bousq...@gmail.com I think prototype is by default, but scriptaculous must be declared when needed ... For example:

Re: [xwiki-users] a simple slideshow?

2013-09-10 Thread Vincent Massol
For jquery see: http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki50M2#HJQueryinXWikiusingAMD2FRequire.js We're missing proper documentation though, see http://jira.xwiki.org/browse/XWIKI-8898 Thanks -Vincent On Sep 10, 2013, at 2:42 PM, Jeremie BOUSQUET

Re: [xwiki-users] a simple slideshow?

2013-09-10 Thread Vincent Massol
FTR we're moving away from prototype and (probably) towards jquery. Thanks -Vincent On Sep 10, 2013, at 2:50 PM, Vincent Massol vinc...@massol.net wrote: For jquery see: http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/ReleaseNotesXWiki50M2#HJQueryinXWikiusingAMD2FRequire.js We're missing

Re: [xwiki-users] a simple slideshow?

2013-09-10 Thread Paul Libbrecht
Interesting. But how do you declare, with this approach, yet another library? (I want jQuery and jQuery innerFade) thanks Paul Le 10 sept. 2013 à 14:50, Vincent Massol a écrit : For jquery see:

Re: [xwiki-users] XWiki/2.1 analogue for #message(message) macro

2013-09-10 Thread Vincent Massol
Hi Valdis, I've opened http://jira.xwiki.org/browse/XWIKI-9432 I reckon that the reason you didn't use the {{box/}} macro was just because it looks a little bit less nice that the other style (round corners, margin for the text), right? Thanks -Vincent On Sep 10, 2013, at 11:26 AM, Valdis

Re: [xwiki-users] XWiki/2.1 analogue for #message(message) macro

2013-09-10 Thread Valdis Vītoliņš
Vincent, actually I'm happy with both styles for boxes, because I regularly have several types of them in one page: 1. code excerpts ({{code}} with sharp corners, difference from {{box}} and quote is monospace font), 2. informational messages (e.g. {{warning}}, {{info}} — rounded ones with

Re: [xwiki-users] Component manager has not been initialized before lookup for [org.xwiki.model.reference.DocumentReferenceResolver java.lang.String ] for hint [currentmixed]

2013-09-10 Thread Mohit Gupta
Hi Vincent, This did not happen again as of now after restart. On Tue, Sep 10, 2013 at 12:15 PM, Vincent Massol vinc...@massol.net wrote: Hi Mohit, Does this happen again if you restart again XWiki or is it a fluke? Thanks -Vincent On Sep 9, 2013, at 4:40 PM, Mohit Gupta