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

Git repo owner gitmaster at git.koha-community.org
Wed Aug 10 23:49:21 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  9e03bb0edcc2e7f6a851c35af2c70bdf9573e228 (commit)
       via  36523ea36a1bee67c09c16305ff4ec4a719082b8 (commit)
       via  ff12161982265eb1c9c0f31cd1c19c9abee0658e (commit)
       via  608e17fb96a45bf92981e5185b0892e708b872ea (commit)
       via  627d5683a77a2a4ef6201000c197af2e721ccd33 (commit)
       via  8a6278251e3e64c042b3b90ecc38c2abeff10a06 (commit)
      from  cb0862db678bc7e36433ba917f329350c38ea2bd (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 9e03bb0edcc2e7f6a851c35af2c70bdf9573e228
Author: Sophie Meynieux <sophie.meynieux at biblibre.com>
Date:   Mon Feb 28 16:25:23 2011 +0100

    Bug 6078: Request to find borrowers without issues overload the server
    
    Optimization of the SQL request using NOT EXISTS instead of NOT IN
    
    BibLibre MT5946
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit e1370001c65ca75d44497896fe6f47c716a62f26)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 36523ea36a1bee67c09c16305ff4ec4a719082b8
Author: Jane Wagner <jwagner at ptfs.com>
Date:   Fri Apr 1 10:28:04 2011 -0400

    Bug 6034 - Shelving cart feature can wipe permanent shelving location in certain circumstances
    
    Bugfix for problems when shelving cart used without In Processing settings
    
    To test, with InProcessingToShelvingCart off, NewItemsDefaultLocation blank,
    and ReturnToShelvingCart on, create a new item.  Check the contents of the
    location and permanent_location fields in its item record -- the same value
    should be in both.  Then run the item through checkin, and look at those fields
    again.  The location field should now be set to CART while permanent_location
    should still have the original value.  After the cart_to_shelf cron job runs
    with the proper timing, check the item record again.  Both location and
    permanent_location should again be identical.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 2bb9904ab3379812e75c0fb5681e43ea530046af)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit ff12161982265eb1c9c0f31cd1c19c9abee0658e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Jul 7 12:46:58 2011 -0400

    Fix for Bug 6534 - Duplicate opac renew buttons at the top of the checkouts list
    
    This patch uses JS to add two links to the top of the checkouts
    table: renew selected and renew all. Clicking each one submits
    the respective form.
    
    Also added is a small validation routine to warn the user if
    they try to "renew selected" without having checked any boxes.
    
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 7093f075a77b0c33545466301fc58ad02808ae1b)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 608e17fb96a45bf92981e5185b0892e708b872ea
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 7 14:10:40 2011 +0200

    5660 Webinstaller should check if KohaOpacLanguage exists in staff
    
    Rebased on April 27 for master (3.05.00.001).
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    
    Signing off on the whitespace changes made by Paul
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 240edb6c0da80d3d932442ccd96f9f98e31260c3)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 627d5683a77a2a4ef6201000c197af2e721ccd33
Author: Liz Rea <lrea at nekls.org>
Date:   Thu Jun 23 09:49:19 2011 -0500

    Bug 6527 - Table striping not working on cataloguing search
    
    Resolves TT issue causing the results list in cataloguing search (addbooks.pl) to not be
    striped.
    
    To test:
    More -> Cataloging
    do a search
    
    Without patch:
    results will not alternate striping as originally intended.
    
    With patch:
    Results will be alternating white/grey.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    (cherry picked from commit 68a3b6cd90704b7dc75741a55798de0b60bbfa3e)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 8a6278251e3e64c042b3b90ecc38c2abeff10a06
Author: Jean-André Santoni <jeanandre.santoni at biblibre.com>
Date:   Wed May 26 15:49:34 2010 +0200

    Bug 5639 (MT #3605) Fix escaping in ILSDI
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    (cherry picked from commit 2c88e1e0f8b9422121edd30ff54494085eaf87eb)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/ILSDI/Services.pm                               |   15 ++-----
 C4/Items.pm                                        |    3 +
 cataloguing/additem.pl                             |    6 ++-
 installer/InstallAuth.pm                           |   24 ++++++++---
 .../prog/en/modules/cataloguing/addbooks.tt        |    2 +-
 koha-tmpl/opac-tmpl/prog/en/css/opac.css           |   21 +++++++++
 koha-tmpl/opac-tmpl/prog/en/modules/ilsdi.tt       |   44 ++++++++++----------
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt   |   39 +++++++++++++----
 koha-tmpl/opac-tmpl/prog/images/check.png          |  Bin 0 -> 210 bytes
 koha-tmpl/opac-tmpl/prog/images/checks.png         |  Bin 0 -> 223 bytes
 opac/ilsdi.pl                                      |    1 -
 opac/opac-user.pl                                  |    8 +++-
 reports/borrowers_out.pl                           |   18 +++-----
 13 files changed, 115 insertions(+), 66 deletions(-)
 create mode 100644 koha-tmpl/opac-tmpl/prog/images/check.png
 create mode 100644 koha-tmpl/opac-tmpl/prog/images/checks.png


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list