[ 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.2/ -> CHANGELOG-3.2-5 (source)

   1  Changes from 3.2-4 to 3.2-5
   2  
   3  *Kernel:
   4  - Security fix: Added check when editing templates if the file is actually a template.
   5  - Specifying language in url ( laguage/eng-GB ) will det default language to specified language for all objects fetched.
   6  - New function in eZDataType called repairContentObjectAttribute() which is
   7    called from the updatetranslations.php script. It allows datatypes
   8    do repair external tables which have missing attribute data as a result of
   9    a previous bug in 3.2 and lower.
  10  - New function in eZContentObject called fetchListCount() which can be used
  11    to fetch the number of objects, conditions are also supported.
  12  - Added conditions and offset/limit support to eZContentObject::fetchList.
  13  - Added repairContentObjectAttribute support to eZImage datatype, this should
  14    fix the problem with empty images on a 3.3 upgrade.
  15  - Added support for sending version number to
  16    eZContentObjectAttribute::fetchSameClassAttributeIDList
  17  - Added check if basket item exists before we remove it
  18  
  19  
  20  
  21  *Bugfixes:
  22  - Fixed bug with publish date when the first published version of an object were not 1,
  23    now the published date is updated if it is found to be 0.
  24  - Fixed keyword bug when discarding drafts. 
  25    http://ez.no/developer/ez_publish_3/bug_reports/keywords_cannot_be_edited__1
  26  - Fixed mysql server and client version information. 
  27    http://ez.no/developer/ez_publish_3/bug_reports/mysqldb_class
  28  - Fixed showing class in tabletes when using xml and table, th and td elements. 
  29    http://ez.no/developer/ez_publish_3/bug_reports/classification_var_is_missing_in_ezxmltags_templates
  30  - Fixed fetching objects using attribute_filter when fetching objects with multiple translations. 
  31    http://ez.no/developer/ez_publish_3/bug_reports/fetching_children_with_attribute_filter_ignores_translations
  32  - Fixed ezxml literal imput bug when using &, ", etc. 
  33    http://ez.no/developer/ez_publish_3/bug_reports/html_no_break_space_in_literal_block_doesn_t_work
  34  - Fixed PHP 4 reference bug related stuff using eZContentObject::defaultLanguage() 
  35    http://ez.no/developer/ez_publish_3/bug_reports/fatal_error_at_content_saving_image_problem
  36  - Fixed cleaning up classification variable in template in xhtml output handler. 
  37    http://ez.no/developer/ez_publish_3/bug_reports/classification_troubles
  38  - Fixed eZTimeType to return and store relative time. 
  39    http://ez.no/developer/ez_publish_3/bug_reports/order_by_time
  40  - Fixed moving placement of class attributes. Changes done when moving are now store. Minor change of class edit template included.
  41    http://ez.no/developer/ez_publish_3/bug_reports/diappearing_field_information_when_editing_a_class
  42  - Fixed indexing large documents by deviding the text to be indexed into smaller chunks.
  43    http://ez.no/developer/ez_publish_3/bug_reports/weird_search_limitations_binary_file
  44  - Fixed undefined variabled. 
  45    http://ez.no/developer/ez_publish_3/bug_reports/undefined_variables_in_class_groupedit_and_workflow_groupedit
  46  - Fixed language bug using sorty_by on attributes. 
  47    http://ez.no/developer/ez_publish_3/bug_reports/sort_by_attribute_translation_duplicates_bug_incl_quickfix
  48  - Fixed bug in handling of email addresses with text (e.g name), previously the name and email were swapped giving bad To and From mail addresses.
  49  - Fixed ezdesign operator priority. 
  50    http://ez.no/developer/ez_publish_3/bug_reports/extension_problem_with_ezdesign_operator
  51  - Fixed undefined property bug.
  52    http://ez.no/developer/ez_publish_3/bug_reports/undefined_property_contentobject_in_ezcontentobjecttreenode_php
  53  - Fixed wrong order of forwarding url translator.
  54    http://ez.no/developer/ez_publish_3/bug_reports/url_translator_input_fields_in_wrong_order
  55  - Fixed SMTP parameters.
  56    http://ez.no/community/bug_reports/class_ezsmtptransport_extends_ezmailtransport
  57  - Fixed Login link in design/admin/templates/loginpagelayout.tpl
  58    http://ez.no/community/bug_reports/admin_loginpagelayout_tpl_wrong_url
  59  - Fixed update search script to update user data.
  60    http://ez.no/community/bug_reports/updatesearchindex_php_don_t_support_emails
  61  - Fixed sql query for getting search statistics.
  62    http://ez.no/community/bug_reports/search_statistics_and_postgresql
  63  - Fixed typo in kernel/content/node_edit.php
  64    http://ez.no/community/bug_reports/typo_in_kernel_content_node_edit_php
  65  - Fixed error message in eZTemplateDesignResource.
  66    http://ez.no/community/bug_reports/debug_output
  67  - Fixed checking of input ID to content/download, previously it was
  68    used unchecked causing a crash on the page.
  69  - Fixed bug. When sending arrays to the repeat operator the output was
  70    repeated too many times.
  71    http://ez.no/community/bug_reports/repeat_operator_for_arrays_repeats_too_much
  72  - Fixed bug, typo with section_id http://ez.no/community/bug_reports/typos_ezcontentobject_section_instead_of_ezcontentobject_section_id
  73  - Fixed bug, templateoperator append now may append multiple strings
  74    http://ez.no/community/forum/developer/bug_in_template_operator_append
  75  - Fixed bug, 'a' and 'l' in the format string was not handled correctly by the datetime opperator
  76    http://ez.no/community/bug_reports/bug_in_datetime
  77  - Fixed typo in nor_NO translation, 
  78    http://ez.no/community/bug_reports/typo_in_norwegian_translation
  79  - Fixed bug. Using undefined index: base_dir in some cases
  80    http://ez.no/community/bug_reports/undefined_index_base_dir_in_kernel_common_eztemplatedesignresource_php_on_line_367- Fixed bug, Assumed variable ContentActionList allways was an array in contentobject.php
  81    http://ez.no/community/bug_reports/error_invalid_argument_supplied_for_foreach_in_ezcontentobject_php
  82  - Fixed bug, addressing wrong (nonexisting db table) eZContentObject::subTreeCount() when filtering on section
  83    http://ez.no/community/bug_reports/typo_in_ezcontentobjecttreenode_php
  84  - Fixed bug, doing a list_count fetch on a nonexisting node caused crash
  85    http://ez.no/community/bug_reports/fatal_error_fetch_list_count_in_tpls
  86  - Removed event_ezpaynet workflow event from the standard workflow.ini file.
  87    http://ez.no/community/bug_reports/workflow_type_not_found_event_ezpaynet
  88  - Fixed log directory for the webdav server, now it uses the var directory 
  89    in eZ publish instead of /tmp.
  90    http://ez.no/community/bug_reports/webdav_log_still_is_in_tmp
  91    http://ez.no/community/bug_reports/webdav_logging_enabled
  92  - Made sure codepages are cleared by the clearcache.sh script.
  93    http://ez.no/community/bug_reports/cache_translate_and_texttoimage_etc
  94  
  95  *Setup:
  96  - Fixed setup to only check for existing eZ publish tables.
  97  - Added back the finetuning page, it will display hints for extending eZ publish.
  98  - Added finetuning check for the ImageTTFText and ImageTTFBBox functions which are
  99    need for texttoimage to work properly.
 100  
 101  *Library :
 102  
 103  eZ Locale:
 104  - Fixed eZFloat datatype to to handle locale settings correctly.
 105  - Fixed eZPrice to handle locale settings correctly.
 106  - Fixed shop->discount to handle locale settings correctly.
 107    http://ez.no/community/bug_reports/floats_and_decimal_point_separator
 108  
 109  eZ template:
 110  - Some changes to the compiled templates. Removed the references when accessing attributes which fixed some of the problems with the image system.
 111    Use clearcache --clear-tpl after upgrading to be 100% sure they are recreated.
 112  
 113  *Translations:
 114  - Added Finnish locale
 115  - Updated fre-CA and fre-FR
 116  - Added Dutch translation and locale (dut-NL).


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