lp:ubuntu/karmic/zend-framework

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/karmic/zend-framework
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

28. By Stephan Rügamer

* debian/patches/01_ubuntu_bin_zf.sh.patch:
  + Fix it really (LP: #425471)

27. By Stephan Rügamer

* New bugfix release
  + Upstream changelog for all fixed issues you can find here:
    http://framework.zend.com/changelog/1.9.4
* Updated debian/patches/01_ubuntu_bin_zf_sh.patch to really fix zf.sh
  (LP: #425471)

26. By Stephan Rügamer

* New bugfix release
  + Upstream changelog for all fixed issues you can find here:
    http://framework.zend.com/changelog/1.9.3

25. By Stephan Rügamer

* debian/patches/01_ubuntu_bin_zf_sh.patch:
  + updated to provide ZEND_TOOL_INCLUDE_PATH_PREPEND (LP: #425471)

24. By Stephan Rügamer

* New Bugfix Release
  + [ZF-7605]: Zend_Application docs mistake
  + [ZF-7550]: Bootstrap fails after checking out r17414
  + [ZF-7417]: clarify confusion between 'resource plugins' and 'resources' in docs
  + [ZF-7401]: Errors in QuickStart
  + [ZF-7158]: No automatic creation of Zend_Application_Module_Autoloader for default module
  + [ZF-7095]: Zend_Application_Resource_Modules Example is wrong
  + [ZF-7091]: "scripts/load.sqlite.php" is missing "set_include_path"
  + [ZF-6893]: Cannot use Zend_Application_Resource_FrontController to set baseurl for a subset of environments
  + [ZF-6861]: Stripping all require_once calls makes Zend_Application unable to work
  + [ZF-6803]: Zend_Application Default Module Bootstrap is Skipped
  + [ZF-6679]: Items configured from Zend_Application::setOptions() via a config entry do not have their keys cast to lower case
  + [ZF-6659]: Module bootstrap implementation
  + [ZF-6634]: include warning with same module and namespace name
  + [ZF-4730]: Add possibility to check group-membership in Zend_Auth_Adapter_Ldap
  + [ZF-7358]: Zend_Cache_Backend_ZendServer_ShMem and Zend_Cache_Backend_ZendServer_Disk throws an exception in test()
  + [ZF-7172]: How to instatiate the ZendServer cache backends
  + [ZF-6291]: Zend_Cache::factory() denies creation of Zend_Cache_Backend_TwoLevels backend on Linux
  + [ZF-5740]: Partial cleaning in Zend_Cache_Backend_TwoLevels::clean()
  + [ZF-7589]: Zend_Date::setDate when parsing the date to set in an array
  + [ZF-7554]: testSetLocale(Zend_DateTest) unit tests failure
  + [ZF-7456]: Regression in 1.9 in ability to create Zend_Date from array
  + [ZF-7454]: Timezone and Zend_Date
  + [ZF-7647]: fetchAssoc() and fetchPairs() in Zend_Db_Adapter_Abstract have wrong docblock return type
  + [ZF-7629]: Zend_Db_Adapter_Pdo_Mssql should pass @table_owner to sp_pkeys
  + [ZF-5823]: Non-optimized SQL generated for LIMIT clause in MSSQL adapter
  + [ZF-4251]: Zend_Db_Adapter_Pdo_Mssql doeas not support both LIMIT and DISTINCT in the same query
  + [ZF-4099]: Zend_Db_Adapter_Pdo_Mssql - Order By in Limit Function
  + [ZF-3434]: PDO_Mssql DSN includes _config['options']
  + [ZF-3216]: Zend_Db_Adapter_Mysqli does not provide a proper way to catch MySQL error codes.
  + [ZF-7549]: Missing prefix and type parameters in the PHPdoc for most of the addPrefixPath methods
  + [ZF-7544]: Fatal Error when setting same FilterRule more than one time in script call
  + [ZF-7135]: null values are treated as missing data instead of an empty value
  + [ZF-7449]: Directive $element->setRegisterInArrayValidator(false) doesn't work anymore
  + [ZF-7208]: Incubator unit tests stop with fatal error 'Class 'Zend_Ldap_AllTests' not found'
  + [ZF-7604]: No Zend_Log_Writer_Syslog::setApplication() hence documentation
  + [ZF-7614]: Incorrect function name in the #42.2 manual entry
  + [ZF-7613]: There is not "factory" method in the Zend_Queue class
  + [ZF-7560]: Zend_Translate_Adapter does not properly handle numeric key values
  + [ZF-7648]: testNotSameMessageContainsTokenAndValue(Zend_Validate_IdenticalTest) unit tests failure
  + [ZF-7643]: Empty token value in Zend_Validate_Identical::NOT_SAME
  + [ZF-7631]: Zend_Validate_NotEmpty compatibility
  + [ZF-7630]: Zend_Validate_Date doesn't accept Zend_Date object
  + [ZF-6457]: Zend_Validate_Date doesn't validate a value filtered by Zend_Filter_LocalizedToNormalized
  + [ZF-7597]: Reference guide minor error
  + [ZF-7676]: Unit tests stop because of the "Call to undefined method Zend_XmlRpc_Server_Fault::getReturnValue()" fatal error

23. By Stephan Rügamer

* New Bugfix release
  + [ZF-7224]: loader warnings when using class resource for a specific module
  + [ZF-6672]: autoloading issue in Zend_Application_Bootstrap_BootstrapAbstract::getPluginResource
  + [ZF-6658]: autoloading issue with the fallback autoloader
  + [ZF-6813]: setIdentity, setCredentials methods
  + [ZF-7349]: Zend_Reflection_File does not reflect interfaces. Zend_CodeGenerator cannot generate interfaces.

  Find more fixed issues under http://framework.zend.com/changelog/1.9.1

22. By Stephan Rügamer

* New upstream release
  + Zend_Queue and Zend_Service_Amazon_Sqs, which provide the ability to
    use local and remote messaging and queue services for offloading
    asynchronous processes. (Contributed by Justin Plock and Daniel Lo)
  + Zend_Queue_Adapter_PlatformJobQueue, a Zend_Queue adapter for Zend
    Platform's Job Queue. (Contributed by Zend Technologies)
  + Zend_Rest_Route, Zend_Rest_Controller, and
    Zend_Controller_Plugin_PutHandler, which aid in providing RESTful
    resources via the MVC layer. (Contributed by Luke Crouch, SourceForge)
  + 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. (Contributed by Pádraic Brady and Jurrien Stutterheim)
  + Zend_Db_Adapter_Sqlsrv, a Zend_Db adapter for Microsoft's SQL Server
    driver for PHP. (Contributed by Juozas Kaziukenas and Rob Allen)
  + 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. (Contributed by Ralph Schindler)
  + Zend_Test_PHPUnit_Db, which provides Zend_Db support for PHPUnit's
    DBUnit support, allowing developers to do functional and integration
    testing against databases using data fixtures. (Contributed by
    Benjamin Eberlei)
  + Annotation processing support for Zend_Pdf, as well as performance
    improvements. (Contributed by Alexander Veremyev)
  + Zend_Dojo custom build layer support. (Contributed by Matthew Weier
    O'Phinney)
  + Numerous Zend_Ldap improvements, including full support for CRUD
    operations, search, and manipulating tree structures. (Contributed by
    Stefan Gehrig)
  + Zend_Log_Writer_Syslog, a Zend_Log writer for writing to your system
    log. (Contributed by Thomas Gelf)
  + Zend_View_Helper_BaseUrl, a view helper for returning the current base
    URL to your application, as well as for constructing URLs to public
    resources. (Contributed by Robin Skoglund and Geoffrey Tran)
  + Zend_Date now has support for the DateTime extension. (Contributed by
    Thomas Weidner)
  + Zend_Locale has been upgraded to CLDR 1.7. (Contributed by Thomas
    Weidner)
  + Zend_Translate now has plurals support for the Gettext, Csv, and Array
    adapters. (Contributed by Thomas Weidner)
  + PHP 5.3 compatibility, including support for new features in the
    mysqli extension. All components are fully tested on both PHP 5.2.x
    and PHP 5.3.0.
  + In addition, a large number of smaller improvements were made throughout
    the framework, and around 700 issues have been resolved or closed since
    the release of 1.8.0!
    All updates from 1.8.0 to 1.9.0 you can read on:
    http://framework.zend.com/changelog/1.9.0
* debian/patches/*:
  - removed pl184 patch

21. By Stephan Rügamer

* debian/patches/10_zf_pluginloader_184pl1.patch:
  This patch corrects Zend_Loader_PluginLoader for some critical functionality
  for Zend_Amf users.
* debian/rules:
  + added symlink usr/bin/zf as additional call to usr/bin/zf.sh
    (see https://bugs.launchpad.net/ubuntu/+source/zend-framework/+bug/391596/comments/3
     as explanation)

20. By Stephan Rügamer

* New upstream version
  + This is a bugfix release
    You can find the list of fixes here:
    http://framework.zend.com/issues/secure/IssueNavigator.jspa?requestId=11050
* debian/rules:
  + Added get-orig-source rule (LP: #391598)
    - Fetching upstream tarball from the usual location
    - Removal of the DOJO toolkit from upstream tarball
    - Repackaging the changed upstream tarball
  + Install the zf.sh/zf.php script (LP: #391596)
* debian/control:
  + Added zend-framework-bin package
  + Package zend-framework depends additionally on zend-framework-bin package
  + Bump of Binary Deps Version
* debian/Makefile:
  + Added rules to install the scripts
* debian/patches/01_ubuntu_zf_sh.patch:
  + Patch bin/zf.sh to point to the correct zf.php directory

19. By Stephan Rügamer

* New upstream version
  + This is a bugfix release.
    You can find the list of fixes here:
    http://framework.zend.com/issues/secure/IssueNavigator.jspa?requestId=11041

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/zend-framework
This branch contains Public information 
Everyone can see this information.

Subscribers