Changeset 2470 for trunk/UPGRADE

Show
Ignore:
Timestamp:
06/30/2008 12:04:42 PM (5 months ago)
Author:
mikl
Message:

Implemented MessageSource?_Database

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r2449 r2470  
    1212Upgrading from v3.1.2 
    1313--------------------- 
     14- The Translation configuration now also accepts type 'Database' to 
     15  ease the setup of DB base translation. A valid ConnectionID has to  
     16  be supplied in the source parameter: 
     17  <translation type="Database" source="db1" autosave="true" cache="false" /> 
     18  Type 'MySQL' can still be used but is deprecated and might be removed 
     19  in a later release. 
    1420 
    1521