[koha-commits] updated branch master (1f56a04cadc60f26b36f5599f24d0f380bc23828)

git repository hosting gitosis at git.koha.org
Fri May 7 19:05:17 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 "Koha GitWeb".

The branch, master has been updated
       via  1f56a04cadc60f26b36f5599f24d0f380bc23828 (commit)
      from  46cbf7806cb24aa20d401e97a7bfeb75e5b2d1ca (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 1f56a04cadc60f26b36f5599f24d0f380bc23828
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Thu May 6 13:13:36 2010 -0400

    Bug 4450 Use more consistent error returns in C4/Creators/*
    
    A lot of routines were defaulting to return -1 in error conditions
    but calling code was expecting a ref or object
    use return with explicit undef (or emptyness in array context)
    for these cases. Extended this to cases where return was not tested
    ( -1 might in some cases be legit data).
    
    Signed-off-by: Chris Nighswonger <cnighswonger at foundations.edu>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>
    (cherry picked from commit 5cf2b78b6ffa401bc82b3f913c89828c38b8e4ed)
    [RM note: ... thereby undoing the revert]

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

Summary of changes:
 C4/Creators/Batch.pm    |   10 ++++++----
 C4/Creators/Layout.pm   |   18 ++++++++----------
 C4/Creators/Lib.pm      |   27 +++++++++++++++------------
 C4/Creators/PDF.pm      |    8 ++++----
 C4/Creators/Profile.pm  |   19 ++++++++++---------
 C4/Creators/Template.pm |   22 ++++++++++------------
 6 files changed, 53 insertions(+), 51 deletions(-)


hooks/post-receive
-- 
Koha GitWeb


More information about the koha-commits mailing list