cakephp2-php8/cake
phpnut bd3e702d77 changed i18n schema to use only one db table for translations
changed fieldname 'row_id' to 'foreign_key'
now allows fallbacks for not-existing translations by setting model's locale to array of locales
model used for hasMany associations and for saving/deleting of translation records is configurable by Model::$translateModel property, db field 'i18n.field' is  configurable by property $displayField of this custom model, instance of this model is obtainable by $this->ModelName->translateModel()
Added tests for translate behavior.
Added i18n shell script
Correcting translation function calls in various files

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5669 3807eeeb-6ff5-0310-8944-8be069107fe0
2007-09-18 04:16:04 +00:00
..
config Merging changes into the trunk: 2007-07-09 06:47:28 +00:00
console changed i18n schema to use only one db table for translations 2007-09-18 04:16:04 +00:00
libs changed i18n schema to use only one db table for translations 2007-09-18 04:16:04 +00:00
locale Removing all language file svn these are now located at http://cakeforge.org/projects/translations/ 2007-02-04 03:01:02 +00:00
tests changed i18n schema to use only one db table for translations 2007-09-18 04:16:04 +00:00
app_controller.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
app_helper.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
app_model.php Correcting all headers in the files 2007-02-02 10:39:45 +00:00
basics.php Fixes #3244,loadControllers() does not work 2007-09-16 21:10:05 +00:00
bootstrap.php Implementing automatic UUID for primary keys if the field is CHAR(36). 2007-08-20 01:58:44 +00:00
dispatcher.php fixes #3183, Folder::read() 2007-09-11 19:41:57 +00:00
LICENSE.txt Correcting all headers in the files 2007-02-02 10:39:45 +00:00
VERSION.txt Merging changes into the trunk: 2007-07-09 06:47:28 +00:00