[koha-commits] main Koha release repository branch 3.4.x updated. v3.04.03-9-g206293d

Git repo owner gitmaster at git.koha-community.org
Tue Jul 26 04:13:12 CEST 2011


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, 3.4.x has been updated
       via  206293d79a630c492d9fa1e9269fb9321b05435a (commit)
       via  07387bea175f1c957fe8c4cce42118e49a69b62f (commit)
       via  d20900f7f4a96db4c54e691d4e9e34c620b331a6 (commit)
       via  928755dae9ef0326610be090aef037228fb60932 (commit)
       via  9bb97e76a87af7c7370a31d95bb4a60955e45c5b (commit)
       via  633908d27e5374f7153b1ac246a64f9ef8181dd9 (commit)
       via  a5d777bd3f54b8d7adc3f67e4813da1ff7c2f65e (commit)
       via  d397e16eb37307db863e08ced35969ed7c1c699e (commit)
       via  ea49f512bf2004d71a3dc844ab1ee5f95cab9b79 (commit)
      from  d6d58aff2cd5934a7f16151c98e2975987661bc0 (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 206293d79a630c492d9fa1e9269fb9321b05435a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jul 21 10:30:28 2011 -0400

    Fix for Bug 6622 - Remove closing style tag from staff-global.css
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 9db5fa227f0053cb65c3928a60cd5fadb5cf1042)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 07387bea175f1c957fe8c4cce42118e49a69b62f
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jul 19 05:05:13 2011 -0400

    Fix for Bug 6612 - Sort pulldown for messages in alphabetical order
    
    The values in the menu come straight out of GetAuthorisedValues(), which sorts
    its results by "category, lib, lib_opac." Rather than trying to re-sort the
    data in circulation.pl this patch changes the template to show 'lib,' the
    description, instead of the authorised_value. That will make the output
    match the column which is being sorted.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 0699c8af84f7e3c13c0a48197b581a5375f4f039)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit d20900f7f4a96db4c54e691d4e9e34c620b331a6
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jul 6 21:42:00 2011 -0400

    Fix for Bug 6484 - due date sorter on 'my summary' missing
    
    Columns on the summary table are shown or hidden based on a
    variety of different settings, leading to convoluted if/else
    template constructions if we want to define header sorting
    in the <script> block. Using the jQuery Metadata plugin
    allows us to specify sorting options as classes on the
    table header. This adds a dependency but simplifies the
    template markup significantly.
    
    I recommend continuing to specify header sort options in the
    <script> block in cases where it is relatively simple to do
    so and saving inclusion of the additional jQuery plugin for
    pages which really need it.
    
    Other changes: Moved common sorter configuration detalis to
    default declaration; Moved the date due column so that it
    could be set as the default sort without taking into account
    multiple disappearing columns (default sort cannot be set
    in the markup for a <th>).
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 203de2452e2e8358a74b35a54d349d72382b5b3f)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 928755dae9ef0326610be090aef037228fb60932
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jul 19 01:27:07 2011 -0400

    Fix for Bug 6601 - dictionary items not adding to query
    
    T:T variable scope error.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 9d21892cec24c10c29e3587affeee8e800cb2ee8)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 9bb97e76a87af7c7370a31d95bb4a60955e45c5b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Jul 18 13:03:32 2011 -0400

    Fix for Bug 6599 - Don't show dictionary definition table if there are no definitions
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit bd6404608ab36a7ba5a1031fb512d67c161975f8)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 633908d27e5374f7153b1ac246a64f9ef8181dd9
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jul 12 16:01:41 2011 -0400

    Fix for Bug 6578, serial items have misaligned columns in holdings table
    
    It looks like a variable name got changed in the T:T transition.
    This correction uses the H:T:P template for reference.
    (cherry picked from commit c8c019e07f224d5200668e746c5babea005ec7da)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit a5d777bd3f54b8d7adc3f67e4813da1ff7c2f65e
Author: Ricardo Dias Marques <koha at ricmarques.net>
Date:   Tue Jun 14 18:24:29 2011 +0100

    Bug 6503 - Variable $sth is declared 3 times (with keyword "my") in "makepayment" sub of "Accounts.pm"
    
    In the code available today (14-Jun-2011), in Koha git's "master" branch,
    the file "Accounts.pm" (in the "C4" directory) has the variable "$sth"
    declared 3 times in the "makepayment" sub. This causes the following
    warnings to appear when running "make test" in Koha installation, for
    several tests:
    t/Heading.t ......................... "my" variable $sth masks earlier declaration
    in same scope at kohaclone/blib/PERL_MODULE_DIR/C4/Accounts.pm line 172.
    "my" variable $sth masks earlier declaration in same scope at
    kohaclone/blib/PERL_MODULE_DIR/C4/Accounts.pm line 188.
    [...]
    t/ILSDI_Services.t .................. "my" variable $sth masks earlier declaration
    in same scope at kohaclone/blib/PERL_MODULE_DIR/C4/Accounts.pm line 172.
    "my" variable $sth masks earlier declaration in same scope
    at kohaclone/blib/PERL_MODULE_DIR/C4/Accounts.pm line 188.
    [...etc...]
    
    Therefore, I'm removing the "my" keyword from the declarations of "$sth"
    in lines 172 and 188 of "Accounts.pm".
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 71d22ab82758f159c9e8b71f7801ef6b43f38a90)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit d397e16eb37307db863e08ced35969ed7c1c699e
Author: Janusz Kaczmarek <januszop at gmail.com>
Date:   Tue Jun 7 22:28:24 2011 +0300

    Bug 6480 - Koha produces a lot of apache logs for UNIMARC
    
    For Koha with UNIMARC a lot of entries in apache log lines are produced.
    
    In the patch, corrections to the GetCOinSBiblio function has been introduces,
    in the UNIMARC section: (i.e. || '' at the end of lines that can create this
    problem) -- analogous as it is in the MARC21 section.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit f16abec68a4c4587027d21b6f77c2ab9d3df7007)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit ea49f512bf2004d71a3dc844ab1ee5f95cab9b79
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Mon Jul 11 10:11:09 2011 -0700

    Bug 6476 Followup: more Baker and Taylor bookcover fixes
    
    The T:T variable was also wrong in 6 other instances, and needed to be updated from
    'BakerTaylorBookstoreurl' to 'BakerTaylorBookstoreURL'.
    
    Scoping issues also present on most all instances
    (cherry picked from commit 94e3177983f3905a4a3d330a5b82598b42dd3f34)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/Accounts.pm                                     |    4 +-
 C4/Biblio.pm                                       |   12 ++--
 .../intranet-tmpl/prog/en/css/staff-global.css     |    3 +-
 .../prog/en/modules/catalogue/detail.tt            |    2 +-
 .../prog/en/modules/circ/circulation.tt            |    2 +-
 .../prog/en/modules/reports/dictionary.tt          |   94 ++++++++++----------
 .../en/modules/reports/guided_reports_start.tt     |    2 +-
 .../en/lib/jquery/plugins/jquery.metadata.min.js   |    8 ++
 .../opac-tmpl/prog/en/modules/opac-opensearch.tt   |    2 +-
 .../prog/en/modules/opac-readingrecord.tt          |    2 +-
 .../opac-tmpl/prog/en/modules/opac-shelves.tt      |    2 +-
 .../prog/en/modules/opac-showreviews-rss.tt        |    2 +-
 .../opac-tmpl/prog/en/modules/opac-showreviews.tt  |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt   |   87 +++++-------------
 14 files changed, 97 insertions(+), 127 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/prog/en/lib/jquery/plugins/jquery.metadata.min.js


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list