[ 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.0/ -> CHANGELOG-3.0-1 (source)

   1  Changes from 2.9-7 to 3.0-1
   2  
   3  *Kernel :
   4  - Changed default rendering of headers in XML text to start at h2 instead of h1
   5  - Added autolink template operator for automatic conversion of e-mail http and ftp
   6  links to clickable links.
   7  - Added new design to admin interface
   8  - Added new design to manuals
   9  - Added new design to sdk
  10  - Added missing settings file file.ini to the release
  11  - The ezxmltext datatype has been changed to support extensions, this means
  12    that custom handlers can be made in extensions.
  13  - ezxmltext handlers can now be overriden by other handlers.
  14  - The ezdesign template operator now fully supports designs and extensions.
  15  - It's now possible to add javascripts in subtemplates by using run-once
  16    and append-block.
  17  - Added plugin system for shop accounts, which enables simpler checkout without regstering users
  18  - The eZXMLText datatype now stores correct XML formats using UTF-8 encoding.
  19    It uses a new timestamp value to know which version the xml format is in
  20    and allows automatic conversion when older versions are detected.
  21    Use update/common/scripts/updateurllink.php to update all XML fields.
  22  - Added support for line break in xml text, added <line> tag in stored xml format. 
  23  - Fixed bug of stiping space between link (bold, italic) tag and normal text.
  24  - Fixed bug of unable to select multiple related objects ( only radio button shows ).
  25  - Some fixes to session cleanup.
  26  - Added navigation parts to provide tabbed interface.
  27  - User logins are now only possible when the object is published.
  28  - Fixed problem with indexing objects in search engine
  29  - Fixed advanced search attribute list, it now only shows searchable attributes.
  30  - Fixed problem with rendering tables with width
  31  - Made sure only one warning block is shown for input and locations.
  32  - Locations can now be removed even if it's a main location.
  33  - User email can now be changed after the user has been created.
  34  - Translations of objects is fixed, a list of available translation
  35    languages will now be present.
  36  - Removed all task code.
  37  - Improved eZUser password creation by removing some characters that look too
  38    similar visually and added some extra special characters.
  39  - Fixed problem with multiple content actions appearing when having e.g. multiple information
  40    collection fields
  41  - Added possibility to specify redirect node in information collection template
  42  - The date, datetime and time datatypes has been cleaned up to work more similar,
  43    they now all honor the required flag properly and can choose a default value.
  44  - Fixed a bug in content edit where the last attribute would decide if the
  45    input was valid or not.
  46  - Added alternative text to image datatype
  47  - Added output washing for datatypes.
  48  - Added support for custom actions in content/browse.
  49  - Custom actions now works for more than one datatype in edit page.
  50  - Fixed problem with relation datatype not storing the selected object.
  51  - Made discard work, even if input did not validate
  52  - Binary file handler will now give a warning when file uploads are disabled.
  53  - Added automatic generation of object name definition in class, if empty
  54  - Now element works for host matching as well.
  55  - Siteaccess matching can now be debugged with DebugAccess and DebugExtraAccess in
  56    site.ini under SiteAccessSettings.
  57  - Fixed setting published date only when initial version is published
  58  - Added article comments to demo site.
  59  - Made sure the session is not started if the DB is not connected, avoids PHP
  60    core dumps.
  61  - Fixed checking of successful generation of imagevariations. 
  62  - Added missing include in collaboration approval.
  63  - Added site URL and eZ publish version to admin interface, under setup.
  64  - If require user login is on and the siteaccess is not allowed the user login
  65    page is shown with a warning about access denied.
  66  - Added node_id to url array
  67  - Template cleanups to use the newly revised user interface guidelines.
  68  - Fixed object rendering as block tag
  69  - Added uri_string as global template variable in pagelayout
  70  - Fixed problem with missing variables in content cache files.
  71  - Content cache now restores template design keys.
  72  - Full and sitemap now only shows edit/copy/remove columns when you actually can do it.
  73  - Fixed problem with ezsys returning values with quotes ".
  74  - Made sure section information is correct when publishing object.
  75  - Content cache is expired when role editing, role assignment or section assignment is used.
  76  - Complex viewmodes like sitemap are now expired whenever an object is published, controlled by site.ini setting.
  77  - Content cache cleanup is now controlled by a threshold value, if the published object's
  78    cache value is less than the threshold the files are removed if not a global
  79    expiry is used.
  80  - The bug with the original size not working on images has been fixed.
  81  - Fixed a problem with the eZXMLText datatype not initializing correctly from older versions.
  82  - Added function for disabling VAT for the whole order
  83  - Moved eZExtension class into eZUtils library.
  84  - Added support for storing XML format in native charset, this makes it a lot faster.
  85  - Made sure the search engine works even with bad data in the database with case problems.
  86  - If an draft is discarded and there is no other versions available for an object
  87    the object is purged from the system.
  88  - Controlling the assignments for newly created related objects are not possible, see
  89    content.ini for more information.
  90  - Added possibility to create complete urls (with server name) in template operators based on the custom page layouts.
  91  - User registration can now redirect to a specific url if the url is specified in the
  92    the template.
  93  - It is possible to send out a feedback email to site owners when a new user registers.
  94    Controlled by a site.ini setting.
  95  - Fixed storing of VAT value instead of reference in order item
  96  - Improved clearcache to be able to handle more cache types.
  97  - Added suport for custom cancel message ( template ) in checkout
  98  - Fixed bug with numbering in nice urls
  99  - Fixed problem with multiple word search
 100  - Added stopword support in search engine for searching large ammounts of data
 101  - Fixed rendering of custom tag as a block tag
 102  - Added next/prev to search template
 103  - Made integer datatype searchable
 104  - Fixed forget password functionality
 105  - Added possibility to insert options in ezoption datatype
 106  - Added site.ini variable to allow special characters in created password
 107  - Fixed bug with sending user information feedback to you, password is not empty
 108  - Changed operation definition for checkout, added possibility to call post_checkout trigger
 109  - Created system for cronjobs, the cronjobs.php script will now be used to run any
 110    future cronjobs. The actual scripts to run are controlled by settings/cronjob.php.
 111  - Added next/previous function to standard search.
 112  - Optimized multiple word search queries.
 113  - Search and advanced search now use design keys for section if a section id override is used,
 114    this means that override templates can be used per section.
 115  - Redirect after logout is now controlled by UserSettings/LogoutRedirect in settings/site.ini.
 116  - Added class and object overide keys for informationcollector mail
 117  - If email can be used as login, now validation checks if email is unique
 118  - If we update basket with 0 amount, then product is deleted from basket
 119  - Added optional view mode for advanced search
 120  - Added script for probing if server is alive. /ezinfo/is_alive
 121  - Added next/previous navigation to advanced search template
 122  - Texttoimage operator can now set absolute size for the resulting image in texttoimage.ini.
 123  - Fixed bug with getting correct GroupID on workflows creation.
 124  - Fixed broken user activation by e-mailcode
 125  - Applied new design to setup
 126  - Fixed problem with redirection in SSL mode
 127  - Fixed problem with language setting not remembered if language details was skipped
 128  - Fixed redirection after login to last accessed page.
 129  - Multiple role assignments to samme object no longer creates multiple entries.
 130  - Cronjob system now supports running different parts, each part has a set of scripts to run.
 131    This is useful for running different kinds of scripts at different intervals.
 132  - Made sure options in basket shows currency in prices.
 133  - Made sure modfix.sh sets all required directories.
 134  - Setup modifies the database to accomodate the language selected if different
 135    than eng-GB.
 136  - Fixed bug of unable to delete class group when discard button is pushed.
 137  
 138  *SDK :
 139  
 140  *Library :
 141  - Added possibility to send MySQL write queries to a separate server.
 142  - Made the MySQL database read the UsePersistentConnection from site.ini
 143    to provide optional persistent connections to the database.
 144  
 145  eZ XML:
 146  - Added reference to the attributes() function in eZDomNode.
 147  - Added eZTextCodec conversion, it will now return text in UTF-8 encoding
 148    by default and will decode the input xml from the specified charset in
 149    the XML file, UTF-8 is default.
 150  - Added function to remove DOM nodes by name
 151  - Added function to remove the last appended DOM node
 152  - Added function to return the last appended child of a DOM node.
 153  
 154  eZ utils:
 155  - Removed cyclic dependecy between eZDebugSetting and eZINI
 156  - Fixed automatic removal of magick quotes for _GET variables, if magickquotes is enabled
 157  - Removed unneeded global definition of $_ENV and $_SERVER
 158  - eZHTTPTool now has a redirect function which takes care of constructing
 159    a HTTP/1.1 compatible redirect string, is to be used instead of pure header().
 160  - New class eZExpiryHandler which keeps track of expiry timestamps which can be
 161    used for cache handlers.
 162  - Made sure the result from getPathFromFilename() in eZDir does not contain extra slash at the end.
 163  - eZExtension was moved from kernel to this library.
 164  - Added missing string escaping of session data.
 165  - Added class ezlog which provides functions to write storage log message.
 166  
 167  eZ ini:
 168  - Added support for saving only the values that has changed.
 169  
 170  eZ PHP creator:
 171  - Added support for end-of-line comments.
 172  - When restoring PHP files the variables fetching can now be set as optional
 173    with default values incase the variable does not exist.
 174  
 175  eZ sys:
 176  - Added support for Mac specific settings.
 177  
 178  eZ template:
 179  - imagelabel was removed and image, imagefile and texttoimage was improved
 180    to handle transparency, alignment and placement.
 181  - eztemplateimagelayer.php file has been moved to lib/ezimage and all classes
 182    has been given new names and files.
 183  - New function append-block which works like set-block but instead creates an
 184    array out of all appended items.
 185  - New function run-once which will run the children once per session.
 186  - Fixed call to pow() to explicitly cast to int, required for newer PHP versions.
 187  - Made sure the ezini operator doesn't quote the return value.
 188  - Default recursion of the /attribute/ operator is now 2.
 189  - The default charset for template can now be controlled by settings/template.ini,
 190    this means it is no longer required to add charset controls in all template files.
 191  - Added support for global warning list which is can displayed in pagelayout.tpl.
 192  - Washing operator now supports email washing as well, @ and . will be converted to
 193    straight textual representations which are harder for spam engines to pick up.
 194    The representation is configurable in template.ini.
 195  - The count operator now works on strings.
 196  - Added cache-block function, to cache part of the template. It takes keys and expiry as arguments.
 197  - Added nl2br text operator.
 198  - Error message for array an object attribute access has been improved, it will now
 199    display attributes for objects and arrays to pick from.
 200  - New template operator /contains/ which will return true if the input variable (which should
 201    be an array) contains the value specified as input.
 202  - Template debugging will now add an HTML comment as well as normal text output in the result.
 203  
 204  eZ image:
 205  - Image object and layer classes has been moved from eZ template to eZ image
 206    since they are not specific to the template engine but rather the
 207    the image library. Each class now has a separate file and new names.
 208  - Fixed calculation of width and height from return value of BBox function,
 209    now angled text should work properly.
 210  - Added check if ImageCreateFromPNG exists.
 211  
 212  eZ locale:
 213  - Made sure %l was converted using locale translations instead of PHP names.
 214  - Fix bug with missing saturday for locale whose week start with sunday.
 215  
 216  eZ db:
 217  - The MySQL and PostgreSQL drivers will report if the extension is missing and
 218    will not initialize the DB.
 219  - Fixed correct initializing of master/slave connections in MySQL and reading values from site.ini
 220  - Fixed correct lastSerialID when running in master/slave configuration
 221  - Fixed sending "create temporary" queries to slave server ( pr connection memory tables )
 222  - Fixed problem when master db server was not available in MySQL master/slave setup
 223  - It is now possible to force a new instance when requesting an instance, this makes
 224    is possible to change db setting even if an instance already exists.
 225  
 226  eZ debug:
 227  - The popup window was fixed to use the var directory and works on non-virtual hosts as well.


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