[xwiki-users] [ANN] Release of Nested Pages Migrator Application 0.7

2016-11-30 Thread Guillaume Delhumeau
Hello,

A new version of the Nested Pages Migrator Application is available. See
http://extensions.xwiki.org/xwiki/bin/view/Extension/Nested+Pages+Migrator+Application#Hv0.7
You can install or upgrade with the Extension Manager.

This version brings a new tool that help you to check if the migration is
needed.

Thanks,
-- 
Guillaume Delhumeau (guillaume.delhum...@xwiki.com)
Research & Development Engineer at XWiki SAS
Committer on the XWiki.org project


Re: [xwiki-users] New installation - top menu bar missing?

2016-11-30 Thread Patrick M. Hausen
Hi, all,

> Am 29.11.2016 um 21:36 schrieb Patrick M. Hausen :
> [...]
> 
> http://platform.xwiki.org/xwiki/bin/view/Features/Spaces#HSpacecreation
> 
> Unfortunately my XWiki doesn't have that menu bar with the "Home | Main | 
> WebHome | Add"
> at all! What am I missing here?
> Completely dumbfounded - the docs say "click Add -> Space" ...

No one? The menu bar is clearly visible here:
http://platform.xwiki.org/xwiki/bin/view/Features/Spaces#HSpacecreation

Yet, it is missing in my Wiki which looks like this:
http://i.imgur.com/ctG5kM3.jpg

Thanks
Patrick

Re: [xwiki-users] code macro/jython-standalone-2.7.0-xwiki-3.jar problem

2016-11-30 Thread Thomas Mortagne
I doubt it has anything to so with anything in front of XWiki. Looks
more related to the JVM, maybe there is a security profile configured
for this instance and it's too restrictive for Jython but the error
message is not super clear on what exactly is failing.

On Wed, Nov 30, 2016 at 9:58 AM, Pascal BASTIEN  wrote:
> No the macro doesn't work with
> {{code}}
>  test
> {{/code}}
> same error.
>
> I must try with same couple tomcat/java on my dev server.
> I think the problem coming from secure stuff (chroot, acl, reverse proxy, 
> etc.) on our data center but i don't know where to search error source :-/
>
> 
> En date de : Mar 29.11.16, Thomas Mortagne  a 
> écrit :
>
>  Objet: Re: [xwiki-users] code macro/jython-standalone-2.7.0-xwiki-3.jar 
> problem
>  À: "Pascal BASTIEN" , "XWiki Users" 
> 
>  Date: Mardi 29 novembre 2016, 18h33
>
>  The error you pasted have
>  nothing to do with
>  http://jira.xwiki.org/browse/XWIKI-7984
>  plus XWIKI-7984 is specific to
>  Jboss
>  AS.
>
>  The code macro works
>  well with Tomcat and the setup you indicated is
>  pretty standard for XWiki. It's probably a
>  Jython or Pygments bug with
>  the specific
>  content you tried.
>
>  Does the
>  macro work with some very simple content like:
>
>  {{code}}
>  test
>  {{/code}}
>
>  ?
>
>  If it work with other content then please
>  create a jira issue with the
>  content that
>  reproduce the error and we will try to reproduce it and
>  understand where it come from exactly.
>
>  On Tue, Nov 29, 2016 at 3:55 PM, Pascal BASTIEN
>  
>  wrote:
>  > Hello,
>  >
>  > I try to deploy xwiki 8.4 on Tomcat
>  8.0.32/ java 1.8.0_74 on our datacenter but I have a issue
>  with the code macro:
>  > {{code}}
>  > My code
>  > {{/code}}
>  >
>  > The page displayed:
>  "Failed to execute the [code] macro. Cause: [String
>  index out of range: 3]. Click on this message for
>  details.".
>  > I pasted the details
>  here: http://pastebin.ca/3743091
>  >
>  > I tested this way http://jira.xwiki.org/browse/XWIKI-7984
>  > (open jython-standalon jar/extract
>  everything in Lib/* and put this in a new jar at the root of
>  the jar/put the new ) but it doesn't work.
>  >
>  > Do you have an idea
>  what this problem coming from?
>  >
>  > (It seem that someone else have same
>  problem: https://demon.aeto.net/Macro/CitationBox)
>  >
>  > Thxs for any help
>  >
>  > Pascal
>  BASTIEN
>
>
>
>  --
>  Thomas
>  Mortagne
>



-- 
Thomas Mortagne


Re: [xwiki-users] code macro/jython-standalone-2.7.0-xwiki-3.jar problem

2016-11-30 Thread Pascal BASTIEN
No the macro doesn't work with
{{code}}
 test
{{/code}}
same error.

I must try with same couple tomcat/java on my dev server.
I think the problem coming from secure stuff (chroot, acl, reverse proxy, etc.) 
on our data center but i don't know where to search error source :-/


En date de : Mar 29.11.16, Thomas Mortagne  a écrit :

 Objet: Re: [xwiki-users] code macro/jython-standalone-2.7.0-xwiki-3.jar problem
 À: "Pascal BASTIEN" , "XWiki Users" 
 Date: Mardi 29 novembre 2016, 18h33
 
 The error you pasted have
 nothing to do with
 http://jira.xwiki.org/browse/XWIKI-7984
 plus XWIKI-7984 is specific to
 Jboss
 AS.
 
 The code macro works
 well with Tomcat and the setup you indicated is
 pretty standard for XWiki. It's probably a
 Jython or Pygments bug with
 the specific
 content you tried.
 
 Does the
 macro work with some very simple content like:
 
 {{code}}
 test
 {{/code}}
 
 ?
 
 If it work with other content then please
 create a jira issue with the
 content that
 reproduce the error and we will try to reproduce it and
 understand where it come from exactly.
 
 On Tue, Nov 29, 2016 at 3:55 PM, Pascal BASTIEN
 
 wrote:
 > Hello,
 >
 > I try to deploy xwiki 8.4 on Tomcat
 8.0.32/ java 1.8.0_74 on our datacenter but I have a issue
 with the code macro:
 > {{code}}
 > My code
 > {{/code}}
 >
 > The page displayed:
 "Failed to execute the [code] macro. Cause: [String
 index out of range: 3]. Click on this message for
 details.".
 > I pasted the details
 here: http://pastebin.ca/3743091
 >
 > I tested this way http://jira.xwiki.org/browse/XWIKI-7984
 > (open jython-standalon jar/extract
 everything in Lib/* and put this in a new jar at the root of
 the jar/put the new ) but it doesn't work.
 >
 > Do you have an idea
 what this problem coming from?
 >
 > (It seem that someone else have same
 problem: https://demon.aeto.net/Macro/CitationBox)
 >
 > Thxs for any help
 >
 > Pascal
 BASTIEN
 
 
 
 -- 
 Thomas
 Mortagne