Releases: gggeek/ezdbintegrity
Releases · gggeek/ezdbintegrity
0.28.0
added one SQL check for ezurl items not present in ezurl_object_link
changed the custom queries used to look for orphan rows in ezm_block to make them fast. Side effect: they only work with mysql/mariadb now
0.27.1
- fixed one db schema check query to be compatible with MariaDB strict mode
- added CI testing on GHA
- renamed
master
branch to main
0.27.0
added one SQL check for url fragments in ezurlalias_ml missing their parent
0.26.1
fix one warning in specific mysql configs
0.26
Better custom checks on node aliases:
- fix check for nodes missing the "sytem" url alias
- add a check for custom aliases with a missing target node
0.25
Actually fix the issue which we tried to fix in 0.24
0.24
fixed: make custom queries work with recent mariadb versions
0.23
. fixed: do not report as invalid the image variations file created from eZPlatform onwards, as they are not tied to the ezimagefile table. Thanks @blankse
. new: added a check for eZPlatform image variations, as part of the checkstorage.php
command
. fixed php warnings reported by @blankse
0.22.0
- added one custom SQL check for ezflow blocks
- added one custom SQL check for contents which are descendants of themselves
- changed the sorting order of the list of custom SQL checks
0.21.0
- fixed one FK check for ezmedia
- removed the useless check of one FK on ezcontentobject_attribute, with always many false positives
- added one more FK from ezcontentobject to ezcontentobject_version
- when checking attributes of type ezbinaryfile, ezmedia, ezimagefile, check for files which exist but have 0 bytes on disk