eZ Publish / Releases / eZ publish 3.7 / ez-publish-3-7-1
ez-publish-3-7-1
Requirements
Version | Release date | Requirements |
---|---|---|
3.7.1 | October 26, 2005 |
PHP > 4.4 MySQL > 3.23 PostgreSQL > 7.3 |
Changelog
Changelog 3.7.0 to 3.7.1
Changes from 3.7.0 to 3.7.1
Kernel
- Added: New template fetch functions for related objects. (see doc/features/3.7/related_objects_fetch_functions.txt)
- Added: 'Reverse related for subtree' view to help tracking objects' dependecies. Can be called from content tree item's context menu (Advanced -> Reverse related for subtree).
Bugfixes
- Fixed bug #7233: Template errors in collaboration/view/summary.
- Fixed bug #7037, #7185: Registered user does not receive registration mail. Blank User account when registerung without Cookies.
- Fixed bug #7257: Problems with user->selfedit permission ( Edit button is dissabled in admin ).
- Fixed bug #6191: Image variant returns empty image tag.
- Fixed bug #7016: Underscore acts as space in search. Note: Search index update should be done when run on live site. To update existing search indexes you should execute update/common/scripts/updatesearchindex.php. Searching will continue to work even if you do not update, then only new content will be indexed to get search results in desired way.
- Fixed bug #7255: newline removal after custom tags.
- Fixed bug #7278: Bug reference notice.
- Fixed bug #7274: Max file size for image objects is ignored for related objects.
- Fixed bug #7282: Bug Cache isn't recreated after changing user status.
- Fixed bug #7264: Possible missing key in eZTSTranslator.
- Fixed bug #7220: Event/Approve - User who approves content.
- Fixed bug #7288: Preview functionality not showing correct flags.
- Fixed bug #7289: Wrong URL's created by eZTemplatesStatisticsReporter with reverse proxy setup.
- Fixed bug #6316: Improve email logic & validation in tip-a-friend.
- Fixed bug #7253: CSS issue in /shop/orderlist.
- Fixed bug #7299: Bug Shop order descriptions: strange behavior.
- Fixed bug #7301: Bug Double discard gives fatal error.
- Fixed bug #7256: subtreeSoleNodeCount - RIGHT JOIN terribly slow with a lot of nodes.
- Fixed bug: 'postgresql' + 'reverseRelatedCount' cause sql-error.
- Fixed bug: 'ezdebug' + 'xdebug' - special characters are not converted to HTML entities.
- Fixed bug #7306: Typo in ezsearchengine.php prevents it from working correctly.
- Fixed bug #7221: Wrong redirection array in eZUserLoginHandler.
- Fixed bug #7198: Bug RSS import truncates destination path.
- Fixed missing wash operators.
- Fixed bug: 'ezinteger' - wrong min/max validation. (Applyed patch by Hans Melis)
Library
- Added support for having eZ Publish installed in a subfolder while using virtualhost setup. Example : www.example.com/ez_publish/eZ_publish.
INI Settings
- Changed: [TipAFriend].FromEmail ini setting is now empty by default. Thus, the email address specified in the tip-a-friend form is used as from address when sending the email. Assign a non-empty value to FromEmail for it to be used as from address.