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

ez-publish-3-6-0

eZ publish 3.6.0

Requirements

Version Release date Requirements
3.6.0 May 30. 2005 PHP > 4.3.4
MySQL > 3.23
PostgreSQL > 7.3

Changelog

Changelog 3.5.2 to 3.6.0

Changes from 3.5.2 to 3.6.0

Kernel

  • Rewritten login handler. Supports beeing placed in extensions, and interrupt in several stages of the login process.
  • Added support for caching of user-policy data. You can configure what you want to cache with the RoleSettings/UserPolicyCache setting. enabled means that all will be cached, "disabled" means that none will be cached and a comma separated list of user IDs means that only those user IDs are cached. (Spec #8)http://ez.no/community/developer/specs/caching_user_role_data
  • Added support for static caching of content. (Spec #11)http://ez.no/community/developer/specs/static_caching
  • Added support for "Always Updated" nodes when using static caching. (Spec #11)
  • Added role copy feature
  • Added DebugSettings/DebugLogOnly setting that controls whether to show messages in the debug output, or only write them to the logs files.
  • Added new parameter in content_structure_tree operator unfold_node_id for support Simplified treemenu.
  • Added support for user parameters in layout/set/ URLs.
  • Fixed enhancement #5754: Fetch objects by translation
  • Updated spec #7: 'id' attribute is replaced with 'url_id' attribute in link tag. Now 'id' attribute means xhtml id.
  • Added new module for viewing and deleting collected information
  • Added spec #15: new views for 'setup' module: cachetoolbar and settingstoolbar
  • Added propper preview generation when editing content objects.
  • Added site.ini setting DebugSetting/AlwaysLog which controls the debug types to always log to files.
  • Added database transaction to the critical sections. (Spec #8)
  • Changed parameter type 'classid' used in keyword fetch function. It can be either integer or array.
  • Added: Attribute filter for content/list* and content/tree* have new operators called in, not_in, like, not_like, between and not_between. Filter field 'owner' is now also available. (Submitted by: Paul Borgemans)
  • Added: The content upload system can now pass the upload file to a specific handler which can be defined in an extension. This allows for better handling of more complex file types.
  • Added: Template fetch functions 'reverse_related_objects' and 'reverse_related_objects_count' to get reverse related objects with relations made by attributes of 'ezobjectrelationlist' and 'ezobjectrelation' types. (see doc/features/3.6/advanced_related_objects.txt for details)
  • Added functionality to copy subtree. (see doc/features/3.6/admin_copy_subtree.txt for details)
  • Added: Show PHP eAccelerator information in the system information page. (Submitted by: Vittal Aithal)
  • Changed: eZContentBrowse::result will only return a valid integer array, invalid entries are excluded.

Fetch functions

  • Added parameter with_variations to content/locale_list fetch function.

Attributes

  • Added: 'can_move_from' attribute to eZContentObject and eZContentObjectTreeNode.

ezpm.php

  • Added: The database is checked to see if it has the same version as the eZ Publish installation before continuing.

eZContentObject

  • Added: Static function exists() to check if an object exists. (Submitted by: Paul Forsyth)

Shop

  • Added: Adding products to basket is now done in an operation allowing workflows to be attached to the operation. (Submitted by Jo Henrik Endrerud)
  • Added: Orders can now have a status related to it. (See doc/features/3.6/shop_status.txt for more details) (Original code submitted by Jo Henrik Endrerud)

INI settings

  • ShowHiddenNodes now defaults to false. If you want to see hidden nodes by default you will need to override this setting for that siteaccess.

WebDAV

  • Fixed discarding of XML payload when user needs to authenticate.
  • Added configuration of which classes should always be considered as folders. This is configured in webdav.ini. (Submitted by Xavier DUTOIT)

Setup

  • Optimized memory usage in site creation step by logging SQL statements only to file.

Search

  • Added/Completed support for allowing empty search.

Scripts

  • Added cronjob for hiding objects. The hide cronjob is configured in settings/content.ini.
  • Added: convertxmllinks.php script to update link tags in ezxml fields (replacing 'id' attributes with 'url_id').
  • Added subtree copy script to copy part of node tree from one parent node to another. (files: bin/php/ezsubtreecopy.php, doc/features/3.6/subtree_copy_script.txt)
  • Added ezconvertmysqldbtype.php script to convert from MyISAM tables to InnoDB tables or from InnoDB to MyISAM tables.
  • Added: updaterelatedobjectslinks.php script to add related objects links made with attributes of 'ezobjectrelation' and 'ezobjectrelationlist' types to 'ezcontentobject_link' table.

DataType

eZ Price

  • Added enhancement #2155: VAT selections can now be changed at object level. (Submitted by: Eirik Johansen)

eZInformationCollection

  • Added some new fetch & remove functions

eZDateTime

  • Fixed bug with missing array in function setHMS().

Bugfixes

  • Fixed bugs in eZURI class: Original URI and user parameters were broken during URI translation. $site.original_uri attribute was not listed properly.
  • Fixed bug #5849: Paginated pages only print out first page instead of page being viewed.
  • Fixed bug #6097: Treemenu doesn't update after priority changes.
  • Fixed bug #6066: Error when remove node from subtree notification.
  • Fixed bug #6117: Unable to change any states of view mode when ViewCaching is disabled.
  • Fixed bug #6124: Subtree_expiry when template compiler disabled.
  • Fixed bug #6128: Enhancement RSS - Option to feed subtree items
  • Fixed bug #6101: Wrong "day of the week" in countries with MondayFirst=yes. Duplicate of #5834: MondayFirst and wrong DayName.
  • Fixed bug #4719: Enhancement RSS Feed Configuration
  • Fixed bug #6011: Recursive object inclusion. Added limitation on the level of template nesting.
  • Fixed bug #6148: Enhancement RSS: enable/disable caching
  • Fixed bug #6121: Enhancement RSS: option that link in RSS should go to main node
  • Fixed bug: Feed of RSS export was not cachied properly
  • Added missing soap.php to distribution.
  • Fixed bug #6169: SQL errors and general warnings when create new RSS export.
  • Fixed bug #6171: Top level object problem. SQL errors.
  • Fixed bug #6153: RSS export: Objects from multiple sources in wrong order
  • Fixed bug #6185: Headers are not correctly rendered for XML-fields
  • Fixed: Session data was rewritten in case of HTTP request errors.
  • Fixed bug #6307: Ini arrays' definitions were erased when saving ini files.
  • Fixed bug #6211: Deleting a related object doesnt remove the related reference.
  • Fixed bug #6391: Editing of eZURL results in transaction error.
  • Fixed bug: Content cache pregeneration: The DesignSetting of the selected siteaccess were not used. (Submitted by: Bruce Morrison)
  • Fixed bug: Content cache pregeneration: The cache was generated for the currently logged in user instead of the anonymous user or another specific user. (Submitted by: Bruce Morrison)
  • Fixed bug #6038: Wrong check in template for binaryfile datatype.
  • Fixed bug #6438: Defect node fetching
  • Fixed bug #6462: Templates for RSS in the default design do not correspond.
  • Fixed bug: Notification digest handler raised fatal error.
  • Fixed bug #5583: ezimage.tpl produces bare href and target - bad XHTML.
  • Fixed bug #6514: ezobjectrelationlist does not archive old versions
  • Fixed bug #6517: Bug Template operator: pdf(set_font, ...) ColorRGB.
  • Fixed bug #6516: Bug Template operator: pdf(new_page) has no newline.
  • Fixed bug #6519: ezobjectrelationlist creates lots of needless nodeassignments
  • Fixed bug #6518: Bug Template operator: pdf(set_margin, ...) line_space is broken.
  • Fixed bug #6525: ezmatrix doesn't support attribute( show ).
  • Fixed bug #6523: Template operator: pdf(text_box, ...) alignment and size doesn't work.
  • Fixed bug #6493: Template operator: pdf(filled_circle, ...) gets into a recursive loop if the "y" parameter is wrong.
  • Fixed bug #6503: Bug Template operator: pdf(footer, ...) line thickness doesn't work.
  • Fixed bug #6508: Cannot remove URL Attribute.
  • Fixed bug #6507: Bug Template operator: pdf( frontpage, ...) alignment parameter must be present.
  • Fixed bug #6036: Role issues with copy and move.
  • Fixed bug #6538: Clean eZ Publish 3.5.2 install causes kernel error 20.
  • Fixed bug #6509: ezlupdate did not scan extensions correctly (windows version only)
  • Fixed bug #6510: ezlupdate did not work with UTF-8 templates
  • Fixed wrong handling of the option set name in ezmultioption datatype.
  • Fixed bug #6478: 'choose' operator returns wrong value.
  • Fixed bug #6547: Event / Payment Gateway shows type "all" even when there are no extensions installed.
  • Fixed bug #6484: "Continue shopping" returns to wrong place.
  • Fixed bug #6528: Can't list or import packages from earlier versions.
  • Fixed bug #6580: fetch-content-list: no data fetching with an array of node_ids for 'parent_node_id'.
  • Fixed bug #6593: Typo in site.ini
  • Fixed bug #6506: Shopping permissions for a guest user don't work properly.
  • Fixed bug: Paymentgatewayevent does not find all gateway extensions.
  • Fixed bug #6571: Object relations list crash.
  • Fixed bug: eZSendmailTransport always asumes safe-mode is enabled.
  • Added: Fetching a country, locale or language list can now exclude variations.
  • Fixed bug #5843: Invalid locale values can be added to content/translations.
  • Fixed bug #6605: Toolbar manager always shows empty tool as first on the list.
  • Fixed bug #6543: Disabling cache causes template override failure.
  • Fixed bug #6435: Recognize eAccelerator (mmCache fork) as valid PHP Accelerator.
  • Fixed bug #6608: Missing koi8r alias in eZCharsetInfo.
  • Fixed bug #6614: Wrong URL ID used for ezxmltext datatype export.
  • Fixed bug #6549: eZSYS::splitArgumentIntoElements and/or ImageMagick.
  • Fixed bug: wrong behaviour when search using objectrelation attributes
  • Fixed bug #6617: Add location problem.
  • Fixed bug #6203: Disable translations in Keywords does not act as advertised.
  • Fixed bug: Unused keywords are never deleted.
  • Fixed bug #6625: Relation list cache not updated.
  • Fixed bug #6626: Remove border attribute from image tag.
  • Fixed bug #6622: user/preference/set not stored for anonymous user.
  • Fixed bug #6620: Failure in eZRole::fetchRolesByLimitation.
  • Fixed bug #6613: Fetch function user/logged_in_users returns duplicates.
  • Fixed bug #6465: Can not unselect *all* ezselection, multi options.
  • Fixed bug #6583: 'ezboolean' datatype logic.
  • Fixed bug: When copying an object having two or more versions, each attribute in the copy gets different IDs in different versions..
  • Fixed bug: #6400: Time attribute and DST.
  • Fixed bug: #6454: ADMIN /package/upload no option to abort.
  • Fixed bug #6064: Escaping of strings doesn't work.
  • Fixed bug #6537: Adding locations after workflow approval skips workflow.
  • Fixed bug #5605: Unreadable text when installing an addon package
  • Fixed eZTemplate::elementValue() so that it does not complain about absence of an array element when the element exists and its value is null.
  • Fixed bug #6612: URL management displays duplicates.
  • Fixed bug #6373: Role assignments with restriction are not applied.
  • Fixed bug #6661: Typo in soap.ini and soap.php
  • Fixed bug #6587: Empty lines in discount group when deleting users.
  • Fixed bug #6501: It is possible to create users with the same login or email that differs only in case.
  • Fixed bug: User login and password are shown incorrectly in the user edit page. The bug occurs only on some of the supported databases.
  • Fixed bug #6651: Embed Image caption. (Also in stable/3.5 (3.5.3) rev. 11915)
  • Fixed bug #6663: Attempt to add image to an article as a related object fails but uploads to gallery work fine.
  • Fixed bug #6648: Anonymous poll problem.
  • Fixed error and warning messages in setup/extensions when there is no group ExtensionSettings defined in site.ini.append[.php].
  • Fixed bug #6676: Surpressed php warning when cache-block is empty.
  • Fixed bug #6500: Crash when set-block and append-block is used with same variable.
  • Fixed bug #6675: Duplicate attribute identifiers.
  • Fixed bug #6440: Role caching problem.
  • Fixed bug #6677: Template variable $site.design is always set to 'standard'
  • Fixed bug #6633: conditional cron notification failure.
  • Fixed bug #6569: Debug popup JS code breaks admin design.
  • Fixed bug #6177: Enum type saves wrong style
  • Fixed bug #6683: node_id not set in flat_left.tpl in every context.
  • Fixed bug: Cannot upload files to media datatype.
  • Fixed bug: Current design settings were not considered when clearing viewcache.

Library

eZPDF

  • Added support for GIF images.

eZFile

  • Added a function to eZLog that appends a log message to a log file.

eZSys

  • Added a function that determins if the script got executed over the web or the shell.

eZDebug

  • Added background highlighting for the queries in a transaction section.
  • Added "templates usage statistics".
  • Added support for choosing which debug levels to always log. By default it will always log errors even if debug output is off.
  • When logging IP address the current hostname will be used if a remote address is missing (e.g running a script).
  • Added support for display an analysis of the query that is being executed. (Currently only supported for MySQL).

eZURI

  • Added transformURI function that makes valid URI (encapsulates 'ezurl' template operator functionality).

eZI18N

  • Added: koi8r is now a known charset alias.
  • Added: If a charset alias fails it will try to find the alias without any dashes.

SOAP

  • Added authentication support.
  • Added ability to cleanup in the end of execution.

Design

  • Added new templates for support Simplified treemenu: design/standard/templates/simplified_treemenu/simplified_treemenu.tpl design/standard/templates/simplified_treemenu/show_simplified_menu.tpl
  • Added thumbnail in browse mode for admin interface. Added new templates: design/admin/override/templates/thumbnail/image_browse.tpl design/admin/templates/content/browse_mode_list.tpl design/admin/templates/content/browse_mode_thumbnail.tpl
  • Added "Override Template" popup menu when clicking on the big icon during viewing a node
  • Added "Remove bookmark" menu item in popup menu when clicking on the icon of bookmark in the "Bookmarks" list in admin interface.
  • Added "Result page" after adding notification.
  • Added spec #15: 'Clear cache' and 'Quick Settings' functionality templates: design/standard/templates/setup/clearcache.tpl design/standard/templates/setup/quicksettings.tpl Admin toolbar templates: design/admin/templates/toolbar/full/admin_bookmarks.tpl design/admin/templates/toolbar/full/admin_clear_cache.tpl design/admin/templates/toolbar/full/admin_current_user.tpl design/admin/templates/toolbar/full/admin_quick_settings.tpl Debug toolbar template: design/standard/templates/setup/debug_toolbar.tpl

Translations