[ 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-2 (source)

   1  Changes from 3.2-1 to 3.2-2
   2  
   3  *Kernel:
   4  - Cache clearing now works with custom var directories. This means that clearing the cache
   5    for installed site packages will work.
   6  - Fixed attribute_base for xml text field.
   7  - Added missing script for updating the database with attribute based filtering and sorting.
   8  - Added author_array attribute to eZContentObject class, it was created in 3.1 but was
   9    missing from 3.2 and trunk.
  10  - Made sure literal text is trimmed before being sent to pre tag.
  11  - Added support for filtering on the normal properties (published, created) as you can with sorting.
  12  - Added shorten operator to path list.
  13  - Renamed the parameter class to datatype edit templates to html_class to make sure it
  14    doesn't crash with existing parameters. Also made sure full size is used
  15    if there is no match.
  16  - Made sure the left and right max count can be set when including the google navigator.
  17  - Added support for attribute_filter parameter to list and tree count which was missing.
  18  - Fixed read/self policy for content object tree nodes, the SQL was missing.
  19  - Fixed bug in ezurlalias where children of the changed url were not updated.
  20  - Fixed bug in ezurlalias where the forward id of old url alias where not updated.
  21    This happened when an object was renamed more than one time.
  22  - Fixed search result to show url alias links if this is enabled.
  23  - Added search node view template which displays the search item. The search result list
  24    uses this do display the item. This means that it's possible to override the search item representation.
  25  - Added the possiblity to add forwarding urls to urltranslator page.
  26  - Made sure all urls passed to the url alias system does not contain leading and trailing slashes (/).
  27  - Improved the autolink operator in regards to http links, it will not shorten the display
  28    text to make sure it doesn't break the design.
  29  - Removed the enable_glossary and enable_help parameters to the head template.
  30  - Fixed the user class to properly cleanup the cache session data when logging in
  31    and logging out.
  32  - Made sure the shopping orders get their own product collections before the checkout is started.
  33  - Fixed a bug in runcronjobs.php that caused cronjob parts to not be handled anymore.
  34  - Made sure the correct override cache dir is cleared when new template overrides are created
  35    or overrides are removed.
  36  - Fixed the color for the 'Click to create a custom template'.
  37  - Added support for reverse translation in eZURLAlias, that way you can translate from a
  38    real URL to an alias.
  39  - Made sure all redirects in index.php is translated to URL aliases if possible.
  40  - Fixed permission bug for function "password" and "preference" in user module. 
  41  - Fixed bug with the sort key attributes in ezcontentobjectattribute where pointing to the same variable.
  42  - Redone the cache page in setup to make it easier to add new cache entries later as well
  43    as make it easier for users to use.
  44  - Added missing access.php include to ezscript.php
  45  - New field is_wildcard added to ezurlalias, needed for the new wildcard support in url aliases.
  46  - Added support for wildcards in ezurlalias, wildcards are used internally to support
  47    forwarding of old urls even when they are deep inside a tree structure.
  48  - Added urlalias cache to clearcache and internal cache system.
  49  - Fixed the updateniceurl.php script to work with the new ezurlalias system.
  50  - Fixed small typo (missing global $isQuiet) in all update scripts.
  51  - Added parent_node, depth and navigation_part_identifier to versionview design keys.
  52  - Added option for clearing the basket before the checkout is started, off by default.
  53  
  54  *Notification:
  55  - Made sure the subtree handlers sets some design keys for template overriding.
  56  - The default subtree notification email will not report updates to objects
  57    different from new objects.
  58  - Added separate setting for notification email, can be specified, if not AdminEmail is used.
  59  - Made sure emails are sent with Bcc instead of To header.
  60  
  61  *DataType:
  62  eZURL:
  63  - Fixed bug with the URL datatype creating empty entries in the URL database
  64    the first time an object is created. Also made sure orphant links are removed.
  65    http://ez.no/developer/ez_publish_3/bug_reports/url_management_bug_for_link_datatype
  66  
  67  eZXML:
  68  - Made sure the validation only gives an error when there are data available.
  69  
  70  *Optimizations:
  71  
  72  *Bugfixes:
  73  - Added the missing include.
  74    http://ez.no/developer/ez_publish_3/bug_reports/cant_remove_objects_undefined_class_name_ezurlalias
  75  - Fixed problem with assignment and custom actions
  76    http://ez.no/developer/ez_publish_3/bug_reports/moving_and_removing_assignments_fails
  77  - Fixed problems with preview and default design
  78    http://ez.no/developer/ez_publish_3/bug_reports/preview_doesnt_respect_defaultpreviewdesign_setting
  79  
  80  *Files:
  81  - Made sure ezpublish.cron is included in the release (Was missing in 3.2-1).
  82  - Fixed problem with stop words in search not being returned.
  83    http://ez.no/developer/ez_publish_3/bug_reports/stop_words_are_not_correctly_displayed
  84  - Added setting for how to handled empty search strings, default is to now allow
  85    empty search strings and return 0 matches. If needed this can be enabled.
  86    http://ez.no/developer/ez_publish_3/bug_reports/empty_search_causes_slowdown_of_site
  87  
  88  *Setup:
  89  - Added memory limit check
  90  - Added max execution time check
  91  
  92  *WebDAV:
  93  
  94  *Templates:
  95  - Made sure ContentNodeID was set as a hidden variable in the article template for admin.
  96  
  97  *Package system:
  98  
  99  *Library :
 100  
 101  eZ utils:
 102  - Fixed sending mail to addresses in Cc field using the SMTP protocol.
 103  - Fixed sending mail to addresses in Bcc field using the SMTP protocol.
 104  
 105  eZ template:
 106  - Fixed the 'shorten' operator to only shorten the text if the text length is longer
 107    than the specified maximum length.
 108  - Fixed bug in cond operator, the iterator was not multiplied with 2 and caused
 109    the expression to fail.
 110  - The 'indent' operator may now have custom indent type which is specified as the
 111    fourth parameter.
 112  
 113  eZ session:
 114  - Added setting for controlling cookie timeout value.
 115  
 116  eZ locale:
 117  - Added new translationCode() method which returns the locale code to be
 118    used for translation. In most cases this is the same as localeCode()
 119    but it can differ. This allows locales to reuse translations.
 120  
 121  eZ image:
 122  - Made sure the ImageDestroy calls are silenced in case they give out warnings which can crash
 123    the running PHP process.
 124  
 125  eZ db:
 126  - The postgresql driver now starts a transaction before it locks tables.
 127  - The postgresql driver now allows for recursive transactions, it does so by keeping track
 128    of the number of transactions and only commits when all are done.
 129  
 130  *Translations:
 131  - Updated german translation (ger-DE), thanks to Björn Dieding.
 132  - Fixed the eng-CA locale, it previously reported eng-GB as it's locale code.
 133  - Updated portuguese translation to 3.2.
 134  - Updated spanish and catalan translation.
 135  
 136  *Miscellaneous:


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