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 "main Koha release repository".

The branch, master has been updated
       via  8663778b8e6bca5142c84475c0ab4dc11de7c6f7 (commit)
      from  fcb3668512341d70d3e222426ea6317130793744 (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 8663778b8e6bca5142c84475c0ab4dc11de7c6f7
Author: Owen Leonard <oleon...@myacpl.org>
Date:   Fri Nov 12 15:54:50 2010 -0500

    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 <neng...@bywatersolutions.com>
    Signed-off-by: Ian Walls <ian.wa...@bywatersolutions.com>
    Signed-off-by: Chris Cormack <chr...@catalyst.net.nz>

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

Summary of changes:
 circ/circulation.pl                                |    4 ++++
 installer/data/mysql/en/mandatory/sysprefs.sql     |    1 +
 installer/data/mysql/updatedatabase.pl             |    8 ++++++++
 .../en/modules/admin/preferences/circulation.pref  |    6 ++++++
 .../prog/en/modules/circ/circulation.tmpl          |   11 +++++------
 kohaversion.pl                                     |    2 +-
 6 files changed, 25 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to