Re: Mention of version # in release

2007-10-07 Thread Jacques Le Roux
We could harcode at least the version number : release 4.0 in footer.ftl ? Jacques De : Jacopo Cappellato [EMAIL PROTECTED] This would be cool... if we find a way of implementing this. Jacopo BJ Freeman wrote: +1 Plus Svn release number. Jacques Le Roux sent the following on

[jira] Commented: (OFBIZ-1168) Provide date/time locale support to ofbiz

2007-10-07 Thread JIRA
[ https://issues.apache.org/jira/browse/OFBIZ-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532957 ] Daniel Martínez commented on OFBIZ-1168: I am still alive :) Just after holidays most of my time have gone

Re: Mention of version # in release

2007-10-07 Thread Jonathon -- Improov
Keyword substitution in SVN. Same as in CVS. Jonathon Jacopo Cappellato wrote: This would be cool... if we find a way of implementing this. Jacopo BJ Freeman wrote: +1 Plus Svn release number. Jacques Le Roux sent the following on 10/6/2007 4:32 PM: I wonder if we should not put a mention

Re: Mention of version # in release

2007-10-07 Thread Adam Heath
Jonathon -- Improov wrote: Keyword substitution in SVN. Same as in CVS. Nope. That will only show the latest version of *one* particular file. What we want is the latest version of *any* file in the checkout.

Re: Mention of version # in release

2007-10-07 Thread Jonathon -- Improov
You're talking about working copy highest commit revision. See http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-subwcrev-keywords.html . By the way, I don't think it's a good idea to put that revision number into SVN. For those users checking out from SVN, let them manually insert that

Re: Mention of version # in release

2007-10-07 Thread Jonathon -- Improov
Well, ok, if you really want to do this in SVN, you can. But every commit must be preceded by writing that revision number into a revision info file. And that file must be checked in together with the other changes, part of the same change set. Hmm. Wait. You also have to add 1 to the

Re: Mention of version # in release

2007-10-07 Thread Jacques Le Roux
Jacopo, Adam and Jonathon, I'm not sure you got my idea. It was really a simple one : to put the release version number into respective footer.ftl files ... We may also indicate when it's trunk and then maybe revision number would be helpful. Maybe this is only interesting for programmers and

Re: Questions on content, surveys and locale

2007-10-07 Thread David E Jones
On Oct 6, 2007, at 2:50 PM, Al Byers wrote: I have never had to pay much attention to localization and how it applies to content management. I guess my main question is what is the proper method of integrating content of multiple locales in an application. 1. Is it just left to the

[jira] Commented: (OFBIZ-1230) Move common requests to a separate xml file to reduce component's controller.xml file size

2007-10-07 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-1230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533021 ] David E. Jones commented on OFBIZ-1230: --- I agree with Adrian... the name common-requests is funny because the

Re: Mention of version # in release

2007-10-07 Thread Jonathon -- Improov
Jacques, Say you are compiling and running an OFBiz instance that is also an SVN workspace. You do your `ant build' and/or your `ant run-install'. You then run the SubWCRev program (SVN util program) that writes the precise working copy highest commit revision into a footer .ftl file. You