Releases: ezsystems/ezpublish-legacy
Releases · ezsystems/ezpublish-legacy
2018.09.4
2017.12.6
2018.09.3
2017.12.5
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
2018.09.1
2017.12.4
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:
Changes since 2017.12.3
- EZP-29390: [Legacy] PHP Warning: Cannot change session name when session is active (#1373), followups:
- 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 of5.90.0-alpha1
making it possible to somewhat better identifying branch user is on (master continues to bealpha1
)
- 2017.12 will now have version number
2018.09.0
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
- Example: 2018.09 is
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
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
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)