[xwiki-users] MultiLanguage on class-object model

2011-09-28 Thread Gerritjan Koekkoek
Hi, I'm trying some basic functionality on a multilanguage Wiki (3.1) I create a class I create the default Class sheet and add a object on it (like suggested in the default) I create the default Class template and add a object on it (like suggested in the default) Then I create a object; It

Re: [xwiki-users] MultiLanguage on class-object model

2011-09-28 Thread Thomas Mortagne
On Wed, Sep 28, 2011 at 9:29 AM, Gerritjan Koekkoek gerritjankoekk...@gmail.com wrote: Hi, I'm trying some basic functionality on a multilanguage Wiki (3.1) I create a class I create the default Class sheet and add a object on it (like suggested in the default) I create the default Class

Re: [xwiki-users] MultiLanguage on class-object model

2011-09-28 Thread Vincent Massol
On Sep 28, 2011, at 9:45 AM, Thomas Mortagne wrote: On Wed, Sep 28, 2011 at 9:29 AM, Gerritjan Koekkoek gerritjankoekk...@gmail.com wrote: Hi, I'm trying some basic functionality on a multilanguage Wiki (3.1) I create a class I create the default Class sheet and add a object on it

Re: [xwiki-users] MultiLanguage on class-object model

2011-09-28 Thread Gerritjan Koekkoek
As I understand, to internationalize I can use workaround as described on page advised by Vincent; Op 28 sep. 2011, om 09:51 heeft Vincent Massol het volgende geschreven: On Sep 28, 2011, at 9:45 AM, Thomas Mortagne wrote: On Wed, Sep 28, 2011 at 9:29 AM, Gerritjan Koekkoek

[xwiki-users] [Announcement] XWiki Enterprise 3.2 Milestone 3 released

2011-09-28 Thread Sergiu Dumitriu
The XWiki development team is proud to announce the availability of XWiki Enterprise 3.2 Milestone 3, the last milestone of the XWiki Enterprise 3.2 version (see the roadmap at http://enterprise.xwiki.org/xwiki/bin/Main/Roadmap ). Main new features include: * improved Lucene scoring * new

[xwiki-users] data model and velocity

2011-09-28 Thread Scott Serr
I have a data model that follow this page structure: Detectors - Detector1 - Detector1History1 - Detector1History2 - Detector2 (Implemented with my DetectorClass and DetectorHistoryClass) The Detectors is like a dashboard for Detectors and their history. It's mostly working. My

Re: [xwiki-users] data model and velocity

2011-09-28 Thread O Voss
If you only need string return values there is a workaround described here: http://old.nabble.com/macro-question-td23105606.html Better than nothing I guess. Cheers, Olaf Von: Scott Serr se...@theserrs.net An: users@xwiki.org Gesendet: 15:51 Mittwoch,

[xwiki-users] Velocity replaceALL split dato-string with Regex

2011-09-28 Thread Legeinfo
I want to split a dato string like 2011.08.02 into year, month and days to calculate the age of a person. $year = 2011 $month = 08 $day = 02 $year =($date.replaceAll($'\d\d\d\d.','$1')) is not working. -- Volker Lapczynski http://RadWiki.net RadWiki.net -- View this message in context:

Re: [xwiki-users] [Announcement] XWiki Enterprise 3.2 Milestone 3 released

2011-09-28 Thread Sergiu Dumitriu
On 09/28/2011 05:12 PM, Legeinfo wrote: Very nice Sergiu! With file storage: the work/storage folder is now in data/storage. Indeed, forgot to mention that in the release notes. Updated now, thanks! -- Sergiu Dumitriu http://purl.org/net/sergiu/

Re: [xwiki-users] Velocity replaceALL split dato-string with Regex

2011-09-28 Thread Sergiu Dumitriu
On 09/28/2011 05:20 PM, Legeinfo wrote: I want to split a dato string like 2011.08.02 into year, month and days to calculate the age of a person. $year = 2011 $month = 08 $day = 02 $year =($date.replaceAll($'\d\d\d\d.','$1')) is not working. I'm not sure what you tried to write there, but

Re: [xwiki-users] data model and velocity

2011-09-28 Thread Sergiu Dumitriu
On 09/28/2011 09:51 AM, Scott Serr wrote: I have a data model that follow this page structure: Detectors - Detector1 - Detector1History1 - Detector1History2 - Detector2 (Implemented with my DetectorClass and DetectorHistoryClass) The Detectors is like a dashboard

[xwiki-users] Disabling Forgot Your Password and Reset Password in XWiki 3.1

2011-09-28 Thread Chris Meyer
Hi All, I have successfully implemented XWiki 3.1 with LDAP authentication. Since user name and password managment is addressed by the LDAP provider it doesnt make sense to have these enabled on the LOGIN page. What is the best way to remove these links/options from that page. Thank you! Chris

Re: [xwiki-users] Disabling Forgot Your Password and Reset Password in XWiki 3.1

2011-09-28 Thread Sergiu Dumitriu
On 09/28/2011 07:53 PM, Chris Meyer wrote: Hi All, I have successfully implemented XWiki 3.1 with LDAP authentication. Since user name and password managment is addressed by the LDAP provider it doesnt make sense to have these enabled on the LOGIN page. What is the best way to remove these

Re: [xwiki-users] MultiLanguage on class-object model

2011-09-28 Thread Sergiu Dumitriu
On 09/28/2011 04:09 AM, Gerritjan Koekkoek wrote: As I understand, to internationalize I can use workaround as described on page advised by Vincent; Op 28 sep. 2011, om 09:51 heeft Vincent Massol het volgende geschreven: On Sep 28, 2011, at 9:45 AM, Thomas Mortagne wrote: On Wed, Sep 28,