[koha-commits] main Koha release repository branch 3.12.x updated. v3.12.07-30-g4db6cf6

Git repo owner gitmaster at git.koha-community.org
Thu Dec 5 15:00:02 CET 2013


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.12.x has been updated
       via  4db6cf60ea1e4180c3f3f487c71c6d4aa737aa8b (commit)
       via  e8a7f3c27be15c73e569e8c7c43ef1557ca7597f (commit)
       via  7a24f6634fb761c58ca891622d0062b594fe304a (commit)
       via  691b8409e391177e2489fded1a6daf5c2687720f (commit)
       via  ad0deb0562119834641f4d4f7ba207831b541db1 (commit)
       via  bbc50bf8665819400e0d8dcbbb50316225b741a6 (commit)
       via  23afe68c75e91224fc47bed246ed925454629be4 (commit)
       via  3b55550f08579fbbb92123025ae7a494ac225518 (commit)
       via  aa8dc5f57601e10eabaac321522b1da1d368d2b3 (commit)
      from  d6187576829c2d7d535b13a0d73e4de7a4c9b267 (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 4db6cf60ea1e4180c3f3f487c71c6d4aa737aa8b
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Wed Oct 16 10:09:12 2013 +0100

    Bug 11058: fix compilation warning in C4::Record
    
    A routine declares two lexical variables named $stylesheet.
    This patch renames the second to keep code clearer and
    avoid propagating compile time warnings
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Passes koha-qa.pl, works as advertised!
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 6bad4db6a76d719ad6ac7fec2d4c7ec87ec8aa95)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit e8a7f3c27be15c73e569e8c7c43ef1557ca7597f
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Oct 19 19:07:32 2013 -0300

    Bug 11070: followup to correct tabs
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 481eb9b284a55906367888045e092edc1f062a96)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 7a24f6634fb761c58ca891622d0062b594fe304a
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Oct 17 16:45:48 2013 +0200

    Bug 11070: fix typo in UNIMARC 115a plugin
    
    In UNIMARC 115a cataloging plugin, there is a typo : "NTSC", not "NSTC" :
    http://fr.wikipedia.org/wiki/Ntsc
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Simple string change.
    koha-qa complains about tab errors, fixed in followup
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 9039c8bb74b80eb7d9e32698ec6f15a5673d7de4)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 691b8409e391177e2489fded1a6daf5c2687720f
Author: Andrew Lockett <andrewlockettnz at gmail.com>
Date:   Tue Oct 22 11:44:28 2013 +1300

    Bug 11098: fixed bug in label in opac - topics on facets not easily css selectable
    
    Search opac, then right-click "Topics" and select "inspect element"
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Please add a description of the problem and a test plan to your commit
    message next time, thanks!
    
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Works as expected. Thx!
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit cc3469eff7f5ae2fb7ff9b57b7eb6c1d0d4bc161)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ad0deb0562119834641f4d4f7ba207831b541db1
Author: Gab Hikaka <hikag at tpk.govt.nz>
Date:   Tue Oct 22 11:45:18 2013 +1300

    Bug 11102: fixed bug in Label in Staff Client - places on facets not easily css selectable
    
    Label in staff client on places facets not easily css selectable
    
    To test:
    
    with data that contains places, right click places heading in facets,
    ensure it is wrapped in a span.
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit acdf8df3709c0c9c3e5cf0dae463b39071dfe6d0)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit bbc50bf8665819400e0d8dcbbb50316225b741a6
Author: Katherine Chisholm <K.Chisholm at massey.ac.nz>
Date:   Tue Oct 22 11:48:36 2013 +1300

    Bug 11106: make label for Item types facet easily CSS selectable
    
    Allows the Item types facet to be CSS or JQuery selectable
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit a6f4ff9bb456caf62e96e854ccadc3bd77ba7e3c)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 23afe68c75e91224fc47bed246ed925454629be4
Author: Sue Tunnicliff <stunnicliff at mpdc.govt.nz>
Date:   Tue Oct 22 11:48:03 2013 +1300

    Bug 11107: make label for authors facet easily CSS selectable
    
    Label in staff client - authors on facets not easily accessible
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 120fdaa4bedb84c6ffc8fc431d8d9dc1c50e6a84)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3b55550f08579fbbb92123025ae7a494ac225518
Author: raewyn adams <raewyn.adams at bopdhb.govt.nz>
Date:   Tue Oct 22 11:52:08 2013 +1300

    Bug 11100: make label for Topics facet easily CSS selectable
    
    Search in intranet, verify that Topics in the facets is wrapped in a span
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Adds an id, works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit f1755568382ddf75cecd24402ebb132f73fe1107)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit aa8dc5f57601e10eabaac321522b1da1d368d2b3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Oct 8 09:32:34 2013 +0200

    Bug 11015: add copyright headers to some files
    
    This patch adds a copyright headers where they didn't exist in the Koha
    namespace.
    
    Signed-off-by: Robin Sheat <robin at catalyst.net.nz>
    Signed-off-by: Brendan Gallagher <brendan at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit c3a55042e7cdbb241486acf3448afe70d9438550)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 C4/Record.pm                                       |    6 +++---
 Koha/QueryParser/Driver/PQF.pm                     |   18 ++++++++++++++++++
 Koha/QueryParser/Driver/PQF/Util.pm                |   18 ++++++++++++++++++
 Koha/QueryParser/Driver/PQF/query_plan.pm          |   18 ++++++++++++++++++
 Koha/QueryParser/Driver/PQF/query_plan/facet.pm    |   18 ++++++++++++++++++
 Koha/QueryParser/Driver/PQF/query_plan/filter.pm   |   18 ++++++++++++++++++
 Koha/QueryParser/Driver/PQF/query_plan/modifier.pm |   18 ++++++++++++++++++
 Koha/QueryParser/Driver/PQF/query_plan/node.pm     |   18 ++++++++++++++++++
 .../QueryParser/Driver/PQF/query_plan/node/atom.pm |   18 ++++++++++++++++++
 Koha/SearchEngine.pm                               |   17 +++++++++++++++++
 Koha/SearchEngine/Config.pm                        |   17 +++++++++++++++++
 Koha/SearchEngine/ConfigRole.pm                    |   17 +++++++++++++++++
 Koha/SearchEngine/FacetsBuilder.pm                 |   17 +++++++++++++++++
 Koha/SearchEngine/FacetsBuilderRole.pm             |   17 +++++++++++++++++
 Koha/SearchEngine/Index.pm                         |   18 ++++++++++++++++++
 Koha/SearchEngine/IndexRole.pm                     |   18 ++++++++++++++++++
 Koha/SearchEngine/QueryBuilder.pm                  |   17 +++++++++++++++++
 Koha/SearchEngine/QueryBuilderRole.pm              |   17 +++++++++++++++++
 Koha/SearchEngine/Search.pm                        |   18 ++++++++++++++++++
 Koha/SearchEngine/SearchRole.pm                    |   18 ++++++++++++++++++
 Koha/SearchEngine/Solr.pm                          |   18 ++++++++++++++++++
 Koha/SearchEngine/Solr/Config.pm                   |   17 +++++++++++++++++
 Koha/SearchEngine/Solr/FacetsBuilder.pm            |   17 +++++++++++++++++
 Koha/SearchEngine/Solr/Index.pm                    |   20 ++++++++++++++++++++
 Koha/SearchEngine/Solr/QueryBuilder.pm             |   17 +++++++++++++++++
 Koha/SearchEngine/Solr/Search.pm                   |   19 +++++++++++++++++++
 Koha/SearchEngine/Zebra.pm                         |   18 ++++++++++++++++++
 Koha/SearchEngine/Zebra/QueryBuilder.pm            |   17 +++++++++++++++++
 Koha/SearchEngine/Zebra/Search.pm                  |   18 ++++++++++++++++++
 .../intranet-tmpl/prog/en/includes/facets.inc      |    8 ++++----
 .../value_builder/unimarc_field_115a.tt            |    4 ++--
 .../opac-tmpl/prog/en/includes/opac-facets.inc     |    2 +-
 32 files changed, 506 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list