[koha-commits] main Koha release repository branch, 3.0.x, updated. v3.00.06-60-ga6d477d

Git repo owner gitmaster at git.koha-community.org
Thu Jul 29 09:30:30 CEST 2010


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.0.x has been updated
       via  a6d477d3ed744789598ccb300a7a244cbe2481a7 (commit)
       via  a8abc38b6e91d2b6321042647ed8988450df40f9 (commit)
       via  66887d5eb34dc922b244adf53f11e2db993185e0 (commit)
       via  73f39efa8ce1a767bb60d4a30b48d0285011aabc (commit)
       via  114dc821f4236437b7c5a19f5369abcbc0afd976 (commit)
       via  bd6bcdd9cdb19e5077a04c4b8d7537e46d7f35dd (commit)
       via  4defbb7ca8abc68f51e10a4b9b57eba818751bdc (commit)
       via  a8441dfabf5c2b561b6ba93c084a88072a910043 (commit)
       via  5ca58dda42227e14dc6453b8b3f8e34218f48d38 (commit)
       via  888166a5fc6531e796aad5396bb522da7c858d9f (commit)
       via  d6d7a3fafbdfcfea4f063ba338adb89dace4e16a (commit)
      from  cdd646855af5fbc5c6ce2ae4f9661bafd8e076a2 (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 a6d477d3ed744789598ccb300a7a244cbe2481a7
Author: Marcel de Rooy <M.de.Rooy at rijksmuseum.nl>
Date:   Wed Jul 28 14:01:59 2010 +0000

    Bug 5066 (Incorrect use of localtime function when calling _session_log) for 3.0.x only
    
    This patch applies to 3.0.x only and solves a little bug in using the localtime function when writing to tmp/sessionlog. It should be called in scalar context iinstead of list context.

commit a8abc38b6e91d2b6321042647ed8988450df40f9
Author: Jean-André Santoni <jeanandre.santoni at biblibre.com>
Date:   Tue Jul 27 14:25:56 2010 +0200

    (bug #3336) A CSS class for currency symbols

commit 66887d5eb34dc922b244adf53f11e2db993185e0
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Wed Jul 21 09:32:19 2010 +0200

    [followup](bug #5042) forgotten fix on rss icon
    
    this fix the rss image link, that was forgotten in previous patch.

commit 73f39efa8ce1a767bb60d4a30b48d0285011aabc
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Jul 20 16:05:16 2010 +0200

    (bug #5042) rss field and sort by
    
    this add an arg in url to take care of order in rss feeds.

commit 114dc821f4236437b7c5a19f5369abcbc0afd976
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Fri Jul 16 15:30:06 2010 +0200

    [followup] (bug #4018) fix the coins position in code

commit bd6bcdd9cdb19e5077a04c4b8d7537e46d7f35dd
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Wed Dec 30 11:36:35 2009 +0100

    (bug #4018) fix coins support in opac detail and xslt

commit 4defbb7ca8abc68f51e10a4b9b57eba818751bdc
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Thu Jul 15 11:13:28 2010 +0200

    [followup](bug #3825) fix problems in tmpl_if
    
    In previous patch, and if was not fixed to be managed correctly, and allow user, if there is no hold waiting, to go the holds over.

commit a8441dfabf5c2b561b6ba93c084a88072a910043
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Jul 13 15:57:29 2010 +0200

    (bug #4990) fix email link in overdues to have a pre-generated message
    
    This fix the link in overdues.pl to have great link with pre-generated emails, they are based on the letter "MANUAL_ODUE" in "circulation" module.

commit 5ca58dda42227e14dc6453b8b3f8e34218f48d38
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Jul 13 11:58:01 2010 +0200

    [followup](bug #4931) fix forgottens input in buttons
    
    the previous patch missed an hidden input in next buttons that break next page. This fix it.

commit 888166a5fc6531e796aad5396bb522da7c858d9f
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Jul 13 10:53:26 2010 +0200

    [3.0.x] (bug 4989) add index on guarantorid

commit d6d7a3fafbdfcfea4f063ba338adb89dace4e16a
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Mon Sep 21 17:50:16 2009 +0200

    MT 1882 : ccode search in serials/subscription-bib-search.pl

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

Summary of changes:
 C4/Auth.pm                                         |    8 +-
 circ/overdue.pl                                    |   21 +++++
 installer/data/mysql/kohastructure.sql             |    1 +
 installer/data/mysql/updatedatabase30.pl           |    7 ++-
 .../prog/en/modules/admin/smart-rules.tmpl         |    4 +-
 .../prog/en/modules/circ/overdue.tmpl              |    4 +-
 .../prog/en/modules/circ/waitingreserves.tmpl      |   15 ++--
 .../prog/en/modules/members/boraccount.tmpl        |    6 +-
 .../prog/en/modules/tools/inventory.tmpl           |   10 ++-
 koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc  |    2 +-
 .../opac-tmpl/prog/en/modules/opac-detail.tmpl     |   18 ++--
 .../opac-tmpl/prog/en/modules/opac-results.tmpl    |    2 +-
 serials/subscription-bib-search.pl                 |   90 +++++++++++---------
 tools/inventory.pl                                 |    3 +-
 14 files changed, 114 insertions(+), 77 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list