[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 Changes from 3.3-3 to 3.3-4 2 3 *Kernel: 4 - Security fix: Added check when editing tempaltes if the file is actually a template. ( merged from stable/3.2 r5181 ) 5 - Changed rendering of literal inside XML text to block to ensure correct XHTML validation 6 - Added boolean parameter 'main_node_only' in fetch function list, list_count, 7 tree and tree_count. The default is set to false to keep backwards compatibility. 8 - Fixed missing include to ezinformationcollection in ezcontentfunctioncollection.php 9 - Fixed wrong matchfile settings for shop templates. 10 - Added CGI warning text to accept path info test, since the test will detect both. 11 - Added check if basket item exists before we remove it ( merged from stable/3.2 r5177 ) 12 - Added possibility to add multiple objects to a objectrelationlist in the browse view 13 http://ez.no/community/bug_reports/ezobjectrelationlist_doesn_t_support_multiple_values 14 - Added the possibility to set attributes in eZWorkflowType. (Merged from stable/3.2 rev. 5533) 15 - Made sure it is not possible to move, remove or add locations for top level objects. 16 17 18 *Setup: 19 - Fixed checking of existing MySQL databases to use mysql_list_dbs(). 20 - Added back the finetuning page, it will display hints for extending eZ publish. 21 - Added finetuning check for the ImageTTFText and ImageTTFBBox functions which are 22 need for texttoimage to work properly. 23 - Added manual input box for mysql when no databases found. 24 25 *DataTypes: 26 - Fixed datatype inisetting which can't save parameter value like "x=y"; 27 - Added checkbox 'make empty array' when editing datatype inisetting if ini 28 variable is array. 29 - Added remove empty ini block function for datatype inisetting. 30 - eZMedia now uses eZMimeType for mime type handling. 31 - Made sure eZOption and eZRangeOption does no initialization when an attribute is copied 32 (e.g. on when creating a new version). 33 - Made sure eZImage, eZMedia and eZENUM only copies attribute data when 34 supplied version is non-false. 35 36 *Bugs: 37 - Fixed broken datatype range option. 38 http://ez.no/community/bug_reports/ezrange_option_dataype_broken 39 - Fixed bug of obtaining duplicate objects if fetching trees or lists with 40 objects assigned to multiple locations. 41 http://ez.no/community/bug_reports/duplicates_when_fetching_trees_and_lists_with_objects_assigned_to_multiple_locations 42 - Fixed checking of input ID to content/download, previously it was 43 used unchecked causing a crash on the page. 44 - Fixed bug in eZImage datatype, when an attribute of eZImage datatype is set 45 to not have translations the whole content of the original language is copied 46 to the translated language. This ensures that filenames point to the original 47 image. 48 - Fixed bug, typo with section_id http://ez.no/community/bug_reports/typos_ezcontentobject_section_instead_of_ezcontentobject_section_id ( merged from stable/3.2 r5102 ) 49 - Fixed bug with broken setHour(), setMinute(), setSecond() and setHMS() in eZDateTime class 50 http://ez.no/community/bug_reports/bug_in_ezdatetime_class 51 - Fixed bug with selection index id 52 http://ez.no/community/bug_reports/ezselection_options_id_jumping_0_to_2_skipping_1 53 - Fixed bug with selection metadata, wrong index lookups 54 http://ez.no/community/bug_reports/fetch_search_searches_in_backend_coded_ezselections_and_not_actual_values 55 - Fixed bug with empty stopword 56 http://ez.no/community/bug_reports/search_stop_words_are_not_shown_at_result_page 57 - Fixed bug, added .ini settings 58 http://ez.no/community/bug_reports/search_site_ini_entries_missing 59 - Fixed bug, duplicate code 60 http://ez.no/community/bug_reports/object_defined_twice_kernel_content_function_definition_php 61 - Fixed bug, forgot sorting when moving node 62 http://ez.no/community/bug_reports/when_moving_a_folder_its_sorthing_method_is_reset 63 - Fixed bug, data lost with invalid input in matrix datatype 64 http://ez.no/community/bug_reports/error_in_matrix_datatype_when_creating_new_instance 65 - Fixed bug, missing data in eznode_assignment table 66 http://ez.no/community/bug_reports/default_location_of_users_folder 67 - Fixed bug 68 http://ez.no/community/bug_reports/error_in_link_tpl_and 69 - Fixed bug, too much caching of roles 70 http://ez.no/community/bug_reports/role_caching_works_for_current_user_only 71 - Fixed bug, wrong css rule for setup and double / character in path for accept path info test. 72 http://ez.no/community/bug_reports/design_and_a_unknown_error_in_logfile 73 - Fixed bug, typos in forumtopic template 74 http://ez.no/community/bug_reports/demo_forum 75 - Fixed bug missing definition of attribute 76 http://ez.no/community/bug_reports/error_undefined_attribute_attribute_original_id_cannot_set 77 - Fixed bug, templateoperator append now may append multiple strings 78 http://ez.no/community/forum/developer/bug_in_template_operator_append 79 - Fixed bug, 'a' and 'l' in the format string was not handled correctly by the datetime opperator 80 http://ez.no/community/bug_reports/bug_in_datetime 81 - Fixed typo in nor_NO translation, 82 http://ez.no/community/bug_reports/typo_in_norwegian_translation 83 - Fixed bug in gallery templates, pagenavigator could cause template erros in debug 84 http://ez.no/community/bug_reports/typo_in_design_gallery_override_templates_album_tpl 85 - Fixed bug in forum template, in forumtopic template topic owner was shown instead of message 86 owner for each message 87 http://ez.no/community/bug_reports/ez_forums_demo_site_forumtopic_tpl_does_not_show_correct_users 88 - Fixed bug. Using undefined index: base_dir in some cases 89 http://ez.no/community/bug_reports/undefined_index_base_dir_in_kernel_common_eztemplatedesignresource_php_on_line_367 90 - Fixed bug, Assumed variable ContentActionList allways was an array in contentobject.php 91 http://ez.no/community/bug_reports/error_invalid_argument_supplied_for_foreach_in_ezcontentobject_php 92 - Fixed bug, doing a list_count fetch on a nonexisting node caused crash 93 http://ez.no/community/bug_reports/fatal_error_fetch_list_count_in_tpls 94 - Removed event_ezpaynet workflow event from the standard workflow.ini file. 95 http://ez.no/community/bug_reports/workflow_type_not_found_event_ezpaynet 96 - Made sure the image system works even if a reference of an alias does not exist, 97 the system will fallback to the original alias with an error message. 98 http://ez.no/community/bug_reports/bug_with_images_if_reference_is_a_invallid_alias 99 - Made sure the image is checked for validity before fetching the specified alias. 100 http://ez.no/community/bug_reports/potential_error_in_standard_ezimage_tpl 101 - Removed the extraneous space after the child count in content/removeobject.php 102 which caused bad template behaviour. 103 http://ez.no/community/bug_reports/comparation_in_design_node_removeobject_tpl_always_return_true 104 - Made sure codepages are cleared by the clearcache.sh script. (Rev. 5371) 105 http://ez.no/community/bug_reports/cache_translate_and_texttoimage_etc 106 - Made sure shop/confirmorder does not crash when order ID is missing or wrong. 107 http://ez.no/community/bug_reports/error_in_confirmorder_php 108 - Made sure the SubTreeArray parameter is remembered on next/previous links in advanced search. 109 http://ez.no/community/bug_reports/ez_no_documentation_search_problem 110 - Fixed bug in permissions for versionview. (Merged from 3.2 rev. 5501) 111 http://ez.no/community/bug_reports/unable_to_use_versionview_without_create_permission 112 - Fixed bug in shorten template operator. 113 http://ez.no/community/bug_reports/bug_in_template_operator_shorten 114 - Fixed bug with pre and post text for the 'text' tag in the simpletags operator. 115 http://ez.no/community/bug_reports/error_in_ezsimpletagsoperator_php 116 - Fixed a warning in content/browse.php (Merged from stable/3.2 rev. 5525) 117 http://ez.no/community/bug_reports/warning_in_browse_php_when_assign_a_section 118 - Made sure deferred workflow processes with activation_date set to 0 are continue 119 as normal. This makes sure that a deferred multiplexer works properly. (Merged from stable/3.2 rev. 5533) 120 - Made sure the workflow cronjob will only lookup master workflow processes 121 and not child processes. (Merged from stable/3.2 rev. 5533) 122 - Made sure the multiplexer workflow handler stores the current user ID and restores 123 it if it was previously deferred. (Merged from stable/3.2 rev. 5533) 124 - Link tags in ezxml fields with empty href values are now handled properly, empty links 125 will signal a validation error. 126 http://ez.no/community/bug_reports/xml_field_one_empty_link_causes_all_other_links_to_disappear 127 128 *Library: 129 130 eZ Locale: 131 132 eZ Debug: 133 - Made sure the dumpVariable function don't mess up any existing output buffers 134 or start a new unneeded one. (Merged in from stable/3.2 rev. 5537) 135 136 *Translations: 137 - Updated dut-NL translation 138 - Updated fre-FR translation
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |