Re: [xwiki-users] Where's the right parseInt?

2015-01-08 Thread vinc...@massol.net
Hi, The javadoc says:     /**      * Convert a {@code String} to a primitive {@code int}.      *      * @param str the String to convert to an integer      * @return the parsed integer or zero if the string is not a valid integer number      * @since 1.3 Milestone 2      * @deprecated use {@code

Re: [xwiki-users] Howto include a link to a page in edit mode+inline mode

2015-01-08 Thread Pascal BASTIEN
>  > Anyway, it is strange than this URL below working well except for inline > mode: [[Panels.TagCloud||queryString="xpage=edit&editor=wiki"]] open directly > the target in edit mode and wiki editor > [[Panels.TagCloud||queryString="xpage=edit&editor=wysiwyg"]] > [[Panels.TagCloud||queryString

Re: [xwiki-users] Where's the right parseInt?

2015-01-08 Thread Bryn Jeffries
Thanks. Can you provide a link to that entry? Cheers, Bryn - Reply message - From: "vinc...@massol.net" To: "XWiki Users" Cc: "Bryn Jeffries" Subject: [xwiki-users] Where's the right parseInt? Date: Thu, Jan 8, 2015 19:09 Hi, The javadoc says: /** * Convert a {@code String

Re: [xwiki-users] Where's the right parseInt?

2015-01-08 Thread vinc...@massol.net
On 8 Jan 2015 at 10:06:11, Bryn Jeffries (bryn.jeffr...@sydney.edu.au(mailto:bryn.jeffr...@sydney.edu.au)) wrote: > Thanks. Can you provide a link to that entry?  https://github.com/xwiki/xwiki-platform/blob/4f92c9fc4dc9d4bb7b42a54f3e289f42e833d986/xwiki-platform-core/xwiki-platform-legacy/xwi

[xwiki-users] Setting up SVN Application

2015-01-08 Thread Bryn Jeffries
Having installed the SVN Application from the extension manager and copying the attached jars into /usr/lib/xwiki/WEB-INF/lib/ I think I've almost got the tool running. However, I still get the following error when I try to list pages to be committed: org.tmatesoft.svn.core.SVNException: svn: C

Re: [xwiki-users] Manipulate presentation of LiveTable column data

2015-01-08 Thread Clemens Klein-Robbenhaar
On 01/08/2015 03:15 AM, Bryn Jeffries wrote: > I have a custom groovy script at DemoSpace.StudiesJSON that generates JSON of > the form: > { > "totalrows": 5, > "matchingtags": {}, > "tags" : [], > "offset": 1, > "reqNo": 0, > "returnedrows": 1, > "rows": [{"doc_viewable":true,"study_id":3,"study_

Re: [xwiki-users] Subpage permission

2015-01-08 Thread Yvan Arnaud
Hi Eduard, thanks for the answer. I checked once again and had a look to the exact error in the log file. The problem is related to a macro I had on the left column to visualise the hierarchy of the space. Without the macro it works great. Here is the macro: {{velocity}} #set($docSpace = $doc

Re: [xwiki-users] Manipulate presentation of LiveTable column data

2015-01-08 Thread Marius Dumitru Florea
See http://extensions.xwiki.org/xwiki/bin/view/Extension/Livetable+Macro#HParameter24columnsProperties . There is a 'link' parameter. I've updated the documentation. Hope this helps, Marius On Thu, Jan 8, 2015 at 4:15 AM, Bryn Jeffries wrote: > I have a custom groovy script at DemoSpace.Studies

[xwiki-users] prevent page save

2015-01-08 Thread Jason Clemons
Hello all, I've implemented some client side page validation using JavaScript which works well, but I want to implement some simple checks on server side also. I know how to evaluate the values in my UI using velocity after the page is submitted, but how do I prevent the page from saving if m

Re: [xwiki-users] Manipulate presentation of LiveTable column data

2015-01-08 Thread Bryn Jeffries
Many thanks - the first option works fine for me. - Reply message - From: "Clemens Klein-Robbenhaar" To: Subject: Re: [xwiki-users] Manipulate presentation of LiveTable column data Date: Thu, Jan 8, 2015 21:23 On 01/08/2015 03:15 AM, Bryn Jeffries wrote: > I have a custom groovy script

[xwiki-users] Run Macro inside velocity

2015-01-08 Thread Matthias Wegner
Hi All, i just uploaded a new extension to http://extensions.xwiki.org/xwiki/bin/view/Extension/TaskMacro. I want to enable in inside Can i do that? Regards, Matthias -- View this message in context: http://xwiki.475771.n2.nabble.com/Run-Macro-inside-velocity-tp7593608.html Sent from the X

[xwiki-users] Add Content my html form

2015-01-08 Thread Matthias Wegner
Hi, i want to add some content to a page by a form. I want a grownig buttet list below. Is there a other way than over the XDOM? Regards, Matthias -- View this message in context: http://xwiki.475771.n2.nabble.com/Add-Content-my-html-form-tp7593609.html Sent from the XWiki- Users mailing li