[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 Changes from 3.5.0alpha1 to 3.5.0beta1 2 3 *Kernel: 4 - Added permission check for updating priority of sorting. 5 - Disabled removing class which has content object used as system/top node. 6 - Template function fetch( 'content', 'list|list_count|tree|tree_count', ... ) now accepts new 7 boolean parameter 'ignore_visibility'. 8 This might be useful to fetch/count invisible nodes disregarding the ini setting. 9 - Added new method eZContentObjectTreeNode::clearViewCacheForSubtree() 10 that clears view cache for a given subtree. 11 - Added default SOAP server support. Added soap.php, which will include specified SOAP extensions. 12 - Added function to swap two nodes without changing any other content structure. 13 - Added third optional boolean parameter to template operators 14 'mimetype_icon', 'class_icon', 'classgroup_icon' and 'icon'. 15 If it's specified and set to true(), the operators return only the icon URI instead of the whole HTML code. 16 - Related object file upload in content/edit will now work even if there is 17 no HTTP file available, in which it will go to content/upload to get the file. 18 - Translating of content objects can now be done in the normal edit page instead 19 of the separate content/translate page. The old system is kept but will not 20 be shown with in the new admin interface. 21 - Added cache clearing based on ezkeyword attributes, will clear cache for all objects with the same keyword. 22 Configurable in viewcache.ini, see clear_keyword_caches_only. 23 24 *Datatype: 25 - Added default function canRemovable( $contentClassAttribute ) in ezdatatype.php. This 26 function is used to check whether or not a datatype can be removed from a class. Function 27 returns true in default. 28 - Added/reimplemented function isClassAttributeRemovable() in datatype ezuser, 29 disallowed deletion of this datatype if it belongs to the class of login user. 30 - Improved handling for lower-case input of ISBN Datatype. 31 - Removed parameter $mimeData from eZContentObjectAttribute::insertRegularFile() 32 which were not supposed to be there. 33 - Implement regular file support for datatypes eZBinaryFile and eZImage. 34 - Fixed a bug in eZImage datatype which caused the published version to 35 use the temporary version of the image instead of the one with correct 36 node path. 37 38 *ContentUpload: 39 - Added support for passing an existing node to handleUpload() and 40 handleLocalFile(), in which it will reuse the object the node points to. 41 - Implemented the missing findRegularFileAttribute() function. 42 43 *eZWebDAVContentServer: 44 - Made sure correct status message is returned for all operations. 45 - Implemented permission checking for all operations. 46 - Integrated with the new eZContentUpload system for centralized 47 detection and creation of objects. 48 49 Scripts: 50 - New script bin/php/ezcontentcache.php which can be used to clear the 51 viewcache for a given node or subtree. 52 53 Payment: 54 - removed PayPal from kernel, from now it is available only in extension. 55 56 *Bugfixes: 57 - Fixed bug: wrong redirection after changing preferences. 58 (Merged from stable/3.3 rev. 8450, also in stable/3.4 rev. 8451) 59 http://ez.no/community/bug_reports/wrong_redirection_after_changing_preferences 60 - Fixed bug: Roles, limit on section. 61 (Merged from stable 3.4 rev. 8423) 62 http://ez.no/community/bug_reports/roles_limit_on_section 63 - Fixed bug: Class edit - wrong redirect. 64 http://ez.no/community/bug_reports/class_edit_wrong_redirect 65 - Fixed bug: /class/view - wrong class group. 66 http://ez.no/community/bug_reports/3_5alpha1_class_view_wrong_class_group 67 - Fixed bug: Toolbar management - view not found. 68 http://ez.no/community/bug_reports/toolbar_management_faliure 69 - Fixed bug: Users were able to add existing objects of non-allowed classes to the 70 object relation list datatype. 71 (Merged from stable/3.3 rev. 8462, also in stable/3.4 rev. 8463) 72 http://ez.no/community/bug_reports/object_relation_list_allowed_classes_should_be_redone 73 - Fixed bug: Fatal Error with non-existing properties in attribute_gui_view 74 with template optimization turned on. 75 http://ez.no/community/bug_reports/3_5alpha1_fatal_error_if_an_attribute_don_t_exists 76 - Fixed bug: Wrong check for "content/edit" privilege in user/setting. 77 (Merged from stable/3.3 rev. 8468, also in stable/3.4 rev. 8469) 78 http://ez.no/community/bug_reports/user_settings_and_no_access_canedit 79 - Fixed bug: package export not working with datatype ezenum 80 (Merged from stable/3.4 rev.8467) 81 http://ez.no/community/bug_reports/package_export_not_working_with_datatype_ezenum 82 - Fixed bug: wrong declared property name 83 http://ez.no/community/bug_reports/undefined_member_variable_in_eztemplatecachefunction_php 84 - Fixed bug: fatal error when storing an attribute of the ezpackage datatype. 85 (Merged from stable/3.4 rev. 8481) 86 http://ez.no/community/bug_reports/fatal_error_in_ezpackagetype_php 87 - Fixed call-time pass-by-reference issue in ezpaymentgatewaytype.php 88 http://ez.no/community/bug_reports/warning_when_creating_new_workflow 89 - Fixed bug: Bug template charset mismatch 90 (Merged from stable/3.4 rev. 8491) 91 http://ez.no/community/bug_reports/template_charset_mismatch 92 - Fixed bug with tmp_notification_rule_s for PostgreSQL not being cleaned up 93 in the setup wizard. 94 (Merged from stable/3.4 (3.4.3) rev. 8497) 95 - Fixed bug: popupmenu fails on objects with quotes in their names. 96 - Fixed bug: Package export produces broken tars. 97 http://ez.no/community/bug_reports/package_export_broken_tars_eztararchivehandler_php 98 - Fixed bug: Administrator user got "Access denied" in content/versionview. 99 (Merged from stable/3.4 rev. 8597) 100 http://ez.no/community/bug_reports/3_5alpha1_undefined_attribute_can_versionread_cannot_get 101 - Fixed bug: cancel button did not work when editing a PDF export. 102 http://ez.no/community/bug_reports/cancel_button_in_pdf_export 103 - Fixed bug: index.php didn't set LastAccessesURI session variable when viewing node #2. 104 (Merged from stable/3.3 rev. 8611, also in stable/3.4 rev. 8612) 105 - Fixed bug: PDF Undefined variables 106 (Merged from stable/3.4 rev. 8651) 107 http://ez.no/community/bug_reports/pdf_undefined_variables 108 - Fixed bug: No title and description in RSS 1 exports 109 (Merged from stable/3.4 rev. 8668) 110 http://ez.no/community/bug_reports/rss_1_0_export_items_only_contain_url 111 - Fixed bug of imported folders from addons get wrong priority number. 112 - Fixed bug: RSS caches where not cleared after the definition was updated 113 (Merged from stable/3.4 rev. 8678) 114 http://ez.no/community/bug_reports/rss_cache_not_cleared_when_rss_feed_definition_is_changed 115 - Fixed bug of multiple breaks in xmltext can't be shown in preview mode or after publishing. 116 (Merged from stable/3.4 rev. 8688) 117 - Fixed bug: disappearing images due to broken XML 118 http://ez.no/community/bug_reports/3_5alpha1_images_disappear_after_editing 119 http://ez.no/community/bug_reports/problem_with_image 120 - Fixed bug: Page navigation does not work in forum 121 (Merged from stable/3.4 rev. 8714) 122 http://ez.no/community/bug_reports/page_navigation_does_not_work_in_forum 123 - Fixed bug: Need template for toolbar/line/node_list.tpl 124 (Merged from stable/3.4 rev. 8725) 125 http://ez.no/community/bug_reports/need_template_for_toolbar_line_node_list_tpl 126 - Fixed bug for Workflow, After clicking on "New Wrokflow Group" and then cancel it do not create new wrok flow group now. 127 http://ez.no/community/bug_reports/cancel_in_create_new_workflow_group_does_not_work 128 - Fixed bug for shop/discountgroup, after clicking New Discount Group and then Cancel button it does not create new discount group now. 129 http://ez.no/community/bug_reports/cancel_in_create_new_discount_group_shop_does_not_work 130 - Removed some commented code. 131 - Fixed bug: Finding single related object for datatype object relation shows checkboxes. 132 (Merged from stable/3.4 rev. 8857) 133 http://ez.no/community/bug_reports/browsing_for_a_related_object_shows_checkboxes 134 - Fixed bug: Sort order ASC/Desc is swapped in admin view template. 135 http://ez.no/community/bug_reports/3_5alpha1_sort_order_ascending_and_descending_is_swapped 136 - Fixed bug: Cancel when creating new discount rule does not work. 137 (Merged from stable/3.4 rev. 8870) 138 http://ez.no/community/bug_reports/cancel_in_new_discount_rule_does_not_work 139 - Fixed bug: unable to remove nodeassignment of a node with children. 140 (Merged from stable/3.4 rev. 8876) 141 - Fixed bug: Missing serialization implementation for datatype ezkeyword. 142 (Merged from stable/3.4 rev. 8939) 143 http://ez.no/community/bug_reports/datatype_ezkeyword_no_serialization_supported. 144 - Fixed bug: when trying to remove several locations when viewing a node 145 always only the first location is removed. 146 - Fixed bug: Basket details shows for empty basket if template compile is enabled. 147 (Merged from stable/3.4 rev. 8970) 148 http://ez.no/community/bug_reports/basket_details_showing_when_it_s_empty 149 - Fixed bug: cancel in "New workflow" went back to list of groups. 150 http://ez.no/community/bug_reports/cancel_in_new_workflow_goes_back_to_list_of_groups 151 - Fixed bug: user should not be able to relate an object to itself. 152 (Merged from stable/3.3 rev. 8987, also in stable/3.4 rev. 8989) 153 http://ez.no/community/bug_reports/you_can_relate_an_object_to_itself 154 - Fixed bug: user should not be able to create a class with with empty name,identifier, etc. 155 http://ez.no/community/bug_reports/you_can_create_a_class_with_empty_name_identifier_etc 156 (Merged from stable/3.4 rev.9043) 157 - Fixed bug: Fixed SQL error that happened when removing classes along with removing class group. 158 (Merged from stable/3.3 rev. 9059, also in stable/3.4 rev. 9061) 159 - Fixed bug: Limitation list and fetchtree. 160 http://ez.no/community/bug_reports/limitation_list_and_fetchtree 161 - Fixed bug in template, option and multioption datatype works properly for shop. 162 http://ez.no/community/bug_reports/option_value 163 - Fixed bug in /url/list: after changing the number of URLs displayed on the page (10/20/30) 164 user was redirected to a wrong page (usually /content/view/something/). 165 http://ez.no/community/bug_reports/10_25_50_selector_in_url_list_is_broken 166 167 *Library: 168 169 eZDebug: 170 - Added ability to debug by subnet. 171 172 eZFile: 173 - Tar-handler can store paths longer than 99 characters. 174 175 eZDB: 176 - Added new method relationMatchRegexp() to eZDBInterface, 177 this can be implemented by DB drivers to provide information 178 about which tables, triggers etc. belongs to eZ publish. 179 180 eZDBSchema: 181 - Added support for schema handlers in extensions. 182 183 eZTemplate: 184 - New setting ShowMethodDebug in site.ini under TemplateSettings which when enabled 185 will show debug information about function and operator calls. 186 - Added debug information for template processing (not compiled mode) which is shown 187 before and the processed template with uri and filename. Only shown when debug 188 is enabled. 189 - Improved error handling for function and operators, the file placement will now 190 be included on more of the errors and warnings. (Only for processed mode) 191 - Added template operator 'flag_icon' to get the correct path of flag icon. 192 - Added bool as a valid input for gt, lt, ge and le operators. 193 194 eZWebDAV: 195 - The URL that is passed to the various operations is now first handled to processURL() 196 which can be reimplemented to clean it it up if required. 197 - The result from getCollectionContent() can now be a non-array type, in which 198 case it is used as a DAV status code. 199 - The result of the output buffer is now added to WebDAV log, for instance PHP errors 200 and other output. 201 - Reworked internal storage of uploaded file to a temporary file, 202 the file will now reuse the original filename and store in a random 203 subdirectory. 204 Storage of file is now done with a simple copy() function. 205 206 eZModule: 207 - Added support for user-defined parameters and anchor to all redirect methods(). 208 - Added possibility to change the name and view of the currently running module. 209 - Added new redirect method which redirects to the current module and view with 210 all its parameters.
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 |