[koha-commits] main Koha release repository branch 3.20.x updated. v3.20.12-5-gfe45e8a

Git repo owner gitmaster at git.koha-community.org
Fri Jul 8 01:25:30 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.20.x has been updated
       via  fe45e8a83d2583a13d9f8c4b239c9416d90f274b (commit)
      from  e3381d00710c29e706a797db6c7d844839013c25 (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 fe45e8a83d2583a13d9f8c4b239c9416d90f274b
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>
    (cherry picked from commit ffd86f218e50124ff0090bb4e41fc4a32cb51b99)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

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