eZ Publish / Releases / eZ publish 3.6 / ez-publish-3-6-1

ez-publish-3-6-1

eZ publish 3.6.1

Requirements

Version Release date Requirements
3.6.1 July 26. 2005 PHP > 4.3.4
MySQL > 3.23
PostgreSQL > 7.3

Packages

ezpublish-3.6.1.tar.gz 6.91 MB

ezpublish-3.6.1.zip 8.98 MB

Changelog

Changelog 3.6.0 to 3.6.1

Changes from 3.6.0 to 3.6.1

Kernel

  • Added method eZContentObject::clearCache() that can be used to clear all in-memory caches [for a given object].
  • Added check for PHP version 4.4 which gives information about that is not supported for this eZ publish version. The check will deny usage of eZ publish on this PHP version.

Attributes

  • Added: 'last_visit' attribute to eZUser

Scripts

  • Changed makestaticcache.php script to generate cache files while running, and not all at the end.

StaticCache

  • Added static cache cleanups to the Smart ViewCache algorithms.

Bugfixes

  • Fixed bug #6685: Error when American English selected as primary language (Merged from stable/3.4 (3.4.7) rev. 12066, also in stable/3.5 (3.5.3) rev.12067)
  • Fixed bug #6556: "403 Forbidden" when trying to access root page of a site running in non-virtualhost mode.
  • Fixed bug# 6700: Database transaction failure when adding a new translation.
  • Fixed inability to effectively clean up object version cache for a single object.
  • Fixed bug: object version cache is incorrectly cleared in eZConentObject::store().
  • Fixed bug #6431: eZContentObjectTreeNode::removeSubtrees() causes memory exhaustion.
  • Fixed bug #6704: Generated static cache is not stored when using the cli script
  • Fixed bug #5876: Two persistent_variable problems in content templates.
  • Fixed bug #6706: Static cache is not stored when regenerating via admin interface
  • Fixed bug #6477: URL forwarding with wildcard does not work if "Redirecting URL" option is disabled.
  • Fixed bug #6459: kickstart, sendmail under Win.
  • Fixed bug #6698: Linkcheck checks url from all archived content
  • Fixed bug: si operator ignores decimal count of 0 in uncompiled state
  • Fixed bug #6732: Content object tree is not updated after deleting a class. (Manually merged from stable/3.4 (3.4.7) rev. 12133, also in stable/3.5 (3.5.3) rev.12134)
  • Fixed bug in ezxmltext datatype: object tag corrupts design keys.
  • Fixed bug #6702: Template cache-blocks are not cleared after deleting object via WEBDAV.
  • Fixed bug #6740: SWAP in 3.6.0 is BROKEN
  • Fixed bug #6744: Search fails for roles with limited assignment.
  • Fixed bug with static caching that cause old content to be put into the cache files.
  • Fixed bug #6750: node_view_gui doesn't interprete url_alias correctly.
  • Fixed bug #6755: shop/basket fetch function always creates a basket + productcollection.
  • Fixed bug #6753: Cache is not cleared after deleting a role.
  • Fixed bugs #6733 and #6737: "Date and time" and "Date" datatypes were not validated properly.
  • Fixed bug #6765: Fields are cleared on relating an object with related object attribute.
  • Fixed bug #6772: Function contentClassAttributeName of contentObjectAttribute always returns null
  • Fixed: Several wrong calls to eZDebug::accumulatorStart
  • Fixed bug: Illegal use of $this variable in static functions. (Became visible when using PHP 4.4).
  • Fixed bug: Wrong usage of references from function return-values in template parser.
  • Fixed bug #6796: Draft problems when copying objects with relations.
  • Added reference fixes for PHP 4.4.
  • Fixed bug #6833: Typos in standard design templates.
  • Fixed bug #6823: Publishing problem with crosslinked objects.
  • Fixed bug #6838: Contentobject receives remote_id of nodeobject
  • Fixed bug #6852: Default values for template fetch operator does not work in compiled mode.
  • Fixed bug #6854: Use of 'proxy' objects in template expressions fails with compilation enabled.
  • Fixed bug: Wrong conditional permisssion when you use more then one "assign with limitation" to one role for the same user (limitations are mixed using logical AND instead of logical OR operation).
  • Fixed bug #6856: Wrong namespaces set when including another template.
  • Fixed bug #6845: Added check for object's if it exists.
  • Fixed bug #6847: Added missing start and end PHP tags of file.
  • Fixed bug #6887: Match[url_alias] override does not work correctly when template compile enabled..
  • Fixed bug #5603: RelatedObject Keyword function name misleading..
  • Fixed bug #6861: Two emails were sent to the user being registered..
  • Fixed bug #6884: Wrong customer name in order details..
  • Fixed bug #6757: eZMail does not set the required Date header..
  • Fixed bug #5766: Typo in shop/module.php.
  • Fixed bug #6814: The drafts of top level nodes can't be removed..
  • Fixed bug #6900: Creator and modifier display detail in the admin intarface is corrected.
  • Fixed bug #6895: Incorrect test in advanced search.
  • Fixed bug #6864: Fixed module_params() operator to work in templates other than pageleyout.
  • Fixed bug #6908: Object name pattern problems..
  • Fixed bug #6911, #6913: The calendar tool doesn't work with class limitation. Wrong links are generated in the Calendar..
  • Fixed bug #6862: The content-tree will displayed proper subtree while deleting a user or content object.
  • Fixed bug: object attributes are not checked for 'is_required' flag during publishing if object has an attribute of 'ezobjectrelation' datatype.
  • Fixed bug #6921: Versionview from trash is broken
  • Fixed bug: sql-error when updating eZURLObjectLink object.

Operators

  • Improved 'shorten' operator. Now it also can trim string to specified length in the middle. (Merged from stable/3.4 (3.4.7) rev. 12169, also in stable/3.5 (3.5.3) rev. 12170)

Translations

  • Added por-BR translation by Melissa Bender Dellamea (eZ Systems).