[koha-commits] main Koha release repository branch master updated. v16.05.00-122-gb8c950a

Git repo owner gitmaster at git.koha-community.org
Fri Jun 17 16:37: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, master has been updated
       via  b8c950a4c1b1ead8a58686b27c95f9891cdccbae (commit)
      from  557a5989093982f41173df8267658cb1d90e76cd (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 b8c950a4c1b1ead8a58686b27c95f9891cdccbae
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>

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

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