[koha-commits] main Koha release repository branch master updated. v3.22.00-1430-gbed7eb4

Git repo owner gitmaster at git.koha-community.org
Fri Apr 29 15:56:34 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  bed7eb47623356c8e317d64f4fa5dc6a5efadbd2 (commit)
       via  1b6a3d85a922486c6ffa711806ed47007c2523f0 (commit)
       via  85e7d186ec2f0a30e479bc924a1023c73eefc28e (commit)
       via  d60c96c8911da0888e4fd4eb5cb8fadda02c44a5 (commit)
      from  025e00b54eb3fb86e3e07141fac15012901790c2 (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 bed7eb47623356c8e317d64f4fa5dc6a5efadbd2
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 29 14:04:57 2016 +0000

    Bug 16041 - DBRev - Fix print line
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 1b6a3d85a922486c6ffa711806ed47007c2523f0
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 29 14:02:52 2016 +0000

    Bug 16167 - DBRev 3.23.00.059
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 85e7d186ec2f0a30e479bc924a1023c73eefc28e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 30 09:27:23 2016 +0100

    Bug 16167: Remove Authorised value images prefs
    
    There are 2 prefs to drive this feature: StaffAuthorisedValueImages and
    AuthorisedValueImages. AuthorisedValueImages is not added by
    sysprefs.sql and does not appear in updatedatabase.pl, we could easily
    imagine that nobody uses it.
    
    With XSLT enabled, the feature is only visible on a record detail page
    at the OPAC, if AuthorisedValueImages is set. Otherwise you need to turn
    the XSLT off. In this case you will see the images on the result list
    (OPAC+Staff interfaces) and OPAC detail page, but not the Staff detail
    page.
    
    This patch suggests to remove completely this feature as it does not
    work correctly.
    
    The ability to assign an image to an authorised value is now always
    displayed, but the image will only be displayed on the advanced search
    if defined.
    
    Test plan:
    Confirm that the authorised value images are no longer visible at the
    opac and the staff interfaces.
    The prefs should have been removed too.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit d60c96c8911da0888e4fd4eb5cb8fadda02c44a5
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Apr 4 08:39:57 2016 +0100

    Bug 16167: Atomic update
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Auth.pm                                         |    1 -
 C4/Biblio.pm                                       |   62 -------------
 C4/Items.pm                                        |   98 --------------------
 C4/Search.pm                                       |    1 -
 C4/UsageStats.pm                                   |    2 -
 Koha.pm                                            |    2 +-
 installer/data/mysql/sysprefs.sql                  |    1 -
 installer/data/mysql/updatedatabase.pl             |   12 ++-
 .../prog/en/modules/admin/preferences/opac.pref    |    6 --
 .../en/modules/admin/preferences/staff_client.pref |    6 --
 .../prog/en/modules/catalogue/results.tt           |    8 --
 .../en/modules/help/admin/authorised_values.tt     |    3 -
 .../bootstrap/en/includes/item-status.inc          |    6 +-
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |    8 --
 .../opac-tmpl/bootstrap/en/modules/opac-results.tt |   13 +--
 opac/opac-detail.pl                                |   14 ---
 t/db_dependent/UsageStats.t                        |    2 -
 17 files changed, 14 insertions(+), 231 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list