[ 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/unstable/ -> CHANGELOG-3.2.0-1 (source)

   1  Changes from 3.1-1 to 3.2.0-1
   2  
   3  *Kernel:
   4  - Added support for turning off cache-block caching. When disabling template compiling cache-block caching will also be disabled.
   5  - Fixed proper escaping of matrix cell content.
   6  - Renamed ScaleLargerThenOriginal to ScaleLargerThanOriginal.
   7  - Added support for using class identifiers in class filter fetching
   8  - Improved admin design. Added media tab and optional bookmarks and history list in menu.
   9  - Added user preferences functions
  10  - Added manual URL alias interface
  11  - Rewritten URL alias handling, quicker and more flexible
  12  - Added object moved functionality when accessing a re-named object by url alias. Sends correct HTTP 301 header.
  13  - Added sorting to search results. It now supports the same as the content fetch function.
  14  - Added navigation part identifier as override key for content view
  15  - Added new design to admin
  16  - Added setting for optional attribute translation, you can now select which attributes can be translated
  17  - Added simple HTTP POST form to e-mail processing
  18  - Added output washing to XML edit fields.
  19  - Fixed object memory cache coherence after storing object and attributes
  20  - Fixed bug in dealyed publishing workflow when re-publishing an object
  21  - Added missing include to ezworkflowtype.php
  22  - Added new datatype eZSelection, which is made as a replacement for enum. It's faster and simpler to work with.
  23  - Fixed fallback to default siteaccess when requested access does not exist
  24  - Optimized object view when XML field contains multiple related objects.
  25  - Optimized override cache format, now uses switch instead of nested if statements
  26  - Optimized object edit of XML fields containing multiple embeded related objects.
  27  - Optimized object rendering of XML fields containing multiple links.
  28  - Optimized object edit when XML field contains links. It was one db query pr link, now it's optimized to one db query pr XML field.
  29  - Added support for attribute level filtering. You can now filter the result depending on the attribute value.
  30  - Added support for attribute level sorting. You can now sort on the values of any attribute, whose datatype supports it.
  31  - Added sort key support for ezstring, ezdatetime and ezdate datatypes.
  32  - Added display of class attribute id in class edit, for usage in attribute sorting.
  33  - Added support for binary file indexing. The contents of binary files are extracted and indexed in the search engine.
  34    This allows searching inside different files. The parsing is plugin based so you can create plugins for any format quickly.
  35  - Added PDF and word binaryfile indexing plugin
  36  - Added support for subtree template override with the url_alias key in override.ini
  37  - Fixed correct indexing of chinese/japanese multibyte characters in search engine
  38  - By adding a specific postvariable it is now possible to avoid having the class edit try load in data
  39    for the attributes, this is required when a datatype redirects to another page and then back again.
  40  - Added template fetch functions class/list and class/attribute_list.
  41  - Added classFilter support for eZContentClass::fetchList which will only include classes of a given
  42    ID or identifier.
  43  - Added function to create a temporary contentobject attribute from a contentclass attribute.
  44  - Added a preStoreClassAttribute function to eZDataType which is called before the class attribute is stored.
  45  - Added module object to eZContentClassAttribute::customHTTPAction which is stored in the contentclass
  46    attribute object and can be read from datatypes by using eZContentClassAttribute::currentModule.
  47  - Moved functions for input validation, fixup and fetching from attribute_edit.php and into
  48    eZContentObject. This allows for easy reuse.
  49  - Added function hasValidationError and setHasValidationError in eZContentObjectAttribute which
  50    can be used to suppress a validation error entry even if an error occured.
  51  - Added convenience function classContent() to eZContentObjectAttribute which returns the content
  52    of the contentclass attribute.
  53  - Added function handleCustomObjectHTTPActions to eZDataType which can be used by datatypes
  54    to handle action checking themselves and forward requests to subobjects.
  55  - Added input and validation parameters to the validateInput function which can be read
  56    using inputParameters() and validationParameters() in eZContentObjectAttribute.
  57  - Added function fetchActionValue to eZDataType which tries to extract values from action names.
  58  - Added new datatype eZObjectRelationList which will replace eZObjectRelation and also supports
  59    inline editing.
  60  - Added new datatype eZMatrix.
  61  - Modified advanced search to support search of integer attribute values, range search.
  62  - Boolean datatype can be searchable.
  63  - Added 'select all' function for site which has multiple checkboxes.
  64  - Added empty trash, empty draft function.
  65  - Added version management function. By editing content.ini, it is possible to define maximum versions can be kept for a particular
  66    class. If existing version numbers equals to the defined maximum versions, oldest archived version will be removed automatically 
  67    when a new version is created 
  68  - Added version remove function.
  69  - Added url management function. All links can be edited and will be checked by cronjob. Dead link will be moved to invalid list. 
  70    A link has a list of all objects ( verions ) which use this link.
  71  - Added settings for DefaultPreviewDesign in coontent.ini.
  72  - Added function to define customized image size by editing image.ini. Extended image sizes from small, medium, large, reference
  73    and original to no-limits.
  74  - Fixed bug of unable to convert tiff, gif image. 
  75  - Improved general cronjob text output.
  76  - Improved workflow cronjob text output to include the number of process,
  77    the number handled and all current statuses on processes.
  78  - Added support for collaboration notification event, this is event is created
  79    for all collaboration items which supports notification.
  80  - Added support for a collaboration notification handler which takes care of
  81    configuring notifications for collaboration and handling events.
  82  - Changed the behaviour of approval denying and removed the Defer/Pushback button. Now denying
  83    changes the object version as a draft and stops the workflow process.
  84  - Fixed workflow status id to name function, now all status ids are converted.
  85  - Improved google and simple navigator to allow url suffix data (eg. ?Search=)
  86  - Improved search templates to use google navigator.
  87  - PHP function to template operator mapping can now be controlled by template.ini, this means
  88    that it's possible to add new php functions as template operators without programming.
  89    Added urlencode to default list.
  90  - Added fetch function for search.
  91  - Changed the content normal and advanced search to allow the use of the new fetch search.
  92    The default behaviour searches using PHP code like before but the new mode can be turned on.
  93    The new fetch function can also be used in other template code.
  94  - Moved search result list with navigator into a separate template, there's now a normal
  95    search result template and an 'edit' search result template.
  96  - Added support for specifying result items per page for advanced search.
  97  - Made sitemap template more useful
  98  - Added support for search for objects which are published between two dates, the dates are
  99    specfyied using timestamps.
 100  - Added posibilty to limit filter results of advanced search thru general search filter. Filter works for classes and subtree.
 101  - Added new versionview and node view viewmode called plain which is used for plain read-only views
 102    on objects. It's currently being used in the collaboration approval system.
 103  - Added plain override templates for most of the admin default classes.
 104  - Added support for redirecting to a specific url after a content object is published, the
 105    uri is specified in the template as a HTTP POST variable.
 106  - Added support for determing the how notification collections are made for collaboration items
 107    that supports notification. It currently supports one collection per item and one per
 108    participation role (approver, author etc.).
 109  - Added support for specialized notifications for approvals, one notification is sent to approver
 110    and another to the author.
 111  - Added version and relase numbers to database, that way it's possible to now
 112    the state of a database for future upgrades.
 113  - Added custom attribute support for object and custom tag.
 114  - Added new database indexes on search table and on object tree table.
 115  - Optimized text translation system, it will now only fetch requested contexts instead of all.
 116    The optimization reduced both time taken and memory used.
 117  - Added support for letting extensions override translations in the kernel translation files.
 118  - Improved the i18n template operator to work with extensions. This means that the x18n
 119    operator is deprecated.
 120  - Added support for having translation files in a specific charset. These translations
 121    are used when the internal charset is the same as the translation charset thus
 122    removing the need for charset translation.
 123  - Improved the template parser for ezlupdate, it will now allow more whitespaces between elements.
 124  - Added support for creating/updating multiple translations for ezlupdate.
 125  - Added detection for non-strings in i18n translations in ezlupdate.
 126  - The autoload path for templates are now defined in site.ini as an array instead of
 127    a semi-colon separated list. The new setting is called AutoloadPathList.
 128    The old setting is kept for compatability and will be read but is considered deprecated.
 129  - Added support for having template autoload files in extension by
 130    using the ExtensionAutoloadPath setting in site.ini.
 131  - Fixed wrong link in changepassword e-mail.
 132  - Removed unused parameter 'headers' from eZMail::extraHeaders() and updated description
 133  - Added ContentType setting in MailSettings in site.ini. If set, this will set the content type
 134    of all mail sent from eZ publish. Default is text/plain.
 135  - Added error.ini, which controls the behaviour of eZ publish errors.
 136    Each error code can be set to display an error page, redirect to a url,
 137    rerun a module or embed a module in the error page.
 138    The error codes can also be mapped to HTTP error codes.
 139  - Updated templates for error codes to make it easier to understand what is wrong.
 140  - Made eZRangeOption datatype on by default.
 141  - Added previous/next function for section list.
 142  - Added login support using textfile which saved user account information.
 143  - Added login support using LDAP server.
 144  - Added empty class edit templates for datatypes which don't have them already.
 145    This was done to get rid of the warnings.
 146  - Removed some old debug messages from datatypes.
 147  - Fixed variable name typo in ezextension class.
 148  - Created new class eZScript which takes care of starting, initializing and shutting down
 149    common things in scripts.
 150  - Added pending list in personal
 151  - Add content cache expiry variable in template which makes it possible to set cache limit or disable
 152    cache depending on template file.
 153  - Added feedback message for forgot password if user use an invalid key to confirm.
 154  - Fixed bug for content preview which can't show children.
 155  - Fixed bug of unable to edit object although user has permission to create and edit this object using subtree policy.
 156  - Added new module package which will handle listing, viewing and uploading of eZ publish packages.
 157  - Added PHP accelerator information to the setup/info page.
 158  - Added previous/next function for role list.
 159  
 160  *Setup:
 161  - Made new design
 162  - Added help and install summary to each step
 163  - Moved install steps from kernel/setup/parts/init to kernel/setup/steps
 164  - Added install class, eZStepInstaller, which all install steps are derived from
 165  - Added i18n support to all install steps
 166  - Added site template step for choosing site template
 167  - Moved database initialization to end of installation
 168  - Added support to hide steps which to not need user interaction
 169  
 170  *Package system:
 171  - Implemented the first version of the new package system.
 172  
 173  *Templates:
 174  - Made default size of textarea fields like text line fields.
 175  - Made sure that the new $attribute_base variable is used to generate post variable names in datatype edit templates.
 176    This is required for datatypes to be used in the new eZObjectRelationList.
 177  - Added EditDirtyObjectAction in ContentSettings, to choose wether to always edit the current version,
 178    or show version list as usual.
 179  - Added wizard for creating new datatypes.
 180  
 181  *Library :
 182  *eZ XML:
 183  - Fixed regexp to match xml attribute to make it handle - (dash) as it should have been.
 184  - Added convenience functions for querying if node has attributes or children and getting the count.
 185  - Added functions to return one or multiple elements by name from the children.
 186  - Added convenience function which allows fetching attribute names and values into PHP arrays.
 187  - Added convenience function to append multiple attribute values which are defined in a PHP array.
 188  - Added function to get all attributes in defined namespace.
 189  - Added convenience functions for fetching the text content and attribute value of a child
 190    element by naming it.
 191  - Added convenience function to fetch the children and first child of a named child element.
 192  - Added convenience function to fetch the text content of all child elements with a given name.
 193  - The appendChild and appendAttribute now returns the element and attribute that was added.
 194  
 195  *eZ i18n:
 196  - Added support for Unicode encoding which is an array with Unicode values. Conversion from
 197    and to this encoding is supported seamlessly.
 198  - Cleaned up the code which decides how the conversion should be done from input charset to output charset.
 199  - Removed bad use of reference in eZUTF8Codec.
 200  - Added koi-r charset and the cp125* charsets to the charset info class.
 201  
 202  
 203  *eZ template:
 204  - Added basic string and array handling operators.
 205  - Added support for defining template function and operator names dynamically trought a php function
 206    in template autoloading.
 207  
 208  *eZ db:
 209  - Added support for inserting an SQL file in eZDBInterface.
 210  - Added support for setting the global instance.
 211  - Added support for getting version number of database.
 212  - Added support for getting all available databases for logged in user.
 213  
 214  *eZ locale:
 215  - Added support for querying the locale about allowed charsets.
 216  
 217  *eZ utils:
 218  - Added compatability files for eZLog, eZFile and eZDir which links to the eZ file library.
 219  - Fixed magic quote problem for array variable if magic_quotes_gpc is ON in php setting.
 220  
 221  eZ ini:
 222  - Added support for more characters in accociative arrays defined in .ini files.
 223  - Added support for fetching an ini file by supplying the full path thus ignoring
 224    overrides and cache files.
 225  
 226  eZ sys:
 227  - Added the possibility to return indexDir and indexFile without siteaccess at the end.
 228  
 229  eZ module:
 230  - Added function to return the current redirection URI which is built from module, view and parameters.
 231  - Made sure it's possible to do redirections and reruns from the error module.
 232  
 233  eZ extension:
 234  - Added the helper function expandedPathList to turn a list of extension with an optional
 235    subdirectory into real expanded paths.
 236  
 237  eZ session:
 238  - Added support for defining the name of the session variable.
 239  - Added support for having a unique session name per siteaccess, thus allowing
 240    unique login per siteaccess even with url based siteaccess.
 241  - Added two functions for stopping and removing the session.
 242  
 243  eZ debug:
 244  - Added support for stylized output when using plain text.
 245  - Added support for suppressing the various debug levels, accumulators and timing points.
 246    Default is to show all of them, as before.
 247  
 248  eZ cli:
 249  - New class to handle terminal and CLI specific functionality.
 250  - Moved class in to the eZ file library.
 251  
 252  eZ dir:
 253  - Added function directoryPermission() which returns the permission mask
 254    which should be used to create directories.
 255  - Moved class in to the eZ file library.
 256  
 257  eZ log:
 258  - Moved class in to the eZ file library.
 259  
 260  *eZ file:
 261  - New library for dealing with files, directories, archives and compressed files.
 262  - Added create() function in eZFile which creates a file somewhere with some optional data.
 263  - Added support for recursive directory copy in eZDir.
 264  
 265  *eZ webdav:
 266  - New library. Implements basic WebDAV server framework/functionality. May be used to build WebDAV servers.
 267  - Added ezwebdavfileserver which builds on ezwebdavserver. May be used to serve a part of a flat/local filesystem.
 268  - Added ezwebdavcontentserver which builds on ezwebdavserver. Provides webdav interface to the site content.
 269  


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