Koha/members
Frédéric Demians 089e23786d 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@gmail.com>
2010-05-14 07:22:31 +12:00
..
boraccount.pl Bug 2889 Remove toggle in boraccount display 2010-05-03 09:20:50 -04:00
borrowers_details.pl Bug 2505 - Add commented use warnings where missing in the members/ directory 2010-04-21 20:19:50 +12:00
default_messageprefs.pl Fix FSF address in directory members/ 2010-03-16 20:17:55 -04:00
deletemem.pl Bug 2505 - Add commented use warnings where missing in the members/ directory 2010-04-21 20:19:50 +12:00
guarantor_search.pl Bug 2505 - Add commented use warnings where missing in the members/ directory 2010-04-21 20:19:50 +12:00
mancredit.pl Fix FSF address in directory members/ 2010-03-16 20:17:55 -04:00
maninvoice.pl Fix FSF address in directory members/ 2010-03-16 20:17:55 -04:00
member-flags.pl Bug 2505: Enables warnings in member-flags.pl, member-password.pl, and member-picupload.pl. 2009-09-29 19:11:08 -04:00
member-password.pl Bug 2662: make rand password consider minPasswordLength pref 2009-12-22 00:01:03 +01:00
member-picupload.pl Fix FSF address in directory members/ 2010-03-16 20:17:55 -04:00
member.pl Bug 4470 Patron search result pagination bar 2010-05-14 07:22:31 +12:00
memberentry.pl Bug 4248 Rework Cities dropdown for members entry 2010-04-29 22:20:36 -04:00
members-home.pl (followup MT2690) search on first letter 2010-01-28 15:11:57 +01:00
messaging.pl Fix FSF address in directory members/ 2010-03-16 20:17:55 -04:00
moremember.pl Bug 2505 - Add commented use warnings where missing in the members/ directory 2010-04-21 20:19:50 +12:00
notices.pl MT3440: Display only borrower's messages in borrower's profile 2010-05-01 09:11:44 -04:00
patronimage.pl Fix FSF address in directory members/ 2010-03-16 20:17:55 -04:00
pay.pl Fix FSF address in directory members/ 2010-03-16 20:17:55 -04:00
readingrec.pl tweak display of issuing library on staff reading history 2010-04-07 10:57:47 -04:00
setdebar.pl Fix FSF address in directory members/ 2010-03-16 20:17:55 -04:00
setstatus.pl Fix FSF address in directory members/ 2010-03-16 20:17:55 -04:00
update-child.pl Bug 2505 - Add commented use warnings where missing in the members/ directory 2010-04-21 20:19:50 +12:00