[ 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.3/ -> CHANGELOG-3.3-3 (source)

   1  Changes from 3.3-2 to 3.3-3
   2  
   3  *Kernel:
   4  - Made path variable available in node view templates, the variable is called
   5    node_path and it's the same variable as $module_result.path.
   6  - Fixed problem with section last-value, it was set to current item
   7  - Fixed eZImageType::metaData
   8  - Fixed eZObjectRelationList::metaData
   9  - Fixed eZSelection::metaData
  10  - Replaced several " with ' in ezenumtype.php
  11  - Added storeData() function for eZContentObjectAttribute, this function is safe for datatypes to call (unlike store() ).
  12  - Fixed eZCache to use eZDir::mkdir when creating folders.
  13  - Fixed showing correct class list in admin->setup->classes.
  14  - Fixed problem with linkcheck of e-mail addresses on windows. Will now ignore this check for windows since PHP does not support the DNS lookup on windows.
  15  - Added setup node to browse tree.
  16  - Created common functionality in eZContentObjectAttribute for fetching meta data from attributes
  17    and merging them together into one meta data array.
  18    (also used in eZObjectRelationList)
  19  - Added support for cleanup of class attribute cache for clearcache.sh.
  20  - Added quick updated of eZEmail datatype to updateattributefilter.php update script.
  21  - Changed text_linked.tpl to use url_alias attribute instead of hardcoded content/view/full/*
  22  - New function in eZDataType called repairContentObjectAttribute() which is
  23    called from the updatetranslations.php script. It allows datatypes
  24    do repair external tables which have missing attribute data as a result of
  25    a previous bug in 3.2 and lower.
  26  - New function in eZContentObject called fetchListCount() which can be used
  27    to fetch the number of objects, conditions are also supported.
  28  - Added conditions and offset/limit support to eZContentObject::fetchList.
  29  - Added repairContentObjectAttribute support to eZImage datatype, this should
  30    fix the problem with empty images on a 3.3 upgrade.
  31  - Added support for sending version number to
  32    eZContentObjectAttribute::fetchSameClassAttributeIDList
  33  
  34  *Setup:
  35  - Added check for AcceptPathInfo setting in apache2.
  36  - Merged setup fix to only check for existing eZ publish tables from stable/3.2 rev. 4936.
  37  - Added check for postgre database version. Only support version 7.3.
  38  
  39  *DataTypes:
  40  
  41  eZInteger:
  42  - Fixed the input validation, with no min/max value it will accept both ACCEPT and INTERMEDIATE validations.
  43  
  44  eZObjectRelation:
  45  - Added support for search indexing
  46  
  47  eZEmail:
  48  - Add support for search indexing.
  49  - Add support for sort/filter key.
  50  
  51  eZTime:
  52  - Fixed a typo in metaData() function, previously it tried to fetch date_int
  53    which does not exist. Changed it data_int.
  54  
  55  *Bugs:
  56  - Fixed design class/datatype/view/ezselection.tpl
  57    http://ez.no/developer/ez_publish_3/bug_reports/class_datatype_view_ezselection_tpl_bugs
  58  - Fixed    design content/datatype/edit/ezenum.tpl
  59    http://ez.no/developer/ez_publish_3/bug_reports/datatype_edit_ezenum_tpl
  60  - Fixed undefined variable in eZContentObjectTreeNode::childrenByName()
  61    http://ez.no/developer/ez_publish_3/bug_reports/undefined_variable_classcondition_in_ezcontentobjecttreenode_php
  62  - Fixed undefined variable in ezcontentobjecttreenode.php
  63    http://ez.no/developer/ez_publish_3/bug_reports/php_warning_undefined_variable_in_ezcontentobjecttreenode_php
  64  - Fixed removing eZStringType::contentActionList() was duplicate from eZDataType
  65    http://ez.no/developer/ez_publish_3/bug_reports/unnecerssary_method_in_ezstringtype_php
  66  - Fixed using anchor in ezxmltext field.
  67    http://ez.no/developer/ez_publish_3/bug_reports/issue_with_links_to_anchors_within_a_page
  68  - Fixed using html special chars in texttoimage operator.
  69    http://ez.no/developer/ez_publish_3/bug_reports/when_character_is_used_in_texttoimage_page_does_not_validate
  70    http://ez.no/developer/ez_publish_3/bug_reports/when_character_is_used_in_texttoimage_page_does_not_validate_reposted
  71  - Fixed storing data from ezboolean information collection
  72    http://ez.no/developer/ez_publish_3/bug_reports/collect_ezboolean_tpl_input_not_stored_in_db
  73  - Fixed bug in eZIdentifierType::sortKey
  74  - Fixed importing multiple classes to same class group using package system.
  75    http://ez.no/developer/ez_publish_3/bug_reports/package_import_multiple_content_classes
  76  - Fixed restoring class attributes in correct order using package import/export.
  77    http://ez.no/developer/ez_publish_3/bug_reports/class_import
  78  - Fixed xref table bug in PDF export.
  79  - Fixed search when phrase and other term contain same word.
  80    http://ez.no/developer/ez_publish_3/bug_reports/advanced_search_fails
  81  - Fixed deleting information collection information when deleting content object.
  82    http://ez.no/developer/ez_publish_3/bug_reports/information_collection_won_t_be_deleted
  83  - Merged wrong order of forwarding url translator bug fix from stable/3.2 rev. 4828
  84    http://ez.no/developer/ez_publish_3/bug_reports/url_translator_input_fields_in_wrong_order
  85  - Fixed removing duplicate // from eZModule::redirectTo( ... )
  86  - Fixed bug when discarding draft of images from 3.2 update.
  87  - Fixed clearing global ini cache when clearing ini cache in admin interface.
  88    http://ez.no/developer/ez_publish_3/bug_reports/clear_all_caches_does_not_clear_override_ini_cache
  89  - Fixed RSS export url bug.
  90    http://ez.no/developer/ez_publish_3/bug_reports/rss_export
  91  - Fixed detecting DB type in eZSearchEngine::indexWords().
  92    http://ez.no/developer/ez_publish_3/bug_reports/undefinde_variable_dbname_in_ezsearchengine_php
  93  - Fixed wash operator for several templates.
  94    http://ez.no/developer/ez_publish_3/bug_reports/no_output_wash_in_collectedinfo_templates
  95  - Fixed several bugs in libraries.
  96    http://ez.no/developer/ez_publish_3/bug_reports/bugs_in_lib
  97  - Fixed several bugs in kernel.
  98    http://ez.no/developer/ez_publish_3/bug_reports/bugs_in_kernel__1
  99  - Fixed having whitespace before settings in ini files.
 100    http://ez.no/community/bug_reports/override_mechanism_not_working_3_3_1
 101  - Merged SMTP parameters fix from stable/3.2 rev. 4885.
 102    http://ez.no/community/bug_reports/class_ezsmtptransport_extends_ezmailtransport
 103  - Merged Login link fix in design/admin/templates/loginpagelayout.tpl from stable/3.2 rev. 4888.
 104    http://ez.no/community/bug_reports/admin_loginpagelayout_tpl_wrong_url
 105  - Fixed discount group link in discount group view in shop.
 106    http://ez.no/community/bug_reports/wrong_link_in_discount_system
 107  - Removed old and unnecessary filename showing in edit/ezimage.tpl.
 108    http://ez.no/community/bug_reports/imagealias_error_and_image_tpl_error
 109  - Fixed removing subtree notification when deleting user.
 110    http://ez.no/community/bug_reports/if_a_user_is_deleted_notification_rules_stays_in_db
 111  - Merged update search script fix to update user data, from stable/3.2 rev. 4905.
 112    http://ez.no/community/bug_reports/updatesearchindex_php_don_t_support_emails
 113  - Merged sql query fix for getting search statistics from stable/3.2 rev. 4911
 114    http://ez.no/community/bug_reports/search_statistics_and_postgresql
 115  - Added clearing RSS cache in script and from web UI.
 116    http://ez.no/community/bug_reports/rss_cache
 117  - Added l18n operators to design/standard/templates/setup/cache.tpl.
 118    http://ez.no/community/bug_reports/lack_i18n_and_translate_problem_with_linquist
 119  - Fixed eZContentObjectTreeNode::subTree, so ez publish won't crash on bad parameters
 120    http://ez.no/community/bug_reports/fetch_content_tree_fatal_error_if_tpl_contains_user_errors
 121  - Fixed role/edit.php for undefined post parameters.
 122    http://ez.no/community/bug_reports/undefined_post_variables_in_role_edit_php
 123  - Fixed incorrect sorting of RSS export.
 124  - Fixed ezurl operator when accessing url without siteaccess specified, and uri mathing on.
 125  - Fixed related article link in news package.
 126    http://ez.no/community/bug_reports/related_objects_stories_in_news_shows_folder_instead_of_the_articles
 127  - Merged typo fix in kernel/content/node_edit.php from stable/3.2 rev. 4954.
 128    http://ez.no/community/bug_reports/typo_in_kernel_content_node_edit_php
 129  - Fixed redirecting bug after editing classes.
 130    http://ez.no/community/bug_reports/no_classes_in
 131  - Merged error message fix in eZTemplateDesignResource from stable/3.2 rev. 4959.
 132    http://ez.no/community/bug_reports/debug_output
 133  - Fixed date operator to use correct first day of week.
 134    http://ez.no/community/bug_reports/ezdateoperatorcollection_php_doesn_t_fully_support_locales
 135  - Fixed not checking existense of "UseFullUrl" in layout.ini.
 136    http://www.ez.no/community/bug_reports/usefullurl_missing_in_layout_ini_may_provoke_apache_crash_if_template_caching_is_on
 137  - Fixed bug of zero is stripped off in template.
 138    http://ez.no/community/bug_reports/template_bug_zero_is_stripped_off
 139  - Fixed bug of eZ publish might crash using browse function.
 140    http://ez.no/community/bug_reports/ez_publish_3_3_might_crash_in_browse_functionality
 141  - Fixed class_array input parameter in eZContentBrowse for limiting allowed selections.
 142  - Fixed bug of datatype ezsubtreesubscription. It creates notification rule 
 143    according to email, which should be user id.
 144    http://ez.no/community/bug_reports/ezsubtreesubscription_datatype_broken
 145  - Fixed bug of incorrectly defined name for pending_list in function_collection.php.
 146    http://ez.no/community/bug_reports/pending_list_is_defined_incorrectly_in_ezcontentfunctioncollection_php
 147  - Fixed bug of package creating doesn't handle names with spaces. Changed spaces to "_".
 148    http://ez.no/community/bug_reports/package_export_doesn_t_handle_names_with_spaces
 149  
 150  *Library:
 151  
 152  eZ template:
 153  - Some changes to the compiled templates.
 154    Removed the references when accessing attributes which fixed some of the problems with the image system.
 155    Use clearcache --clear-tpl after upgrading to be 100% sure they are recreated.
 156    Merged in from 3.2 stable (Rev. 4814).
 157  
 158  eZ db:
 159  - Added function to get database server version for postgre.
 160  
 161  eZ Locale:
 162  - Fixed eZFloat datatype to to handle locale settings correctly. Merged from stable/3.2 rev. 4916.
 163  - Fixed eZPrice to handle locale settings correctly. Merged from stable/3.2 rev. 4916.
 164  - Fixed shop->discount to handle locale settings correctly. Merged from stable/3.2 rev. 4916.
 165    http://ez.no/community/bug_reports/floats_and_decimal_point_separator
 166  
 167  *Design:
 168  - Added content for content/datatype/pdf/ezmatrix.tpl
 169  - Fixed blog, corporate and shop css for stylesheet bug in IE 6.0.
 170  
 171  *Translations:
 172  - Added Finnish locale
 173  - Updated fre-CA and fre-FR
 174  
 175  *Database:
 176  - Changed Mysql ezcontentobject_attribute.data_text to MEDIUMTEXT.
 177    http://ez.no/community/bug_reports/xml_field_table_code


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