[ 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.5/unstable/ -> CHANGELOG-3.5.0beta1-to-3.5.0rc1 (source)

   1  Changes from 3.5.0beta1 to 3.5.0rc1
   2  
   3  *Kernel:
   4  - Added template 'fetch' functions to 'setup' module: version, major_version,
   5    minor_version, release, state, is_development, revision, database_version,
   6    database_release.
   7  - Added support for the template variable 'persistent_variable', which can be
   8    used to communicate between content templates and other templates, even
   9    though content caching is on. It can be set for example with
  10    {set scope=global persistent_variable=42} and fetched with
  11    {$module_result.content_info.persistent_variable}
  12  - Made sure all errors, warnings and notices in eZScript are sent to stderr.
  13  - Added support for dumping data in ezsqldumpschema.php.
  14  - Added support for dumping to SQL format in ezsqldumpschema.php.
  15  - The fetch functions content/list, content/tree, content/list_count
  16    and content/tree_count can now pass the parameter 'limitation' which controls
  17    the permission handling of the list.
  18  - Added possibility top configure top admin menu thrue menu.ini.
  19  - Added functionality to sort on path_identification_string.
  20    http://ez.no/community/bug_reports/content_fetch_add_sort_by_path_string
  21  - Added class-type versioning for PDF export and RSS import/export.
  22  - Removed checking for contentobject_is_published in subTree() in
  23    eZContentObjectTreeNode, the use of this attribute is deprecated and should
  24    be removed.
  25  
  26  Datatype:
  27  - Added the possibility for datatypes to return information on how they should
  28    be displayed based on view.
  29    This is used in the admin interface when editing an object.
  30  - Added the 'filesize' attribute to all alias in ezimage datatype.
  31  - Added the 'filesize' and 'filepath' attribute to ezmedia datatype.
  32  
  33  *Bugfixes:
  34  - Fixed bug: Workflow multiplexer doesn't store Users without workflow ID's
  35    (Merged from stable/3.4 rev. 9172)
  36    http://ez.no/community/bug_reports/workflow_multiplexer_doesn_t_store_users_without_workflow_id_s
  37  - Fixed bug: Deleting user account that is not yet activated caused fatal error
  38    when activating the account.
  39    (Merged from stable/3.3 rev. 9174, also in stable/3.4 rev. 9175)
  40    http://ez.no/community/bug_reports/deleting_user_account_not_activated
  41  - Fixed bug: New role cancel does not work.
  42    http://ez.no/community/bug_reports/new_role_cancel_does_not_work
  43  - Fixed bug: Apache crashes or suddenly stops on some pages, e.g on
  44    content/edit page with
  45    a translation chosen or using attribute( show, 2 ) on a node.
  46    (Merged from stable/3.4 (3.4.3) rev. 9217)
  47    http://ez.no/community/bug_reports/fatal_error_when_using_attribute_show_2_at_node_data_map
  48  - Fixed bug: The location box was not updated after adding/removing assignments.
  49    http://ez.no/community/bug_reports/location_box_does_not_update
  50  - Fixed bug: New password was not checked for validity when changing a user's
  51    password.
  52    (Manually merged from stable/3.3 rev. 9192, also in stable/3.4 rev. 9193)
  53    http://ez.no/community/bug_reports/password_change_blank_passwords_allowed
  54  - Fixed bug: ActionAddToBasket crash.
  55    http://ez.no/community/bug_reports/actionaddtobasket_crash
  56    http://ez.no/community/bug_reports/actionaddtobasket_crash
  57  - Fixed bug: Contentstructure javascript reports error when MaxDepth is limited and 
  58    viewed node depth is greater.
  59    http://ez.no/community/bug_reports/contentstructure_javascript
  60  - Fixed bug: RSS exportlist will not have link if it is not active.
  61    (Merged from stable/3.4 rev. 9211)
  62    http://www.ez.no/community/bug_reports/rss_part_view_not_found
  63  - Fixed bug: Previous/Next Links in Gallery are wrong.
  64    http://ez.no/community/bug_reports/previous_next_links_in_gallery_are_wrong
  65  - Fixed template warning with ISBN datatype when no number is entered.
  66    (Merged from stable/3.4 rev. 9237)
  67  - Fixed bug: added validation while creating/editing the RSS Exports, If RSS
  68    Export is Active then a valid Access URL is required.
  69    (Merged from 3.4 rev. 9236)
  70  - Added missing operator i18n for RSS Exports.
  71  - Fixed bug: management is not working when using old admin interface.
  72    http://ez.no/community/bug_reports/old_admin_menu_management
  73  - Fixed problem with versionview not displaying objects in trash.
  74    (Merged from stable/3.4 rev. 9270)
  75    http://ez.no/community/bug_reports/view_in_trash
  76  - Fixed bug in matrix datatype. now it will remove all selected columns from
  77    ezmatrix datatype after clicking on remove selected button.
  78    (Merged from stable/3.4 rev. 9278)
  79    http://ez.no/community/bug_reports/matrix_datatype_odd_behavior_in_class_edit_mode
  80  - Fixed bug:  Cancel button in browse doesn't work in  old_admin.
  81    http://ez.no/community/bug_reports/old_admin_cancel_button_in_browse_doesn_t_work
  82    (Merged from stable/3.3, rev. 9321, also in stable/3.4 rev. 9322)
  83  - Fixed bug: Broken datatype
  84    http://ez.no/community/bug_reports/broken_datatype
  85  - Fixed bug:
  86    http://ez.no/community/bug_reports/fatal_error_in_ezpackagetype_php
  87    http://ez.no/community/bug_reports/look_feel_fatal_error_ezpackagetype_php_line_165
  88    http://ez.no/community/bug_reports/setup_look_feel_appearance_dissappeared
  89    These three are the same bug. Symptoms: When editing "Look and feel" in
  90    admin, you get a "fatal error" in
  91    kernel/classes/datatypes/ezpackage/ezpackagetype.php on line 165, or the 
  92    "Appearance" thumbnails and radiobuttons disappears from the page. The bug
  93    also causes a database corruption. To fix it, edit the "Template look" class
  94    and store it without changing anything.
  95  - Fixed bug of no warning messages shows when xml data are not valid.
  96    http://ez.no/community/bug_reports/xml_field_validation_trouble
  97  - Fixed bug: ezsqldiff.php did not accept empty db user passwords.
  98  - Fixed bug: Search is not working when only search from visiable nodes.
  99    http://ez.no/community/bug_reports/search_doesn_t_work
 100  - Fixed bug: No customer name when using ezdefault shopaccount.
 101    http://ez.no/community/bug_reports/no_customer_name_when_using_ezdefault_shopaccount
 102    (Merged from stable/3.4, rev. 9438)
 103  - Fixed bug of possible fatal error when viewing url object link.
 104    http://ez.no/community/bug_reports/3_5beta_fatal_error_ezurlobjectlink_php
 105    (Merged from stable/3.4, rev. 9440)
 106  - Fixed bug of fatal error occures if no node selected when you browse location
 107    of importing content objects.
 108    http://ez.no/community/bug_reports/3_5beta_fatal_error_at_package_import_browse_mode
 109  - Fixed bug of updating priority does not work if parent node is not main node.
 110    http://ez.no/community/bug_reports/set_order_priority_in_other_location_no_main_location
 111    (Merged from stable/3.4, rev. 9505)
 112  - Fixed bug in ezkeyword datatype which will store duplicated keyword if
 113    keyword contains apostrophe (').
 114    (Merged from stable/3.4, rev. 9511)
 115  - Fixed rendering of bullet and numbered lists in PDF.
 116  - Fixed bug: Conditonal role assignment bug.
 117    http://ez.no/community/bug_reports/conditonal_role_assignment_bug
 118  - Fixed bug of inconsistency between template and fetchalias.ini.
 119    http://ez.no/community/bug_reports/inconsistency_between_template_and_fetchalias_ini
 120    (Merged from stable/3.4, rev. 9599)
 121  - Fixed bug when canceling editation of existing PDF export removes it.
 122    http://ez.no/community/bug_reports/pdf_crash
 123  - Fixed incorrect break statement
 124    http://ez.no/community/bug_reports/break_outside_of_loop
 125  - Fixed bug: viewing the object with attibute of  datatype which is not present
 126    causes fatal error
 127    http://ez.no/community/bug_reports/crash_with_object_when_datatype_is_not_present
 128    (Merged from stable/3.4 rev. 9633)
 129  - Fixed typo in kernel/classes/ezcontentobjectattribute.php
 130    http://ez.no/community/bug_reports/3_5_typo_in_ezcontentobjectattribute_serialize
 131  - Fixed bug with adjustment of datetime:
 132    http://ez.no/community/bug_reports/ez_datetime_datatype_malfunction
 133  - Fixed problem with the decimal separator and compiled templates
 134    http://ez.no/community/bug_reports/compiled_template_and_decimalsymbol_problem_parse_error
 135    (Merged from stable/3.4, rev. 9674)
 136  - Fixed bug with non-mandatory user datatype, entered mail but not username
 137    http://ez.no/community/bug_reports/ezuser_strange_behavior
 138  - Fixed wrong function call 'attributes' vs 'attribute' in contentclass
 139    package handler.
 140    (Merged from stable/3.4 (3.4.5) rev. 9693)
 141  - Fixed usage of wrong defines in 'set' template operator.
 142    (Merged from stable/3.4 (3.4.5) rev. 9696)
 143  - Fixed bug of function handleList() in ezurl.php create unlimited sql queries.
 144    http://ez.no/community/bug_reports/3_5alpha1_url_list_doesn_t_work_with_many_urls
 145  - Fixed cache bug for content structure menu
 146    http://ez.no/community/bug_reports/3_5alpha1_missing_array_keys_for_cache_block_within_content_structure_menu_tpl
 147  - Fixed bug some template typo errors.
 148    http://ez.no/community/bug_reports/template_typo_errors
 149    (Manually merged from stable/3.4 (3.4.5) rev. 9722)
 150  - Fixed bug of duplicated keyword stored.
 151    http://ez.no/community/bug_reports/critical_keywords_will_be_duplicated_at_each_publishing_process
 152    (Merged from stable/3.4 (3.4.5) rev. 9741)
 153  - Fixed bug of fatal error occurs if class id or parent node id is not exist
 154    when creating new object.
 155    http://ez.no/community/bug_reports/kernel_content_action_php_fatal_error_at_wrong_classid
 156    (Merged from stable/3.4 (3.4.5) rev. 9752)
 157  - Fixed bug with cache-block expiration in content tree menu.
 158    http://ez.no/community/bug_reports/contentstructure_and_cache_key
 159  - Fixed bug of potential fatal error may occur in ezcontentcachemanager.php.
 160    http://ez.no/community/bug_reports/3_5_deleting_objects_fatal_error_in_kernel_classes_ezcontentcachemanager_php
 161    (Merged from stable/3.4 (3.4.5) rev. 9756)
 162  - Fixed bug of fatal error may occur in ezrole.php.
 163    http://ez.no/community/bug_reports/3_5_deleting_objects_fatal_error_in_kernel_classes_ezrole_php
 164    (Merged from stable/3.4 (3.4.5) rev. 9759)
 165  - Fixed bug with triing load of empty string translation file multiple times.
 166    (Manualy merged from stable/3.3 rev. 9762)
 167    http://ez.no/community/bug_reports/nno_no_translation_is_empty
 168  - Fixed bug of unserializing ezcontentobjecttreenode get an extra attribute.
 169    http://ez.no/community/bug_reports/ezcontentobjecttreenode_unserialize_passes_unneeded_array_key
 170    (Merged from stable/3.4 (3.4.5) rev. 9777)
 171  - Fixed bug of crash when viewing discount rules with deleted products.
 172    http://ez.no/community/bug_reports/deleted_product_and_discount_list
 173  - Fixed bug in eZIniSettingType: removing setting of type array causes removing
 174    whole section.
 175    (Manually merged from stable/3.3 rev. 9785, also in stable/3.4 rev.9786)
 176    http://ez.no/community/bug_reports/deleting_the_meta_data_array_makes_site_unreachable_default_siteaccess_is_undefined
 177  - Fixed bug of fatal error caused by undeleted workflow processes when 
 178    associated workflow event is deleted.
 179    http://ez.no/community/bug_reports/fatal_error_in_cronjob_after_editing_workflow
 180    (Merged from stable/3.4 (3.4.5) rev. 9789)
 181  - Fixed bug of cronjob linkcheck not work properly with internal link.
 182    [linkCheckSettings] is added to cronjob.ini where you should specify site
 183    URLs.
 184    http://ez.no/community/bug_reports/cronjob_linkcheck_has_outdated_code_when_checking_relative_urls
 185    (Merged from stable/3.4 (3.4.5) rev. 9819)
 186  - Fixed bug:  PostgreSQL and session list.
 187    http://ez.no/community/bug_reports/postgresql_and_session_list
 188  - Fixed bug:  Class add to group on Postgresql.
 189    http://ez.no/community/bug_reports/class_add_to_group
 190  
 191  *Library:
 192  - Added eZWizardBase for creating web based wizards. The class contain a
 193    framework for wizards, including storing data during the wizard.
 194  
 195  eZDebug:
 196  - Fixed output of arrays and objects to use PHP function var_export if it is
 197    available.
 198    (Merged from stable/3.4 (3.4.4) rev. 9337)
 199  
 200  eZTemplate:
 201  - Added scope support to the "set" template function. Scope can be global, root
 202    or relative (default).
 203    Also added unit tests for this.
 204  - Added debug functions called debug-timing-point, debug-accumulator and
 205    debug-trace which can be used to get detailed debug information for any
 206    template.
 207  
 208  eZCLI:
 209  - Made sure all errors, warnings and notices are sent to stderr.
 210  
 211  eZDBSchema:
 212  - Made sure the tables, indexes and fields are sorted after their names.
 213  - Length field are now stored as integer instead of numeric strings.
 214  - Fixed bug in PostgreSQL handler when generating SQL for dropping primary
 215    index.
 216  - Fixed bug in MySQL handler when generating SQL for adding indexes.
 217  - Fixed bug in SQL upgrade file generation, removed indexes are now listed
 218    before new indexes.
 219  - Added support for dumping the data of tables to array and serialized
 220    structures. The default code will work for most database implementations.
 221  - Added support for dumping to SQL format.
 222  - All SQL output can now be dumped in a diff friendly format which is designed
 223    to work well with Subversion.
 224  - The generated SQL for the primary key in PostgreSQL will not make a key
 225    based on the table name.
 226  - Added check for primary key length in PostgreSQL, the length of the key must
 227    not exceed 63 characters.
 228  - Added lint checker for DB schemas, this will make sure that the schema
 229    can be used for all databases supported by eZ publish.
 230  - Added support for schema transformation, these are transformations that are
 231    done to and from the generic schema.
 232  - Redone the default and null handling for mysql and pgsql schema handlers,
 233    the new code is stricter and produces more accurate results.
 234  - Added support specifying table storage type when dumping a schema to
 235    SQL format. The option is called --table-type.
 236  - Added support for specifying the table charset with --table-charset when
 237    dumping a schema to SQL format.
 238  - Added --compatible-sql option to ezsqldumpschema.php which makes the output
 239    of SQL more similar to the ones used by their native dump programs.
 240  - Added detection of storage type (array or serialized) when reading schema
 241    from files.
 242  - MySQL will now extract the length of index fields and store it in the schema
 243    as mysql:length.
 244  - Changed handling of index fields to check if the entry is either a string
 245    or array. If the field contains more information than the name it will be
 246    an array.
 247  - Added --meta-data switch to ezsqldumpschema.php, if used the schema will
 248    contain some meta-data specific to a database.
 249  - Fixed key generation in SQL files for MySQL, now it will have a KEY /
 250    UNIQUE KEY / PRIMARY KEY( ... ) entry in the table schema instead
 251    of separate ALTER TABLE entries.
 252  
 253  
 254  eZDB:
 255  - Database implementations can now have aliases, currently mysql points to
 256    ezmysql and postgresql to ezpostgresql.


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