eZ Publish / Releases / eZ publish 3.5 / ez-publish-3-5-9

ez-publish-3-5-9

eZ publish 3.5.9

Requirements

Version Release date Requirements
3.5.9 March 13, 2006 PHP > 4.3.4
MySQL > 3.23
PostgreSQL > 7.3

Changelog

Changelog 3.5.9

Changes from 3.5.8 to 3.5.9

Kernel

  • Added: New parameter to treemenuoperator: "is_selected_method" ( 'tree'(by default), 'node' ) - The whole tree down to current node will have status "is_selected"( 'tree' ) or Only current node will have status "is_selected" ( 'node' ).

Bugfixes

  • Fixed bug #7678: Wrong variable name in eZCollaborationItemStatus::fetch().
  • Fixed bug #7690: Webdav NamePattern 'original_filename' saves path.
  • Fixed bug #7615: Bug Specific override does not work with Match[class_identifier].
  • Fixed bug #7675: Bug /content/action without POST-data renders blank page.
  • Fixed bug #6898: Redirect after login loses POST variables.
  • Fixed bug #7715: Missing conditional processing in standard table.tpl.
  • Fixed bug #7722: Template operator gettime() gives wrong weekday.
  • Fixed bug #7730: PHP Error When Changing Look and Feel in Admin site.
  • Fixed bug #7736: Nesting level too deep.
  • Fixed bug #6428: Wrong css in debug output.
  • Fixed bug #7747: "literal" tag with wrong end tag is a cause of the fatal error.
  • Fixed bug #7733: Treemenu - wrong values of "is_selected".
  • Fixed bug #7758: Using siteaccess matching on both host and uri will create inconsistant cache.
  • Fixed bug #6748: design/standard/content/edit_placement.tpl is broken.
  • Fixed bug #7759: Template divide by 0 create PHP warning.
  • Fixed bug #7791: Missing method exists check in eZPersistent object.
  • Fixed bug #7775: Cannot set 'is_loop' attribute on flash movie (and other issues in ezmedia.tpl).
  • Fixed bug #7794: Impossible to add AvailableOperations trigger in extensions.
  • Fixed bug #7761: class.ingroup_list does not return, or return wrong group_name for user and user group.
  • Fixed bug #7754: currency setting wrong for eng-GB.
  • Fixed bug #7729: Translation error in admin interface - change password.
  • Fixed bug #7800: Selection-datatype, translation off works incorrectly.
  • Fixed bug #7225: Invalid HTML in standard template to TH element.
  • Fixed bug #7835: Incorrect handling of Exif data.
  • Fixed bug #7834: Bug wrong meta tag after edit.
  • Fixed bug #7846: Datatype file from wizard with syntax and code error.
  • Fixed bug: ezIniSettingType:parseArrayInput() doesn't work correctly. ( if inputText is like "=Ez Systems" )
  • Fixed bug #7854: Flash Datatype: Changed size isn't saved.
  • Fixed bug #7775: Cannot set 'is_loop' attribute on flash movie.
  • Fixed bug #7861: php warnings with AllowEmptySearch and advanced search.
  • Fixed bug #7879: ezsubtreecopy does not really copy binaryfiles.
  • Fixed bug #7351: 'no input file" error when using FCGI.
  • Fixed bug #7836: Sign up forgot some values and sometimes act as login.
  • Fixed bug #7686: It is impossible to assign user from custom user class to approve workflow.
  • Fixed bug #7433: Some information in readme.txt are outdated.
  • Fixed bug #7668: hyphen isn't allowed at site access name. ( User path and Admin path should only contain [a-zA-Z0-9_] ).
  • Fixed bug #7900: Typo: 'Uknown error' in kernel/classes/ezcontentobject.php.
  • Fixed bug #7910: broken ezsearchengine.
  • Fixed bug #7907: Error handling on ezcontentobjectversion.php.
  • Fixed bug #7915: standard date/time templates don't respect the locale settings.
  • Fixed bug #7935: Multiple selection datatype ignores mandatory flag.
  • Fixed bug #7925: Forgot password mail has a quoted URL.
  • Fixed bug #7929: Users can remove subtree notifications rules from others.
  • Fixed bug #7908: /shop/statistics error in Norwegian translation.

eZTemplate

  • Added a 'development' mode for the compiler. When enabled there is no need to clear the compiled templates when template code is modified. See doc/features/3.5/template_development_mode.txt for more details.