/[Apache-SVN]
ViewVC logotype

Revision 1762077


Jump to revision: Previous Next
Author: jleroux
Date: Fri Sep 23 18:09:19 2016 UTC (7 years, 7 months ago)
Changed paths: 3
Log Message:
Improves: Translate the svn and git info footers
(OFBIZ-7798)

We slightly changed the old format of the footer. The old format used only the 
translated words _uiLabelMap.CommonBuiltOn_ and _uiLabelMap.CommonWith_. 
On the other hand, the new format contains the words Branch, Revision, 
Built On and Java Version.

We need to translate all four words in the CommonUiLabels.xml and then 
incorporate them

old version:
" - Release-revision : ${releasePath}-r${info.entry.commit(revision)},  
${uiLabelMap.CommonBuiltOn} ${dateTime} ${uiLabelMap.CommonWith} 
Java ${java.version}

new version:
"Branch: ${info.entry.url.text()}" + System.lineSeparator()
"Revision: ${info.entry.commit.@revision}" + System.lineSeparator()
"Built on: ${timestamp}" + System.lineSeparator()
"Java Version: ${org.gradle.internal.jvm.Jvm.current()}"

Thanks: Taher Alkhateeb for the 1st patch

Changed paths

Path Details
Directoryofbiz/trunk/build.gradle modified , text changed
Directoryofbiz/trunk/framework/common/config/CommonUiLabels.xml modified , text changed
Directoryofbiz/trunk/framework/webtools/config/WebtoolsUiLabels.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26