eZ Publish / Releases / eZ publish 3.6 / ez-publish-3-6-3
ez-publish-3-6-3
Requirements
Version | Release date | Requirements |
---|---|---|
3.6.3 | October 26, 2005 |
PHP > 4.3.4 MySQL > 3.23 PostgreSQL > 7.3 |
Changelog
Changelog 3.6.2 to 3.6.3
Changes from 3.6.2 to 3.6.3
Kernel
- Added: New template fetch functions for related objects. (see doc/features/3.6/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 #7144: Too much 'paragraph' tags in RSS import.
- Fixed bug #6338: Fetches in ezcontentclass do not support asObject = false.
- Fixed bug #7135: Bug Too many sections in XML text.
- Fixed bug #7139: Bug in kernel/content/upload.php
- Fixed bug #6524: Irrelevant function in ezgeneraldigesthandler.php
- Fixed bug #7147: Typo of ini value GatewaysSettings/GatewaysDerictories.
- Fixed bug: Required option for eZMatrix, eZOption, eZObjectRelationList attributes is not working.
- Fixed bug: When changing content of an object attribute having translation disabled, content of the attribute is not updated in its translations. The bug occurs with the following datatypes: eZAuthor, eZEmail, eZMatrix, eZOption, eZMultioption.
- Fixed bug #7157: eZ Publish removes 'p' tag when is only one in xml block.
- Fixed bug #7107: Webdav doesn't display objects that have a name containing "&"
- Fixed bug #2044: Strange behaviour of ezurl / using pathprefix.
- Fixed bug #7109: Webdav doesn't take PathPrefix into account.
- Fixed bug #7163: Search problems when using subtree limitations (policy).
- Fixed bug: cache-blocks doesn't work properly if TemplateCache setting has typo, like TemplateCache=enbl.
- Fixed bug #7165: CRLF in templateedit.tpl and others.
- Fixed bug #7167: setup kickstart.ini miss some data.
- Fixed bug #7175: Bug Removal of object and objectrelation (and objectrelationlist).
- Fixed bug #7155: Bug error and fix in ezobjectrelationlist.tpl
- Fixed bug #7166: Bug %1% get replaced in template.
- Fixed bug #7190: Bug ezxhtmlxmloutput.php Fatal error: Undefined class name 'eztemplateincludefunction'.
- Fixed bug: Wrong defining version of PostgreSQL.
- Fixed bug: Wrong parse default (double precision) value.
- Fixed bug #7199: Possible error in eZPersistentObject::updateObjectList -unable to unset fields with defaults
- Fixed bug #7194: Multiple "Event / Approve" events in a workflow stop users from being added.
- Fixed bug #7204: Setting for login handler extensions has wrong name in site.ini
- Fixed bug #7203: Sections: checkboxes to assign multiple nodes
- Fixed bug #7208: ezsoapserver.php: Fix for call to non-object error.
- Fixed bug #7207: ezsoapclient.php: Extend if scope to avoid warnings.
- Fixed bug #7213: Email validation fails with [email protected].
- Fixed bug #3804: Searching followed by AdvancedSearch doesn't retain the search term.
- Fixed bug #7205: mimetype_icon returns to many / in url.
- Fixed bug #7228: Wrong check for the count of an array in policyedit.php.
- Fixed bug #7215: Translation Error when cleaning the cache.
- Fixed bug #7169: crash while publishing an image.
- Fixed bug #7227: Swap node between content and media produces strange behaviour.
- Fixed bug #7170: Advancedsearch with multiple attributes fails to return results.
- Fixed bug #6978: Postgresql update scripts errors.
- Fixed bug #7235: Class group renaming not shown.
- Fixed bug #7224: ezurl operator bug.
- Fixed bug: 'var_dump' + 'xdebug' cause broken debug output.
- Fixed bug #7178: Missing include of ezcontentobject.php in kernel/setup/steps/ezstep_create_sites.php.
- Fixed bug #7129:"Manage versions" button disabled in some pages of the admin interface.
- 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 #7260: Bug Shop sends no confirmation mails (sendOrderEmails not called).
- 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 #7275: Preview functionality not working with extensions and default language not set.
- Fixed bug #7255: newline removal after custom tags.
- Fixed bug: Runcronjob works incorrectly with oracle(objects aren't published after approving).
- Fixed bug #7223: wrong customer list in webshop.
- 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 #7192: Extension activation in the GUI doesnt work.
- 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 #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. ( Merge from stable/3.5 rev. 13812 )
- Fixed bug #7221: Wrong redirection array in eZUserLoginHandler.
- Fixed bug #7198: Bug RSS import truncates destination path.
- 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
Design
- Added: Indication of status (enabled/disabled) for the user account in the admin interface.
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.