[koha-commits] updated branch 3.0.x (0e17926b61d462adb09f711a06e07c384ebe946c)

Koha Gitosis gitosis at git.koha.org
Thu Oct 1 01:50:02 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, 3.0.x has been updated
       via  0e17926b61d462adb09f711a06e07c384ebe946c (commit)
       via  37ca03479c2c3cfb04fc15214176f92bca2b6551 (commit)
       via  ce353e7230ba032565ed5d4a92dd3a69d705f910 (commit)
      from  830620ea1b50e207e5e585a5456a6b9beabf2c22 (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 0e17926b61d462adb09f711a06e07c384ebe946c
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Thu Oct 1 10:26:43 2009 +0200

    [replaceprevious](bug #3678) Fix circulation
    
    This patch fix major circulation problems with reserves:
    A reserved document on "next available", is no more detected when an item of this record is checked-in.
    And add a db dependant test to validate this everywhen.
    
    Signed-off-by: Henri-Damien LAURENT <henridamien.laurent at biblibre.com>

commit 37ca03479c2c3cfb04fc15214176f92bca2b6551
Author: Michael Hafen <mdhafen at tech.washk12.org>
Date:   Wed Sep 30 15:33:05 2009 -0600

    bugfix: pagination bar has an empty page at the end
    
    There are a few pages where the pagination_bar() call produces an empty page
    when the number of results is a multiple of the results per page.  Looking at
    getnbpages() I see the right way to do it.  So I changed these few pages to
    either use getnbpages() or calculate the number of pages the same way.

commit ce353e7230ba032565ed5d4a92dd3a69d705f910
Author: Nahuel ANGELINETTI <nahuel.angelinetti at biblibre.com>
Date:   Tue Sep 29 11:19:07 2009 +0200

    (bug #3674) allow users creation with disabled password

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

Summary of changes:
 C4/Auth.pm                      |    2 +-
 C4/Circulation.pm               |   13 ++++----
 C4/Members.pm                   |    3 +-
 C4/Reserves.pm                  |   34 +++++++++++++++++++--
 authorities/authorities-home.pl |    2 +-
 labels/pcard-member-search.pl   |    2 +-
 members/member.pl               |    2 +-
 t/db_dependent/Reserves.t       |   62 +++++++++++++++++++++++++++++++++++++++
 8 files changed, 105 insertions(+), 15 deletions(-)
 create mode 100755 t/db_dependent/Reserves.t


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list