I thought I'd chime in here and voice a few more kudos.

-- Bill Karwin <[EMAIL PROTECTED]> wrote
(on Wednesday, 21 February 2007, 05:53 PM -0800):
> - Nico, Matthew, and Simon did a lot of work on the Zend_Mail and
> Zend_Mime classes, and now the component reads email as well as sends
> email (I’m not sure what this implies for Zend Framework in relation
> to Zawinski’s Law of Software Development, but it’s pretty cool!  ;-).

I'd like to note that the 'read' component of Zend_Mail is entirely due
to Nico's efforts; he's done an amazing job of marshalling this effort
singlehandedly. Additionally, Simon stepped up to plate to close a large
number of Zend_Mail and Zend_Mime issues, as well as create methods to
enable SMTP Auth when using the SMTP transport.

> - The MVC support for modular directories has become both more capable
> and yet simpler.  Thanks Matthew!

A big thank you to the community for voicing their opinions and ideas on
the fw-mvc list; without all the feedback, the solution in place could
never have been reached. If you haven't tried the modular directory
support in the MVC, please check it out:

    http://framework.zend.com/manual/en/zend.controller.modular.html

Also, if you are upgrading to 0.8.0 from previous versions, be sure to
read the migration documentation:

    
http://framework.zend.com/manual/en/zend.controller.migration.html#zend.controller.migration.fromzerosix

There were a number of changes, including:

    * Promoting Zend_Controller_RewriteRouter to use as the standard
      ZF router; additionally, it's name was changed to
      Zend_Controller_Router_Rewrite to better conform to the coding
      standards. Zend_Controller_Router was removed.
    * Zend_Controller_Action::_forward()'s signature changed to:
      _forward($action, $controller = null, $module = null, array $params = 
null)

and several others.

<snip>

> - Quite a few components made the move from incubator to core, which
> means they have complete documentation and unit tests:
> Zend_Rest_Client & Server,

A big thanks goes to Davey Shafik for proposing and doing the initial
work on these components. Changes during this iteration include making
the client more similar to Zend_Feed's API, as well as improved test
coverage and documentation.

-- 
Matthew Weier O'Phinney
PHP Developer            | [EMAIL PROTECTED]
Zend - The PHP Company   | http://www.zend.com/

Reply via email to