eZ Publish / Releases / eZ publish 3.7 / ez-publish-3-7-4

ez-publish-3-7-4

eZ publish 3.7.4

Requirements

Version Release date Requirements
3.7.4 March 13, 2006 PHP > 4.4
MySQL > 3.23
PostgreSQL > 7.3

Changelog

Changelog 3.7.3 to 3.7.4

Changes from 3.7.3 to 3.7.4

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 #7461: Function loginUser of each login handler gets called with empty login and password.
  • 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 #7719: key problem in foreach when using TemplateCompile.
  • 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 #7732: Strange image link rendering bug in xml attribute.
  • 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 #7768: Fatal error copying objects with eZObjectRelationList attributes.
  • Fixed bug #7761: class.ingroup_list does not return, or return wrong group_name for user and user group.
  • Fixed bug #7794: Impossible to add AvailableOperations trigger in extensions.
  • Fixed bug #7800: Selection-datatype, translation off works incorrectly.
  • Fixed bug #7754: currency setting wrong for eng-GB.
  • Fixed bug #7729: Translation error in admin interface - change password.
  • Fixed bug #7540: Packages - Remove only one at a time, when more selected.
  • Fixed bug #7225: Invalid HTML in standard template to TH element.
  • Fixed bug #7726: setup: fatal error at pressing back button
  • Fixed bug #7766: notices in 3.7.3 installation wizard.
  • Fixed bug #7811: Warnings in ezxhtmlxmloutput handler.
  • Fixed bug #7844: Static cache not generated by RSS import.
  • Fixed bug #7835: Incorrect handling of Exif data.
  • Fixed bug #7815: ezxml parsing: paragraphs and text in tables.
  • Fixed bug #7834: Bug wrong meta tag after edit.
  • Fixed bug #7846: Datatype file from wizard with syntax and code error.
  • Fixed bug: parseArrayInput() doesn't work correctly. ( if inputText is like "=Ez Systems" )
  • Fixed bug #7849: Hide cronjob hides hidden nodes.
  • Fixed bug #7847: content/translations fails on fresh DB installation.
  • Fixed bug #7854: Flash Datatype: Changed size isn't saved.
  • Fixed bug #7775: Cannot set 'is_loop' attribute on flash movie.
  • Fixed bug: It was impossible to export all object's version when creating a package.
  • Fixed bug #7870: reverseRelatedObjectList $attributeID = 0. ( reverse related objects do not show up )
  • Fixed bug #7861: php warnings with AllowEmptySearch and advanced search.
  • Fixed bug #7877: Some small bugs in ezsubtreecopy.php.
  • 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 #7907: Error handling on ezcontentobjectversion.php.
  • Fixed bug #7795: information collector uses mysql 3.23 incompatible sql.
  • Fixed bug #7912: reverseRelatedObjectCount $attributeID = 0. ( count of reverse related objects is incorrect )
  • 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.7/template_development_mode.txt for more details.

Design

  • Added /notification directory with modified templates to /design/base

INI Settings

  • Added in ezxml.ini:[ezxhtml].RenderParagraphInTableCells: an option for rendering 'p' tag in table cell if there is only one 'paragraph' tag in XML for this cell.