Re: [xwiki-users] failed restarts

2012-08-17 Thread Moritz Hesse (EnergieArchitektur)
Hi Vincent,

 To debug is easy. Simply start curriki in debug mode (see 
 start_xwiki_debug.sh), open your IDE and
 connect to the running JVM. Then you can trace execution step by step.

which IDE do you use? Eclipse with the XWiki Eclipse Plugin?

Bests,
Moritz

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] failed restarts

2012-08-17 Thread Moritz Hesse (EnergieArchitektur)
Hi Vincent,

 Why would I use the XWiki Eclipse plugin? :)

I am wondering how you connect to your XWiki – for developing as well as for 
debugging?

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] XWiki Eclipse Plugin Installation

2012-08-09 Thread Moritz Hesse (EnergieArchitektur)
Hi, how exactly do I install the XWiki Eclipse Plugin? This description
http://xeclipse.xwiki.org/xwiki/bin/view/Main/WebHome#HInstallation does
definitely not lead to a satisfiying result.

Besides XEclipse and the XWiki Eclipse Plugin - are there any other IDEs
that one can work with, e.g. IntelliJ, NetBeans etc.?

Thanks and bests,
Moritz


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [myxwiki] XWiki Enterprise 4.1.3 (20120711.182831-314) Upgrade

2012-07-13 Thread Moritz Hesse (EnergieArchitektur)
Great, looking forward to it! :-)

 Nope it hasn't :)
 
 [...]
 
 I'm releasing 4.1.3 right now.

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Regular users can edit access rights?

2012-07-12 Thread Moritz Hesse (EnergieArchitektur)
Hi, we have made the experience, that regular users can edit access rights
for pages. Is this regular behaviour? And funnily: The user can only _grant_
access rights but cannot revoke them. Plus: he can only grant it to _one_
group/user. In both cases (when trying to revoke or when trying to grant to
any other group/user) the system says, that there was an error when
communicating with the server.

Is it in gerenal possible to restrict access to the access page and to the
objects page for regular users?

Thanks!

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] [myxwiki] XWiki Enterprise 4.1.3 (20120711.182831-314) Upgrade

2012-07-12 Thread Moritz Hesse (EnergieArchitektur)
 myxwiki.org has been upgraded to XE 4.1.3 (20120711.182831-314). If you
 own a wiki hosted there you should have a look at the release notes for
 this version at:
 http://www.xwiki.org/xwiki/bin/view/ReleaseNotes/

No 4.1.3 mentioned. Sure that this has already been released? :-)

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


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] 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.XWikiPreferences page ?

 What you mean by overwritten? We have taken all 4.0 files to replace 
 3.5 files. But we have not manually changed them.

 The translation pages are registred in XWiki.XWikiPreferences page which
 is one of the page you generally should never ovewrite when upgrading
 exactly for this kind of issues. See

http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Upgrade#HUpgradingwikido
cuments
 for more details.

How can I access this page to see if I can fix it there?

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


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=[, *, **, ***, , *, **,
  ***,
  ])
 
  #foreach($leaf in $tree)
   #if($leaf.depth = 8  ($leaf.depth != 0 || $doc.name==WebHome))
     $depths.get($leaf.depth)
 
 [[$xwiki.getDocument($leaf.fullName).getDisplayTitle()$leaf.fullName
  ]]
   #end
  #end
  {{/velocity}}
 
 Ok so that's actually a velocity script and not a macro or any kind
 (the {{velocity}} itself is a macro that you use to write a script) :)
 
 Hard to tell you what's exactly wrong, you will have to debug a bit.
 For example are you sure $xwiki.doctree plugin is still here ? Maybe
 you forgot to put it in your new instance.

I know that this as is just is a velocity sniplet, but I implemented it as a
macro: I added a MacroClass to a specific page and I configed it that way
that I could call it by {{childrenpagetree/}}. But as mentioned, this
doesn't work anymore. What can I have destroyed while upgrading from 3.5 to
4.0?

By the way: Macros in general do work. We have recently developed another
macro (in 4.0) which also works.

Thanks and best regards,
Moritz

___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[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?

Thanks and bests,
Moritz


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


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


___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users