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

   1  Changes from 3.0-1 to 3.0-2
   2  
   3  *Kernel :
   4  - Workflow process cleans up input parameter cache when setting new input parameters.
   5  - Redirection after discarding draft is changed to the last viewed content, same when discarding registering user
   6  - Fixed bug with collaboration tables in mysql kernel_clean.sql
   7  - Fixed bug with ezoption datatype with adding new option before checked
   8  - Fixed bug with checking site.ini variable to allow special characters in generated passwords
   9  - Implemented cancel button for content object copy. Some minor design fixes.
  10  - Fixed problem with updating prices in basket after user login and if user has discounts.
  11  - Fixed bug with missing include in wrapping workflow event type.
  12  - Fixed bug in forgot password function with that after changing pasword to a new one user object was not
  13    stored and user was not able to login with new password.
  14  - Renamed forgot password view from forgetpassword to forgotpassword ( old name kept for compatibility )
  15  - Added missing path to forgotpassword module
  16  - Added check for non-existing password key.
  17  - Fixed bug in approval which would stop the workflow if the publisher was an editor, excluded
  18    or object was in wrong section.
  19  - Fixed parsing of nice URL's with internal links #.
  20  - Made eZ user datatype searchable
  21  - Fixed proper indexing of e-mail addresses and numbers containing .
  22  - Fixed bug of discard function in class group which will remove the class group. After fixing, Class group will be 
  23    removed only if there is no any defined class in this group. 
  24  - Added support for a title path which is displayed in the title of the site instead of the normal path.
  25    The title path is optional for views.
  26  - Fixed bug in datatype object relation which always causes validation error
  27    if there is an object relation.
  28  - Added remove function for datatype object relation.
  29  - All templates has been controlled and fixed to make sure that they wash all content output.
  30  - Cleaned warning messages when running script ezxhtmlxmloutput.php.
  31  - Fixed bug of inserting anchor does not work before heading.
  32  - Fixed bug of running custom actions can not save changes in fields "searchable" and "required"
  33    of class attributes.
  34  - Fixed bug with content create policy limitation.
  35  - Fixed typo in removeclass.php.
  36  - Fixed bug with trash objects of removed class.
  37  - Fixed bug with redirection after publishing if workkflow is running.
  38  
  39  Content:
  40  - Made sure a title path is returned in content/view, it no longer includes the root object (Frontpage, Users etc.).
  41  - Fixed bug with translations for object names.
  42  - Fixed bug with viewing of translated object versions.
  43  Binary file:
  44  - Fixed bug with stored file not being removed when the object was deleted (removed from trash).
  45  
  46  User:
  47  - Fixed bug in password change, the wrong user ID was used which caused the operation to crash.
  48  - Fixed user indexing bug, old user object was cached in memory causing wrong indexing
  49  
  50  Shop:
  51  - Change date in list to datetime since it can be quite important for shops.
  52  - Fixed problem with updating prices in basket after user login and if user has discounts.
  53  - Fixed bug with missing include in wrapping workflow event type.
  54  
  55  Browser:
  56  - Made sure children are indented one level to it's parent in the list.
  57  - Added section information to list.
  58  
  59  Collaboration:
  60  - Denied and deferred items now displays an edit link for the author.
  61  - Changed display name for deferred to Pushback.
  62  
  63  Security:
  64  - Made sure that the text string is washed before being presented in the HTML code.
  65    Fixed search, advanced search and search stats.
  66  - Made sure ezurl, ezroot and ezdesign returns properly html escaped data which
  67    can be inserted directly into HTML code.
  68  
  69  *SDK :
  70  
  71  *Library :
  72  
  73  eZ utils:
  74  - Fixed correct escaping of \ and $ characters in .ini file cache
  75  
  76  eZ template:
  77  - Locale operator no longer keeps a locale instance but calls eZLocale::instance when needed.
  78  
  79  eZ mail:
  80  - It's now possible to exclude certain headers when fetching the headertext in the eZMail class.
  81  - Made sure that the sendmail transport don't generate duplicate To and Subject headers.
  82  - Added a sendmail commandline parameter when sending mail to ensure ctladdr and Return-Path get set correctly.
  83    An Authentication-Warning will be sent with the mail if the web server user is not in sendmail trusted users list.
  84  
  85  eZ DB:
  86  - Fixed bug in postresql driver which coused problems with detection of existing data in database during set up.
  87  
  88  *Missing files :
  89  - runcronjobs.php, required for running cronjob scripts, missing in 3.0-1 release.
  90  - doc/FAQ, answers to common questions, missing in 3.0-1 release.
  91  
  92  *New files :
  93  - Added .htaccess_root file which can be used for securing a non-virtualhost setup. The file
  94    should be copied to .htaccess.
  95  
  96  *Changed files :
  97  - runcronjobs.php was made executable which means it can be run from
  98    shell script with ./runcronjobs.php
  99  - Script in update/common/scripts were made executable which means it can be
 100    run from shell script with update/common/scripts/nameofscript.php
 101  - Tests more files and directories in bin/modfix.sh for the eZ publish root detection.
 102  - Datatabase update files were devided in parts for each release and database.
 103  
 104  *Removed files:
 105  - Removed database_update.sql, this file was split into multiple files for each version and database types.
 106    See update/database for new files.
 107  
 108  *Changed templates:
 109  - Fixed the problem with creating objects in design/admin/override/templates/node/view/full_class_3.tpl.
 110    This means that it will no longer ask for placement when using Create Here button.
 111  - Added missing dollar symbol in design/standard/templates/content/datatype/view/ezdate.tpl,
 112    thus fixing date display.
 113  - Added i18n code to forgotpassword templates, to enable translation.
 114  - Several enhancements to design/standard/templates/navigator/google.tpl.
 115    Fixed the expanding page list like the navigator on google.com.
 116    Better HTML layout.
 117    Fast jump to start and end of list.
 118    Expands all view parameters to the generated url.
 119  
 120  *New documentation :
 121  - Added template and install security document.
 122  
 123  *Changed documentation :
 124  - Improved cache-block entry in function_list.tpl
 125  - Updated PHP security standard.
 126  
 127  *Settings:
 128  site.ini:
 129  - Fixed wrong spelling of NodeTranslation in site.ini.
 130  
 131  *Setup:
 132  - Fixed problem with queries not being separaed properly.
 133  - Added checks for open_basedir restriction, safe mode and register_globals.
 134  - Added security check for virtual/non-virtual host.
 135  - Added example to magic quotes template on how to disable magic quotes with a .htaccess file.
 136  
 137  *Changed shell scripts:
 138  
 139  clearcache.sh:
 140  - Added support for a subdir when clearing, the subdir is relative to var.


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