[koha-commits] updated branch master (77b7924a42cc7b0fcafe4a1b54f6b556eb6e3815)

Koha Gitosis gitosis at git.koha.org
Wed Feb 3 00:46:11 CET 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  77b7924a42cc7b0fcafe4a1b54f6b556eb6e3815 (commit)
       via  ef8c349c2c7b354887646819de3b8a3c068d0721 (commit)
       via  52c3a853207542c77a87be13f7cb3358ef204af6 (commit)
       via  e12f043860f97237e85691aa6a1e7253adf21f4f (commit)
       via  616a5ff349c9d14eb512fd3e3b377f30077c24af (commit)
      from  3f45f621e6bd2e71454f9a7ff1c7ab23258c8d84 (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 77b7924a42cc7b0fcafe4a1b54f6b556eb6e3815
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Feb 1 11:27:44 2010 +0000

    Bug 4083 subroutine HasItems needs to be exported
    
    Calls to the unexported subroutine result in system error
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit ef8c349c2c7b354887646819de3b8a3c068d0721
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Mon Feb 1 19:48:29 2010 +0000

    Fix some code issues in serials scripts
    
    Add use warnings where not present
    Remove unused variables
    Avoid redeclarations of variables
    trailing spaces trimmed
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 52c3a853207542c77a87be13f7cb3358ef204af6
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Feb 2 12:51:02 2010 +0000

    Bug 4088 Due Date Not formated in checkout response
    
    due date was not being formatted as a timestamp
    but being passed as epoch seconds
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit e12f043860f97237e85691aa6a1e7253adf21f4f
Author: Colin Campbell <colin.campbell at ptfs-europe.com>
Date:   Tue Feb 2 18:24:47 2010 +0000

    Bug 4095 Remove incorrect help text
    
    Subscription end date is required before receiving against
    the subscription. If not set the subscription needs
    renewal before use.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 616a5ff349c9d14eb512fd3e3b377f30077c24af
Author: Michael Hafen <mdhafen at tech.washk12.org>
Date:   Tue Feb 2 11:48:53 2010 -0700

    Change style of return errors to be more noticable.
    
    Changed the class of the div from message to error.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/SIP/Sip/MsgType.pm                              |    6 +-
 C4/Serials.pm                                      |    1 +
 .../prog/en/modules/circ/returns.tmpl              |    2 +-
 .../prog/en/modules/serials/subscription-add.tmpl  |    2 +-
 serials/acqui-search-result.pl                     |    4 +-
 serials/checkexpiration.pl                         |    2 +-
 serials/claims.pl                                  |    1 -
 serials/lateissues-excel.pl                        |    1 -
 serials/member-search.pl                           |   20 ++--
 serials/routing-preview.pl                         |    2 +-
 serials/serial-issues.pl                           |    1 -
 serials/serials-collection.pl                      |    8 +-
 serials/serials-recieve.pl                         |   17 ++-
 serials/statecollection.pl                         |    5 +-
 serials/subscription-add.pl                        |  142 ++++++++++----------
 serials/subscription-bib-search.pl                 |    8 +-
 serials/subscription-renew.pl                      |    3 +-
 serials/viewalerts.pl                              |    2 +-
 18 files changed, 115 insertions(+), 112 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list