Global navigation

   Documentation Center
   eZ Studio & eZ Platform
     User Manual
     Technical Manual
     Glossary
   eZ Publish 4.x / legacy

 
eZ Publish (5.x)

eZ Publish 5.x | For eZ Platform & eZ Studio topics see Technical manual and User manual, for eZ Publish 4.x and Legacy topics see eZ Publish legacy

Skip to end of metadata
Go to start of metadata
January 16th 2015

eZ announces the availability of 5.4.1, a maintenance release available for all users of eZ Publish Platform 5.4 containing a notable few updates and fixes, most notably the update to Symfony 2.6.

Newer release available

A newer release is available, rendering update instructions here obsolete and non working. Please see 5.4.x Update Instructions for always uptodate instructions for 5.4 releases.

 


Updating from a previous version of eZ Publish Platform 5.4

These instructions take advantage of Composer for maintenance updates, so make sure you familiarize yourself with the Using Composer page.
For Upgrading from versions prior to 5.4 look at our Upgrading from 5.2 to 5.4 or Upgrading from 5.3 to 5.4 page.

1. Update to Symfony 2.6

Get the waste amount of Developer eXperience improvements in Symfony 2.6, including eZ specific issues like  EZP-23489 - Symfony 2.6: Make assets install scripts smarter with symlinks Closed  which builds on this work.

Perform the following command to make sure you get Symfony 2.6 in update command below:

2. Updating Composer Packages selectively

With this command you'll only update packages from eZ (and Symfony) that have received updates:

Note: Add "ezsystems/ezfind-ls" to the parameters to get latest version if you also use this extension.


Package updates

Here are the packages that have received an update as part of this releases:

packageversionprior version
ezsystems/ezpublish-kernel5.4.15.4.0
ezsystems/ezpublish-legacy5.4.15.4.0
ezsystems/demobundle5.4.15.4.0
ezsystems/ezfind5.4.15.4.0
ezsystems/ezdemo-ls-extension5.4.15.4.0
symfony/symfony2.6.12.5.6

 

Updates and fixes in this release

Loading
Key Summary T Created Updated Due Assignee Reporter P Status Resolution
EZP-23489 Symfony 2.6: Make assets install scripts smarter with symlinks Improvement Oct 20, 2014 Dec 23, 2015 Unassigned André Rømcke High Closed Fixed
EZP-23727 Compress packages on updates.ez.no for faster downloads Improvement Dec 03, 2014 Dec 30, 2014 Unassigned André Rømcke High Closed Fixed
EZP-23754 SPI Cache TrashHandler should clear cache after trashing/recovering Improvement Dec 04, 2014 Dec 15, 2014 Unassigned André Rømcke High Closed Fixed
EZP-21797 Multisite settings cause recursive sudo when using legacy slot in sudo operation Bug Oct 21, 2013 Feb 21, 2016 Unassigned Benjamin Choquet High Closed Fixed
EZP-23159 Composer install/update sometimes have Fatal error during asset dump step Bug Jul 15, 2014 Dec 23, 2015 Unassigned André Rømcke High Closed Incomplete
EZP-23478 ezinfo/about redirected after each form post Bug Oct 16, 2014 Dec 05, 2014 Unassigned Pedro Resende Medium Closed Fixed
EZP-23483 Language Switcher does not work properly when using PathPrefix in pure legacy Bug Oct 16, 2014 Jan 09, 2015 Unassigned Joao Inacio High Closed Fixed
EZP-23612 [Demo] Add breadcrumb items spacing Bug Nov 10, 2014 Dec 30, 2014 Unassigned Roland Benedetti High Closed Fixed
EZP-23620 Segmentation fault error when copying subtree Bug Nov 11, 2014 Jan 07, 2015 Unassigned Ricardo Correia Medium Closed Fixed
EZP-23624 Unable to change base translation when editing content Bug Nov 11, 2014 Dec 04, 2014 Unassigned Eduardo Fernandes High Closed Fixed
EZP-23639 dfscleanup.php -B -D not clearing DB-unregistered files on dfs share Bug Nov 13, 2014 Jan 06, 2015 Unassigned Rui Silva Medium Closed Fixed
EZP-23643 Search with permissions off results in UnauthorizedException Bug Nov 15, 2014 Jun 17, 2015 Unassigned André Rømcke High Closed Fixed
EZP-23672 content versionview displays wrong modifier name in object information Bug Nov 20, 2014 Nov 25, 2014 Unassigned Joao Inacio Medium Closed Fixed
EZP-23676 Configuration Converter generates invalid URI matching configuration Bug Nov 21, 2014 Nov 24, 2014 Unassigned Jani Tarvainen Medium Closed Fixed
EZP-23681 eZ Find: moving a node does not re-index its children with delayed indexing Bug Nov 21, 2014 Jan 23, 2015 Unassigned Nuno Oliveira High Closed Fixed
EZP-23683 Symfony starts always a session on legacy_mode Bug Nov 24, 2014 Nov 25, 2014 Unassigned Ricardo Correia Medium Closed Fixed
EZP-23687 Notice when running "$phpbin runcronjobs.php monitor" Bug Nov 24, 2014 May 04, 2015 Unassigned Paulo Nunes High Closed Fixed
EZP-23690 HttpCache: LocalPurgeClient uses deprecated X-Group-Location-Id Bug Nov 26, 2014 Dec 29, 2014 Unassigned Jérôme Vieilledent High Closed Fixed
EZP-23701 table cell valign property in XmlText is not properly rendered Bug Nov 28, 2014 Jan 06, 2015 Unassigned Ricardo Correia High Closed Fixed
EZP-23703 Impossible to update only the name of a section Bug Nov 28, 2014 Jan 06, 2015 Unassigned Damien Pobel Critical Closed Fixed
EZP-23739 Files uploaded with multiupload will be download with the wrong Content-Type Bug Dec 03, 2014 Dec 04, 2015 Unassigned Eduardo Fernandes High Closed Fixed
EZP-23752 Strict standards error with Symfony 2.6 Bug Dec 04, 2014 Jan 30, 2015 Unassigned Jérôme Vieilledent High Closed Fixed
EZP-23753 Incorrect node UrlAlias for (partially) untranslated objects Bug Dec 04, 2014 May 04, 2015 Unassigned Joao Inacio High Closed Fixed
EZP-23812 vertical align in table cells is not visible in the editor Bug Dec 18, 2014 Jan 06, 2015 Unassigned Damien Pobel High Closed Fixed

2 Comments

  1. If you are using eZFind you should update it as well:

    php -d memory_limit=-1 composer.phar update --no-dev --prefer-dist ezsystems/ezfind-ls

     

  2. It is specified in the info block below the composer update line, Mauricio Sánchez:

    Note: Add "ezsystems/ezfind-ls" to the parameters to get latest version if you also use this extension.
    Do you think it should be made more visible ?