Skip to content

Releases: gggeek/ezdbintegrity

0.28.0

11 Mar 11:44
Compare
Choose a tag to compare

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

03 Nov 12:08
Compare
Choose a tag to compare
  • 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

09 Apr 16:32
Compare
Choose a tag to compare

added one SQL check for url fragments in ezurlalias_ml missing their parent

0.26.1

09 Apr 16:32
Compare
Choose a tag to compare

fix one warning in specific mysql configs

0.26

03 Dec 13:22
Compare
Choose a tag to compare

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

03 Dec 13:21
Compare
Choose a tag to compare

Actually fix the issue which we tried to fix in 0.24

0.24

09 Nov 14:22
Compare
Choose a tag to compare

fixed: make custom queries work with recent mariadb versions

0.23

04 Dec 17:19
Compare
Choose a tag to compare

. 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

14 May 09:22
Compare
Choose a tag to compare
  • 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

03 May 09:57
Compare
Choose a tag to compare
  • 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