[koha-commits] updated branch master (3199d032e5315e7cd3ef78b6fac539040e6f5f9b)

Koha Gitosis gitosis at git.koha.org
Thu Aug 20 17:59:29 CEST 2009


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 "Koha GitWeb".

The branch, master has been updated
       via  3199d032e5315e7cd3ef78b6fac539040e6f5f9b (commit)
       via  b94e7acbbc256223b46384db18f1666b4758717e (commit)
       via  c89ed2ca1d791dc2bf203ff094388ca66a1904ad (commit)
       via  2c7d5b369d65e5f8e8f7b0f292a61ade4d7a6c4a (commit)
       via  ae88b06b576a8c454854f32baf2ccec68775c3a6 (commit)
       via  10816a8b336f9a84830e14d426fe9d3830891b0e (commit)
      from  27e07d23d5a88684e163ce8f6b7bfa04cc8501a0 (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 3199d032e5315e7cd3ef78b6fac539040e6f5f9b
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu Aug 20 11:12:57 2009 +0100

    Avoid numeric comparisons with leading zeroes
    
    Numbers in perl with leading zeros are interpreted in octal
    Ensure that comparisons are done using string operators
    or where appropriate use the MARC::Field method
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit b94e7acbbc256223b46384db18f1666b4758717e
Author: Chris Cormack <chris at bigballofwax.co.nz>
Date:   Thu Aug 20 22:40:19 2009 +1200

    Adding Katrin to the tranlsation tab on the about page
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit c89ed2ca1d791dc2bf203ff094388ca66a1904ad
Author: Garry Collum <gcollum at gmail.com>
Date:   Thu Aug 20 15:22:57 2009 -0400

    Bug 3420: Revised follow-up patch for 'patrons with no checkouts'
    
    Comments out all warnings that were used for debugging.
    
    Enables warnigns and fixes the resulting warnings.
    
    This patch replaces the previous follow-up patch for bug 3420.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 2c7d5b369d65e5f8e8f7b0f292a61ade4d7a6c4a
Author: Garry Collum <gcollum at gmail.com>
Date:   Thu Aug 20 18:07:08 2009 -0400

    Bug 2889: Adds table highlighting to the Authority search results.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit ae88b06b576a8c454854f32baf2ccec68775c3a6
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Fri Aug 21 10:27:42 2009 +1200

    Edits to the about page : Adding a couple of missing developers, and adding ohloh links, still more links to go
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 10816a8b336f9a84830e14d426fe9d3830891b0e
Author: Garry Collum <gcollum at gmail.com>
Date:   Thu Aug 20 19:32:18 2009 -0400

    Bug 2505: Enables warnings in reserveratios.pl
    
    Also fixes resulting warnings.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Record.pm                                       |    2 +-
 cataloguing/addbiblio.pl                           |    2 +-
 circ/reserveratios.pl                              |    4 ++-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tmpl |   30 +++++++++--------
 .../en/modules/authorities/searchresultlist.tmpl   |    4 ++
 misc/batchCompareMARCvsFrameworks.pl               |    2 +-
 misc/migration_tools/bulkmarcimport.pl             |    2 +-
 reports/borrowers_out.pl                           |   33 ++++++++++++--------
 8 files changed, 47 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list