Re: [xwiki-users] change colortheme

2012-06-25 Thread Hamster
Gerritjan Koekkoek wrote > > Hi, > > The colortheme per space can be used to set department specific content > The only customization we did was the following (we are running 3.5.1, but > I think t works from most of the 3.x) > > ... > That's great! Thanks Gerritjan for sharing your code! --

Re: [xwiki-users] change colortheme

2012-06-25 Thread Hamster
Moritz Hesse (EA GmbH) wrote > > Sorry, my bad. I haven't had the whole context. > ROFL, the OP had only 4 sentenses...where's this world going to end? ;-) (JK) -- View this message in context: http://xwiki.475771.n2.nabble.com/change-colortheme-tp4509734p7579883.html Sent from the XWiki- Use

Re: [xwiki-users] Questions about XWiki IDE/SDK

2012-06-25 Thread Vincent Massol
Hi Moritz, On Jun 25, 2012, at 3:31 PM, Moritz Hesse (EnergieArchitektur) wrote: > Hello, > > we have tried out XEclipse but as it seems to me there is neither auto > completion nor syntax highlighting for groovy (while there is for velocity). > Is there any way that we can activate these featur

Re: [xwiki-users] Translation error?

2012-06-25 Thread Marius Dumitru Florea
On Mon, Jun 25, 2012 at 4:25 PM, Moritz Hesse (EnergieArchitektur) wrote: > Furthermore, the title of our appw/minutes look extremely disturbing > and - to be honest - ugly: > "platform.appwithinminutes.appHomePageDescriptionHeading" instead of > "Projects". What went wrong? I do

Re: [xwiki-users] XWQL and ratings

2012-06-25 Thread Jeremie BOUSQUET
Could be solved if the following issue was solved: https://hibernate.onjira.com/browse/HHH-16 (Explicit joins on unrelated classes) But this issue has been there for a very long time ... And even with that it would consider that non-matching items (objects without average votes) would return null

Re: [xwiki-users] change colortheme

2012-06-25 Thread Vereniging CdLS
Hi, The colortheme per space can be used to set department specific content The only customization we did was the following (we are running 3.5.1, but I think t works from most of the 3.x) On the SKIN we attached a copy of colorThemeInit.vm We put a small piece of code inside; #if ($!{context

Re: [xwiki-users] change colortheme

2012-06-25 Thread Moritz Hesse (EnergieArchitektur)
> I can't find any velocity code to change the colortheme on that page... > can you provide an example? Sorry, my bad. I haven't had the whole context. I was only referring to "Change colortheme: Two years later... Is this nowadays possible?" Bests, Moritz __

Re: [xwiki-users] Macro not not working after upgrade

2012-06-25 Thread Thomas Mortagne
On Mon, Jun 25, 2012 at 3:28 PM, Moritz Hesse (EnergieArchitektur) wrote: >> > {{velocity}} >> > #if($doc.name=="WebHome") >> >  #set($tree = $xwiki.doctree.getSpaceDocumentTree($doc.web)) >> > #else >> >  #set($tree = $xwiki.doctree.getDocumentTree($doc)) >> > #end >> > #set($depths=["", "*", "**

[xwiki-users] Questions about XWiki IDE/SDK

2012-06-25 Thread Moritz Hesse (EnergieArchitektur)
Hello, we have tried out XEclipse but as it seems to me there is neither auto completion nor syntax highlighting for groovy (while there is for velocity). Is there any way that we can activate these features for groovy as well? Otherwise: Is there a plugin for Netbeans as well, instead of Eclipse

Re: [xwiki-users] Macro not not working after upgrade

2012-06-25 Thread Moritz Hesse (EnergieArchitektur)
> > {{velocity}} > > #if($doc.name=="WebHome") > >  #set($tree = $xwiki.doctree.getSpaceDocumentTree($doc.web)) > > #else > >  #set($tree = $xwiki.doctree.getDocumentTree($doc)) > > #end > > #set($depths=["", "*", "**", "***", "", "*", "**", > > "***", > > ""]) > > > > #fore

Re: [xwiki-users] change colortheme

2012-06-25 Thread Hamster
Moritz, I can't find any velocity code to change the colortheme on that page... can you provide an example? -- View this message in context: http://xwiki.475771.n2.nabble.com/change-colortheme-tp4509734p7579870.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] change colortheme

2012-06-25 Thread Hamster
GerritJan, That sounds exactly what I am looking for. We have two "departments", and I want to show a different logo, background and colortheme based upon which department a user belongs to. -- View this message in context: http://xwiki.475771.n2.nabble.com/change-colortheme-tp4509734p7579869.h

Re: [xwiki-users] Translation error?

2012-06-25 Thread Moritz Hesse (EnergieArchitektur)
Furthermore, the title of our appw/minutes look extremely disturbing and - to be honest - ugly: "platform.appwithinminutes.appHomePageDescriptionHeading" instead of "Projects". What went wrong? >>> >>> This looks like missing translations. Did you overwritten >>> XWiki.XWikiP

Re: [xwiki-users] XWQL and ratings

2012-06-25 Thread Eduard Moraru
As far as I can tell, you can only do joins in HQL *if* you have set up object mappings (one-to-one, one-to-many, etc.). However, as far as I can see in our Hibernate mapping, XWiki does not do these mappings and only does basic property-to-primitiveType-to-table-column mappings. This is also the

Re: [xwiki-users] change colortheme

2012-06-25 Thread Moritz Hesse (EnergieArchitektur)
> Two years later... > Is this nowadays possible? Yes, extensively: http://extensions.xwiki.org/xwiki/bin/view/Extension/Color+Theme+Application Bests, Moritz ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] change colortheme

2012-06-25 Thread Gerritjan Koekkoek
What is it you are looking for with respect to color themes? We are using color themes as a important 'localization' feature in our multi-language XWiki As we are a federation of independent associations each association has the option to create it's own color theme with logo. Based on Spaces or

Re: [xwiki-users] change colortheme

2012-06-25 Thread Hamster
Two years later... Is this nowadays possible? -- View this message in context: http://xwiki.475771.n2.nabble.com/change-colortheme-tp4509734p7579848.html Sent from the XWiki- Users mailing list archive at Nabble.com. ___ users mailing list users@xwiki.

Re: [xwiki-users] TagCloud - Can't add tags

2012-06-25 Thread Hamster
We ended up with a reinstall of XWiki and importing only the user-generated pages. All is working now! -- View this message in context: http://xwiki.475771.n2.nabble.com/TagCloud-Can-t-add-tags-tp7574678p7579838.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] Activity Stream - Failed to update: Forbidden

2012-06-25 Thread Hamster
We ended up with a reinstall of XWiki and importing only the user-generated pages. All is working now! -- View this message in context: http://xwiki.475771.n2.nabble.com/Activity-Stream-Failed-to-update-Forbidden-tp7574674p7579837.html Sent from the XWiki- Users mailing list archive at Nabble.co