Re: [xwiki-users] [xwiki-devs] outputting cache-related headers from XWiki

2011-03-14 Thread Paul Libbrecht
For the sake of the users list... once the issue below is fixed (I hope 3.0), I can set a correct cache header of one minute with the following velocity: $response.setHeader("Cache-Control","max-age=60, public") $response.setHeader("Pragma","-") #set($expires = $util.getDate().getTime()) #set($e

Re: [xwiki-users] outputting cache-related headers from XWiki

2011-03-14 Thread Paul Libbrecht
(moving to devs since it's an internal issue): the method XWikiServletResponse.setHeader was calling addHeader. http://jira.xwiki.org/jira/browse/XWIKI-6106 is opened. (it concerns the trunk as well). Since I applied this fix on my development machine, I can set a cache-header! paul Le 14 mar

Re: [xwiki-users] Right problem with a Groovy macro in a farm

2011-03-14 Thread Maxime Sinclair
Just a line to confirm that it works fine in 2.7.1 and to submit 2 minor issues. * 1, the javadoc of the XWiki.parseGroovyFromPage() is a little confusing. http://nexus.xwiki.org/nexus/service/local/repositories/releases/archive/com/xpn/xwiki/platform/xwiki-core/3.0-milestone-3/xwiki-core-3.0-mil

[xwiki-users] outputting cache-related headers from XWiki

2011-03-14 Thread Paul Libbrecht
Hello list, as I am slowly realizing, there's no way to prevent the output of the following headers which basically say that no client or proxy caching should be done. I agree that the default policy should be to not cache but it should be possible to allow to cache. Even changing the header v

Re: [xwiki-users] Drop mailing lists in favor of a forum software

2011-03-14 Thread Andreas Hahn
Am 14.03.2011 09:16, schrieb Vincent Massol: > On Mar 13, 2011, at 10:00 PM, Andreas Hahn wrote: > >> Am 10.03.2011 17:39, schrieb Paul Libbrecht: >>> Please contradict me! >> Paul, >> actually - how could I do this ? >> I'm not an expert in forum software so I'd to go for the naive approach >> - c

[xwiki-users] XWiki Enterprise 3.0 Milestone 3 Released

2011-03-14 Thread Marius Dumitru Florea
The XWiki development team is pleased to announce the release of XWiki Enterprise 3.0 Milestone 3. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download This is the last milestone before the 3.0 final release. It brings many improvements and a bunch of new features. The highlights are

Re: [xwiki-users] Drop mailing lists in favor of a forum software

2011-03-14 Thread jstoldt
Hi everyone, I did a quick follow up on what has been said and checked if it's possible to post via email in phpBB. Apparently, hacks for that have been made although they are probably ages old, hacky and prone to errors. See more here: http://area51.phpbb.com/phpBB/viewtopic.php?f=3&t=24559 Eith

Re: [xwiki-users] How to realise a phone book functionality?

2011-03-14 Thread Vincent Massol
Hi Volker, You could follow the FAQ tutorial here: http://platform.xwiki.org/xwiki/bin/view/DevGuide/FAQTutorial This will show you how to build a simple application in XWiki. Another approach would be to register all users you want in your phone book in the wiki (automatically for ex using a s

Re: [xwiki-users] Drop mailing lists in favor of a forum software

2011-03-14 Thread Vincent Massol
On Mar 13, 2011, at 10:00 PM, Andreas Hahn wrote: > Am 10.03.2011 17:39, schrieb Paul Libbrecht: >> Please contradict me! > Paul, > actually - how could I do this ? > I'm not an expert in forum software so I'd to go for the naive approach > - comparing features e.t.c. > > I was hoping for some