[koha-commits] main Koha release repository branch master updated. v3.14.00-487-g827c7e8

Git repo owner gitmaster at git.koha-community.org
Fri Feb 21 19:23:16 CET 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  827c7e8ece70ef3ff919d863489bab93010dd7a3 (commit)
       via  e0e56963fba78f3ac0e0dbedcc4fb8f601168414 (commit)
       via  11fbcafa8f47e50021db7d044aba65eef1e15989 (commit)
       via  31b732b8300d8e9fe953cac3ab50f367f3fbe376 (commit)
      from  36eac129f7fdab89ffd77ba5f3bd3add688deedc (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 827c7e8ece70ef3ff919d863489bab93010dd7a3
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Feb 21 18:44:01 2014 +0000

    Bug 11256: (follow-up) tweak description of the OpacMaxItemsToDisplay syspref
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit e0e56963fba78f3ac0e0dbedcc4fb8f601168414
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Feb 21 18:36:06 2014 +0000

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

commit 11fbcafa8f47e50021db7d044aba65eef1e15989
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 18 14:27:14 2014 +0100

    Bug 11256: Opac: Set a number of items to display on a biblio detail page - bootstrap
    
    This patch adds the changes for the bootstrap theme.
    See test plan in the previous patch.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 31b732b8300d8e9fe953cac3ab50f367f3fbe376
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Nov 15 12:02:53 2013 +0100

    Bug 11256: Opac: Set a number of items to display on a biblio detail page.
    
    Currently, the number of items to display is hardcoded (50).
    But the perl script loads all items before to check if the number of
    items is oversized.
    
    This patch adds a new pref OpacMaxItemsToDisplay (default to 50). If the
    *total* number of items for a biblio is greater, no item is displayed
    and a link allows to display all items.
    
    Test plan:
    1/ search a biblio with many items
    2/ set the pref according the number of items you want to display
    3/ verify the items are not displayed if the number of items is greater
    the pref value
    4/ enable the OpacSeparateHoldings pref and verify the items are
    displayed in different tabs (if items have different locations).
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |    7 +++++++
 .../prog/en/modules/admin/preferences/opac.pref    |    6 ++++++
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt  |   13 ++++++------
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |   20 +++++++-----------
 kohaversion.pl                                     |    2 +-
 opac/opac-detail.pl                                |   22 +++++++++-----------
 7 files changed, 38 insertions(+), 33 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list