[koha-commits] main Koha release repository branch new/bug_7333 updated. v3.06.00-280-g3c12d5f

Git repo owner gitmaster at git.koha-community.org
Tue Dec 27 18:41:22 CET 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, new/bug_7333 has been updated
       via  3c12d5f2f63ac06ac8f71c1a5598bc01c82e5802 (commit)
       via  a600fbd74c2f01e0d4ed7159e08d6884f2c1c3f0 (commit)
       via  c96a52a4a0eeda52b219ba29a86685337265ab56 (commit)
       via  940652a6c7ac45b255d4d9b89bf90ccfca568ccd (commit)
       via  34e99cf478010e886ea75ccad6d8026ca547fe03 (commit)
       via  a6eb50747575acec333a76ff08fa04cc9a85656d (commit)
       via  bc2a1d18e246b024e93a88df140281eebeb53a48 (commit)
       via  525c7bc4af45b548e548c2fe6f69c4d22ec1d472 (commit)
       via  97caccbd0fea3245e3f1c701de7ba2a4e46726d8 (commit)
       via  6408547cc0d396c8b9d29e1f7617637d9c12a9a6 (commit)
       via  bb92ac1ee01a9b781ca2a7adab4beec28e6edeaa (commit)
       via  c8982e1ab41ef54ba66afd3ed313e81cde307004 (commit)
       via  22dca58cbad64841fb12a6e48afa50500c1a5c60 (commit)
       via  8b0d28179316650e6643983b97227a0992384b4a (commit)
       via  396efb90c73099e1f87a5a4593b4c5c1020c69c3 (commit)
       via  873ac768b0d557315e3e6067032db78defa4377a (commit)
       via  0b9d4902def55a6ce7c9b0c006a6210b3f7abe97 (commit)
       via  2ab11c4892f87c054df02763804e34f070d931e1 (commit)
       via  a5a8d78f0d54acd7606477774d5e94cfcac66e9a (commit)
       via  1be4678a57200ba895b73e3b3d38f331a9b8cbb4 (commit)
       via  410975a7f777123d255854ecf3d31541b86ff848 (commit)
       via  d86d62adba7f898db26dc58e909f2b91db3248b0 (commit)
       via  6e07fd7b004b5cb16ea0bec764993c1e9ffe153c (commit)
       via  86d6e6d3de0a8d935802abe843f7ec407af1c759 (commit)
       via  1de55f6f088f174431896d33fbe6d94152921758 (commit)
       via  a1ec82845372cd888021220f056d465e9e65f4f2 (commit)
       via  3ae23cd6cf97ffbab6080f255e942f2ba73dcd07 (commit)
       via  0ad7e76cb7cebf16310a95377f88047f09b66d24 (commit)
       via  8a87f15605b23c44a8dac71cd4a3f209add98556 (commit)
       via  52dca0f4337b83bff4ff2de457f21b8b7ab70134 (commit)
       via  42d6b17851626c547481438138ebc592177c4e75 (commit)
       via  9880b3ad050813550338de70dcd52c82fadac376 (commit)
       via  d9f7922ad77406939a5f57a22e9a6474e4c328d3 (commit)
       via  c04e6e3c8f758de6489e6d2ead05ce1419ba6543 (commit)
       via  ac139f8f63c87123aa6ba50759eed44f0016d81b (commit)
      from  b955692c8494a81d46a72efaca9385f980cfd1b1 (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 3c12d5f2f63ac06ac8f71c1a5598bc01c82e5802
Author: Liz Rea <wizzyrea at gmail.com>
Date:   Thu Dec 15 10:21:36 2011 -0600

    Bug 7333 - Fixing up db_dependent/Search.t to use sample data Thanks to Chris N. for helping figure out that it was because there were no French stopwords in the DB that the test was failing.
    
    Patch changes the French string (with French stopwords) to an English string with English stopwords, as only English stopwords are installed in the default data.
    
    This patch will allow Search.t to run on the database attached to this bug.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |   13 +-
 C4/Circulation.pm                                  |   42 +--
 C4/Context.pm                                      |   43 +++-
 C4/ILSDI/Utility.pm                                |   54 +---
 C4/Items.pm                                        |    2 +-
 C4/Letters.pm                                      |    8 +-
 C4/Reserves.pm                                     |   67 +++-
 C4/Review.pm                                       |   23 ++-
 C4/Search.pm                                       |    4 +-
 C4/Templates.pm                                    |   53 ++--
 C4/XSLT.pm                                         |    2 +-
 catalogue/ISBDdetail.pl                            |    4 +-
 catalogue/MARCdetail.pl                            |    1 +
 catalogue/detail.pl                                |    1 +
 catalogue/search.pl                                |    2 +-
 cataloguing/additem.pl                             |   44 ++--
 circ/circulation.pl                                |    2 +-
 docs/history.txt                                   |    1 +
 etc/koha-httpd.conf                                |    4 +
 installer/data/mysql/kohastructure.sql             |    3 +-
 installer/data/mysql/updatedatabase.pl             |   15 +-
 .../intranet-tmpl/prog/en/includes/circ-menu.inc   |   20 +-
 .../intranet-tmpl/prog/en/includes/circ-menu.tt    |   21 +-
 .../prog/en/modules/acqui/z3950_search.tt          |    8 +-
 .../prog/en/modules/admin/preferences/patrons.pref |    6 +-
 .../prog/en/modules/catalogue/ISBDdetail.tt        |    5 +-
 .../prog/en/modules/catalogue/MARCdetail.tt        |    4 +
 .../prog/en/modules/catalogue/detail.tt            |    5 +
 .../prog/en/modules/members/member.tt              |   10 -
 .../prog/en/modules/members/moremember.tt          |   19 +-
 .../prog/en/modules/reports/itemtypes.tt           |   38 ++-
 .../prog/en/modules/reviews/reviewswaiting.tt      |   35 +--
 .../prog/en/modules/tools/stage-marc-import.tt     |    2 +-
 .../prog/en/xslt/UNIMARCslim2OAIDC.xsl             |  356 ++++++++++----------
 koha-tmpl/opac-tmpl/prog/en/includes/calendar.inc  |   62 ++++-
 .../opac-tmpl/prog/en/modules/opac-shelves.tt      |   26 +-
 kohaversion.pl                                     |    2 +-
 misc/cronjobs/longoverdue.pl                       |    1 +
 misc/cronjobs/overdue_notices.pl                   |   20 +-
 misc/translator/translate                          |    4 +
 opac/opac-search.pl                                |    2 +-
 opac/opac-user.pl                                  |    2 +-
 reports/itemtypes.plugin                           |   20 +-
 reviews/reviewswaiting.pl                          |   17 +-
 t/00-checkdatabase-version.t                       |   55 +++
 t/SIP_ILS.t                                        |   16 -
 t/db_dependent/Reserves.t                          |    6 +-
 t/db_dependent/SIP_ILS.t                           |   29 ++
 t/db_dependent/Search.t                            |    2 +-
 t/db_dependent/lib/KohaTest/Reserves.pm            |    1 +
 50 files changed, 711 insertions(+), 471 deletions(-)
 create mode 100644 t/00-checkdatabase-version.t
 delete mode 100755 t/SIP_ILS.t
 create mode 100755 t/db_dependent/SIP_ILS.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list