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

Git repo owner gitmaster at git.koha-community.org
Fri Jul 22 22:44:42 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  d4fc7cc5788dddacf96b22c059dd2ca644a395cf (commit)
       via  5d627fdc8f8841996805ab772425caaaea8e270f (commit)
       via  a15becb9d110a7a70aa00aed77f3dcb07a29ccc9 (commit)
       via  383ac1483bab794eecdbce55d12aff1953c20edb (commit)
       via  2edaf8d31eadce11ac367459dfee2b7135dbceba (commit)
       via  c1c40303687d05cdad8b09a02fde92f5e5f5e901 (commit)
       via  012f32da1615d13c490320651069712d93c40ebc (commit)
      from  cf80d6ae0655b1a070f284eb07b495862fd91447 (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 d4fc7cc5788dddacf96b22c059dd2ca644a395cf
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Jul 20 23:17:10 2011 -0400

    Follow-up fixes for Bug 5917, Switch Koha to use Template::Toolkit
    
    While fixing Bug 6395 I found a few other instances of leftover
    TMPL usage.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit d8bf9e6a29da4d07c108be25aac26f35fb216b79)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 5d627fdc8f8841996805ab772425caaaea8e270f
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Thu Jul 21 20:04:02 2011 +1200

    Fixing missing padding on module version
    (cherry picked from commit 80ba84159ddbdd52394984c8078263066dcc7a7b)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit a15becb9d110a7a70aa00aed77f3dcb07a29ccc9
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Wed Jul 20 11:41:12 2011 -0400

    Bug 6613: CSV basket export columns misaligned
    
    Removes 'line' heading, since it does not correspond to any existing field name, and it pushes the fields
    over by one ('ordernumber' is used to denote the ordernumber).
    
    This patch also optimizes the GetBasketAsCSV subroutine a bit; it removes an unnecessary call to GetBiblioData,
    since the order information retrieved from GetOrders already contains every field in koha.biblio and koha.biblioitems
    
    This patch also removes the explicit sort done by publishercode, since the information returned by GetOrders is
    already ORDER BY'ed, first by publishercode, then by title (there was a FIXME note in GetBasketAsCSV to do this, but
    it's already done, so... :) )
    
    To Test:
    1.  Create a basket with at least three orders:  one from one publishercode, and two from another
    2.  Be sure to leave out any "\n" in your Order Notes, lest you fall prey to bug 6614!
    3.  Export the basket
    4.  You should see the orders sorted first by publishercode, then by title
    5.  Columns should line up correct all the way through
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit c414c11d64d2071b3b8ee597807ddd939de0c6ed)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 383ac1483bab794eecdbce55d12aff1953c20edb
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Jul 19 02:08:52 2011 -0400

    Fix for Bug 6608 - Date-pickers broken on guided reports pages
    
    Template variable scope errors.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 6e2e58107f2347ec87281414fb0e5e12bf7806bf)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 2edaf8d31eadce11ac367459dfee2b7135dbceba
Author: Liz Rea <lrea at nekls.org>
Date:   Tue Jun 7 11:44:14 2011 -0500

    Bug 6478 -- add purge_suggestions.pl to the crontab.example
    
    To test:
    Verify that there is a listed job for purge_suggestions.pl in the crontab.example
    
    Bug 6478 - adding --days support and help verbiage to the cronjob.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit 1a17c0d6bd4e0f4059f3b2d02571bcfa1bce4d98)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit c1c40303687d05cdad8b09a02fde92f5e5f5e901
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Wed Apr 6 13:39:07 2011 +0200

    6083: Adding some version numbers and newlines to improve output in web installer
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit efc0851a49fb41d7d1b9be817983ca035990b2c2)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit 012f32da1615d13c490320651069712d93c40ebc
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Thu Jul 14 04:02:46 2011 -0400

    Bug 6589: Adding supplements broken
    
    To test:
    - add a new subscription, choose 'create items on receive'
    - receive some issues and create items > should work ok
    - create a supplement, alone or at the same time as receiving a normal issue
    - check if item was created and attached to the biblio record
    
    Without patch this should give you an error message. Although supplement will be created,
    no item will be added to the bibliogrpahic record.
    
    With patch applied there should be no error message and the item should be created
    and attached to the proper record.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    (cherry picked from commit d80659ce3543d01e0f9e4f280b63f76d00d2a27b)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |   15 ++---
 C4/Installer/PerlDependencies.pm                   |    2 +-
 installer/data/mysql/updatedatabase.pl             |   60 ++++++++++----------
 .../en/modules/admin/branch_transfer_limits.tt     |    3 +-
 .../prog/en/modules/catalogue/issuehistory.tt      |    3 +-
 .../prog/en/modules/reports/dictionary.tt          |    4 +-
 .../en/modules/reports/guided_reports_start.tt     |    6 +-
 .../prog/en/modules/serials/serials-edit.tt        |    2 +-
 .../prog/en/modules/serials/serials-recieve.tt     |    3 +-
 misc/cronjobs/crontab.example                      |    3 +
 serials/serials-edit.pl                            |    1 +
 11 files changed, 49 insertions(+), 53 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list