Development

Changeset 6866

You must first sign up to be able to contribute.

Changeset 6866

Show
Ignore:
Timestamp:
01/01/08 02:11:59 (1 year ago)
Author:
dwhittle
Message:

dwhittle: moved charset under i18n, added relative_url_root

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dwhittle/1.1/data/config/settings.yml

    r6865 r6866  
    3131 
    3232    # Routing settings 
     33    relative_url_root:                # Default URL prefix. Use this when your symfony project is installed in a sub directory of the apache document root. 
    3334    suffix:                 .         # Default suffix for generated URLs. If set to a single dot (.), no suffix is added. Possible values: .html, .php, and so on. 
    3435    no_script_name:         on        # Enable the front controller name in generated URLs 
     
    7071    # Logging 
    7172    logging_enabled:        on 
    72     charset:                utf-8 
    7373 
    7474    # I18n 
     75    charset:                utf-8                 # default charset 
    7576    default_culture:        en_US                 # default culture for a user,  http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes 
    7677    default_timezone:       America/Los_Angeles   # default timezone for a user, http://www.php.net/timezones 
  • branches/dwhittle/1.1/data/skeleton/app/app/config/settings.yml

    r6865 r6866  
    5454 
    5555    # Routing settings 
     56    relative_url_root:                # Default URL prefix. Use this when your symfony project is installed in a sub directory of the apache document root. 
    5657    suffix:                 .         # Default suffix for generated URLs. If set to a single dot (.), no suffix is added. Possible values: .html, .php, and so on. 
    5758    no_script_name:         on        # Enable the front controller name in generated URLs 
     
    9394    # Logging 
    9495    logging_enabled:        on 
    95     charset:                utf-8 
    9696 
    9797    # I18n 
     98    charset:                utf-8                 # default charset 
    9899    default_culture:        en_US                 # default culture for a user,  http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes 
    99100    default_timezone:       America/Los_Angeles   # default timezone for a user, http://www.php.net/timezones