[koha-commits] main Koha release repository branch master updated. v3.16.00-678-ga7f23c0

Git repo owner gitmaster at git.koha-community.org
Wed Oct 15 23:24:25 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  a7f23c0afca81de0b22252650a9a23c8d8b731d9 (commit)
       via  cb4b7f7c810adbb5212725e1f68e01cbed98d9e4 (commit)
       via  e0c7a42a85951de1e258c9a039f2a4a0934f49ef (commit)
       via  a46b3b4de0209f44bdd448c8669a69ba83fed23d (commit)
       via  97fa2c032e482742c87966303af8a48dd113d68a (commit)
      from  ca17512a8ed6af2a9503a366c99d5349611d7775 (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 a7f23c0afca81de0b22252650a9a23c8d8b731d9
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Oct 9 17:16:34 2014 +0200

    Bug 10126: Remove my variables at module level
    
    In C4::Reports::Guided, a lot of variables was defined at module level
    and reused in subroutine.
    
    I didn't find any problem with Plack, so I'm not sure this patch is
    useful.
    
    Test plan:
    Verify there is no more ^my in the module and you don't find any
    regression with the guided reports tools (with and without Plack)
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    I'm unsure if this is needed, but I have verified it causes no
    regressions
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    No regressions spotted. I'd prefer this code to be fully refactored of course :-P

commit cb4b7f7c810adbb5212725e1f68e01cbed98d9e4
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Oct 14 09:27:00 2014 -0400

    Bug 7143 - Fix name and link to Athens County Public Libraries
    
    The previous update to the Athens County Public Libraries link was
    incorrect. It is preferable to point to our library system's home page
    rather than our OPAC. If any change is necessary it is to update the
    name from the old "Nelsonville Public Library" to the new "Athens County
    Public Libraries."
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e0c7a42a85951de1e258c9a039f2a4a0934f49ef
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu Oct 9 13:36:21 2014 -0400

    Bug 13062 - Cataloging search no longer passes search terms to z39.50 search
    
    If you search the catalog and click new from z39.50, your term is put in
    the search popup. Doing the same thing from the cataloging search no
    longer works.
    
    Test Plan:
    1) Do a cataloging search
    2) Click "New from Z39.50/SRU"
    3) Note you get a blank search form
    4) Apply this patch
    5) Repeat steps 1-2
    6) Note the search time is now pre-populated
    
    Signed-off-by: Veronica Lencinas <verolencinas at yahoo.com.ar>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a46b3b4de0209f44bdd448c8669a69ba83fed23d
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jul 14 08:33:48 2014 -0400

    Bug 2889 - templates should use [% IF ( loop.odd ) %] - Administration
    
    Some scripts pass a template variable to facilitate an alternate table
    row class for styling. Other use the 'IF (loop.odd)' construction. I
    think we're at the point where the CSS3 :nth-child() selector is
    widely-supported enough that we can do without template-based solutions:
    
    http://caniuse.com/#feat=css-sel3
    
    This patch adds such a selector to the staff client CSS and removes the
    corresponding template markup from Administration pages. The last in
    this series of patches will remove the redundant CSS.
    
    Also in this patch: a few minor markup corrections.
    
    To test, apply the patch and clear your browser cache if necessary. View
    the following pages and confirm that alternate table row highlighting
    works as before:
    
     - Administration -> Budgets
     - Acquisitions   -> Vendor -> Contracts
     - Administration -> Budgets -> Budget -> Planning
     - Administration -> Authority types
     - Administration -> Authority types -> MARC structure
     - Administration -> Authority types -> MARC structure -> subfields
     - Administration -> MARC bibliographic framework
     - Administration -> MARC bibliographic framework -> MARC structure
     - Administration -> MARC bibliographic framework -> MARC structure -> Subfields
     - Administration -> Libraries and groups
     - Administration -> Cities and towns
     - Administration -> Classification sources
     - Administration -> Circulation and fines rules
     - Administration -> Currencies and exchange rates
     - Administration -> Item types
     - Administration -> Koha to MARC mapping
     - Administration -> System preferences -> Local use
     - Administration -> Z39.50 client targets
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 97fa2c032e482742c87966303af8a48dd113d68a
Author: Karl Menzies <karl at catalyst.net.nz>
Date:   Fri Jul 25 15:59:29 2014 +1200

    Bug 2889: template aqbasketusersearch add loop.odd
    
    To Test
    1/ In Acquisitions > Create a test Budget
    2/ In the Budget > Create at least three Test Funds
    3/ Create at least three Users who use the fund
    4/ Select Search for Basket User
    5/ In the Table results list see the list of users and see the alternate table highlighting
    
    6/ Apply the patch
    7/ Refresh the Search for Basket User results window
    8/ In the Table results list see the list of users and see the alternate table highlighting in place
    9/ Bug fixed
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Reports/Guided.pm                               |  126 +++++++++++---------
 .../intranet-tmpl/prog/en/css/staff-global.css     |    1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    2 +-
 .../prog/en/modules/acqui/aqbasketuser_search.tt   |    2 +-
 .../prog/en/modules/admin/aqbudgetperiods.tt       |    6 +-
 .../prog/en/modules/admin/aqcontract.tt            |    2 +-
 .../intranet-tmpl/prog/en/modules/admin/aqplan.tt  |    2 +-
 .../en/modules/admin/auth_subfields_structure.tt   |    4 -
 .../prog/en/modules/admin/auth_tag_structure.tt    |   50 ++++----
 .../prog/en/modules/admin/authtypes.tt             |    4 -
 .../prog/en/modules/admin/biblio_framework.tt      |    4 +-
 .../en/modules/admin/branch_transfer_limits.tt     |    2 +-
 .../prog/en/modules/admin/branches.tt              |    6 +-
 .../intranet-tmpl/prog/en/modules/admin/cities.tt  |    6 +-
 .../prog/en/modules/admin/classsources.tt          |    4 -
 .../prog/en/modules/admin/clone-rules.tt           |    2 +-
 .../prog/en/modules/admin/itemtypes.tt             |    6 +-
 .../prog/en/modules/admin/koha2marclinks.tt        |    4 -
 .../en/modules/admin/marc_subfields_structure.tt   |    4 -
 .../prog/en/modules/admin/marctagstructure.tt      |    2 +-
 .../prog/en/modules/admin/printers.tt              |    2 +-
 .../prog/en/modules/admin/smart-rules.tt           |    4 -
 .../prog/en/modules/admin/stopwords.tt             |    4 +-
 .../prog/en/modules/admin/systempreferences.tt     |    2 +-
 .../prog/en/modules/admin/z3950servers.tt          |    6 +-
 .../prog/en/modules/cataloguing/addbooks.tt        |    2 +-
 26 files changed, 114 insertions(+), 145 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list