[koha-commits] main Koha release repository branch master updated. v3.08.00-1434-g4a0b597

Git repo owner gitmaster at git.koha-community.org
Mon Dec 17 15:50:23 CET 2012


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  4a0b597e3d195fd3058ce0feaa26bcef62997d0e (commit)
       via  249d3b6455952352c0d24aa13e1884217f5b140b (commit)
       via  63ec7a4fce6e49b35dd88438514868db58ca33d8 (commit)
       via  b39c762ddeec0ee3e99595937b35eae052abadd7 (commit)
       via  9d7dc5bb86c0939c2942d9f4525ec260d1db736f (commit)
       via  5a14940f808b3c460b4ed50efae2c81c1e8bff99 (commit)
       via  d5cfa1286498b6d3f3b2e1c175c47389435a36e0 (commit)
      from  310098fd7b2879bc509541defdad205ad78d5e81 (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 4a0b597e3d195fd3058ce0feaa26bcef62997d0e
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Mon Dec 17 09:42:56 2012 -0500

    Bug 7674: Increment version number
    
    Database update for bug 7674 has been given version 3.11.00.009

commit 249d3b6455952352c0d24aa13e1884217f5b140b
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Dec 14 09:58:02 2012 +0100

    Bug 7674: Remove some debug code
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 63ec7a4fce6e49b35dd88438514868db58ca33d8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Nov 2 08:11:00 2012 -0400

    Bug 7674 - Followup - Add missing right-hand curly bracket
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    
    All tests and perlcritic pass.
    
    Tests:
    
    Database update
    - OK, system preferences were added correctly
    - Version number of updatedatabase was only XXX, changed to 3.11.00.XX
    
    OPAC
    1) Detail page
    - OK, no visible change when OpacSeparateHoldings is turned off
    - OK, switching OpacSeparateHoldingsBranch works correctly
    - OK, shelf browser opens in correct tab
    - OK, only one tab shows when logged out
    
    INTRANET
    2) Detail page
    - OK, no visible change when SeparateHoldings is turned off
    - Number of items is missing on top of the tabs
    
    Notes:
    - database update doesn't include bug number
    - other holdings tab does show when there are 0 items at other branches,
      it could be hidden in those cases
    - if there are over 50 items in the holdings or Other holdings tab, the
      warning and link 'This record has many physical items. Click here
      to view them all.' is only shown for the first tab.
    - closing the shelf browser on the second tab goes back to first tab
    - number ofitems is missing on top of the tabs
    - there are lots of indentation changes in the second patch,
      this makes it very hard to see the changes, please provide separate
      patches in the future
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit b39c762ddeec0ee3e99595937b35eae052abadd7
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Nov 2 11:03:20 2012 +0100

    Bug 7674: Add 2 sysprefs to indicate the branch we want to separate on
    
    The 2 sysprefs are SeparateHoldingsBranch and OpacSeparateHoldingsBranch
    and permit to chose between home branch and holding branch.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 9d7dc5bb86c0939c2942d9f4525ec260d1db736f
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Tue Oct 9 17:01:58 2012 +0200

    Bug 7674: Open shelf browser in appropriate tab
    
    If you click on "Browse shelf" under "<mylibrary> holdings", shelf
    browser should open under this tab.
    If you click on "Browse shelf" under "other holdings" tab, it should
    open under "other holdings" tab.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 5a14940f808b3c460b4ed50efae2c81c1e8bff99
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Fri Sep 21 10:36:56 2012 +0200

    Bug 7674: Separate items in two tabs on biblio detail page (staff+opac)
    
    Two tabs: "<branch> holdings" / "Other holdings"
    
    "<branch> holdings" tab contains items whose homebranch is the current branch.
    "Other holdings" tab contains all other items.
    
    If current branch is not set (connected with mysql user or not logged in
    (opac)), the display is unchanged (1 tab "Holdings")
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

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

Summary of changes:
 catalogue/detail.pl                                |   35 ++-
 debian/rules                                       |    6 +-
 installer/data/mysql/sysprefs.sql                  |    4 +
 installer/data/mysql/updatedatabase.pl             |   16 +-
 .../en/modules/admin/preferences/cataloguing.pref  |   12 +-
 .../prog/en/modules/admin/preferences/opac.pref    |   11 +
 .../prog/en/modules/catalogue/detail.tt            |  291 ++++++++++--------
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |    3 +
 .../opac-tmpl/prog/en/includes/doc-head-close.inc  |    2 -
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |  331 +++++++++++++-------
 kohaversion.pl                                     |    2 +-
 opac/opac-detail.pl                                |   46 ++-
 12 files changed, 486 insertions(+), 273 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list