Skip to content

Releases: ezsystems/ezpublish-legacy

2018.09.4

18 Feb 08:54
Compare
Choose a tag to compare

Changes

  • EZP-28681: Improve transaction handling in several places to avoid risk of inconsistent data on race conditions / error conditions (#1415)

2017.12.6

18 Feb 08:54
8e58bc6
Compare
Choose a tag to compare

Changes

  • EZP-28681: Improve transaction handling in several places to avoid risk of inconsistent data on race conditions / error conditions (#1415)

2018.09.3

18 Jan 08:42
Compare
Choose a tag to compare

Changes

  • EZP-29573: Legacy installer should allow utf8mb4 charset (#1386)
  • EZP-29723: Content object attributes not set properly (#1416)

2017.12.5

18 Jan 08:40
Compare
Choose a tag to compare

Changes

  • [ezpublish legacy] include assigned nodes into the removethis process (#1406)
  • EZP-29957: Two XML blocks in the same Class in a different Categories will break second Online Editor (#1411)
  • EZP-29573: Legacy installer should allow utf8mb4 charset (#1386)
  • EZP-29723: Content object attributes not set properly (#1416)

v2018.09.2

09 Jan 21:13
Compare
Choose a tag to compare

Changes since v2018.09.1.3:

  • eZContentObject::removeThis() does not remove assigned nodes (#1406)
  • EZP-29957: Two XML blocks in the same Class in a different Categories (#1411)
  • EZP-29901: Revert "Prevent race condition when generating TS cache" due to regression

2018.09.1

29 Oct 10:21
Compare
Choose a tag to compare

Fixes:

  • [PHP7] Add constructor compatibility on eZContentObjectTreeNode (#1395)

2017.12.4

29 Oct 10:18
a26004b
Compare
Choose a tag to compare

Fixes

Changes since 2017.12.3.2

  • EZP-29379: Fixed changing of section not committing to the solr index (#1378), followup:
    • EZP-29379: Option to skip search engine indexing inside eZContentOperationCollection::updateSection (#1381)
  • [PHP] Fix some PHP 7.2 deprecations (#1382), other relevant fixes:
    • Add BC constructor for eZContentUploadHandler (#1392)
    • [PHP7] Add constructor compatibility on eZContentObjectTreeNode (#1395)

Changes since 2017.12.3

  • EZP-29390: [Legacy] PHP Warning: Cannot change session name when session is active (#1373), followups:
    • Fix EZP-29418: Wrong Session Name after EZP-29390 (#1377)
    • Fix CS from #1377
  • Skip tests that depend on critmon1.ez.no as it has been shut down. (#1374)

Misc

  • Update version number, add hint of which version it is (6043da5)
    • 2017.12 will now have version number v5.97.12 instead of 5.90.0-alpha1 making it possible to somewhat better identifying branch user is on (master continues to be alpha1)

2018.09.0

05 Oct 15:49
Compare
Choose a tag to compare

Co-release with eZ Platform v2.3

Features

  • Add a field to support "date object was trashed" (#1351)
    • This schema change bumps kernel conflict so this release so it can only be installed with eZ Platform 2.3 or higher if installed via legacy bridge
  • Update version number, it now does not refer to being alpha anymore on releases (only master)
    • Example: 2018.09 is v5.98.9 in places where not the human readable 2018.09 is shown

Fixes

EZP-29379: Fixed changing of section not committing to the solr index. (#1378)

  • [PHP] Fix some PHP 7.2 deprecations (#1382)
  • EZP-29379: Option to skip indexing inside eZContentOperationCollection::updateSection (#1381)
  • Prevent race condition when generating TS cache (#1388)
  • Add BC constructor for eZContentUploadHandler to avoid issues with ezodf (#1392)
  • Atomic cache writes to prevent corrupt caches. (#1389)

Misc

  • [Travis] Enable test runs on 201x.xx branches
  • Fix missing SQL updates / schema for trashed column (#1393) & Fix update sql file name (ee7a687)

Contributions by: @thiagocamposviana & @omh helped make this release possible!

2018.06.1

11 Jul 12:14
Compare
Choose a tag to compare

Fixes

  • EZP-29400 : ezobjectrelationlist - fix fatal error on indexing (#1376)
  • EZP-29170: Custom tag attribute of "link" type should indicate what node is selected (#1365)
  • EZP-29390: [Legacy] PHP Warning: Cannot change session name when session is active (#1373)

Misc

  • Skip tests that depend on critmon1.ez.no as it has been shut down (#1374)

v2018.06.0

29 Jun 22:08
4a86b37
Compare
Choose a tag to compare

Changes

  • EZP-28706: Fixed hardcoded PostgreSQL sequence names (#1342)
  • EZP-29285: New OE plugin: Custom tags: CTRL+Enter to get between 2 consecutive tags (#1369)
  • Setup conflict to depend on kernel 7.2 (4a86b37)

Also part of v2017.12.3:

  • 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)