[ 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.4/ -> CHANGELOG-3.4.0-to-3.4.1 (source)

   1  Changes from 3.4.0 to 3.4.1
   2  
   3  *Kernel:
   4  - Made sure the extension in a siteaccess is activated for eZ publish scripts (eZScript).
   5    (merged from stable/3.3 rev. 6842)
   6  - Updated updatetranslations.php script to skip objects without versions
   7    and create missing object attributes.
   8  - Made sure the eZContentObject::contentObjectListRelatingThis function uses
   9    the eZContentObject::reverseRelatedObjectList function.
  10  - eZContentObject::reverseRelatedObjectList now only lists relations from published
  11    versions and not drafts.
  12  - The PHP time limit is now set in the template compiler and the last step of
  13    the setup wizard to ensure we have enough time to finish our code.
  14  
  15  *Design:
  16  - Added ini settings for controlling which classes are allowed to be shown
  17    in top and left menues.
  18  
  19  *Bugfixes:
  20  - Fixed assign limited on subtree bug. 
  21    http://ez.no/community/bug_reports/role_assignment_with_limitation_not_working
  22  - Fixed bug in contentobject, can_create_class_list.
  23  - Fixed information collector for email datatype.
  24  - Fixed missing class attribute in li tag in eZXML datatype.
  25  - Fixed bug in template path.tpl in design base. Only 'url_alias' was showing. 
  26  - Fixed bug related to missing attributes "rowCount" and "columnCount" of 
  27    eZMatrix.
  28    http://ez.no/community/bug_reports/missed_attributes_in_ezmatrix
  29  - Fixed bug with non-required ContentObjectID for adding notifications (Merged from 3.5, rev. 6573)
  30    http://ez.no/index.php/community/bug_reports/adding_a_notification_shouldnt_need_a_content_object_id
  31  - Fixed bug of unrecognized subtree arrays in fetchalias.ini (merged from 3.3 rev. 6755).
  32    http://ez.no/community/bug_reports/array_data_in_fetchalias_ini_don_t_get_treated_as_arrays_content_search
  33  - eZSoap now parses value returned by a function in the more
  34    standard compliant manner. Partial fix for
  35    http://ez.no/community/bug_reports/soap_response_null_object.
  36    Merged from 3.3 rev. 6759.
  37  - Fixed bug with unused EmailSender ini setting in eZSMTPTransport (merged from 3.3 rev. 6765).
  38    http://ez.no/community/bug_reports/email_sender
  39  - Fixed all the places where limitations returned by eZUser::hasAccessTo()
  40    were treated as objects to handle limitations as hashes  
  41    (since hasAccessTo() now returnes hashes instead of objects).
  42    By the way the following bug fixed:
  43    http://ez.no/community/bug_reports/not_able_to_fetch_keyword_list
  44  - Fixed bug with nodes counted instead of objects in
  45    eZContentClass::objectCount().
  46    http://ez.no/community/bug_reports/object_count_counts_nodes_instead_of_objects
  47    http://ez.no/community/bug_reports/object_count_in_class_list_view_does_not_count_related_objects
  48  - Fixed bugs in fetching keywords and keywords count (merged from 3.3 rev. 6778):
  49    o All object attribute versions were fetched instead of the current one;
  50    o Fetching from non-published objects was posssible.
  51  - Fixed typo in /kernel/package/install.php which caused package contents
  52    not to be shown when importing.
  53    http://ez.no/community/bug_reports/typo_in_kernel_package_install_php
  54  - Fixed typos resulting in inclusion of non-existent file.
  55    http://ez.no/community/bug_reports/typo_in_kernel_setup_ezsetuptypes_php_included_file_miss_spelled
  56  - Fixed inability of storing GMT midnight in eztime (merged from 3.3 rev. 6791).
  57    http://ez.no/community/bug_reports/eztime_data_type_can_t_store_midnight
  58  - Fixed incorrect sorting of time fields (merged from 3.3 rev. 6794).
  59    http://ez.no/community/bug_reports/incorrect_sorting_of_time_fields
  60  - Fixed bug: files having names containing spaces could not be downloaded with some browsers
  61    (manually merged from 3.3 rev. 6797).
  62    http://ez.no/community/bug_reports/can_t_download_if_spaces_in_binary_file_names
  63  - Fixed typo in eZContentObject::checkAccess (merged from 3.3 rev. 6808).
  64    http://ez.no/community/bug_reports/typo_in_ezcontentobject_php
  65  - Fixed missing attribute_parameters in attribute in 
  66    design/standard/templates/content/datatype/view/ezxmltags/object.tpl.
  67  - Workaround for bug in object relation list datatype: when user adds
  68    objects using content/browse and then reloads page in browser then        
  69    previously selected objects are added again. We now just prevent objects
  70    from being added to the list more than once doing appropriate check.
  71    Merged from 3.3 rev. 6813.
  72    http://ez.no/community/bug_reports/objectrelationlist_repeats_adding_relatedobjects_when_page_reloads
  73  - Removed eztime from the list of simple types because its data_int field
  74    cannot be treated as sort key anymore (merged from 3.3 rev. 6818).
  75  - Fixed bug in ezurl when relating to root "/", merged from stable/3.3 6839.
  76  - Fixed unneeded eZDateTimeType dependencies on eZObjectRelationListType
  77    http://ez.no/community/bug_reports/undefined_class_name_ezobjectrelationlisttype
  78  - Removed unneded include_once() (merged from 3.3 rev. 6823).
  79    http://ez.no/community/bug_reports/selfrelated_include_once_in_lib_ezlocale_classes_ezdatetime_php
  80  - Fixed typo in user/activate.tpl (merged from 3.3 rev. 6828)
  81    http://ez.no/community/bug_reports/user_activate_template_typo
  82  - Fixed bug in SQL fetching user list for subtree notification handler
  83    resulting in very large query execution times.
  84    Manually merged from 3.3 rev. 6836. 
  85  - Fixed inability of PostgreSQL-based installation using the setup wizard.
  86    http://ez.no/community/bug_reports/database_connection_fails_with_installation_wizard
  87  - Fixed bug in indent template operator, only the first line was indented.
  88  - Fixed bug with excess space between link and punctuation.
  89    http://ez.no/community/bug_reports/excess_space_between_link_and_punctuation
  90  - Fixed bug  of node_url missing in design/standard/templates/node/view/line.tpl
  91    http://ez.no/community/bug_reports/node_url_missing_in_design_standard_templates_node_view_line_tpl
  92  - Fixed bug with missing includes in ezcontentobjecttreenode class.
  93    http://ez.no/community/bug_reports/error_when_deleting_subtree_in_3_4
  94  - Fixed bug: users in Editors group were able to create new admin users.
  95    http://ez.no/community/bug_reports/users_in_edit_group_can_create_new_admin_users
  96  - Fixed bug with missing user/selfedit and user/password policies in forum package.
  97  - Fixed bug: names for .ini.append* files were sometimes incorrectly
  98    chosen when saving from admin interface.
  99    http://ez.no/community/bug_reports/admin_interface_writes_override_ini_append_rather_than_override_ini_append_php
 100  - Fixed bug in kernel/sql/postgresql/sequence.sql.
 101    Merged from stable/3.3 rev. 6873.
 102    http://ez.no/community/bug_reports/postgres_setval
 103  - Modified the upgrade scripts to reflect recent changes in cleandata.sql
 104    fixing the following bug:
 105    http://ez.no/community/bug_reports/users_in_edit_group_can_create_new_admin_users
 106  - Fixed bug: sometimes user couldn't see any result when he/she pressed
 107    "Check files" button in "Setup->System upgrade".
 108    Besides, if a file mentioned in filelist.md5 is missing it is now also
 109    added to the list of files that need checking, along with modified files.
 110    http://ez.no/community/bug_reports/check_files_gives_no_feedback
 111  - Fixed bug: inability to create new notification under
 112    "Peronal->Notification settings" when using PostgreSQL.
 113    http://ez.no/community/bug_reports/node_notification
 114  - Fixed (partially) bug: content object(s) export sometimes fails.
 115  - Fixed bug with incorrect object count when view a class.
 116  - Fixed bug in dbupdate-3.3-5-to-3.3-6.sql for postgresql.
 117    Merged from stable/3.3 rev. 6890.
 118    http://ez.no/community/bug_reports/problem_with_sql_update_file_dbupdate_3_3_5_to_3_3_6_sql
 119  - Fixed bug in  eZContentClassClassGroup::fetchClassListByGroups on postgresql.
 120    http://ez.no/community/bug_reports/error_in_postgresql_with_ezcontentclassclassgroup_fetchclasslistbygroups
 121  - Fixed bug in sessionmanagement in admin. Showed negative session date and idletime values if clock on server was
 122    changed backwards
 123    http://ez.no/community/bug_reports/session_admin_date_issues_users_idle_in_the_future
 124  - Fixed bug on  lib/eztemplate/classes/eztemplatenodetool.php file for the functions isInternalCodePiece() 
 125    and isVariableElement().
 126    http://ez.no/community/bug_reports/php_warning_lib_eztemplate_classes_eztemplatenodetool_php
 127  - Fixed bug in eZContentObject which set incorect status for objects when do unserializing it.
 128    http://ez.no/community/bug_reports/imported_content_objects_cannot_be_related_assigned_to_other_objects
 129  - Fixed bug with missing NodeID and ObjectID when displaying media folders.
 130    Merged from stable/3.3 rev.6926
 131    http://ez.no/community/bug_reports/media_folder_doesn_t_show_node_id_and_object_id
 132  - Fixed bug in lib/eztemplate/classes/eztemplatetoolbarfunction.php
 133    http://ez.no/community/bug_reports/on_the_right_side_of_the_my_notification_text_there_is_a_small_vertical_line
 134  - Fixed bug related to wrong working thumbnail folders without frendly URLs.
 135    Merged from stable/3.3 rev.6931
 136    http://ez.no/community/bug_reports/folder_thumnbnail_tpl_doesn_t_work_without_friendly_url_s
 137  - Fixed bug with not using an entered MySQL socket during setup.
 138    http://ez.no/community/bug_reports/setup_wizard_mysql_socket_field_is_omitted
 139    Merged from stable/3.3 rev. 6950.
 140  - Fixed bug in settings/setup.ini
 141    http://ez.no/community/bug_reports/kernel_50_error_and_no_plain_or_plain_admin_folders
 142  - Fixed bug related to wrong working thumbnail folders without frendly URLs.
 143    Merged from stable/3.3 rev.6931
 144    http://ez.no/community/bug_reports/folder_thumnbnail_tpl_doesn_t_work_without_friendly_url_s
 145  - Fixed bug with not using an entered MySQL socket during setup.
 146    http://ez.no/community/bug_reports/setup_wizard_mysql_socket_field_is_omitted
 147    Merged from stable/3.3 rev. 6950.
 148  - Fixed bug in ezorder.php with incorrect rounding in product item price.
 149  - Fixed bug causing that the siteaccess names could not be written in capitals
 150    http://ez.no/community/bug_reports/changing_the_siteaccess_name_causes_a_module_not_found_error
 151    Merged from stable/3.3 rev. 6970.
 152  - Fixed bug in  stable/3.4/design/standard/templates/setup/session.tpl and stable/3.4/kernel/setup/session.php
 153    http://ez.no/community/bug_reports/session_typo
 154  - Fixed bugs: semicolons are not escaped in arrays specified in fetchalias.ini
 155    (merged from stable/3.3 rev. 6979).
 156    Additional fix for:
 157    http://ez.no/community/bug_reports/array_data_in_fetchalias_ini_don_t_get_treated_as_arrays_content_search
 158  - Fixed bug of users always being moved to trash after removal.
 159    http://ez.no/community/bug_reports/deleting_user_s_role
 160  - Removed vardumps from cronjobs/unpublish.php.
 161    Merged from stable/3.3 rev. 6990. 
 162    http://ez.no/community/bug_reports/unpublish_event_displays_debug_info
 163  - Fixed bug unabling to send draft for publishing after denial.
 164    http://ez.no/community/bug_reports/problems_with_denied_objects_in_approval_and_drafts
 165  - Fixed bug ( merged from trunk 6999 )
 166    http://ez.no/community/bug_reports/ini_settings_editing_causes_change_of_the_current_layout
 167  - Fixed bug with extract operator when input value was a variable and when both
 168    input and parameters are static values.
 169    http://ez.no/community/bug_reports/extract_doesn_t_work_properly
 170  - Fixed bug in stable/3.4/design/base/override/templates/full/flash.tpl and
 171    stable/3.4/design/base/override/templates/embed/flash.tpl
 172    http://ez.no/community/bug_reports/can_t_display_multiple_flash_obects_on_a_single_page
 173  - Fixed bug with class filter in treemenu operator.
 174    http://ez.no/community/bug_reports/menu_management_contact_us_missing_from_some_menu_types
 175  - Fixed so that displaying images with center alignment now works properly.   
 176    Merged from stable/3.4 rev. 7079.   
 177    http://ez.no/community/bug_reports/ez_no_image_display_overlap_on_new_browsers
 178  
 179  *Database:
 180  - Added index on table ezcontentobject_version for fields
 181    contentobject_id and version


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