[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 Changes from 3.3-5 to 3.3-6 2 3 *Kernel: 4 5 - Made sure the extension in a siteaccess is activated for eZ publish scripts (eZScript). 6 - Made sure the eZContentObject::contentObjectListRelatingThis function uses 7 the eZContentObject::reverseRelatedObjectList function. 8 - eZContentObject::reverseRelatedObjectList now only lists relations from published 9 versions and not drafts. 10 - Added detection of APC in the system information page. 11 12 Class: 13 - Storing a class will now jump to the class view instead of the group/class listing. 14 15 *Setup: 16 - Added information on Apache webserver to registration email (if Apache is used). 17 18 *Design: 19 edit_placement.tpl: 20 - Change the default to show all node assignments, not just the ones without 21 remote ID. This means that when editing an object in admin interface 22 without a special override will work. 23 24 *DataTypes: 25 26 eZAuthor 27 28 29 eZINI: 30 31 32 *Bugfixes: 33 - Fixed bug of unable to remove node assignment when moving node or remove node assignment. 34 http://ez.no/community/bug_reports/3_4alpha4_moving_a_node_won_t_work 35 - Fixed bug of unable to save class attribute type in datatype objectrelationlist. 36 http://ez.no/community/bug_reports/undefined_index_in_objectrelationlisttype 37 - Fixed bug of attribute is stored when click on "Discard" button when edit a content object. 38 http://ez.no/community/bug_reports/user_account_changes_are_stored_even_when_not_validated 39 - Added check for "is_required" in datatype ezobjectrelation. 40 http://ez.no/community/bug_reports/datatype_price_and_objectrelation 41 - Fixed bug of extra space generated by operator l10n(clean_currency). 42 http://ez.no/community/bug_reports/datatype_price_and_objectrelation 43 - Fixed bug of parse error for datatype ezxmltext when there is header inside custom tag. 44 http://ez.no/community/bug_reports/online_editor_error_with_factbox 45 - Fixed bug of incorrectly showing checkbox atribute on class view. 46 http://ez.no/community/bug_reports/error_viewing_checkbox_atribute_on_class_view 47 - Fixed bug of deleted nodes still exist in recent items and node id not updated in recent items. 48 http://ez.no/community/bug_reports/moving_objects 49 - Fixed bug of ignoring the "ViewCachedModes" setting when creating caches for views. 50 http://ez.no/community/bug_reports/cachedviewmodes_setting_isn_t_taken_into_account_when_storing_view_cache 51 - Fixed bug of missing validation of eztext when required is checked. 52 http://ez.no/community/bug_reports/is_required_validation_for_eztext_is_missing_ic 53 - Fixed bug related to useless eZSOAPServer::registerFunction() method. 54 It now does whata user expect it to do. 55 http://ez.no/community/bug_reports/ezsoap_registerfunction_is_useless_invalid_code 56 - Fixed bug of not changing Object's Section assignment when object is moved to another section 57 http://ez.no/community/bug_reports/change_object_s_section_assignment 58 - Fixed bug related to errors in postgres when storing 'sort_key_string' 59 attribute, which is longer then 50 characters. 60 http://ez.no/community/bug_reports/postgresql_sort_key_string_raises_error_and_blocks_titles_longer_than_50_characters 61 - Fixed bug: object disappears when moving it to itself. We now don't allow an object to be moved to itself 62 or to the same parent object. 63 http://ez.no/community/bug_reports/moving_object_in_object_itself 64 - Fixed bug when creating related objects and strict user rights. 65 http://ez.no/community/bug_reports/unable_to_create_related_object_without_very_relaxing_privileges 66 - Fixed bug of ignoring user's permissions when working with ezkeyword. 67 http://ez.no/community/bug_reports/ezkeyword_related_array_shows_content_which_is_not_readable 68 - Fixed bug of role policies limit to a subtree destroyed after moving subtree 69 http://ez.no/community/bug_reports/role_policies_limit_to_a_subtree_destroyed_after_moving_subtree 70 - Fixed bug related to inability of selecting source node for RSS export. 71 http://ez.no/community/bug_reports/rss_export_source_1_selection_fails 72 - Fixed bug of matching by 'parent_node' problem using in view_node_gui call 73 http://ez.no/community/bug_reports/matching_by_parent_node_problem 74 - Fixed Checkbox datatype bugs. 75 http://ez.no/community/bug_reports/checkbox_doesn_t_remember_default_value 76 - Fixed bug of sometimes "index.php" appearing in urls on virtual host setup 77 http://ez.no/community/bug_reports/virtual_host_setup_sometimes_index_php_appearing_in_urls 78 - Fixed access to PDF files. 79 http://ez.no/community/bug_reports/pdf_export_to_url_fails 80 - Fixed storing export PDF type. 81 http://ez.no/community/bug_reports/export_to_pdf_does_not_store_export_type 82 - Fixed PHP error when trying to edit non existing role. 83 http://ez.no/community/bug_reports/error_in_role_view 84 - Fixed bug (suggestion) of Remove object should also remove bookmark 85 Also added cleaning up existing bookmarks and recent items for corrupted nodes 86 http://ez.no/community/bug_reports/remove_object_should_also_remove_bookmark 87 - Fixed comment in source that wrongly said that eZXML should not be instantiated. 88 http://ez.no/community/bug_reports/ezxml_domtree_call_to_undefined_function_parseattributes 89 - Fixed problem in eZDebug when running cronjobs. (Merged from 3.4, rev. 5858) 90 http://ez.no/community/bug_reports/cronjob_debugger_broken 91 - Fixed void "recompile options" field of "Missing database handlers" issue 92 when setting up site without PostgreSQL support in PHP. 93 http://ez.no/community/bug_reports/fine_tune_database_message 94 - Fixed bug of datatype ezselection may generate wrong search index. 95 - Fixed bug in ezurl when relating to root "/". 96 - Fixed bug in wishlist of wrong culculation of VAT and discount. 97 http://ez.no/community/bug_reports/wishlist_is_buggy 98 - Fixed bug of showing media controler when there is no media file. 99 http://ez.no/community/bug_reports/view_of_media_datatype 100 - Fixed bug of still using deprecated name in forgotpassword form action. 101 http://ez.no/community/bug_reports/forgotpassword_tpl_wrong_action 102 - Fixed typo in user/activate.tpl 103 http://ez.no/community/bug_reports/user_activate_template_typo 104 - Fixed bug in kernel/sql/postgresql/sequence.sql 105 http://ez.no/community/bug_reports/postgres_setval 106 - Fixed bug in cronjobs/workflow.php 107 http://ez.no/community/bug_reports/deleting_the_default_admin_user_disables_workflow 108 - Fixed bug in dbupdate-3.3-5-to-3.3-6.sql for postgresql. 109 http://ez.no/community/bug_reports/problem_with_sql_update_file_dbupdate_3_3_5_to_3_3_6_sql 110 - Fixed bug with incorrect user identification in ezapprove workflow event when run it from cronjobs. 111 http://ez.no/community/bug_reports/workflow_approve_and_author 112 - Fixed bug: "Registration" setup step didn't notice that convert program 113 (included into Imagemagick) had been found in path entered by user. 114 http://ez.no/community/bug_reports/setup_registration_email_problem 115 - Fixed bug with unabling to upload image to a new translated object. 116 http://ez.no/community/bug_reports/unable_to_upload_image_to_a_new_translated_object 117 - Fixed bug with missing NodeID and ObjectID when displaying media folders. 118 http://ez.no/community/bug_reports/media_folder_doesn_t_show_node_id_and_object_id 119 - Fixed bug related to wrong working thumbnail folders without frendly URLs. 120 http://ez.no/community/bug_reports/folder_thumnbnail_tpl_doesn_t_work_without_friendly_url_s 121 - Fixed bug with not using an entered MySQL socket during setup 122 http://ez.no/community/bug_reports/setup_wizard_mysql_socket_field_is_omitted 123 - Fixed bug causing that the siteaccess names could not be written in capitals 124 http://ez.no/community/bug_reports/changing_the_siteaccess_name_causes_a_module_not_found_error 125 - Fixed bug: semicolons are not escaped in arrays specified in fetchalias.ini. 126 Additional fix for: 127 http://ez.no/community/bug_reports/array_data_in_fetchalias_ini_don_t_get_treated_as_arrays_content_search 128 - Removed vardumps from cronjobs/unpublish.php. 129 http://ez.no/community/bug_reports/unpublish_event_displays_debug_info 130 - Fixed notification digest bug. 131 - Fixed bug in {section show=$abc } where $abc is undefined. Bug only occured when template compilation was disabled. 132 Merged from stable/3.4 rev. 7097. 133 - Fixed bug with misquoted filenames in Content-disposition header. 134 http://ez.no/community/bug_reports/content_disposition_in_kernel_classes_binaryhandlers_ezfilepasstrough 135 - Fixed problems with overwritten uploaded files. 136 http://ez.no/community/bug_reports/new_binary_files_sometimes_overwrite_existing_binary_files 137 - Fixed problem with section placements for new related objects. 138 http://ez.no/community/bug_reports/related_object_added_to_article_set_to_section_0 139 - Fixed bogus PostGreSQL version check. 140 http://ez.no/community/bug_reports/fail_installation_with_postgresql_db 141 - Fixed wrong urls in registration emails. 142 http://ez.no/community/bug_reports/user_confirmation_e_mail_sends_bugged_link 143 (Merged from stable/3.4 rev. 7167) 144 - Removed unused checkboxes and commented template code in 'url management' 145 http://ez.no/community/bug_reports/unused_url_list_checkboxes 146 - Fixed problem with the subtree notification handler not including the ID of 147 the changed node when finding subscribed users. 148 http://ez.no/community/bug_reports/bug_notifications_still_not_working_properly 149 - Fixed bug with template parser not allowing whitespace after the single tag 150 marker. 151 http://ez.no/community/bug_reports/wrong_case_syntax_causes_template_compile_error 152 - Fixed some of the issues in this bugreport. 153 http://ez.no/community/bug_reports/bugs_in_kernel__2 154 - Fixed incorrect API doc for eZUser. 155 http://ez.no/community/bug_reports/ezuser_api_correction 156 - Fixed bug in div and mul template operators when input parameter was used. 157 http://ez.no/community/bug_reports/operator_mul_does_not_work_as_documented 158 - Fixed bug with ezauthor and search meta data. 159 http://ez.no/community/bug_reports/search_ezauthor 160 - Fixed writing the expiry.php file to be an atomic operation so that multiple 161 content updates can not mangle the file. (Backported from 3.5/rev. 7576) 162 - Fixed concurrency issue with cached files. 163 http://ez.no/community/bug_reports/critical_at_high_traffic_sites_files_aren_t_locked_at_writing_process 164 - Fixed bug of ezdate and ezdatetime datatypes indexing in the search engine. 165 http://ez.no/community/bug_reports/index_of_ezdate_ezdatetime 166 - Removed unused file kernel/classes/datatypes/ezuser/ezaccounthash.php 167 http://ez.no/community/bug_reports/wrong_user_class 168 - Fixed bug of incorrectly display version infomation if user can not delete version 169 http://ez.no/community/bug_reports/faulty_display_of_versions_if_user_cannot_delete 170 - Fixed bug of combination of node with section or class in permission policy caused wrong read access. 171 http://www.ez.no/community/bug_reports/node_and_section_policy_limitation_causes_unwanted_read_access 172 *Library: 173 174 eZ Locale: 175 176 eZ Image: 177 - Fixed bug that made it impossible to read any other font then a lowercase ttf extension 178 179 eZ MIMEType: 180 181 eZ Debug: 182 183 eZ Template: 184 - Fixed bug in switch function when using in parameter and no subkey. 185 186 *Translations: 187 188 *Templates:
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 |