[koha-commits] updated branch master (257a179c3eecd252155e0904605a61f860bfe2d3)

git repository hosting gitosis at git.koha.org
Tue May 11 12:09:41 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  257a179c3eecd252155e0904605a61f860bfe2d3 (commit)
      from  1d014b4e3974bec28b7ac12e57d0679b71089b94 (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 257a179c3eecd252155e0904605a61f860bfe2d3
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sat May 8 08:27:51 2010 +0200

    Bug 4470 Patron search result pagination bar
    
    Obviously, Koha global pagination function could be improved. This patch
    do something which belongs to this function. A CPAN module like
    Data::Page could help or be an inspiration... 3.4?
    
    There is also room for improvement in they way resultset are
    constructed. The whole set is retrieved and just a subset is displayed.
    It impacts performances for libraries with a great number of patrons.
    The right solution would be:
    
      - to find the resultset size with SELECT COUNT(*)
      - to retrieved the exact subset with LIMIT and OFFSET SQL arguments
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 members/member.pl |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list