Releases for sf 1.2
| Version |
License |
API |
Released |
|
1.0.3stable
|
BSD license |
1.2.0stable
|
23/09/2009 |
|
1.0.2stable
|
BSD license |
1.2.0stable
|
23/09/2009 |
|
1.0.1stable
|
BSD license |
1.2.0stable
|
21/09/2009 |
Changelog for release 1.0.3 - 23/09/2009
- Bug fix for the method doSelectWithI18n ($c to $criteria and $startcol have no "+1" now)
- Bug fix for the method doSave (if you save the object without culture, the default culture isn't add)
Other releases
Release 1.0.3 - 23/09/2009
- Bug fix for the method doSelectWithI18n ($c to $criteria and $startcol have no "+1" now)
- Bug fix for the method doSave (if you save the object without culture, the default culture isn't add)
Release 1.0.2 - 23/09/2009
- Bug fix for the method doSelectWithI18n (error with import => importClass and the different return for BasePeer::doSelect between 1.0 and 1.2 API)
Release 1.0.1 - 21/09/2009
- Update the README (error in install name)
sfPropelBuildI18nDefaultCulture plugin
Introduction
The sfPropelBuildI18nDefaultCulture plugin is an automatic task for add the snippet "Default culture content for i18n table" in your model.
Installation
Usage
You must generate your model before use this plugin
$ symfony propel:build-model
After this, you can add the 4 essentials method for support default culture in your I18n model
$ symfony propel:build-i18n
Clear your cache
$ symfony cc
Caution
- This plugin modified your user model (./lib/model/*.php). You must save your user model before use this plugin.
- If a method with the same name (doCountWithI18n, doSave, doSelectWithI18n and getCurrentTableClassNameI18n) exist in your user model, the new method will not be add.
TODO
- Add an option in command-line for exclude some table to the i18n process.
- Add an option in command-line for exclude some method to the process
- Parse the data folder for find automatically the function to add