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

   1  Changes from 3.2.0-2 to 3.2-1
   2  
   3  *Kernel:
   4  - Fixed proper escaping of matrix cell content.
   5  - Renamed ScaleLargerThenOriginal to ScaleLargerThanOriginal.
   6  - Added support for using class identifiers in class filter fetching
   7  - Improved admin design. Added media tab and optional bookmarks and history list in menu.
   8  - Added user preferences functions
   9  - Rewritten URL alias handling, quicker and more flexible
  10  - Added manual URL alias interface
  11  - Added object moved functionality when accessing a re-named object by url alias. Sends correct HTTP 301 header.
  12  - Added sorting to search results. It now supports the same as the content fetch function.
  13  - Added navigation part identifier as override key for content view.
  14  - Added new design to admin.
  15  - Added setting for optional attribute translation, you can now select which attributes can be translated.
  16  - Added simple HTTP POST form to e-mail processing.
  17  - Added output washing to XML edit fields.
  18  - Fixed object memory cache coherence after storing object and attributes
  19  - Fixed bug in dealyed publishing workflow when re-publishing an object
  20  - Added missing include to ezworkflowtype.php
  21  - Fixed fallback to default siteaccess when requested access does not exist
  22  - Added support for attribute level filtering. You can now filter the result depending on the attribute value.
  23  - Added support for attribute level sorting. You can now sort on the values of any attribute, whose datatype supports it.
  24  - Added sort key support for ezstring, ezdatetime and ezdate datatypes.
  25  - Added display of class attribute id in class edit, for usage in attribute sorting.
  26  - Added support for binary file indexing. The contents of binary files are extracted and indexed in the search engine.
  27    This allows searching inside different files. The parsing is plugin based so you can create plugins for any format quickly.
  28  - Added PDF and word binaryfile indexing plugin
  29  - Added support for subtree template override with the url_alias key in override.ini
  30  - Fixed correct indexing of chinese/japanese multibyte characters in search engine
  31  - By adding a specific postvariable it is now possible to avoid having the class edit try load in data
  32    for the attributes, this is required when a datatype redirects to another page and then back again.
  33  - Added template fetch functions class/list and class/attribute_list.
  34  - Added classFilter support for eZContentClass::fetchList which will only include classes of a given
  35    ID or identifier.
  36  - Added function to create a temporary contentobject attribute from a contentclass attribute.
  37  - Added a preStoreClassAttribute function to eZDataType which is called before the class attribute is stored.
  38  - Added module object to eZContentClassAttribute::customHTTPAction which is stored in the contentclass
  39    attribute object and can be read from datatypes by using eZContentClassAttribute::currentModule.
  40  - Moved functions for input validation, fixup and fetching from attribute_edit.php and into
  41    eZContentObject. This allows for easy reuse.
  42  - Added function hasValidationError and setHasValidationError in eZContentObjectAttribute which
  43    can be used to suppress a validation error entry even if an error occured.
  44  - Added convenience function classContent() to eZContentObjectAttribute which returns the content
  45    of the contentclass attribute.
  46  - Added function handleCustomObjectHTTPActions to eZDataType which can be used by datatypes
  47    to handle action checking themselves and forward requests to subobjects.
  48  - Added input and validation parameters to the validateInput function which can be read
  49    using inputParameters() and validationParameters() in eZContentObjectAttribute.
  50  - Added function fetchActionValue to eZDataType which tries to extract values from action names.
  51  - Modified advanced search to support search of integer attribute values, range search.
  52  - Boolean datatype can be searchable.
  53  - Added 'select all' function for site which has multiple checkboxes.
  54  - Added empty trash, empty draft function.
  55  - Added version management function. By editing content.ini, it is possible to define maximum versions can be kept for a particular
  56    class. If existing version numbers equals to the defined maximum versions, oldest archived version will be removed automatically 
  57    when a new version is created 
  58  - Added version remove function.
  59  - Added url management function. All links can be edited and will be checked by cronjob. Dead link will be moved to invalid list. 
  60    A link has a list of all objects ( verions ) which use this link.
  61  - Added settings for DefaultPreviewDesign in content.ini.
  62  - Added function to define customized image size by editing image.ini. Extended image sizes from small, medium, large, reference
  63    and original to no-limits.
  64  - Fixed bug of unable to convert tiff, gif image. 
  65  - Improved general cronjob text output.
  66  - Improved workflow cronjob text output to include the number of process,
  67    the number handled and all current statuses on processes.
  68  - Added support for collaboration notification event, this is event is created
  69    for all collaboration items which supports notification.
  70  - Added support for a collaboration notification handler which takes care of
  71    configuring notifications for collaboration and handling events.
  72  - Changed the behaviour of approval denying and removed the Defer/Pushback button. Now denying
  73    changes the object version as a draft and stops the workflow process.
  74  - Fixed workflow status id to name function, now all status ids are converted.
  75  - Improved google and simple navigator to allow url suffix data (eg. ?Search=)
  76  - Improved search templates to use google navigator.
  77  - PHP function to template operator mapping can now be controlled by template.ini, this means
  78    that it's possible to add new php functions as template operators without programming.
  79    Added urlencode to default list.
  80  - Added fetch function for search.
  81  - Changed the content normal and advanced search to allow the use of the new fetch search.
  82    The default behaviour searches using PHP code like before but the new mode can be turned on.
  83    The new fetch function can also be used in other template code.
  84  - Moved search result list with navigator into a separate template, there's now a normal
  85    search result template and an 'edit' search result template.
  86  - Added support for specifying result items per page for advanced search.
  87  - Made sitemap template more useful
  88  - Added support for search for objects which are published between two dates, the dates are
  89    specfyied using timestamps.
  90  - Added posibilty to limit filter results of advanced search thru general search filter. Filter works for classes and subtree.
  91  - Added new versionview and node view viewmode called plain which is used for plain read-only views
  92    on objects. It's currently being used in the collaboration approval system.
  93  - Added plain override templates for most of the admin default classes.
  94  - Added support for redirecting to a specific url after a content object is published, the
  95    uri is specified in the template as a HTTP POST variable.
  96  - Added support for determing the how notification collections are made for collaboration items
  97    that supports notification. It currently supports one collection per item and one per
  98    participation role (approver, author etc.).
  99  - Added support for specialized notifications for approvals, one notification is sent to approver
 100    and another to the author.
 101  - Added version and relase numbers to database, that way it's possible to now
 102    the state of a database for future upgrades.
 103  - Added custom attribute support for object and custom tag.
 104  - Added new database indexes on search table and on object tree table.
 105  - Added support for letting extensions override translations in the kernel translation files.
 106  - Improved the i18n template operator to work with extensions. This means that the x18n
 107    operator is deprecated.
 108  - Added support for having translation files in a specific charset. These translations
 109    are used when the internal charset is the same as the translation charset thus
 110    removing the need for charset translation.
 111  - Improved the template parser for ezlupdate, it will now allow more whitespaces between elements.
 112  - Added support for creating/updating multiple translations for ezlupdate.
 113  - Added detection for non-strings in i18n translations in ezlupdate.
 114  - The autoload path for templates are now defined in site.ini as an array instead of
 115    a semi-colon separated list. The new setting is called AutoloadPathList.
 116    The old setting is kept for compatability and will be read but is considered deprecated.
 117  - Added support for having template autoload files in extension by
 118    using the ExtensionAutoloadPath setting in site.ini.
 119  - Fixed wrong link in changepassword e-mail.
 120  - Removed unused parameter 'headers' from eZMail::extraHeaders() and updated description
 121  - Added ContentType setting in MailSettings in site.ini. If set, this will set the content type
 122    of all mail sent from eZ publish. Default is text/plain.
 123  - Added error.ini, which controls the behaviour of eZ publish errors.
 124    Each error code can be set to display an error page, redirect to a url,
 125    rerun a module or embed a module in the error page.
 126    The error codes can also be mapped to HTTP error codes.
 127  - Updated templates for error codes to make it easier to understand what is wrong.
 128  - Added previous/next function for section list.
 129  - Added login support using textfile which saved user account information.
 130  - Added login support using LDAP server.
 131  - Added empty class edit templates for datatypes which don't have them already.
 132    This was done to get rid of the warnings.
 133  - Removed some old debug messages from datatypes.
 134  - Fixed variable name typo in ezextension class.
 135  - Created new class eZScript which takes care of starting, initializing and shutting down
 136    common things in scripts.
 137  - Added pending list in personal
 138  - Add content cache expiry variable in template which makes it possible to set cache limit or disable
 139    cache depending on template file.
 140  - Added feedback message for forgot password if user use an invalid key to confirm.
 141  - Fixed bug for content preview which can't show children.
 142  - Fixed bug of unable to edit object although user has permission to create and edit this object using subtree policy.
 143  - Added new module package which will handle listing, viewing and uploading of eZ publish packages.
 144  - Added PHP accelerator information to the setup/info page.
 145  - Added previous/next function for role list.
 146  - Added support for turning debug includes on and off in eZScript and ezpm.php.
 147  - Integrated the eZScript and eZCLI classes into the php scripts runcronjobs.php, updateezxmltext.php,
 148    updateniceurls.php and updatesearchindex.php.
 149  - Made sure the bork translator didn't translate words that start with a % (percent).
 150  - Added master control switch for template cache, if disabled all template based caches will be turned off.
 151  - Added maximum limit value for the fetched page limit values in search and avancedsearch.
 152  - Added reset button search statistics page.
 153  - The MailSettings/AdminEmail is now the master setting for all other email settings, this means
 154    that it's possible to change all email adresses by changing this if the other ones are empty.
 155  - Added setting for control whether unique email addresses are required when registering a new user,
 156    default is to require it.
 157  - Added back the API reference viewer, it is now a separate module which can be used to view
 158    the generated reference as well as other references (in the future). The url is reference/view/ez/
 159  - Added a site list to site.ini under SiteSettings, this is a list of sites which this installation
 160    has. Each item on the list is a siteaccess, often this is the user siteaccess for an installed
 161    package.
 162  - Added mapping from class/attribute string to attribute id in attribute filtering and sorting.
 163  - Added alphabetic sorting of role list.
 164  - Made sure tiff files support the .tif extension as well.
 165  - Made sure removal of objects cleaned up the url alias table correctly.
 166  - Made sure newly created objects would remove old aliases with the same name from the alias table.
 167  - Renamed the packages corporate_site to corporate and news_site to news.
 168  - Changed title path listing to show the path in reverse, this makes the title better for bookmarking.
 169  
 170  *DataType:
 171  - Added new datatype eZSelection, which is made as a replacement for enum. It's faster and simpler to work with.
 172  - Added new datatype eZMatrix.
 173  - Added new datatype eZObjectRelationList which will replace eZObjectRelation and also supports
 174    inline editing.
 175  - Made eZRangeOption datatype on by default.
 176  
 177  *Optimizations:
 178  - Optimized object view when XML field contains multiple related objects.
 179  - Optimized override cache format, now uses switch instead of nested if statements
 180  - Optimized object edit of XML fields containing multiple embeded related objects.
 181  - Optimized object rendering of XML fields containing multiple links.
 182  - 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.
 183  - Optimized text translation system, it will now only fetch requested contexts instead of all.
 184    The optimization reduced both time taken and memory used.
 185  
 186  *Bugfixes:
 187  - Fixed bug for copy object function.
 188  - Fixed bug for role edit function which can't remove * if limitation changed from "allow all" to "allow limited".
 189  - Add i18n(translation) support when create a new content object. The default name of the object could be translated. 
 190  - Role list does now not show temporary roles.
 191  - Fixed bug when assigning a node to it self.
 192  - Fixed malfunctioning string/array operators
 193  - Fixed showing correct title for object relation datatype
 194  - Fixed setup safe mode test, http://ez.no/developer/ez_publish_3/bug_reports/ez_setup_tests
 195  - Fixed using datatype enum as object pattern name in classes
 196  - Fixed problem with object discard, http://ez.no/developer/ez_publish_3/bug_reports/problem_with_object_discard
 197  - Fixed bug Guest (logged in) users cannot manage their bookmarks
 198  - Fixed url checking of email adresses
 199    http://ez.no/developer/ez_publish_3/bug_reports/cronjobslinkcheckphp
 200  - Fixed bug of user can't read own account information using policy read Class( User ), Owner( Self ).
 201  - Fixed bug with notification system crashing when dirty data is present in the database.
 202    http://ez.no/developer/ez_publish_3/bug_reports/notification_crashes
 203  - Fixed bug with phrase search
 204    http://ez.no/developer/ez_publish_3/bug_reports/problem_with_phrase_search
 205  - Fixed storing SMTP settings during setup, http://ez.no/developer/ez_publish_3/bug_reports/setup_does_not_store_smtp_settings
 206  - Fixed problem with new template creation
 207    http://ez.no/developer/ez_publish_3/bug_reports/template_creation_does_not_create_missing_dirs
 208  - Fixed showing correct title for selection datatype
 209    http://ez.no/developer/ez_publish_3/bug_reports/value_of_datatype_ezselection_not_usable_as_content_object_name_pattern
 210  - Made sure all fopen used 'rb' when opening, this avoids problems with MS Windows
 211    converting newlines in files.
 212  - Fixed using whitespace in convert path
 213    http://ez.no/developer/ez_publish_3/bug_reports/convert_doesnt_work_when_located_in_a_directory_with_spaces_on_windows
 214  - Fixed bug when creating new templates (in admin) for site accesses with different name than the site design
 215  
 216  *Setup:
 217  - Made new design
 218  - Added help and install summary to each step
 219  - Moved install steps from kernel/setup/parts/init to kernel/setup/steps
 220  - Added install class, eZStepInstaller, which all install steps are derived from
 221  - Added i18n support to all install steps
 222  - Added site template step for choosing site template
 223  - Moved database initialization to end of installation
 224  - Added support to hide steps which to not need user interaction
 225  - Made sure the password is used when connecting to database.
 226  - Made sure some steps are not counted in the total number of steps when calculating percent.
 227  - Fixed layout when choosing site templates
 228  - Added back, next, refresh buttons in setup depending on setup steps
 229  - Added image processor to summary during install
 230  - Moves Language selection to after database selection.
 231  - Var directory is now separate for each installed package, this avoids the cache and storage conflict.
 232  - Made sure gallery files are placed in the var/gallery directory instead of var.
 233  - The database dropdown in site details will now recognize databasenames that match the package name,
 234    if no match is found it assigns one unique database to each package.
 235  - Added .windows and .linux detection to recognize use of windows or linux installers (apache, mysql, etc)
 236  - Removed unused code
 237  - Fixed url bug using windows installer
 238  - Changed setup width to 780 pixels
 239  
 240  *WebDAV:
 241  - Added ezwebdavcontentserver which builds on ezwebdavserver. Provides webdav interface to the site content.
 242  
 243  *Templates:
 244  - Made default size of textarea fields like text line fields.
 245  - Made sure that the new $attribute_base variable is used to generate post variable names in datatype edit templates.
 246    This is required for datatypes to be used in the new eZObjectRelationList.
 247  - Added EditDirtyObjectAction in ContentSettings, to choose wether to always edit the current version,
 248    or show version list as usual.
 249  - Added wizard for creating new datatypes.
 250  - Added user/settings/<uID> into user admin user (class) template
 251  
 252  *Package system:
 253  - New system for handling eZ publish packages.
 254  
 255  *Library :
 256  
 257  eZ db:
 258  - Added support for inserting an SQL file in eZDBInterface.
 259  - Added support for setting the global instance.
 260  - Added support for getting version number of database.
 261  - Added support for getting all available databases for logged in user.
 262  - Fixed insertFile() function to work with non-unix endlines in SQL files.
 263  
 264  eZ utils:
 265  - Fixed the detection of existing urls in eZHTTPTool::createRedirectURL, now username and password
 266    are detected and extracted.
 267  - Moved the classes eZLog, eZFile and eZDir into the new eZFile library.
 268  - Fixed magic quote problem for array variable if magic_quotes_gpc is ON in php setting.
 269  
 270  eZ ini:
 271  - Added support for more characters in accociative arrays defined in .ini files.
 272  - Added support for fetching an ini file by supplying the full path thus ignoring
 273    overrides and cache files.
 274  - Added check for existing settings directory, if it doesn't exist it creates the path.
 275  - Added parameter to save() which controls if array should be reset before being dumped, the default
 276    is not to reset.
 277  
 278  eZ debug:
 279  - Added support for listing included files (off by default).
 280  - Added support for stylized output when using plain text.
 281  - Added support for suppressing the various debug levels, accumulators and timing points.
 282    Default is to show all of them, as before.
 283  
 284  eZ i18n:
 285  - Changed the 0 character into a chr( 0 ) to avoid problems with unpackers messing up the line.
 286  - Added support for Unicode encoding which is an array with Unicode values. Conversion from
 287    and to this encoding is supported seamlessly.
 288  - Cleaned up the code which decides how the conversion should be done from input charset to output charset.
 289  - Removed bad use of reference in eZUTF8Codec.
 290  - Added koi-r charset and the cp125* charsets to the charset info class.
 291  
 292  eZ webdav:
 293  - New library. Implements basic WebDAV server framework/functionality. May be used to build WebDAV servers.
 294  - Added ezwebdavfileserver which builds on ezwebdavserver. May be used to serve a part of a flat/local filesystem.
 295  
 296  eZ locale:
 297  - Fixed sorting of the locale list, it was currently not work.
 298  - Added support for querying the locale about allowed charsets.
 299  
 300  eZ XML:
 301  - Fixed regexp to match xml attribute to make it handle - (dash) as it should have been.
 302  - Added convenience functions for querying if node has attributes or children and getting the count.
 303  - Added functions to return one or multiple elements by name from the children.
 304  - Added convenience function which allows fetching attribute names and values into PHP arrays.
 305  - Added convenience function to append multiple attribute values which are defined in a PHP array.
 306  - Added function to get all attributes in defined namespace.
 307  - Added convenience functions for fetching the text content and attribute value of a child
 308    element by naming it.
 309  - Added convenience function to fetch the children and first child of a named child element.
 310  - Added convenience function to fetch the text content of all child elements with a given name.
 311  - The appendChild and appendAttribute now returns the element and attribute that was added.
 312  
 313  eZ template:
 314  - Added basic string and array handling operators.
 315  - Added support for defining template function and operator names dynamically trought a php function
 316    in template autoloading.
 317  - Added support for turning off cache-block caching. A new setting in site.ini controls it.
 318  
 319  eZ sys:
 320  - Added the possibility to return indexDir and indexFile without siteaccess at the end.
 321  
 322  eZ module:
 323  - Added function to return the current redirection URI which is built from module, view and parameters.
 324  - Made sure it's possible to do redirections and reruns from the error module.
 325  
 326  eZ extension:
 327  - Added the helper function expandedPathList to turn a list of extension with an optional
 328    subdirectory into real expanded paths.
 329  
 330  eZ session:
 331  - Added support for defining the name of the session variable.
 332  - Added support for having a unique session name per siteaccess, thus allowing
 333    unique login per siteaccess even with url based siteaccess.
 334  - Added two functions for stopping and removing the session.
 335  - The session will now listen to the session-required in the site basics when it decides to start the session or not.
 336  - Made sure the superglobal $_SESSION variable is used instead of session_register etc.
 337    for handling session variables in eZHTTPTool.
 338  
 339  eZ cli:
 340  - New class to handle terminal and CLI specific functionality.
 341  - Moved class in to the eZ file library.
 342  
 343  eZ dir:
 344  - Added function directoryPermission() which returns the permission mask
 345    which should be used to create directories.
 346  - Moved class in to the eZ file library.
 347  
 348  eZ log:
 349  - Moved class in to the eZ file library.
 350  
 351  eZ file:
 352  - New library for dealing with files, directories, archives and compressed files.
 353  - Added create() function in eZFile which creates a file somewhere with some optional data.
 354  - Added support for recursive directory copy in eZDir.
 355  
 356  *Translations:
 357  - Updated Norwegian translation.
 358  - Updated Swedish translation.
 359  - Updated Chinese translation.
 360  - Added Hungarian translation
 361  - Added Italian translation.
 362  - Added Danish translation.
 363  
 364  *Miscellaneous:
 365  - Added the ezpublish.cron crontab file that takes care of running the runcronjobs.php script every 15th minute.


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