EntityAuditBundle

Audit for Doctrine Entities

MIT License

Downloads
3.1M
Stars
619
Committers
71

Bot releases are hidden (Show)

EntityAuditBundle - 1.3.2

Published by VincentLanglet over 3 years ago

Fixed

  • [#398] Fix missing space in identifier WHERE clausule if the entity has multiple columns as the primary key (@Vantomas)
EntityAuditBundle - 1.3.1

Published by VincentLanglet over 3 years ago

Fixed

EntityAuditBundle - 1.3.0

Published by VincentLanglet over 3 years ago

Added

Deprecated

  • [#382] Passing another value than 'string', 'integer', 'smallint', 'bigint' or 'guid' for the revision_id_field_type value. (@VincentLanglet)
EntityAuditBundle - 1.2.0

Published by VincentLanglet over 3 years ago

Added

EntityAuditBundle - 1.1.1

Published by VincentLanglet over 3 years ago

Fixed

EntityAuditBundle - 1.1.0

Published by VincentLanglet over 3 years ago

Added

  • [#365] Added routing in xml: src\Resources\config\routing\audit.xml (@wbloszyk)
  • [#364] Added SimpleThings\EntityAudit\Action\CompareAction (@wbloszyk)
  • [#364] Added SimpleThings\EntityAudit\Action\IndexAction (@wbloszyk)
  • [#364] Added SimpleThings\EntityAudit\Action\ViewDetailAction (@wbloszyk)
  • [#364] Added SimpleThings\EntityAudit\Action\ViewEntityAction (@wbloszyk)
  • [#364] Added SimpleThings\EntityAudit\Action\ViewRevisionAction (@wbloszyk)
  • [#350] PHP 8 support (@VincentLanglet)
  • [#355] connection configuration node in order to use a different connection than "default" (@phansys)
  • [#355] entity_manager configuration node in order to use a different entity manager than "default" (@phansys)
  • [#352] "symfony/config" dependency (@phansys)

Changed

  • [#366] Change xml configuration in favor of php (@wbloszyk)
  • [#364] Changed controllers for routing from AuditController in favor for Actions (@wbloszyk)

Deprecated

  • [#364] Deprecated SimpleThings\EntityAudit\Controller\AuditController (@wbloszyk)

Fixed

  • [#364] Fixed page working with symfony/framework-bundle >= 5.0 (@wbloszyk)
  • [#324] AuditedCollection methods in order to respect Collection interface (@phansys)
EntityAuditBundle - v1.0.9

Published by tolry over 6 years ago

  • conflict with doctrine 2.7.0 (>= 2.7.1 works), thanks to @phansys #320
EntityAuditBundle - v1.0.8

Published by tolry over 6 years ago

  • PR #316 - better sf4 support thx to @ThomasTr
EntityAuditBundle - v1.0.7

Published by tolry over 6 years ago

  • PR #313 symfony flex compatibility (added "type": "symfony-bundle" to composer.json) - thx to @anacona16
EntityAuditBundle - v1.0.6

Published by DavidBadura about 7 years ago

  • #291 fix BC break: username should not be null (@tolry)
EntityAuditBundle - v1.0.5

Published by DavidBadura over 7 years ago

  • #281 Removal of hardcoded revision field name (@c0ntax)
EntityAuditBundle - v1.0.4

Published by DavidBadura over 7 years ago

  • #279 fix 1.0.3 release
EntityAuditBundle - v1.0.3

Published by DavidBadura over 7 years ago

  • #275 Fix auditing of entities with fields that require php conversion (@TheRatG)
EntityAuditBundle - v1.0.2

Published by DavidBadura over 7 years ago

  • #258 global_ignore_columns doesn't work
EntityAuditBundle - v1.0.1

Published by DavidBadura almost 8 years ago

  • #250 Fix OneToOne reverse relation Doctrine fallback query (@Soullivaneuh)
  • #227 Fallback to native entity if no revision found for properties (@Soullivaneuh)
EntityAuditBundle - v1.0.0

Published by DavidBadura almost 8 years ago

  • #218 Failing one to one bidirectional fix (@peschee)
  • #231 Enable join column to be an id (@oconnedk)
  • #159 [ADD] PHP-CS-Fixer (@Th3Mouk)
  • #197 Fix auditing of entities with fields that require sql conversion (@jamescdavis)
  • #210 Provide a way to customize the revision username. (@bendavies)
EntityAuditBundle - v0.9.2

Published by bendavies about 8 years ago

  • #209 run tests against postgresql (@bendavies)
  • #208 run tests againts mysql (@bendavies)
  • #206 clean up base test. (@bendavies)
  • #198 fix: use the type of association fields in LogRevisionsListener (@v-technologies)
  • #205 Travis improvements (@bendavies)
  • #204 conform to psr-4 (@bendavies)
  • #181 Update CreateSchemaListener.php (@TheRatG)
EntityAuditBundle - 0.9.1

Published by tolry over 8 years ago

fixes #175 (PR #176)

EntityAuditBundle -

Published by smoench almost 9 years ago

  • added support for doctrine/orm 2.5.x
  • some CS fixes
  • moved test case classes in their own files

breaking changes

  • removed support for doctrine/orm < 2.4
  • removed support for doctrine/doctrine-bundle < 1.4
  • removed support for gedmo/doctrine-extensions < 2.3.1
  • removed support for symfony/framework-bundle < 2.3
EntityAuditBundle - v0.8

Published by DavidBadura about 9 years ago