[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/doc/changelogs/3.2/ -> CHANGELOG-3.2-4 (source)

   1  Changes from 3.2-3 to 3.2-4
   2  
   3  *Kernel:
   4  - Fixed wrong include line in ezwordtoimageoperator.php
   5  - Added content_info structure to module result when the view is not cached, previously this was only available
   6    when the view was cached and restored.
   7  - Fixed subTreeCount() function in eZContentObjectTreeNode to allow the use of class identifiers in the
   8    ClassFilterArray just as the subTree() function does.
   9  - Fixed the empty entry for AdditionalSiteDesignList in site.ini.
  10  - Added check if node_id is numeric when fetching content objects.
  11  - Made sure the attribute_base variable is used for all edit datatype templates.
  12  - Added support for moved urls without doing redirects in the URL alias system.
  13  - Fixed PHP warning in ezpm.php.
  14  - Added check when published content has warning ( validation log ), content can't be published before user has seen the warning.
  15  - Improved the translated URLs (URL alias), it will not contain leading or trailing underscores,
  16    special characters are translated into underscore instead of being removed and empty translations
  17    will use a default value from the client. (e.g node_45 from content tree nodes)
  18  - When you add a new location to an object it will be automatically set to main if no other
  19    locations is already set as main
  20  - Replaced several " with ' in kernel/content/module.php
  21  - Fixed the content/translations list to show the internal name of the languages instead of the local name.
  22  - Fixed bug of LDAP user could login with null password if anoymous access is allowed in server.
  23  - Changed the minimum required version check in Setup Wizard to 4.2.3 (was 4.1.0).
  24  - Made sure the embed view template for objects don't show a link if there is no main node.
  25  - Added edit button for all object relation list (datatype) items.
  26  - New template operator 'simpletags' which can do simple replacement of tags listed in template.ini.
  27  - Fixed the content view to only accept node IDs higher or equal to 2, if lower 2 is used.
  28  - The clearcache.sh will now also clear the var directories for all siteaccess.
  29  - Changed behaviour when deleting nodes fra tree. Objects placed in the tree as secondary location are now NOT deleted. Please see
  30    this bug report for more information : http://ez.no/developer/ez_publish_3/bug_reports/critical_deleting_a_node_not_the_main_causes_unwanted_removal_of_object
  31  - Fixed bug of unable to save unregisted link in xml textfield.
  32  - Changed the caching of eZPreferences in session to use an array for all variables, this makes it
  33    easier to cleanup up. The preferences are now cleared on login/logout.
  34  - Changed the caching of user information and user groups in sessions, the new method uses arrays
  35    and is easier to cleanup.
  36  - Added support for multiple tag lists for the simpletags template operator.
  37  - Added sortKeyType and sortKey functions to eZSelection datatype. http://ez.no/developer/ez_publish_3/bug_reports/datatype_ezselection_missing_default_methods_sortkey_sortkeytype
  38  - Fixed bug in hostmatching in eZHTTPTool::redirectURL, it did not find host names without . in them, e.g. localhost.
  39  - Fixed bug in updatesearchindex.php which would only reindex objects
  40    that the anonymous user could read.
  41  - Made sure users are logged out whenever their user is disabled, this check is done each time the user is fetched trough the session.
  42  - Fixed workflow editing to redirect back to the workflowlist instead of the grouplist on discard and store.
  43  - Fixed the namespace check for the eZXMLText datatype when reading the
  44    is_block variable, now it can be both in the namespace xmltagns and
  45    xmltagns:ContentView. This ensures that it can be set both in the
  46    object.tpl and embed.tpl templates.
  47  
  48  *Bugfixes:
  49  - Fixed copy object bug. Current version was not set, multiple version copy did not set object name and redirect did not contain version number.
  50  - Fixed bug, added check missing check if current preference is set
  51    http://ez.no/developer/ez_publish_3/bug_reports/ezpreferences_only_one_variable_can_be_stored_in_the_database_for_each_user
  52  - Fixed bug, http://ez.no/developer/ez_publish_3/bug_reports/please_fix_setupdatatype_wizard_text_for_next_32_version
  53  - Fixed extract name/email function bug : http://ez.no/developer/ez_publish_3/bug_reports/class_ezmail_method_extractemail
  54  - Fixed missing } in design/standard/templates/content/datatype/view/ezmedia.tpl : http://ez.no/developer/ez_publish_3/bug_reports/media_datatype_realvideo_typo_wrong_layout
  55  - Fixed cleandata.sql bug, http://ez.no/developer/ez_publish_3/bug_reports/cleandatasql_is_not_clean
  56  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/bookmarks_template_typos
  57  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/admin_view_full_gui_removeaction_renders_empty_redirectpage
  58  - Fixed cleanup of objects in relation list, now all versions are cleaned up. (Also in 3.3 Rev: 4315)
  59    http://ez.no/developer/ez_publish_3/bug_reports/cleanup_of_object_relation_list_objects
  60  - Fixed cleanup of object data when removing drafts. (Also in 3.3 Rev: 4315)
  61    http://ez.no/developer/ez_publish_3/bug_reports/improper_deletion_of_drafts
  62  - Fix cleanup of the attributes of an object when removing it from trash (purge). (Also in 3.3 Rev: 4315)
  63    http://ez.no/developer/ez_publish_3/bug_reports/cleanup_error_in_contentobject_class
  64    http://ez.no/developer/ez_publish_3/bug_reports/ezcontentobject_purge_issue_for_objects_with_extra_information_users_binary_files_etc
  65  - Fixed the edit template for all datatypes in regards to the $attribute_base variable, this makes all
  66    datatypes usable in the object relation list datatype. (Also in 3.3 Rev: 4315)
  67    http://ez.no/developer/ez_publish_3/bug_reports/eztemplate_object_relation_list_does_not_recognize_ezboolean_values
  68  - Fixed the forwarding of custom actions to the objects in the object relation list.
  69    This makes it possible to perform actions such as removing images, adding entries to
  70    all entries of an object relation list, it even allows nesting relation lists. (Also in 3.3 Rev: 4315)
  71  - Added extension support for notification event handlers.
  72    http://ez.no/developer/ez_publish_3/bug_reports/custom_notification_handler_in_extension_wont_work
  73  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/typos_in_designstandardcontentbrowsetpl
  74  - Sending objects to trash no longer removes the node assignments (location) of the current version.
  75    http://ez.no/developer/ez_publish_3/bug_reports/restore_from_trash_returns_error
  76  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/kernelcontentversionviewphp_missing_node_pseudo_path_attribute
  77  - Fixed fetch( content, tree_count ... operator bug, http://ez.no/developer/ez_publish_3/bug_reports/missing_depth_operator_in_function_definition
  78  - Fixed cleanup bug in workflows http://ez.no/developer/ez_publish_3/bug_reports/deleted_workflow_shows_up_in_triggers
  79  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/contentini_defaultversionhistorylimit_2_provokes_kernel_crash
  80  - Fixed path bug while editing top nodes : http://ez.no/developer/ez_publish_3/bug_reports/editing_root_node_fails_path_error
  81  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/template_ezurl_shows_php_warning
  82  - Fixed the adding of new object attributes to add attributes for all translations.
  83    http://ez.no/developer/ez_publish_3/bug_reports/translated_attributes_are_not_added_when_class_is_extended
  84  - Fixed update attribute filter script bug : http://ez.no/developer/ez_publish_3/bug_reports/incorrect_searched_field_in_script_updateattributefilterphp
  85  - Fixed missing parameter bug in kernel/classes/datatypes/ezxmltext/handlers/output/ezxhtmlxmloutput.php:443 ,
  86    http://ez.no/developer/ez_publish_3/bug_reports/renderxhtmltag_in_ol_or_ul
  87  - Fixed bug in kernel/role/edit.php. Made sure policy variable is checked before usage :
  88    http://ez.no/developer/ez_publish_3/bug_reports/php_error_in_admin_role_edition
  89  - Fixed ImageGD bug during setup : http://ez.no/developer/ez_publish_3/bug_reports/setup_wizard_fails_to_write_rules_to_imageiniappendphp_when_using_gd
  90  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/typo_in_custom_tag_removes_all_content_in_xml_text_field
  91  - Fixed missing argument 1 for ezuser() in kernel\classes\datatypes\ezuser\ezuser.php bug 
  92    http://www.ez.no/developer/ez_publish_3/bug_reports/ezuserloginhandler_php_warning
  93  - Fixed bug eZContentObjectTreeNode::findMainNodeArray when $objectIDArray is empty
  94    http://www.ez.no/developer/ez_publish_3/bug_reports/related_objects_error_2
  95  - Fixed problem with related object datatype and lost POST data. (Fix taken from 3.3)
  96    http://ez.no/developer/ez_publish_3/bug_reports/admin_interface_objectrelationattributes_wipe_out_other_attribute_settings
  97  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/others_can_see_my_wishlist_
  98  - Fixed bug with long object names generating invalid SQL : http://www.ez.no/developer/ez_publish_3/bug_reports/too_long_textline_attribute_doesnt_give_an_error_message
  99  - Fixed eZContentBrowseRecent count SQL.
 100  - Fixed missing workflow_event_pos in ezcontentobject_version table definition, plain package postgresql:
 101    http://www.ez.no/developer/ez_publish_3/bug_reports/sql_error_with_postgresql_database
 102  - Fixed fetching object list with several classes in class filter : http://www.ez.no/developer/ez_publish_3/bug_reports/kernelbug_fetching_class_lists
 103  - Fixed related objects to only include objects that have status 'published'
 104    http://ez.no/developer/ez_publish_3/bug_reports/related_objects_are_shown_even_if_they_are_archived
 105  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/ezkeyword_deleting_object_node_does_not_remove_keyword_reference
 106  - Fixed http://ez.no/developer/ez_publish_3/bug_reports/bugs_in_templates
 107  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/flaws_in_the_file_docinstall
 108    Refered to online installation guide and PDF version.
 109  - Fixed the autolink operator to better handle detection and management of urls.
 110    http://ez.no/developer/ez_publish_3/bug_reports/autolink_operator_messes_with_linked_urls_
 111  - Fixed some of the minor suggestions/corrections by Dariusz Zbikowski : http://ez.no/developer/ez_publish_3/bug_reports/bugs_in_kernel
 112  - Fixed file permissions when writing settings/override/*
 113  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/attribute_filter_doesnt_work_when_sorting_on_an_attribute
 114  - The multiplexer event type will now forward all workflow parameters to ensure maximum compatability with other
 115    workflow event types. The event has also gotten more sanity checking of objects and classes.
 116    http://ez.no/developer/ez_publish_3/bug_reports/multiplexer_and_approval_workflow_long_bug_report_to_illustrate_the_steps_and_errors
 117  - Fixed collaboration bug when trying to access deleted objects. http://ez.no/developer/ez_publish_3/bug_reports/collaboration_approved_items_cause_crash_when_viewing
 118  - Fixed bug with caching of role information in session. Session cache is now properly cleaned up.
 119  - Changed the ezauthor datatype to use the users name not login for default author.
 120    http://ez.no/developer/ez_publish_3/bug_reports/datatype_ezauthor_discloses_login_information
 121  - Fixed ezbinaryfile, ezimage and ezmedia datatype to return the original filename (instead of local filename) as title.
 122    http://ez.no/developer/ez_publish_3/bug_reports/datatype_ezbinaryfile_returns_cryptic_filenames_as_default_content_object_titles
 123  - Fixed several bugs reported in bugreport : http://ez.no/developer/ez_publish_3/bug_reports/kernel_errors
 124  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/search_sorting_error_typo_in_ezsearchenginephp
 125  - Fixed Apache 2 problem when redirecting to url with two or more / at end of url.
 126  - Fixed urlalias to create correct regexp code for wildcard cache file, previous regexps could match in the middle of the url.
 127  - Fixed bug when editing objects using workflows in apache 2. http://ez.no/developer/ez_publish_3/bug_reports/empty_page_after_editing_if_you_have_a_workflow_on_apache_2
 128  - Fixed pressing store button multiple times when editing classes. Will no longer cause strange behaviour in objects.
 129  - Fixed unset and missing parameter in eZDBInterface::lastSerialID implementations. http://ez.no/developer/ez_publish_3/bug_reports/ezkeyword_lastserialid
 130  - Fixed bookmark links in admin menu template. http://ez.no/developer/ez_publish_3/bug_reports/typo_in_designadmintemplatespartsmediamenutpl
 131  - Fixed max recent browse items fetch from ini file. http://ez.no/developer/ez_publish_3/bug_reports/class_ezcontentbrowserecentphp_bug
 132  - Fixed module handler for append unordered parameters to redirect uri bug. http://ez.no/developer/ez_publish_3/bug_reports/modulehandler_utility_fails_to_append_unordered_parameters_to_redirecturis
 133  - Fixed hard coded page limit doing search in php code. http://ez.no/developer/ez_publish_3/bug_reports/advancedsearchphp_uses_hardwired_pagination_parameter
 134  - Fixed editing policy with subtree limitation. http://ez.no/developer/ez_publish_3/bug_reports/policy_editing_error_with_subtree_limitation
 135  - Fixed cache bug when adding bookmarks in admin interface. http://ez.no/developer/ez_publish_3/bug_reports/bookmarks_cacheblock_dont_expires
 136  - Fixed timeout for editing class drafts from other user. This will prevent users beeing permanently unable to edit classes.
 137    http://ez.no/developer/ez_publish_3/bug_reports/admins_cant_edit_classes
 138  - Fixed updating section id when moving unpublished objects. http://ez.no/developer/ez_publish_3/bug_reports/section_malfunction
 139  - Fixed bug http://www.ez.no/developer/ez_publish_3/bug_reports/datatype_function_metadata_isnt_part_of_the_datatype_api
 140  - Fixed bug in policy edit/creation, if node limitations were added the other limitation values would be removed,
 141    this no longer happpens.
 142  - Fixed bug in listing of subtree when the attribute filter and attribute sort were used and the attribute filter
 143    was an empty array.
 144  - Fixed security bug in content module for several views, they now have a separate function access instead
 145    of reusing the 'edit' access.
 146  - Fixed security bug in policy checking for content objects, it was possible to get create access
 147    anywhere on the site all depeneding on the role setup. Now creation checking is properly implemented.
 148  - Fixed security bug in which it was possible to add forbidden locations to an object you could edit.
 149  - Fixed security bug in which any object could be created using the related object functionality for
 150    an existing object edit.
 151  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/ezcontentobject_php_typo_line_133
 152  - Fixed problem with approve workflow event which displayed non-published users. Also users that are
 153    disabled are no longer shown.
 154    http://ez.no/developer/ez_publish_3/bug_reports/bogus_users_in_gallery_package
 155  - Made sure empty body mementos are skipped
 156    http://ez.no/developer/ez_publish_3/bug_reports/missing_error_handling_in_workflow_cronjob
 157  - Fixed: Missing initialization of eZHTTPTool in content/edit when version
 158    history limit is on and no archived versions are available for removal.
 159  - Fixed typo of session variable ExcessVersionHistoryLimit, previously
 160    ExcessVesionHistoryLimit was used.
 161  
 162  *Setup:
 163  - Added check for specific unstable PHP versions.
 164  
 165  *Library :
 166  
 167  eZ template:
 168  - Added line/column information to the error messages from the template parser.
 169  
 170  eZ file:
 171  - The recursive directory maker will no longer stop on directories named 0.
 172  
 173  eZ ObjectRelationList:
 174  - Added support for controlling the object relation list using a separate template file, the template
 175    file is called ezcontentobjectrelationlist_controls.tpl and is included form the ezcontentobjectrelationlist.tpl
 176    template file. This allows for overriding this template per class. (Also in 3.3 Rev: 4315)
 177  
 178  eZ db:
 179  - The MySQL and PostgreSQL handler will now provide proper SQL limits even if the limit is not specified
 180    but the offset has.
 181  
 182  *Translations:


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7