[koha-commits] main Koha release repository branch master updated. v3.18.00-655-g5f9f555

Git repo owner gitmaster at git.koha-community.org
Mon Apr 13 18:30:40 CEST 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  5f9f555c72ce4f3418490b381df790acd20561a9 (commit)
       via  a58fb55e1406e862e03ad8a92f89cc2ac956cd7d (commit)
       via  b161f4fbc7aafb251e36dc4a8bde4e6fa1dfa8ee (commit)
       via  0d31fca4f1303588b8a019410bbbb68d882521b7 (commit)
      from  9c6bc2543f8ad235c8527c5b7f2d53d17308b02a (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 5f9f555c72ce4f3418490b381df790acd20561a9
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Apr 13 13:26:06 2015 -0300

    Bug 13539: (RM followup) DBIx schema update
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a58fb55e1406e862e03ad8a92f89cc2ac956cd7d
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Mon Apr 13 13:18:48 2015 -0300

    Bug 13539: DBRev 3.19.00.024
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b161f4fbc7aafb251e36dc4a8bde4e6fa1dfa8ee
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Jan 18 22:41:23 2015 +0100

    Bug 13539: Remove unused table patroncards
    
    It appears that the table patroncards hasn't been used
    since the database updates for the rewritten label modules
    ('3.01.00.107').
    
    It's time to remove them from the database.
    
    As the patron card batches were needed for printing and
    the data has not been accessible in a long time, it seems safe
    to delete it.
    
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0d31fca4f1303588b8a019410bbbb68d882521b7
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Apr 7 16:46:27 2015 +0200

    Bug 13957: If no value, display an empty string instead of "null"
    
    Using the autocomplete feature in the patron search, if one value is
    missing (i.e. country), it will be replaced with 'null'.
    The default value should be an empty string.
    
    Test plan:
    0/ Enable the patron autocomplete feature
    1/ Create a patron without value for country, address, zipcode, city
    2/ Go on the circ home page
    3/ Search for this patron. The country should not have been replaced by
    "null".
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 Koha/Schema/Result/Borrower.pm         |   19 +-----
 Koha/Schema/Result/Patroncard.pm       |  105 --------------------------------
 circ/ysearch.pl                        |   14 ++---
 installer/data/mysql/kohastructure.sql |   15 -----
 installer/data/mysql/updatedatabase.pl |    7 +++
 kohaversion.pl                         |    2 +-
 6 files changed, 17 insertions(+), 145 deletions(-)
 delete mode 100644 Koha/Schema/Result/Patroncard.pm


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list