Re: [fw-general] Zend Framework 1.9.0 PREVIEW release now available

2009-08-20 Thread Саша Стаменковић
Still no migration guide for 1.9 on
http://framework.zend.com/manual/en/zend.controller.migration.html .
I had problems with Zend_Filter_HtmlEntities, constructor is changed, now
receiving array of parameters.

Regards,
Saša Stamenković


On Sat, Jul 18, 2009 at 11:54 PM, Matthew Weier O'Phinney
matt...@zend.comwrote:

 -- Саша Стаменковић umpir...@gmail.com wrote
 (on Saturday, 18 July 2009, 02:50 AM +0200):
  Great. Any place where we can see full list, and bugs fixed?

 That's the full list of major features. For the bugs fixed, we haven't
 published a changelog yet as the release is not yet stable. You can
 query in the issue tracker, however, for bugs fixed For next minor
 version since 1.8.0 was released.


  On Fri, Jul 17, 2009 at 11:08 PM, Matthew Weier O'Phinney 
 matt...@zend.com
  wrote:
 
  The Zend Framework team announces the immediate availability of a
 preview
  release of version 1.9.0:
 
 http://framework.zend.com/download/latest
 
  Note that because these packages are emnot/em stable, they will
 not be
  found on the zend.com CDN; please scroll to the bottom of the above
 page to
  find links to this release.
 
  This preview release showcases many of the new features that will be
  available in the upcoming stable release:
 
   * Zend_Rest_Route, Zend_Rest_Controller, and
Zend_Controller_Plugin_PutHandler, which aid in providing RESTful
resources via the MVC layer.
 
   * Zend_Feed_Reader, which provides a common API to RSS and Atom
 feeds,
as well as extensions to each format, caching, and a slew of other
functionality.
 
   * Zend_Queue and Zend_Service_Amazon_Sqs, which provide the ability
 to
use local and remote messaging and queue services for offloading
asynchronous processes.
 
   * Zend_Db_Table updates to allow using Zend_Db_Table as a concrete
class by passing it one or more table definitions via the
constructor.
 
   * Annotation processing support for Zend_Pdf, as well as performance
improvements.
 
   * Zend_Dojo custom build layer support.
 
   * Numerous Zend_Ldap improvements.
 
   * Zend_Log_Writer_Syslog, a Zend_Log writer for writing to your
 system
log.
 
   * Several new view helpers, including Zend_View_Helper_BaseUrl.
 
  The 1.9.0 release is shaping up quickly, and we expect to launch a
 beta
  late next week, with a stable release a week or so later.
 
  Again, this is a preview release; do not use it in production
  environments.  Do, however, test it thoroughly and let us know what
 is
  and is not working for you so we can deliver a solid release with
 1.9.0!
 
  --
  Matthew Weier O'Phinney
  Project Lead| matt...@zend.com
  Zend Framework  | http://framework.zend.com/
 
 

 --
 Matthew Weier O'Phinney
 Project Lead| matt...@zend.com
 Zend Framework  | http://framework.zend.com/



Re: [fw-general] Zend Framework 1.9.0 PREVIEW release now available

2009-07-18 Thread Matthew Weier O'Phinney
-- Саша Стаменковић umpir...@gmail.com wrote
(on Saturday, 18 July 2009, 02:50 AM +0200):
 Great. Any place where we can see full list, and bugs fixed?

That's the full list of major features. For the bugs fixed, we haven't
published a changelog yet as the release is not yet stable. You can
query in the issue tracker, however, for bugs fixed For next minor
version since 1.8.0 was released.


 On Fri, Jul 17, 2009 at 11:08 PM, Matthew Weier O'Phinney matt...@zend.com
 wrote:
 
 The Zend Framework team announces the immediate availability of a preview
 release of version 1.9.0:
 
    http://framework.zend.com/download/latest
 
 Note that because these packages are emnot/em stable, they will not be
 found on the zend.com CDN; please scroll to the bottom of the above page 
 to
 find links to this release.
 
 This preview release showcases many of the new features that will be
 available in the upcoming stable release:
 
  * Zend_Rest_Route, Zend_Rest_Controller, and
   Zend_Controller_Plugin_PutHandler, which aid in providing RESTful
   resources via the MVC layer.
 
  * Zend_Feed_Reader, which provides a common API to RSS and Atom feeds,
   as well as extensions to each format, caching, and a slew of other
   functionality.
 
  * Zend_Queue and Zend_Service_Amazon_Sqs, which provide the ability to
   use local and remote messaging and queue services for offloading
   asynchronous processes.
 
  * Zend_Db_Table updates to allow using Zend_Db_Table as a concrete
   class by passing it one or more table definitions via the
   constructor.
 
  * Annotation processing support for Zend_Pdf, as well as performance
   improvements.
 
  * Zend_Dojo custom build layer support.
 
  * Numerous Zend_Ldap improvements.
 
  * Zend_Log_Writer_Syslog, a Zend_Log writer for writing to your system
   log.
 
  * Several new view helpers, including Zend_View_Helper_BaseUrl.
 
 The 1.9.0 release is shaping up quickly, and we expect to launch a beta
 late next week, with a stable release a week or so later.
 
 Again, this is a preview release; do not use it in production
 environments.  Do, however, test it thoroughly and let us know what is
 and is not working for you so we can deliver a solid release with 1.9.0!
 
 --
 Matthew Weier O'Phinney
 Project Lead            | matt...@zend.com
 Zend Framework          | http://framework.zend.com/
 
 

-- 
Matthew Weier O'Phinney
Project Lead| matt...@zend.com
Zend Framework  | http://framework.zend.com/


[fw-general] Zend Framework 1.9.0 PREVIEW release now available

2009-07-17 Thread Matthew Weier O'Phinney
The Zend Framework team announces the immediate availability of a preview
release of version 1.9.0:

http://framework.zend.com/download/latest

Note that because these packages are emnot/em stable, they will not be
found on the zend.com CDN; please scroll to the bottom of the above page to
find links to this release.

This preview release showcases many of the new features that will be
available in the upcoming stable release:

 * Zend_Rest_Route, Zend_Rest_Controller, and
   Zend_Controller_Plugin_PutHandler, which aid in providing RESTful
   resources via the MVC layer.

 * Zend_Feed_Reader, which provides a common API to RSS and Atom feeds,
   as well as extensions to each format, caching, and a slew of other
   functionality.

 * Zend_Queue and Zend_Service_Amazon_Sqs, which provide the ability to
   use local and remote messaging and queue services for offloading
   asynchronous processes.

 * Zend_Db_Table updates to allow using Zend_Db_Table as a concrete
   class by passing it one or more table definitions via the
   constructor.

 * Annotation processing support for Zend_Pdf, as well as performance
   improvements.

 * Zend_Dojo custom build layer support.

 * Numerous Zend_Ldap improvements.

 * Zend_Log_Writer_Syslog, a Zend_Log writer for writing to your system
   log.

 * Several new view helpers, including Zend_View_Helper_BaseUrl.

The 1.9.0 release is shaping up quickly, and we expect to launch a beta
late next week, with a stable release a week or so later.

Again, this is a preview release; do not use it in production
environments.  Do, however, test it thoroughly and let us know what is
and is not working for you so we can deliver a solid release with 1.9.0!

-- 
Matthew Weier O'Phinney
Project Lead| matt...@zend.com
Zend Framework  | http://framework.zend.com/


Re: [fw-general] Zend Framework 1.9.0 PREVIEW release now available

2009-07-17 Thread Саша Стаменковић
Great. Any place where we can see full list, and bugs fixed?

Regards,
Saša Stamenković


On Fri, Jul 17, 2009 at 11:08 PM, Matthew Weier O'Phinney
matt...@zend.comwrote:

 The Zend Framework team announces the immediate availability of a preview
 release of version 1.9.0:

http://framework.zend.com/download/latest

 Note that because these packages are emnot/em stable, they will not be
 found on the zend.com CDN; please scroll to the bottom of the above page
 to
 find links to this release.

 This preview release showcases many of the new features that will be
 available in the upcoming stable release:

  * Zend_Rest_Route, Zend_Rest_Controller, and
   Zend_Controller_Plugin_PutHandler, which aid in providing RESTful
   resources via the MVC layer.

  * Zend_Feed_Reader, which provides a common API to RSS and Atom feeds,
   as well as extensions to each format, caching, and a slew of other
   functionality.

  * Zend_Queue and Zend_Service_Amazon_Sqs, which provide the ability to
   use local and remote messaging and queue services for offloading
   asynchronous processes.

  * Zend_Db_Table updates to allow using Zend_Db_Table as a concrete
   class by passing it one or more table definitions via the
   constructor.

  * Annotation processing support for Zend_Pdf, as well as performance
   improvements.

  * Zend_Dojo custom build layer support.

  * Numerous Zend_Ldap improvements.

  * Zend_Log_Writer_Syslog, a Zend_Log writer for writing to your system
   log.

  * Several new view helpers, including Zend_View_Helper_BaseUrl.

 The 1.9.0 release is shaping up quickly, and we expect to launch a beta
 late next week, with a stable release a week or so later.

 Again, this is a preview release; do not use it in production
 environments.  Do, however, test it thoroughly and let us know what is
 and is not working for you so we can deliver a solid release with 1.9.0!

 --
 Matthew Weier O'Phinney
 Project Lead| matt...@zend.com
 Zend Framework  | http://framework.zend.com/