[koha-commits] main Koha release repository branch 3.4.x updated. v3.04.02-20-g44e22f3

Git repo owner gitmaster at git.koha-community.org
Sun Jul 10 20:40:38 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  44e22f3e835bfef395d1c47707db2b38c4cd0d2a (commit)
       via  9b15650d6cd1c5bdab6d8157e3fcb0b82457654a (commit)
       via  431c63e25f80c63764aac67ff4d196add9da093d (commit)
       via  b255d1a75c93bb4ca319baf5d5325aaebe42100f (commit)
       via  6a6a1a59ab507e88c1dbaf2be2d10167014ff691 (commit)
       via  3738e320a74dc0b33f052e03068de429a9026d0e (commit)
       via  a6c7d6e7a72831ef4789a8917f1e0555173e1ad3 (commit)
       via  c376fd5491d9d080917461f11fc904825a067251 (commit)
       via  25624bdea2369c3c7cbe6a44f49957fadf42c5cb (commit)
       via  e0ce87ebaa650aa34a6cdec6f8a0974a335c70fc (commit)
       via  2cea53ba4b6f81df656819dfa04056fa5ffd48a1 (commit)
       via  83560c52e58039a4af18344aa9b0962bd2051141 (commit)
       via  1192f869b4809d5ce193a3d0b3650393abf7f980 (commit)
       via  377c84d7b1aa6ff72268db59976327bad112372a (commit)
       via  1ea00e655fe0cacdb081da5c628c1e0969bc2619 (commit)
       via  99728ab8831f0f4913bc0832cbdd203a68c13270 (commit)
       via  008a52eecec2ff945ae14f228a8c643c60353a91 (commit)
       via  55761c4e9b02863ccd89835596e7cc8d128a5230 (commit)
      from  44a414ac69843de801c23c7f283ecd0eb321e607 (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 44e22f3e835bfef395d1c47707db2b38c4cd0d2a
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Wed Jul 6 01:47:21 2011 -0400

    bug 6558 correct description for IntranetNav
    
    IntranetNav says the HTML will appear in the More
    menu, but it appears to the left of the More
    menu. This patch fixes the preference description.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit afe52ddc907488c99b065463f1b3156f7757a3da)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 9b15650d6cd1c5bdab6d8157e3fcb0b82457654a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jul 7 10:01:34 2011 -0400

    Fix for Bug 6531 - clicking print button in opac causes 404 error
    
    opac-detail and opac-ISBDdetail both use window.print(), so I've
    added that to opac-MARCdetail as well. I've also eliminated the
    "javascript:" pseudo-protocol because it's pointless. I'd
    prefer to have a real link for non-js users but that will have
    to wait for another bug.
    
    After applying this patch users with JS enabled should get a
    print prompt after clicking the "Print" link on opac-MARCdetail.pl
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit f7893311481962c4ba7e51c26dce54466e21ccba)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 431c63e25f80c63764aac67ff4d196add9da093d
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Fri Jul 8 12:07:41 2011 -0700

    Bug 6476: Baker & Taylor content not working
    
    Template Toolkit scope issue.
    
    To Test:
    1.  Disable Amazon and Google bookcovers
    2.  Enable Baker and Taylor images
    3.  put SOMETHING in the BakerTaylorBookstoreURL system preference
    4.  check the source of opac-results.pl and opac-detail.pl, and see that SOMETHING in place between "https://" and the normalized ISBN
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 90dc391e1ab6fa552119be4e55ffe5702f0ea54f)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit b255d1a75c93bb4ca319baf5d5325aaebe42100f
Author: Paul Poulain <paul.poulain at biblibre.com>
Date:   Wed Jun 29 20:43:50 2011 +0200

    BZ6066 let's the librarian choose the itemtype when ordering
    
    For libraries with item-level_itype, the itemtype is in the item.
    For others, it's in the biblio and should be added with the title/author when it's ordered
    
    This patch adds the list when applicable,and build the biblio record accordingly
    (BibLibre MT5189)
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    (cherry picked from commit b6a28b1bee910dec8887f653794e75d0684b1c8a)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 6a6a1a59ab507e88c1dbaf2be2d10167014ff691
Author: Liz Rea <lrea at nekls.org>
Date:   Wed Apr 27 12:59:41 2011 -0500

    Bug 4951 - Print page doesn't close after print This patch adds the print/close functionality present on all other slips to the full page account summary.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    (cherry picked from commit fcdf50af6ef3321ce9373d41871f74bcc9b633df)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 3738e320a74dc0b33f052e03068de429a9026d0e
Author: conan (aka Fernando L. Canizo) <conan at lugmen.org.ar>
Date:   Tue Apr 26 11:47:11 2011 -0300

    Bug 3674: reimplementation
    
    05eb43f5fc00889420e03845b5059d80bf1663ad reverted a previous
    implementation of 3674.
    
    3674 was encoding the password field when it was meant to be disabled
    (password='!'), and then, in Auth.pm we were trying to compare an
    encoded '!' with '!', which will never succeed.
    
    This gets sure we encode only provided passwords and also includes an
    auto generated login.
    
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit c5b1c39b80a592a4d05fd969566fe8766c1448ae)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit a6c7d6e7a72831ef4789a8917f1e0555173e1ad3
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed May 18 10:20:51 2011 -0400

    Fix for Bug 3397 - Deleting item record leaves a hole in patron's reading history
    
    Excluding entries in old_issues which have a NULL itemnumber
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 9047bd2ddfd902cc0c462dc6d9ce35cd1dfaace2)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit c376fd5491d9d080917461f11fc904825a067251
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Tue Jul 5 15:25:06 2011 -0400

    Bug 6305: receiving serials does not create items
    
    Template::Toolkit variable scope issue.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit f2fa6c893cb4ad8e57ec0f83fdcb90aed75f2507)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 25624bdea2369c3c7cbe6a44f49957fadf42c5cb
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Jun 8 09:12:13 2011 +0100

    Bug 6305: Copy enumchron into created serial item
    
    Should work for normal and supplemental issues.
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit ad26a21056560f40627e9fc027bdb3f6fcbc9b25)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit e0ce87ebaa650aa34a6cdec6f8a0974a335c70fc
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Wed Jun 8 09:06:36 2011 +0100

    Bug 6305: Subscriptions can not be edited
    
    This seems to fix the problem with editing existing subscriptions. Please test.
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 3b297b0e4462ae693706a439c182bb8711b0b57f)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 2cea53ba4b6f81df656819dfa04056fa5ffd48a1
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Tue Jul 5 15:16:09 2011 +1200

    Bug 6350 Updating history
    (cherry picked from commit 1209d9774dd95f0b3467e542d2e8b4bb5ca6f911)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 83560c52e58039a4af18344aa9b0962bd2051141
Author: JAMES Mason <mason at kohaaloha.com>
Date:   Mon May 30 20:54:24 2011 +1200

    Bug 6411 add another example to README.robots
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 2e8fe364cb4dc212c397874b894a306876c66d17)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 1192f869b4809d5ce193a3d0b3650393abf7f980
Author: Janusz Kaczmarek <januszop at gmail.com>
Date:   Mon Jun 6 18:50:09 2011 +0300

    Bug 6470 - Unable to filter out log entries for kohaadmin (user 0)
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit e653e8ce0ba74050b6786e62df67cccda6f1c1a4)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 377c84d7b1aa6ff72268db59976327bad112372a
Author: Jesse Weaver <pianohacker at gmail.com>
Date:   Thu Jun 9 17:22:18 2011 -0600

    Bug 6492 - Deleted biblios cause rebuild_zebra to fail
    
    This both adds a bit of a failsafe to get_raw_biblio, and prevents
    records that have been deleted from being updated by the same instance
    of rebuild_zebra.
    
    Minor amendment to remove duplication of 6433
    
    Signed-off-by: MJ Ray <mjr at phonecoop.coop>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 048c0dc04e9daf73a2e425c0e75f4a1384bfc5b7)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 1ea00e655fe0cacdb081da5c628c1e0969bc2619
Author: Chris Nighswonger <cnighswonger at foundations.edu>
Date:   Fri Nov 12 09:34:52 2010 -0500

    Bug 5379 - import_borrowers.pl fails with db insert/update errors
    
    Some spreadsheet programs use smart quotes which causes the db to throw
    an error when an insert/update is attempted due to improper processing
    of the CSV file. This patch adds code to check for smart quotes and change
    them to "dumb" quotes.
    
    This patch also adds more logging of errors and a notice to the user to check
    the logs for errors when they occur.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit ae48ebbcaae50a0af7ceca00d04f2aedb8d5cc2c)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 99728ab8831f0f4913bc0832cbdd203a68c13270
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jun 30 16:00:08 2011 -0400

    Fix for Bug 6543 - Column hiding on batch item edit/delete not working
    
    T:T variable name problem.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 36c8531394f354c694d1f72d8769461dccc9591f)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 008a52eecec2ff945ae14f228a8c643c60353a91
Author: Frère Sébastien Marie <semarie-koha at latrappe.fr>
Date:   Sat Jul 2 16:38:10 2011 +0200

    Bug 6549 : sco-main.pl: Parentheses missing around "my" list
    
    Signed-off-by: Frère Sébastien Marie <semarie-koha at latrappe.fr>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 8ad4fa34c12643ced8abfb03f9ae69ee5dea611a)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 55761c4e9b02863ccd89835596e7cc8d128a5230
Author: Magnus Enger <magnus at enger.priv.no>
Date:   Thu Jun 2 21:36:14 2011 +0200

    Bug 6450 - No check in/check out messages in message_queue
    
    Huge thanks to Katrin Fischer for spotting what was the trouble here!
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    (cherry picked from commit 610457ea415b552c5f644d6025a127dea1fb3908)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/Circulation.pm                                  |    4 +-
 C4/Log.pm                                          |    2 +-
 C4/Members.pm                                      |   37 ++++++++++++-------
 C4/Members/Attributes.pm                           |    5 +++
 README.robots                                      |   10 +++++
 acqui/addorder.pl                                  |    1 +
 acqui/neworderempty.pl                             |    3 ++
 docs/history.txt                                   |    1 +
 .../prog/en/includes/serials-toolbar.inc           |    4 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |    1 +
 .../prog/en/modules/acqui/neworderempty.tt         |   17 +++++++++
 .../en/modules/admin/preferences/staff_client.pref |    2 +-
 .../prog/en/modules/members/moremember-print.tt    |    8 ++++
 .../prog/en/modules/serials/serials-edit.tt        |   15 ++++----
 .../prog/en/modules/serials/subscription-add.tt    |   28 +++++++-------
 .../prog/en/modules/tools/batchMod-del.tt          |    3 +-
 .../prog/en/modules/tools/batchMod-edit.tt         |    3 +-
 .../opac-tmpl/prog/en/modules/opac-ISBDdetail.tt   |    2 +-
 .../opac-tmpl/prog/en/modules/opac-MARCdetail.tt   |    2 +-
 koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt |    4 +-
 .../opac-tmpl/prog/en/modules/opac-results.tt      |    2 +-
 misc/migration_tools/rebuild_zebra.pl              |   23 +++++++-----
 opac/sco/sco-main.pl                               |    2 +-
 serials/subscription-add.pl                        |   12 +++---
 tools/import_borrowers.pl                          |   10 ++++-
 25 files changed, 134 insertions(+), 67 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list