[ 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/unstable/ -> CHANGELOG-3.3.0-2-to-3.3-1 (source)

   1  Changes from 3.3.0-2 to 3.3-1
   2  
   3  *Kernel:
   4  - Added support for multiple tag lists for the simpletags template operator.
   5  - Added sortKeyType and sortKey functions to eZSelection datatype. ( merged from stable 4532 )
   6    http://ez.no/developer/ez_publish_3/bug_reports/datatype_ezselection_missing_default_methods_sortkey_sortkeytype
   7  - Removed all use of the SiteAccessList (from site.ini), instead the AvailableSiteAccessList is used everywhere.
   8    The setting was also removed from site.ini.
   9  - Added ObjectID and NodeID to all admin full class templates.
  10  - Added some explaining text to the class lockout functionality.
  11  - Added support for is_valid attribute directly on the image datatype content, no need to
  12    go through original alias.
  13  - Removed obsolete function fetchTree in eZContentObject
  14  - Added cleanup.php script for cleaning up lots of data from databases which are not to be included in releases.
  15  - Added cleanup script for cleaning up lots of data from databases which are not to be included in releases.
  16  - Added cleanup() function to several functions, these functions are used in the new cleanup script.
  17  - Added --clean option to updatesearchindex.php script, this will clear all search data before indexing.
  18    This is useful before release handling to ensure no extra data is present in the search.
  19  - Fixed bug in updatesearchindex.php which would only reindex objects
  20    that the anonymous user could read.
  21  - Added search indexing of all attribute translations, not just the main translation.
  22  - Added option to remove class identifier cache and sort key cache in clearcache.sh and admin interface
  23  - Added flatten script which will remove unneeded elements from the database such as drafts,
  24    temporary data etc.
  25  - Made sure users are logged out whenever their user is disabled, this check is done each time the user is fetched trough the session.
  26  - Changed permission on user/preferences from preferences to login, if you have a valid account you should be able to set preferences
  27  - Fixed workflow editing to redirect back to the workflowlist instead of the grouplist on discard and store.
  28  
  29  *Bugfixes:
  30  - Fixed problem with cache block expiry when ignore_content_expiry was set
  31  - Fixed several layout and functionality bugs in blog package
  32  - Fixed calendar operator bug
  33  - Fixed several UI issues in forum package
  34  - Fixed several bugs reported in bugreport ( merged from stable 4503 ): http://ez.no/developer/ez_publish_3/bug_reports/kernel_errors
  35  - Fixed Apache 2 problem when redirecting to url with two or more / at end of url. ( merged from stable 4505 )
  36  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/node_id_and_object_id_in_standard_template
  37  - Fixed redirect bug when editing objects using workflows in apache 2. ( merged from stable 4518 )
  38    http://ez.no/developer/ez_publish_3/bug_reports/empty_page_after_editing_if_you_have_a_workflow_on_apache_2
  39  - Fixed pressing store button multiple times when editing classes. Will no longer cause strange behaviour in objects. ( merged from stable 4524 )
  40  - Fixed unset and missing parameter in eZDBInterface::lastSerialID implementations. ( merged from stable 4526 )
  41    http://ez.no/developer/ez_publish_3/bug_reports/ezkeyword_lastserialid
  42  - Fixed bookmark links in admin menu template. ( merged from stable 4528 )
  43    http://ez.no/developer/ez_publish_3/bug_reports/typo_in_designadmintemplatespartsmediamenutpl
  44  - Fixed max recent browse items fetch from ini file. ( merged from stable 4530 )
  45    http://ez.no/developer/ez_publish_3/bug_reports/class_ezcontentbrowserecentphp_bug
  46  - Fixed module handler for append unordered parameters to redirect uri bug. ( merged from stable 4534 )
  47    http://ez.no/developer/ez_publish_3/bug_reports/modulehandler_utility_fails_to_append_unordered_parameters_to_redirecturis
  48  - Fixed hard coded page limit doing search in php code. ( merged from stable 4536 )
  49    http://ez.no/developer/ez_publish_3/bug_reports/advancedsearchphp_uses_hardwired_pagination_parameter
  50  - Fixed editing policy with subtree limitation. ( merged from stable 4538 )
  51    http://ez.no/developer/ez_publish_3/bug_reports/policy_editing_error_with_subtree_limitation
  52  - Fixed cache bug when adding bookmarks in admin interface. ( merged from stable 4541 )
  53    http://ez.no/developer/ez_publish_3/bug_reports/bookmarks_cacheblock_dont_expires
  54  - Fixed timeout for editing class drafts from other user. This will prevent users beeing permanently unable to edit classes. ( merged from stable 4543 )
  55    http://ez.no/developer/ez_publish_3/bug_reports/admins_cant_edit_classes
  56  - Fixed updating section id when moving unpublished objects. ( merged from stable 4545 )
  57    http://ez.no/developer/ez_publish_3/bug_reports/section_malfunction
  58  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/notification_system_is_not_working
  59  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/hard_parent_node_id46_in_setupmenuphp
  60  - Fixed setting role settings on PDF export. http://ez.no/developer/ez_publish_3/bug_reports/anomymous_user_can_create_a_pdf_export
  61  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/image_troubles_bugs_ez_33_beta_2
  62    Added check for is_valid in ezimage.tpl
  63  - Fixed bogus html data when showing non-existent image datatypes. The parameters alignment and href should now be used to the attribute_view_gui function to specify alignment and link information on images.
  64  - Fixed sort order of PDF export. http://ez.no/developer/ez_publish_3/bug_reports/pdf_does_not_keep_sort_order
  65  - Removed maxlength from design/standard/templates/gui/lineedit.tpl http://ez.no/developer/ez_publish_3/bug_reports/rss_url_input_is_not_long_enough
  66  - Fixed bug http://www.ez.no/developer/ez_publish_3/bug_reports/datatype_function_metadata_isnt_part_of_the_datatype_api ( merged from stable 4574 )
  67  - Fixed bug in hostmatching in eZHTTPTool::redirectURL, it did not find host names without . in them, e.g. localhost. ( merged from stable 4578 )
  68  - Fixed showing embeded images in blog package. http://ez.no/developer/ez_publish_3/bug_reports/picture_does_not_show_in_package
  69  - Fixed right alignment of printer friendly link in shop package. http://ez.no/developer/ez_publish_3/bug_reports/move_printerfriendly_pages_message_in_shop_package
  70  - Fixed bug in policy edit/creation, if node limitations were added the other limitation values would be removed,
  71    this no longer happpens.
  72  - Fixed bug in listing of subtree when the attribute filter and attribute sort were used and the attribute filter
  73    was an empty array.
  74  - Fixed security bug in content module for several views, they now have a separate function access instead
  75    of reusing the 'edit' access.
  76  - Fixed security bug in policy checking for content objects, it was possible to get create access
  77    anywhere on the site all depeneding on the role setup. Now creation checking is properly implemented.
  78  - Fixed security bug in which it was possible to add forbidden locations to an object you could edit.
  79  - Fixed security bug in which any object could be created using the related object functionality for
  80    an existing object edit.
  81  - Fixed showing images in shop package. http://ez.no/developer/ez_publish_3/bug_reports/shop_images_dont_show_when_uploaded
  82  - Fixed bug http://ez.no/developer/ez_publish_3/bug_reports/ezcontentobject_php_typo_line_133 ( merged from stable 4598 )
  83  - Fixed problem with approve workflow event which displayed non-published users. Also users that are
  84    disabled are no longer shown (merged from stable 4600).
  85    http://ez.no/developer/ez_publish_3/bug_reports/bogus_users_in_gallery_package
  86  - Made sure empty body mementos are skipped
  87    http://ez.no/developer/ez_publish_3/bug_reports/missing_error_handling_in_workflow_cronjob
  88  - Fixed some potential bugs which might have caused editing root nodes to crash. http://ez.no/developer/ez_publish_3/bug_reports/edit_users_or_frontpage_object
  89  - Fixed cache bug in setup menu so the advanced menu was not shown.
  90  - Fixed Postgres error text during installation. http://ez.no/developer/ez_publish_3/bug_reports/installation_with_postgresql__1
  91  - Removed debug output http://ez.no/developer/ez_publish_3/bug_reports/ezcontentobjecttreenode_php_debug_statement
  92  - Fixed http://ez.no/developer/ez_publish_3/bug_reports/news_package_misconfigured_workflow
  93  - Added us-ascii to codepages to accept theregister rdf feed. http://ez.no/developer/ez_publish_3/bug_reports/rss_cron_and_admin_bugs
  94  - Fixed bug with publish date when the first published version of an object were not 1,
  95    now the published date is updated if it is found to be 0.
  96  
  97  *ezlupdate:
  98  - Added check for newlines in the context field for templates, usually this means a missing quote.
  99  - Changed the parse warnings to stop the program to make the user aware of the problems.
 100  
 101  *templates:
 102  - Fixed content/datatype/view/ezimage.tpl to support a css_class parameter, if this is set a div tag
 103    is created around the image with the specified class.
 104  
 105  *RSS:
 106  
 107  *Setup:
 108  
 109  *DataTypes:
 110  
 111  eZ Image:
 112  
 113  eZ BinaryFile:
 114  
 115  eZ ObjectRelationList:
 116  
 117  *Library;
 118  
 119  eZ INI:
 120  
 121  eZ PDF:
 122  
 123  eZ db:
 124  
 125  *Translations:
 126  
 127  - Added missing quotes to the context of several translations which gave strange results in the .ts files.


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