[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.08-17-gffd86f2

Git repo owner gitmaster at git.koha-community.org
Fri Jul 1 08:50:16 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.22.x has been updated
       via  ffd86f218e50124ff0090bb4e41fc4a32cb51b99 (commit)
      from  6c65a1dce8f0ac1807ff03047584daaaf14ad650 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit ffd86f218e50124ff0090bb4e41fc4a32cb51b99
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Mon Jun 13 13:04:25 2016 -0300

    Bug 16720: Remove DBIx ActionLogs.pm
    
    The update_dbix_class_files.pl script generates ActionLog.pm instead, which is
    already on the source tree.
    
    To test:
    - Apply the patch
    => SUCCESS: Koha/Schema/Result/ActionLogs.pm is removed
    - Run:
      $ mysql -uroot
      > CREATE DATABASE dbic; \q
      $ mysql -uroot dbic < kohaclone/installer/data/mysql/kohastructure.sql
      $ misc/devel/update_dbix_class_files.pl --db_name dbic --db_user root
    => SUCCESS: Koha/Schema/Result/ActionLogs.pm is not re-generated
    - Run:
      $ git grep ActionLogs
    => SUCCESS: There's no code using it
    - Sign off
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit b8c950a4c1b1ead8a58686b27c95f9891cdccbae)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit c0d3e6db1191e2bb63da70cf1d3280f25efe7bfa)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 Koha/Schema/Result/ActionLogs.pm |   90 --------------------------------------
 1 file changed, 90 deletions(-)
 delete mode 100644 Koha/Schema/Result/ActionLogs.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list