<< The Start Page

Release notes for Piece_Unity 1.2.0 (stable)

Release Date: 2007-10-05

A new release of Piece_Unity is now available.

What's New in Piece_Unity 1.2.0

Enhanced Dispatcher_Simple plug-in
Two configuration points "useDefaultEvent" and "defaultEventName" have been added. These provide a feature so that the default event is used if the event is an empty string or NULL. And a feature which allows users to return a view string from an action has been added.
A few Defect Fixes
A defect that caused the same cache to be used if the relative paths of the configuration files are same even though the absolute paths of the files are different has been fixed. And also two defects in Renderer_PHP plug-in have been fixed.

See the following release notes for details.

Enhancements

Kernel

  • Changed getURL() so as to return without replacing the host and port if the URL is external. (Piece_Unity_URL)

Plug-ins

  • Added a feature so that users can overwrite the view returned from the dispatcher with an arbitrary view in an action. (Controller)
  • Changed code so as to use the new interfaces for the continuation server. (Dispatcher_Continuation)
  • Added two configuration points "useDefaultEvent" and "defaultEventName". These provide a feature so that the default event is used if the event is an empty string or NULL. (Ticket #80) (Dispatcher_Simple)
  • Added a feature which allows users to return a view string from an action. (Ticket #86) (Dispatcher_Simple)

Defect Fixes

Kernel

  • Fixed the defect that caused the same cache to be used if the relative paths of the configuration files are same even though the absolute paths of the files are different. (Piece_Unity_Config_Factory)

Plug-ins

  • Fixed the defect that caused $file to be tainted if the Piece_Unity_ViewElement object has "file" attribute. (Renderer_PHP)
  • Fixed the defect that caused $viewElement to be tainted if the Piece_Unity_ViewElement object has "viewElement" attribute. (Renderer_PHP)

<< The Start Page