[ 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.4/unstable/ -> CHANGELOG-3.4.0alpha2-to-3.4.0alpha3 (source)

   1  Changes from 3.4.0alpha2 to 3.4.0alpha3
   2  
   3  *Kernel:
   4  - Some changes to the month_overview template operator, the classes set for
   5    week days are changed and day, month and year parameter are passed using
   6    the new url parameter system.
   7  - Fixed treemenu operator to fetch sort_array from the current node
   8    instead of always using priority sorting.
   9  - Fixed ezimage operator to check also avialable extensions.
  10    Added eZTemplateDesignResource::allDesignBases().
  11  - Added the possibility to fetch a node by it's url alias (path), this is also
  12    possible in the fetch operator content/node.
  13  - Made sure eZContentClass::fetchByIdentifier returns null when the
  14    content class could not be fetched.
  15  - New entry in content.ini (SetupRootNode) which controls which node
  16    is the setup node.
  17  - Made sure eZScript will exit with code 1 when it is not run in CLI mode.
  18  - Added fetch functions for counting logged-in and anonymous users.
  19  - Added fetch function for listing logged-in users (just name or as eZUser)
  20  - Added fetch function for checking if a specific user is logged-in.
  21  - Added remote id field to content class.
  22  - Added remote id field to content tree node.
  23  - Added package install handler.
  24  - Added support for content object package creation and import.
  25  - Added fetchListCount and fetchList functions to eZContentObjectTreeNode which
  26    can be used to fetch nodes regardless of structure.
  27  - Added class_identifier override key to collectedinformation e-mail template.
  28  - Added fetch function for listing override template for content classes
  29  - Added "do not edit" comment to all standard templates + functionality that
  30    removes this comment when creating an override based on a standard template.
  31  - Added object_count attribute to eZContentClass
  32  - Added object count in class list and class view
  33  - Merged the ezuser_session_link table into the ezsession table.
  34  - New setting for sessions ActivityTimeout which controls how long it
  35    takes before a session is considered inactive (or logged out). The  
  36    default is 3600 seconds (1 hour)
  37  - Changed the default sorting of node assignments to be published objects first.
  38  - Fixed bug with mime type in ezbinaryhandler (was allways set to application/octet-stream)
  39  - Added listing roles when browsing user groups.
  40  - Added member_of operator to fetch(user, ex: fetch(user, memeber_of, hash( id, 42 )).
  41  - Added fetch function user_role in user module ( ex: fetch(user, user_role, hash( user_id, 14 )).
  42  - Added decoding support in ldap login if the ldap server is utf-8 encoded.
  43  - Added template override key for class attribute identifier.
  44  - Added support for setting the current system locale using a setting in site.ini
  45    (RegionalSettings/SystemLocale), this can be set to get PHP to handle language specific properly.
  46  - Added function to pre generate the view cache. This feature is turned off by default, set PreViewCache=enabled in site.ini to enable it.
  47  - Show more info when giving "Access denied". New entry to site.ini (ShowAccessDeniedReason) controlls if some of
  48    this information should be shown in the view also (not only in the debug output)
  49  - Added 20 stylesheet themes to the base site.
  50  
  51  Updates:
  52  - Fixed cleanup.php script to cleanup the user/session link table when
  53    cleaning session.
  54  - New script called updatetoplevel.php to create any missing top level objects/nodes.
  55    It will create Content, Users, Media and Setup.
  56  - New script called updateremoteid.php which will go trough all classes,
  57    objects and nodes and make sure they have a proper remote ID.
  58  - Added database consistency check to web interface and makedist scripts.
  59  
  60  eZPersistentObject:
  61  - Fixed a bug which caused some classes to only produce insert statements.
  62  
  63  *Setup
  64  - Changed site selection to set ini settings for toolbars and design using the base design. This will replace the packages/demo 
  65    sites from 3.3.
  66  - Added Content object package support to installation, you can now choose from a list of content class/object packages.
  67  
  68  *DataType:
  69  eZImage
  70  - Merged bug fix storing 2 image attributes in same class from stable/3.3 rev. 5911.
  71  
  72  eZINI:
  73  - Made sure the recreated array line includes all elements not just
  74    the first and second. (Merged from stable/3.3 rev. 5872).
  75  
  76  *Shop:
  77  - Fixed link from orderlist to customerorderview 
  78  
  79  *Libraries:
  80  eZDebug:
  81  - Added the possibility to put "commandline" to your IP list settings to
  82    receive debug information. This will make debug messages show up when starting
  83    scripts from the command line. Implements workaround for:
  84    http://ez.no/community/bug_reports/ezdebug_trigger_error
  85  
  86  eZImage:
  87  - Added GIF support to the eZImageInterface
  88  
  89  eZUtils:
  90  - Added functions for creating an ANSI string which stores and restores the
  91    position in eZCLI.
  92  - Added function for creating an ANSI string which moves the text to a
  93    specific column in eZCLI.
  94  - Added 'header' style to eZCLI.
  95  
  96  eZXML:
  97  - Added array to XML to array support.
  98  
  99  eZFile:
 100  - Added static function to get suffix from file.
 101  
 102  eZPDF:
 103  - Added text wrap around images.
 104  
 105  *Unit tests:
 106  
 107  *Bugfixes:
 108  - Fixed 'bug' with locales, which resulted in a new template setting "locale"
 109    as in: {*?template locale="oezbekistan,norwegian,nl_NL.iso-8859-1"?*}. When
 110    this is set the locale will be changed and strtoupper and strtolower will
 111    take this into account.
 112    http://ez.no/community/bug_reports/upcase_with_international_charakters_here_german
 113  - Added default setting for UserSettings: UseSpecialCharacters to site.ini
 114    (Merged from 3.3, rev 5840)
 115    http://ez.no/community/bug_reports/site_ini_missing_entry
 116  - Fixed a bug with eZPersistentObject and limit/offset parameters (Merged from
 117    3.3, rev 5860)
 118    http://ez.no/community/bug_reports/ezdebug_trigger_error
 119  - Fixed bug with getting a translation of an objectattribute. (Merged from 3.3 , rev. 5865)
 120    http://ez.no/community/bug_reports/getting_a_translation_of_an_objectattribute_is_not_possible
 121  - Fixed bug with calling purge() on a content object statically
 122    part of: http://ez.no/community/bug_reports/obj_purge_warning_at_ezmysqldb_escapestring
 123  - Fixed undefined variables in ezenumtype (Merged from 3.3, rev. 5887)
 124    http://ez.no/community/bug_reports/ezenumtype_php_undefined_vars_metadata
 125  - Fixed misuse of in_array() function (Merged from 3.3, rev. 5894)
 126    http://ez.no/community/bug_reports/class_ezhttpfile_function_hasattribute
 127  - Removed the hardcoded field list in eZContentObject::fetchList. (Merged from stable/3.3 rev. 5903)
 128  - Fixed typo
 129    http://ez.no/community/bug_reports/typo_in_ezcontentoperationcollection_php
 130  - Fixed bug in the autolink operator. (Merged from 3.3, rev. 5916)
 131    http://ez.no/community/bug_reports/autolink_operator__1
 132  - Fixed bug in content view cache where class_identifier is not cached.
 133  - Fixed bug in copying objects; the old object's publish date was not updated.
 134    (Merged from 3.3, rev. 5955)
 135    http://ez.no/community/bug_reports/object_copy_also_copies_creation_date
 136  - Fixed 'bug' in assigning template variables.
 137    http://ez.no/community/bug_reports/rates_fetch_in_template_does_not_work
 138  - Fixed bug with not-finished translations and positional replacements.
 139    http://ez.no/community/bug_reports/i18n_template_operator_with_non_eng_gb_translation
 140  - Fixed typo in include file in rssimport cronjob. (Merged from 3.3, rev. 6040)
 141    http://ez.no/community/bug_reports/typo_in_rssimport_php
 142  - Fixed typo in Danish translation.
 143    http://ez.no/community/bug_reports/typing_error_in_danish_translation
 144  - Fixed bug in the compilation steps for the ezurl operator.
 145    http://ez.no/community/bug_reports/bug_in_url_datatype
 146  
 147  *Update
 148  
 149  *Admin:
 150  - Added "Session admin" (clear all sessions or timed out/old sessions)
 151  - Reorganized setup menu (alphabetic list + some elements moved to advanced)
 152  - Added assign limited on section on roles.
 153  - Removed "Remove" button from misc. preview templates (dangerous)
 154  - Added list for sessions in "Session admin"


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