[ 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.1-to-3.4.2 (source)

   1  Changes from 3.4.1 to 3.4.2
   2  
   3  *Kernel:
   4  - Fixed sorting of collected information result
   5  - Fixed bug with drop down placements when editng a node, it now works setting the main node
   6  - Fixed bug in cache system, it always expired all cache on publishing.
   7  - Made sure the user/success page follows the SiteSettings/LoginPage setting.
   8  - Added detection of APC in the system information page.
   9    (Merged from stable/3.3 rev. 7179)
  10  - Fixed problem with the eZNodeViewFunctions class making a copy of the
  11    $tpl input parameter.
  12  - Added PHP script for clearing cache, this script uses the internal code in
  13    eZ publish for clearing caches and should be more reliable.
  14  - Fixed bug in ezdesign operator which caused eZTemplateDesignResource
  15    instance to be overwritten.
  16  - Fixed problem with fetch function content/checkAccess and the
  17    content class id parameter being false.
  18  - Fixed problem with character set conversion which was always done when using utf-8
  19  - Added indexcontent.php to cronjobs.ini
  20  - Fixed cronjobs/indexcontent.php to be more fault tolerant and scale better.
  21  
  22  Database:
  23  - Added index on ezcontentobject_tree( path_identification_string ).
  24  
  25  eZ template compiler:
  26  - Added support for compiling a specific template.
  27    (Manuall merged from trunk (3.5))
  28  - Added support for forcing a recompile with --force.
  29    (Manually merged from trunk (3.5))
  30  
  31  Class:
  32  - Storing a class will now jump to the class view instead of the group/class listing.
  33    (Merged from stable/3.3 rev. 7185)
  34  
  35  Workflow:
  36  - Fixed ezsimpleshipping event to work with the 'before' trigger confirmorder
  37    and not the 'after' trigger.
  38  
  39  Setup:
  40  - Added information on Apache webserver to registration email (if Apache is used).
  41    (Merged from stable/3.3 rev. 7242)
  42  - Added sanity check for the session extension. If this is missing a
  43    warning is shown. (Required for some SuSe builds).
  44  
  45  Scripts:
  46  - New PHP script bin/php/eztemplatecheck.php which validates template files.
  47  
  48  *Design:
  49  edit_placement.tpl:
  50  - Change the default to show all node assignments, not just the ones without
  51    remote ID. This means that when editing an object in admin interface
  52    without a special override will work.
  53    Merged from stable/3.3 rev. 7127.
  54  
  55  *Bugfixes:
  56  - Fixed notification digest bug, merged from stable/3.3 rev. 7092.
  57  - Fixed so that displaying images with center alignment now works properly.
  58    http://ez.no/community/bug_reports/ez_no_image_display_overlap_on_new_browsers
  59  - Fixed bug in {section show=$abc } where $abc is undefined. Bug only
  60    occured when template compilation was disabled.
  61  - Fixed bug with misquoted filenames in Content-disposition header. (Merged from stable/3.3, rev 7107)
  62    http://ez.no/community/bug_reports/content_disposition_in_kernel_classes_binaryhandlers_ezfilepasstrough
  63  - Fixed hard coded "alternative name" for Company Logo.
  64    http://ez.no/community/bug_reports/alt_image_text_for_company_logo_is_hardcoded
  65  - Fixed problems with overwritten uploaded files. (Merged from stable/3.3, rev 7120)
  66    http://ez.no/community/bug_reports/new_binary_files_sometimes_overwrite_existing_binary_files
  67  - Fixed problem with ANSI control chars for the shell scripts. (Merged from unstable/3.5, rev 7130)
  68    http://ez.no/community/bug_reports/cli_scripts_in_windows_dos_box_show_ansi_control_characters
  69  - Fixed problem with section placements for new related objects. (Merged from stable/3.3, rev. 7138)
  70    http://ez.no/community/bug_reports/related_object_added_to_article_set_to_section_0
  71  - Fixed wrong check for INI setting.
  72    http://ez.no/community/bug_reports/usefullurl_in_kernel_layout_set_php
  73  - Fixed superfluous variable and INI class instantiation.
  74    http://ez.no/community/bug_reports/unused_variable_enablecaching_in_ezrole_fetchbyuser
  75  - Fixed another bug related to the ezcontentobjectlrelationlist template.
  76    http://ez.no/community/bug_reports/template_compiler_bug_when_class_list_is_passed_to_fetch_in_a_variable_containing_hash
  77  - Fixed bogus PostGreSQL version check. (Merged from stable/3.3, rev. 7154)
  78    http://ez.no/community/bug_reports/fail_installation_with_postgresql_db
  79  - Fixed bug with variables set by toolbar template function not being unset.
  80    http://ez.no/community/bug_reports/bug_in_template_compiler
  81  - Fixed tip-a-friend email to generate proper links to the object (including www-dir and index-file)
  82    http://ez.no/community/bug_reports/missing_ezurl_in_template_design_standard_templates_content_tipafriendmail_tpl
  83  - Fixed missing information collector result template for ezemail datatype.
  84    http://ez.no/community/bug_reports/information_collection_ezemail_template_missing
  85  - Fixed wrong urls in registration emails.
  86    http://ez.no/community/bug_reports/user_confirmation_e_mail_sends_bugged_link
  87  - Updated the LDAP and textfile user handlers to use the new login code for 3.4
  88    http://ez.no/community/bug_reports/ldap_login_handler_doesn_t_work
  89  - Fixed problem with user specified parameters when URL translator is disabled.
  90    http://ez.no/community/bug_reports/role_list_does_not_work_with_disabled_url_translation
  91  - Fixed use of uninitialized variable for si operator.
  92    http://ez.no/community/bug_reports/binary_file_size_display
  93  - Fixed clearing of subtree expiry caches when clearing template block cache in admin.
  94    http://ez.no/community/bug_reports/clear_cache_cache_blocks_table_ezsubtree_expiry_isn_t_cleared
  95  - Fixed bug in base templates (concat vs array)
  96    http://ez.no/community/bug_reports/edit_language_problem_in_base_templates
  97  - Removed debug output from eZMatrix datatype
  98    http://ez.no/community/bug_reports/remove_verbose_line_from_ezmatrixtype_php
  99  - Fixed missing quotes and washing in link tool.
 100    http://ez.no/community/bug_reports/toolbar_line_link_tpl_href_need_to_put_quotes_around_to_validate
 101  - Fixed ezenum class view template to not show HTML input elements.
 102    http://ez.no/community/bug_reports/enum_attributes_are_editable_when_viewing_not_editing_a_class
 103  - Fixed URL management (/url/list) bug: 'All' showed only invalid URLs. Should show all URLs.
 104  - Removed unused checkboxes and commented template code in 'url management'
 105    http://ez.no/community/bug_reports/unused_url_list_checkboxes
 106    (Merged from stable/3.3 rev. 7238)
 107  - Fixed problem with the subtree notification handler not including the ID of
 108    the changed node when finding subscribed users.
 109    http://ez.no/community/bug_reports/bug_notifications_still_not_working_properly
 110    (Merged from stable/3.3 rev. 7246)
 111  - Fixed problem with eZSubTree datatype, it used the method call
 112    eZSubtreeNotificationRule::removeByNodeAndAddress which did not exist.
 113    (Merged from stable/3.3 rev. 7250)
 114  - Fixed division by zero in poll results template (base)
 115    http://ez.no/community/bug_reports/tc_division_by_zero_poll
 116  - Fixed bug with regards to template operators without input parameter
 117    used as attribute lookup value.
 118    http://ez.no/community/bug_reports/compiled_template_problem
 119  - Fixed name of member variable UserParams to UserArray in eZURI class.
 120    http://ez.no/community/bug_reports/bug_in_ezuri_class
 121  - Fixed bug with template parser not allowing whitespace after the single tag
 122    marker.
 123    http://ez.no/community/bug_reports/wrong_case_syntax_causes_template_compile_error
 124    (Merged from stable/3.3 rev. 7272)
 125  - Fixed some of the issues in this bugreport.
 126    http://ez.no/community/bug_reports/bugs_in_kernel__2
 127    (Merged from stable/3.3 rev. 7295)
 128  - Fixed incorrect API doc for eZUser.
 129    http://ez.no/community/bug_reports/ezuser_api_correction
 130    (Merged from stable/3.3 rev. 7316)
 131  - Fixed problem with autolink operator not allowing semi-colons in the url.
 132    http://ez.no/community/bug_reports/xml_text_text_to_a_links_does_not_work_correctly
 133  - Fixed bug in toolbar calendar.
 134  - Fixed bug in div and mul template operators when input parameter was used.
 135    http://ez.no/community/bug_reports/operator_mul_does_not_work_as_documented
 136    (Merged from stable/3.3 rev. 7387)
 137  - Fixed bug in rendering Tables in PDF export.
 138    http://ez.no/community/bug_reports/pdf_article_displays_code
 139  - Fixed bug with permission cleanup on node removal
 140    http://ez.no/community/bug_reports/roles_policies_subtree_limit_bug
 141  - Fixed bug with ezauthor and search meta data.
 142    http://ez.no/community/bug_reports/search_ezauthor
 143    (Merged from stable/3.3 (3.3-6) rev. 7516)
 144  - Fixed bug where object tag was always handled as a block tag
 145    http://ez.no/community/bug_reports/un_wanted_line_breaks_added_in_xml_text_field
 146  - Fixed wrong permission for file /update/common/scripts/addordermail.php
 147    http://ez.no/community/bug_reports/permission_denied_running_update_common_scripts_addorderemail_php
 148  - Fixed concurrency issue with cached files. (Reimplementation from trunk/3.5, rev. 7613)
 149    http://ez.no/community/bug_reports/critical_at_high_traffic_sites_files_aren_t_locked_at_writing_process
 150  - Fixed faulty index on table ezurl_object_link.
 151  - Fixed bug with missing ul start tag
 152    http://ez.no/community/bug_reports/missing_ul_in_eztemplatetoolbarfunction_php
 153  - Reverted workflow fix in bug report : http://ez.no/community/bug_reports/bugs_in_kernel__2  
 154  - Now it is possible to display output from checkbox datatype after clicking on send button from information collector form.
 155    (Merged from trunk(3.5) rev. 7606)
 156  - Fixed fetch with list and list_count if classfilter contains non-existing classes
 157    http://ez.no/community/bug_reports/classfilter_doesn_t_work_if_invalid_classidentifer_is_supplied_in_fetch
 158  - Fixed double listing of the notification tool.
 159    http://ez.no/community/bug_reports/notification_toolbox_is_listed_twice
 160  - Fixed broken XHTML code.
 161    http://ez.no/community/bug_reports/layout_break_in_line_file_tpl
 162  - Fixed bug with incorrect fetching of user roles when user is more then in one user group.
 163    http://ez.no/community/bug_reports/adding_a_user_to_a_user_group_doesn_t_automatically_apply_all_roles 
 164  - Fixed problem with cached templates and /layout/set/print (Merged from 3.5, rev. 7765)
 165    http://ez.no/community/bug_reports/ez_no_wrong_links_in_contrib_section
 166  - Fixed MySQL 4.1 incompatibility.
 167    http://ez.no/community/bug_reports/mysql_4_incompatibility
 168  - Fixed a warning with conditional overrides.
 169    http://ez.no/community/bug_reports/php_warning_eztemplatedesignresource_php
 170  - Fixed a couple of warnings about the navigationPartIdentifier
 171    http://ez.no/community/bug_reports/with_debug_enabled_i_am_getting_the_following_error
 172  - Fixed bug in cache block with subtree expiry. Subtree expiry partly rewritten.
 173    http://ez.no/community/bug_reports/cache_block_subtree_expiry_after_deleting
 174  - Fixed wrong detection of memory limit and timeout settings in setup wizzard
 175    http://www.ez.no/community/bug_reports/memory_limit_detection_wrong_in_setup_wizard
 176  - Fixed bug where user can not create comments in weblog
 177    http://www.ez.no/community/bug_reports/users_cannot_add_comments_use_weblog
 178  - Added missing sender and reply to when sending informationcollector mail
 179    http://www.ez.no/community/bug_reports/information_collection_mail_sender_is_empty
 180  - Fixed bug with incorrectly built SQL query in xml output handler with links.
 181    http://ez.no/community/bug_reports/incorrectly_built_sql_query
 182  - Fixed bug of template variable cache_ttl not working in 3.4
 183    http://www.ez.no/community/bug_reports/there_seems_to_be_a_bug_with_the_cache_ttl_template_var
 184  - Fixed call to non-object when viewing an URL not used by any objects.
 185    http://www.ez.no/community/bug_reports/link_and_objectversion
 186  - Fixed bug related to wrong deletion of rows in eZMatrix datatype
 187    http://ez.no/community/bug_reports/martix_rows_reappear_after_deleting
 188  - Added missing template node/view/listitem.tpl
 189    http://ez.no/community/bug_reports/missing_template_file
 190  - Fixed bug in eZMatrix datatype when adding/removing/changing columns.
 191    http://ez.no/community/bug_reports/new_matrix_columns_dont_show_in_existing_objects
 192  - Fixed bug of adding related objects not able to get correct section ID.
 193    http://www.ez.no/community/bug_reports/adding_items_via_related_object_new_button_fails_to_set_section
 194  - Fixed bug with list_count fetch function in content so it allows array of 
 195    parent_node_id's as argument.
 196    http://ez.no/community/bug_reports/parent_node_id_array_use_inconsistent
 197  - Fixed bug of override template by class_identifer does not work in some cases.
 198    http://www.ez.no/community/bug_reports/class_identifier_and_override_problems
 199  - Fixed bug of loading cache file in toolbar management which causes lots of debug errors.
 200    http://www.ez.no/community/bug_reports/problem_with_toolbar_management
 201  - Fixed bug:  Removal of subtree limitation removes limitation from all roles.
 202    http://ez.no/community/bug_reports/removal_of_subtree_limitation_removes_limitation_from_all_roles
 203  - Fixed bug  eZText datatype bug when disabled translation.
 204    http://ez.no/community/bug_reports/eztext_datatype_bug_when_disabled_translation
 205  - Fixed bug: dirty cache after node where moved.
 206  - Fixed bug with tipafriend when changing the class for user.
 207    http://ez.no/community/bug_reports/tipafriend_php_contains_hardcoded_class_information
 208  - Fixed bug with missing include of eZ xml.
 209    http://ez.no/community/bug_reports/cannot_instantiate_non_existent_class_ezxml_in_ezdatetimetype_php
 210  
 211  *Lib:
 212  
 213  eZ template:
 214  - Fixed problem with array/hash creation in template compiler.
 215  - Fixed bug in switch function when using in parameter and no subkey.
 216    (Merged from stable/3.3 rev. 7190)
 217  - Fixed bug with let not cleaning up its variables in compiled mode.
 218  - Fixed bug with template processing and input variable to operators,
 219    if the input variable was a template proxy object the template value 
 220    was not dereferenced.
 221  - Added the possibility to fetch the number of errors and warnings from
 222    the last fetch.
 223  - Created function for doing validation on a given template file.
 224  
 225  eZPDF:
 226  - Fixed margins using ul operator.


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