[koha-commits] main Koha release repository branch master updated. v3.22.00-672-geaaea6e

Git repo owner gitmaster at git.koha-community.org
Fri Feb 26 13:25:12 CET 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  eaaea6ed27c549b64d813afbc3cb14ab3ebadd48 (commit)
       via  a6dc6a28f32baa7c18074a3fff7199495b976567 (commit)
       via  8627ec5f6a274e46940bb82c52341e012fc6406d (commit)
       via  9909ef66ef627937c3235261907104abeb504e30 (commit)
       via  92c37ef4e2e711204a740d3af4e98db201feddbe (commit)
      from  a1bd7af5fbb6ad2553617b1b6acb8a5dc77498e7 (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 eaaea6ed27c549b64d813afbc3cb14ab3ebadd48
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 26 12:28:55 2016 +0000

    Bug 4941 - DBRev 3.23.00.027

commit a6dc6a28f32baa7c18074a3fff7199495b976567
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Feb 26 12:24:04 2016 +0000

    Bug 4941 [QA Followup] - Retain singleBranchMode in list of sysprefs passed to XSLT

commit 8627ec5f6a274e46940bb82c52341e012fc6406d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 6 10:41:44 2016 +0000

    Bug 4941: Remove the singleBranchMode system preference
    
    The singleBranchMode system preference does not make sense.
    Either the install has only 1 library defined or several. In both case,
    we can easily guess the behavior to follow.
    
    So the idea of this patch is to replace the fetch of this syspref with a
    call to count the number of libraries defined in DB.
    
    Test plan:
    1/ From a fresh Koha install, execute the DB entry to remove the pref.
    2/ Define only 1 library
    3/ Confirm that Koha behaves the same as before (try to change your
    library, look at the facets)
    4/ Create another library (or more) and reinsert the pref and set it:
      insert into systempreferences (variable, value)
        values('singleBranchMode', 1);
    5/ Execute the DB entry
    You should get a warning message.
    6/ Repeat 3.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Does what it says, but will change behaviour for any Koha install that
    has 2 branches defined, One circulation, and this preference set.
    If that is an acceptable change, we might need to make sure this is noted well in the
    release notes.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 9909ef66ef627937c3235261907104abeb504e30
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 6 10:41:42 2016 +0000

    Bug 4940: DB Changes
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    http://bugs.koha-community.org/show_bug.cgi?id=4941
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 92c37ef4e2e711204a740d3af4e98db201feddbe
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Jan 6 10:41:21 2016 +0000

    Bug 4941: Make tests non DB dependent
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Auth.pm                                         |    3 +-
 C4/Koha.pm                                         |    6 +--
 C4/Search.pm                                       |    3 +-
 C4/UsageStats.pm                                   |    1 -
 C4/XSLT.pm                                         |    9 +++-
 Koha.pm                                            |    2 +-
 installer/data/mysql/sysprefs.sql                  |    1 -
 installer/data/mysql/updatedatabase.pl             |   15 +++++++
 .../prog/en/modules/admin/preferences/opac.pref    |    7 ----
 opac/opac-reserve.pl                               |    4 +-
 t/Koha.t                                           |   43 +++++++++++++++++---
 t/db_dependent/Koha.t                              |   21 +---------
 12 files changed, 71 insertions(+), 44 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list