http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of translation2The latest releases for the package translation2Translation2 2.0.4
http://pear.php.net/package/Translation2/download/2.0.4/
QA release<br />
Bug #18081 Translation2.php installed in the wrong place
2010年12月05日T23:58:31-05:00doconnorTranslation2 2.0.3
http://pear.php.net/package/Translation2/download/2.0.3/
Automatically built QA release<br />
Req #16787 default 'latin1_swedish_ci' db created with collation set to<br />
utf8_unicode_ci - quipo
2010年10月25日T14:52:57-05:00doconnorTranslation2 2.0.1
http://pear.php.net/package/Translation2/download/2.0.1/
- fixed bug #13933: undefined variable in the dataobjectsimple driver<br />
- fixed bug #14323: wrong / no error from setLang() [cwiedmann]<br />
- fixed bug in getLangs(), where certain formats were not recognized<br />
- request #14979: fluent interface for setPageID() and setParams() <br />
and for setOption() and setOptions() decorator methods<br />
- request #15000: added SQL example in the /docs/examples dir
2008年11月14日T11:29:34-05:00quipoTranslation2 2.0.0
http://pear.php.net/package/Translation2/download/2.0.0/
- fixed a few PHP5 NOTICEs<br />
- request #13734: added 'string_page_id_col_length' option to set the size of the<br />
pageID field in the translations table
2008年05月06日T05:49:16-05:00quipoTranslation2 2.0.0RC4
http://pear.php.net/package/Translation2/download/2.0.0RC4/
- fixed bug #12703: CacheLiteFunction decorator and getLang() issue<br />
- fixed some E_STRICT warnings<br />
- fixed getStringID()
2008年02月23日T08:38:51-05:00quipoTranslation2 2.0.0RC3
http://pear.php.net/package/Translation2/download/2.0.0RC3/
- fixed bug #12525: moved t2xmlchk.php script to / baseinstalldir<br />
- fixed bug #12527: rewritten CacheMemory Decorator to properly prefetch pages
2007年12月05日T16:10:26-05:00quipoTranslation2 2.0.0RC2
http://pear.php.net/package/Translation2/download/2.0.0RC2/
- request #11711: added setCharset() method in the DB container<br />
- bug #11880: [XML driver] removing one language removes all strings for all languages <br />
- request #11881: getLang(..., 'array') now returns a 'lang_id' alias to 'id'<br />
- bug #12183: language ID '0' considered invalid<br />
- bug #12398: fixed return value of addLangToList() and updateLang() in the MDB2<br />
admin container<br />
- request #12405: added removePage() method in the Admin module<br />
- added getLang() and getLangs() to the CacheLiteFunction Decorator<br />
- fixed the test suite<br />
- fixed Coding Standards
2007年11月25日T08:15:48-05:00quipoTranslation2 2.0.0RC1
http://pear.php.net/package/Translation2/download/2.0.0RC1/
- fixed bug #9855: missing call to _prepare() in setLang()<br />
- propagate errors in the decorators<br />
- fixed testsuite: added missing db_test_base.php file and<br />
fixed problem with class redeclaration<br />
- fixed constraint creation in addLang() in the MDB2 Admin driver<br />
- fixed setCharset() proxy in the Decorator<br />
- fixed bug #11482: missing return in Translation2_Admin_Container_mdb2::addLang()<br />
when the table already exists
2007年07月29日T11:48:55-05:00quipoTranslation2 2.0.0beta12
http://pear.php.net/package/Translation2/download/2.0.0beta12/
- force MDB2_FETCHMODE_ORDERED in Translation2_Container_mdb2::getPage() to<br />
avoid error when using an existing db connection with fetchmode set to<br />
MDB2_FETCHMODE_ASSOC (bug #8734)<br />
- force lowercase keys in fetchLang() for Oracle compatibility (bug #8915)<br />
- added defaultGroup to cache_lite options<br />
- added new $options optional parameter to addLang() to set charset/collate info<br />
(MDB2 driver only)<br />
- fixed bug #8546: index names are not escaped in SQL queries (DB and MDB admin<br />
containers)<br />
- fixed dataobjectsimple container, get[Raw]Page() was returning integers as<br />
keys instead of strings (thanks to Michael Henry)<br />
- added setCharset() method (currently only implemented in the MDB2 driver)<br />
- added setLang() and setCacheOption() in CacheLiteFunction decorator (request #9301)<br />
(thanks to Sascha Grossenbacher)<br />
- fixed bug #5539: DefaultText decorator does not call _replaceParams()
2006年12月15日T04:07:30-05:00quipoTranslation2 2.0.0beta11
http://pear.php.net/package/Translation2/download/2.0.0beta11/
- fixed an error that would result in losing strings when getting a specific<br />
language's string in Translation2_Admin_Decorator_Autoadd.<br />
- fixed bug #8287: addLang() SQL not compatible with MSSQL<br />
- fixed MDB/MDB2 test runner<br />
- fixed bug #8546: column/table names are not escaped in SQL queries
2006年09月07日T03:50:54-05:00quipo