Greetings!

As ZF 0.7 is rapidly approaching, many changes have been made to the i18n components in the incubator. I am spamming fw-general, since many outside of the i18n mail list might be interested to see these new components. However, for detailed discussions, let us return to using [EMAIL PROTECTED]

How to Test Drive
========================
http://framework.zend.com/wiki/display/ZFDEV/Contributing+to+Zend+Framework

You can easily try out these new components by checking out the SVN version of ZF:
http://framework.zend.com/wiki/display/ZFDEV/Subversion+Standards

Make sure to run "svn update" frequently :)

Then, add the incubator to your path:

set_include_path( '/path/to/incubator/library' . PATH_SEPARATOR
            . '/path/to/library' . PATH_SEPARATOR
            . get_include_path());

Any and all help with unit tests is especially appreciated!

Where to Review Recent Code Changes?
===============================
We always appreciate feedback and more eyes helping to review the code and changes.
Browsing issues and changes is easy!

http://framework.zend.com/fisheye/browse/Zend_Framework/trunk/incubator/library/Zend/Date.php
http://framework.zend.com/fisheye/browse/Zend_Framework/trunk/incubator/library/Zend/Date
http://framework.zend.com/fisheye/browse/Zend_Framework/trunk/incubator/library/Zend/Locale.php
http://framework.zend.com/fisheye/browse/Zend_Framework/trunk/incubator/library/Zend/Locale
http://framework.zend.com/fisheye/browse/Zend_Framework/trunk/incubator/library/Zend/Measure.php
http://framework.zend.com/fisheye/browse/Zend_Framework/trunk/incubator/library/Zend/Measure

Where to Review Open Issues?
=========================
Date:
http://framework.zend.com/issues/secure/IssueNavigator.jspa?reset=true&pid=10000&resolution=-1&component=10072
Locale:
http://framework.zend.com/issues/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=10000&sorter/order=DESC&sorter/field=priority&resolution=-1&component=10073
Measure:
http://framework.zend.com/issues/secure/IssueNavigator.jspa?reset=true&&pid=10000&component=10075&sorter/field=issuekey&sorter/order=DESC

Cheers,
Gavin

Reply via email to