[koha-commits] main Koha release repository branch master updated. v3.22.00-221-g8b17122

Git repo owner gitmaster at git.koha-community.org
Thu Dec 31 20:07:19 CET 2015


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  8b171223a6be947fda6f7caacef631847b1cb1d7 (commit)
       via  b2ae720fec540a38e48328159068d1d631d002af (commit)
       via  e17b835804c7f818c712a1ed1f00212aa35dda0d (commit)
       via  ba2f667c3c8c19c76ea90d6dac003e0b6755743d (commit)
       via  2585209c11991cc91356f80487bd35c51d9d5cfc (commit)
      from  4a34fd2fd31fc98a85021dad22f37605cfae2a5c (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 8b171223a6be947fda6f7caacef631847b1cb1d7
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 26 08:56:49 2015 +0000

    Bug 14889: Add tests for Koha::BiblioFramework[s]
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit b2ae720fec540a38e48328159068d1d631d002af
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 26 08:55:43 2015 +0000

    Bug 14889: Fix error msg on duplicate
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit e17b835804c7f818c712a1ed1f00212aa35dda0d
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Oct 25 10:33:50 2015 +0100

    Bug 14889: QA Follow-up
    
    - Removes unused package from BiblioFramework.pm
    - Makes framework table sortable
    - Some small changes in wording of error messages
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit ba2f667c3c8c19c76ea90d6dac003e0b6755743d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Sep 24 16:08:54 2015 +0100

    Bug 14889: Use Koha::BiblioFramework[s] in admin/biblio_framework.pl
    
    Test plan:
    Add/edit/remove biblio frameworks from the administration module
    (admin/biblio_framework.pl).
    You should get message feedback after each action.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    No problems found. Tested add/edit/delete
    No koha-qa errors
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

commit 2585209c11991cc91356f80487bd35c51d9d5cfc
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Sep 24 16:08:49 2015 +0100

    Bug 14889: Add Koha::BiblioFramework[s] classes
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Brendan Gallagher brendan at bywatersolutions.com

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

Summary of changes:
 Koha/{City.pm => BiblioFramework.pm}               |    6 +-
 Koha/{Cities.pm => BiblioFrameworks.pm}            |    8 +-
 admin/biblio_framework.pl                          |  203 +++++++++-----------
 .../prog/en/modules/admin/biblio_framework.tt      |  184 +++++++++++-------
 t/db_dependent/Koha/BiblioFrameworks.t             |   43 +++++
 5 files changed, 254 insertions(+), 190 deletions(-)
 copy Koha/{City.pm => BiblioFramework.pm} (88%)
 copy Koha/{Cities.pm => BiblioFrameworks.pm} (85%)
 create mode 100644 t/db_dependent/Koha/BiblioFrameworks.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list