You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Adam Heath <do...@brainfood.com> on 2010/02/16 18:33:00 UTC

Re: svn commit: r910590 - /ofbiz/trunk/framework/common/config/general.properties

jleroux@apache.org wrote:
> Author: jleroux
> Date: Tue Feb 16 16:55:14 2010
> New Revision: 910590
> 
> URL: http://svn.apache.org/viewvc?rev=910590&view=rev
> Log:
> Just realized that I made an error while patching general.properties : wrong line, I removed 
> locale.properties.fallback=en
> 
> In this commit I put it back and put 
> locales.available=de,en,es,fr,it
> at the right place
> 
> Sorry for that (by chance this has not much effects)

Actually, it did have a side effect, you changed the default theme to
one you have locally.

Are you running a production system against head?  That is bad
practice.  Or, are you committing to head with a system that is
running production code?  Again, that is bad.

Please run an svn diff first before you commit, to verify that what
you are sending to everyone else in the world is actually what you
intend to send.

ps: I've already fixed the errant change you did.


> Modified:
>     ofbiz/trunk/framework/common/config/general.properties
> 
> Modified: ofbiz/trunk/framework/common/config/general.properties
> URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/config/general.properties?rev=910590&r1=910589&r2=910590&view=diff
> ==============================================================================
> --- ofbiz/trunk/framework/common/config/general.properties (original)
> +++ ofbiz/trunk/framework/common/config/general.properties Tue Feb 16 16:55:14 2010
> @@ -27,7 +27,7 @@
>  # -- the default organizationPartyId for used in dropdowns and reports
>  ORGANIZATION_PARTY=Company
>  # ID of the VisualTheme to use if there VISUAL_THEME UserPreference record for the current user supported values: FLAT_GREY and BIZZNESS_TIME and BLUELIGHT 
> -VISUAL_THEME=BIZZNESS_TIME
> +VISUAL_THEME=VINOPS
>  
>  # -- the default decimal format for currency (used in UtilFormatOut.java)
>  currency.decimal.format=#,##0.00
> @@ -38,11 +38,12 @@
>  #    control the default locale - the default locale is set in start.properties.
>  locale.properties.fallback=en
>  
> +
>  # -- Locales made available, separated by commas. This property controls
>  #    which locales the user can select from. If this property is not used,
>  #    then the user will be able to select from all the locales available
>  #    in the JVM.
> -#locales.available=en,fr,nl
> +locales.available=de,en,es,fr,it
>  
>  # -- Time zones made available, separated by commas. This property controls
>  #    which time zones the user can select from. If this property is not used,
> @@ -66,7 +67,7 @@
>  
>  # -- general default 'fromEmailAddress' can be overridden in: EmailTemplateSetting
>  defaultFromEmailAddress=ofbiztest@yahoo.com
> -	
> +  
>  # -- The default domainname used in the notification emails links
>  # as 'baseUrl' and 'baseSecureUrl' are set in the url.properties file. 
>  
> 
>