[koha-commits] main Koha release repository branch master updated. v3.16.00-61-gf09bdf7

Git repo owner gitmaster at git.koha-community.org
Mon May 26 04:28:39 CEST 2014


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  f09bdf7142444e2461d1e71656e69f5139133500 (commit)
       via  f51cc2d5fb962d4cb2912b1f0de2c83b2c947bad (commit)
       via  3ad3e0e98452aaf7d319539248f5a8b48407f961 (commit)
       via  e194da51a37792571c3204d07c0936780a7a3fa1 (commit)
       via  6d32d66fdc2f9d137d1b4f7e5de7414ee986abde (commit)
       via  025854d6d499a169df6d4b4138cbfaa75d90eb6f (commit)
       via  09ce37d349340f9af4b7bb565381718f5c182e18 (commit)
      from  6f23ccf1ccee919dc0d6b8efcf520bad3fa10b52 (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 f09bdf7142444e2461d1e71656e69f5139133500
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 26 02:53:58 2014 +0000

    Bug 7720: (follow-up) restore CSS selectors for the current/home location columns
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit f51cc2d5fb962d4cb2912b1f0de2c83b2c947bad
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 26 02:48:41 2014 +0000

    Bug 7720: (follow-up) fix issues in Bootstrap theme
    
    - Fix breakage of tablesorting when OpacLocationBranchToDisplay
      is set to both.
    - When displaying the home library, ensure that its correct
      name and URL are displayed
    - Remove the attempt to display the "opac_info" tooltip for
      the home library, as it is not currently retrieved.
    
    RM NOTE: Rather than add a GetOpacInfo function or the like
    to the TT Branches plugin, simpler would be adding a
    plugin function that fetches a DBIC result object for
    a given branchcode, thereby allowing any column in the
    branches table to be fetched into the template.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 3ad3e0e98452aaf7d319539248f5a8b48407f961
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 26 02:22:33 2014 +0000

    Bug 7720: DBRev 3.17.00.006
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e194da51a37792571c3204d07c0936780a7a3fa1
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Mon May 26 02:20:01 2014 +0000

    Bug 7720: (follow-up) revert change to GetItemsInfo
    
    The QA follow-up which adds GetURL to the TT branches
    plugin means that GetItemsInfo no longer needs to be changed.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 6d32d66fdc2f9d137d1b4f7e5de7414ee986abde
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon May 12 07:37:00 2014 -0400

    Bug 7720: (follow-up) update Bootstrap theme
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 025854d6d499a169df6d4b4138cbfaa75d90eb6f
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon May 12 06:58:34 2014 -0400

    Bug 7720: (follow-up) fix various issues
    
    [1] Fix capitalization
    [2] Move logic for getting the home library name URL to the
        Branches TT plugin
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 09ce37d349340f9af4b7bb565381718f5c182e18
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Feb 11 09:12:07 2013 -0500

    Bug 7720: add options for controlling display of an item's home and/or holdings location
    
    Currently, in opac-detail.pl, there exists a column named 'Location'.
    This column lists the name of the holding branch, and the item's
    location description. This can cause confusion to borrowers, as
    they may assume that the holding branch is the *owning* branch
    (homebranch) of an item.
    
    This could cause a situation where a borrower waits for an
    item to be returned to his or her library, only to find that
    the library never owned that item, and it was transferred back
    to its homebranch. It could also lead a borrower to falsely
    assume that his or her home library does not own a copy of a
    particular item because the borrower does not see an his or her
    home library listed for any of the items on the record.
    
    In addition, even when the holding branch is different
    than the home branch, the item's shelving location is displayed,
    even though that branch may not use that location.
    
    This commit makes the item details table equivalent to the intranet
    details page by adding a "Home Library" column, which displays the
    item's home library, as well as the shelving location.
    
    If singleBranchMode is enabled, this column disappears and the
    "Location" column displays the shelving location only.
    
    This commit adds two new system preferences:
    
    OpacLocationBranchToDisplay, which defines whether
    to display the holding library, the home library,
    or both for the opac details page.
    
    OpacLocationBranchToDisplayShelving, which defines
    where the shelving location should be displayed,
    under the home library, the holding library, or both.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Work as described. Tested all variations.
    No koha-qa errors.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 Koha/Template/Plugin/Branches.pm                   |   10 +++
 installer/data/mysql/sysprefs.sql                  |    2 +
 installer/data/mysql/updatedatabase.pl             |    8 +++
 .../prog/en/modules/admin/preferences/opac.pref    |   16 +++++
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |   71 ++++++++++++++++----
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |   63 +++++++++++++----
 kohaversion.pl                                     |    2 +-
 opac/opac-detail.pl                                |    5 ++
 8 files changed, 148 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list