]> git.koha-community.org Git - koha.git/commit
Bug 5396: New system preference UseTablesortForCirc
authorOwen Leonard <oleonard@myacpl.org>
Fri, 12 Nov 2010 20:54:50 +0000 (15:54 -0500)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Sat, 13 Nov 2010 17:51:11 +0000 (12:51 -0500)
commit8e0b7a53d2a0458ce33376f5e9c7cab5b85bec78
tree46b83d928e057d8e6f94e08c05e5beed47819789
parent7e49b79b734d264dc11c8a6a6b7380ca8ebf063c
Bug 5396: New system preference UseTablesortForCirc

This system preference allows the librarian to toggle on or off whether the JQuery tablesort is used on the
circ/circulation.pl page.  For patrons with many checkouts, this sort may cause very slow page loading (and
therefore slow circulation transaction time), depending on the browser and local machine used.  Staff can
still see a sortable list of current checkouts on the members/moremember.pl page.

My revision prevents the template from including *any* tablesorter code if the
preference is feature is turned off: both the circulation list and
the holds list will have no jQuery tablesorter.

Signed-off-by: Nicole Engard <nengard@bywatersolutions.com>
Signed-off-by: Ian Walls <ian.walls@bywatersolutions.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
(cherry picked from commit d9db65a17e83f64c5858c6fd7ad8dc0d1e7660ab)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
circ/circulation.pl
installer/data/mysql/en/mandatory/sysprefs.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref
koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl