Re: [xwiki-users] force edit inline and redirect

2016-06-30 Thread Pascal BASTIEN
Are there a simple (or recommanded) way to redirect user to another page (in edit mode) when he edit a page? Thxs ... > > En date de : Jeu 30.6.16, Pascal BASTIEN a écrit : > > Objet: force edit inline and redirect > À: "XWiki Users" > Da

Re: [xwiki-users] Livetable URL Question

2016-06-30 Thread Vincent Massol
Hi Jeff, > On 01 Jul 2016, at 03:33, Jeff Cyre wrote: > > I am looking to have a link in an object property. > > I have an object like the following > > Name : string > > Description : string > > SupportPage : string > > > > The SupportPage should be a link to another page with more infor

[xwiki-users] Livetable URL Question

2016-06-30 Thread Jeff Cyre
I am looking to have a link in an object property. I have an object like the following Name : string Description : string SupportPage : string The SupportPage should be a link to another page with more information (in the wiki) Next I want a livetable that will display that with a clickabl

[xwiki-users] 5

2016-06-30 Thread ChengmiN Ding
z ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] [ANN] Release of Nested Pages Migrator Application 0.5.1

2016-06-30 Thread Raluca Stavro
That's great ! Thank you ! Raluca. On Jun 30, 2016 6:15 PM, "Guillaume Delhumeau" < guillaume.delhum...@xwiki.com> wrote: > Hello > > A new version of the Nested Pages Migrator Application extension is > available. See > > http://extensions.xwiki.org/xwiki/bin/view/Extension/Nested+Pages+Migrator

Re: [xwiki-users] Missing numbers of headings in pdf export when using macro numberedheadings

2016-06-30 Thread Vincent Massol
> On 30 Jun 2016, at 18:53, Alina Kupgisch wrote: > > Hi Vincent, > > thanks for your quick answer. I already tried setting the numbers by css, but > that causes an "ValidationException: Invalid property encountered on > "fo:block": counter-reset" (see below). Do you have another idea or more

Re: [xwiki-users] Missing numbers of headings in pdf export when using macro numberedheadings

2016-06-30 Thread Alina Kupgisch
Hi Vincent, thanks for your quick answer. I already tried setting the numbers by css, but that causes an "ValidationException: Invalid property encountered on "fo:block": counter-reset" (see below). Do you have another idea or more links where this is described? _*Css:*_ body {counter-reset:

[xwiki-users] [ANN] XWiki 7.4.4 released

2016-06-30 Thread Vincent Massol
The XWiki development team is proud to announce the availability of XWiki 7.4.4. This is a bugfix release that fixes important bugs discovered in the 7.4.3 version. You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download Make sure to review the release notes: http://www.xwiki

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

2016-06-30 Thread Guillaume Delhumeau
Hello A new version of the Nested Pages Migrator Application extension is available. See http://extensions.xwiki.org/xwiki/bin/view/Extension/Nested+Pages+Migrator+Application#Hv0.5.1 You can install or upgrade with the Extension Manager. The application is still a beta version that you should us

Re: [xwiki-users] force edit inline and redirect

2016-06-30 Thread Vincent Massol
hmm javadoc says: /** * @return "inline" if the document should be edited in inline mode by default or "edit" otherwise. * @throws XWikiException if an error happens when computing the edit mode */ public String getDefaultEditMode() throws XWikiException So that would be a bug… Thanks -Vince

Re: [xwiki-users] force edit inline and redirect

2016-06-30 Thread Pascal BASTIEN
hum $doc.getDefaultEditMode() return 'edit' even on doc edited in inline mode by default :-( http://maven.xwiki.org/site/docs/xwiki-javadoc-4.1.x/com/xpn/xwiki/api/Document.html#getDefaultEditMode%28%29 (I'm on xwiki 7.0.1) En date de : Jeu 30.6.16, P

Re: [xwiki-users] WYSIWYG doesn't work on Windows installation

2016-06-30 Thread PatrickVoirol
Hi I just changed the page Syntax from 2.1 to 2.0 and back. Now it works perfectly. Thanks -- View this message in context: http://xwiki.475771.n2.nabble.com/WYSIWYG-doesn-t-work-on-Windows-installation-tp7600179p7600188.html Sent from the XWiki- Users mailing list archive at Nabble.com.

Re: [xwiki-users] NullPointerException at HqlSqlWalker.lookupProperty( HqlSqlWalker.java:560)

2016-06-30 Thread Vincent Massol
Thanks for reporting back! I’ve added an entry at http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationOracle#HNullPointerExceptionatHqlSqlWalker Thanks -Vincent > On 30 Jun 2016, at 14:34, Kemalettin OCAK wrote: > > Hi, > I found the reason. It's all beacause ojdbc6.jar. There are

Re: [xwiki-users] NullPointerException at HqlSqlWalker.lookupProperty( HqlSqlWalker.java:560)

2016-06-30 Thread Kemalettin OCAK
Hi, I found the reason. It's all beacause ojdbc6.jar. There are different jars for every different minor version change. I used jdbc connector for Oracle 11g ( 11.2.0.4.0 ) and my database version is 11.2.0.1.0. After i download correct one, problem solved. One thing to remember is Oracle name

Re: [xwiki-users] WYSIWYG doesn't work on Windows installation

2016-06-30 Thread Vincent Massol
Hi Patrick, > On 30 Jun 2016, at 12:05, PatrickVoirol wrote: > > Hi all > > I just installed XWiki 8.1 on my Windows Laptop and everything works well > just the WYSIWYG-Editor is hanging up. I tried to find some similar Problem, > but it seems like I'm the only one. > > Has somebody an idea wh

[xwiki-users] force edit inline and redirect

2016-06-30 Thread Pascal BASTIEN
Hi xwiki citizen, I try to redirect to another page users when they edit a page... Then I use this velocity code in my origin page: #if ($xcontext.action=='edit') $response.sendRedirect($xwiki.getURL('MySpace.MaTargetPage', 'edit')) #stop #end Redirect (to MyOriginPage in edit mode) working

[xwiki-users] WYSIWYG doesn't work on Windows installation

2016-06-30 Thread PatrickVoirol
Hi all I just installed XWiki 8.1 on my Windows Laptop and everything works well just the WYSIWYG-Editor is hanging up. I tried to find some similar Problem, but it seems like I'm the only one. Has somebody an idea why it's happen? Regards Patrick -- View this message in context: http://xwik