Skip to content

Releases: ezsystems/ezpublish-legacy

v2017.12.3

29 Jun 09:06
Compare
Choose a tag to compare

Changes

Since v2017.12.2.2:

  • Make SQL group query compatible with strict MySQL for 5.7(#1368)
  • Fixed php7 warning (#1370)
  • Fixed fatal error (#1367)
  • Update index when adding/removing node assignment (#1353)
  • Force to use integer keys in eZXMLOutputHandler->NodeArray (#1356)
  • Update search index in hide cronjob (#1348)
  • Fix link source change (object => node) when editing a version (#1291)
  • EZP-29033: [Legacy] Don't remove links user has no access to (#1355)
  • EZP-29210: Fix admin UI anchor link scroll bug (#1366)
  • [Composer] Bump conflict to kernel <6.13 & version to 2017.12 (330803d)
  • EZP-29039: Image aliases expiry on draft discard (#1358)
  • EZP-28950: Settings example for blocking 4-byte chars in login (bcc5518)
  • EZP-28950: Add support for utf8mb4 charset to i18n (#1361)

Since v2017.12.2.1:.

  • Fix regression which broke PASSWORD_HASH_MD5_PASSWORD (#1354)

Since v2017.12.2:

  • EZP-28298: Legacy leaks object names by object link/embed (f9ffaf5)
  • EZP-28108: Submitting form with ContentObjectID changed sends e-mail anyway (efcd2b6)
  • EZP-27877: Forgotpassword hash is insecure (6db0e6b)
  • EZP-20442: Matrix labels are not washed (917711e)

2017.12.2

06 Feb 12:12
Compare
Choose a tag to compare

Changes

  • EZP-28736: SPI cache not cleared when a content is published via a delayed publication workflow (#1345)
  • [Composer] Update to GPL-2.0-only license notation for packagist (b39ab37)
  • Typo in variable name results in PHP Notice and unneeded file deletion checks on ezbinaryfile store/publish. (#1347)
  • Misc doc updates (9292b22, 35dd460, 3fbfe6d)

2017.12.1.1

18 Jan 12:59
Compare
Choose a tag to compare

Changes

  • EZP-28750: Draft preview displays wrong Version information (#1344)

2017.12.1

15 Jan 10:16
ffaab4a
Compare
Choose a tag to compare

Changes

  • Add compat layer for constructor for eZSiteInstaller (#1339) …
  • Fix warning on counting NULL in PHP 7.2 (#1341)
  • Change to use Composer for autoload solving autoload issues with v2, drops ancient PEAR/EZC autoload support (#1340)

2017.12.0

22 Dec 12:49
Compare
Choose a tag to compare

Changes

  • EZP-27993: Support quality override by image alias (#1324)
  • EZP-28180: Adding function "create" to simplify the creation of a ez sitedata entry (#1273)
  • EZP-28174: Improved error message when target of eznode:// and ezobject:// links doesn't exists (#1333)
  • EZP-28470: Allow state limitation on manage_locations (#1335)
  • EZP-26209: Textline legacy search indexing causes TransactionErroron large ints (#1338)
  • EZP-28214: Password hash silently defaults to MD5 (#1334)
  • CSS Compressing was ignoring @2x image path (#1244)

Misc

  • datetime.ini: Inline doc added. Better examples (#1331)
  • Remove usage of each() function to avoid deprecations on PHP 7.2 (#1336)

2017.10.1

21 Nov 10:47
Compare
Choose a tag to compare

Changes since 2017.10.0:

  • Making the constructor parameter $row optional in eZPersistentObject to avoid compatibility issues after php7 changes in 2017.10 (#1330)
  • EZP-28165: Incorrect increment of object_count in ezsearch_word (#1319)

2017.10.0

31 Oct 12:59
Compare
Choose a tag to compare

Changes since 2017.08.01:

  • EZP-27804: Constructor refactoring (PHP4 to PHP5 __construct()) (#1233)
    • No more PHP 7.0 deprecation warnings coming from legacy kernel
  • EZP-27803: Wrong URLs in Treemenu if Platform is installed in a sub-directory (#1318)
  • EZP-24744: Increase password security by supporting PHP's password_hash() (bcryt) (#1322)
  • EZP-27814: Support MySQL error codes in DB exceptions (#1315)
  • Fix Typo in ezobjectrelation.tpl after 2017.08 class limitation feature addition (#1328)

Changes since 2017.10.0-RC1:

  • Remove wrong semicolons in standard design (#1327)

2017.10.0-RC1

26 Oct 11:44
Compare
Choose a tag to compare
2017.10.0-RC1 Pre-release
Pre-release

Changes since 2017.08.01:

  • EZP-27804: Constructor refactoring (PHP4 to PHP5 __construct()) (#1233)
    • No more PHP 7.0 deprecation warnings coming from legacy kernel
  • EZP-27803: Wrong URLs in Treemenu if Platform is installed in a sub-directory (#1318)
  • EZP-24744: Increase password security by supporting bcryt (#1322)
  • EZP-27814: Support MySQL error codes in DB exceptions (#1315)
  • Fix Typo in ezobjectrelation.tpl after 2017.08 change (#1328)

2017.08.1.1

11 Sep 09:09
Compare
Choose a tag to compare

2017.08.1

05 Sep 09:58
Compare
Choose a tag to compare

Fixes since v2017.08.0:

  • EZP-27735 Solr index not updated immediately after change content priority (#1312)
  • [Composer] Relax conflict to enable install with dev-master of kernel (#1320)