[koha-commits] updated branch master (b159ba8e5aba27572394658867624f3573a0574b)

Koha Gitosis gitosis at git.koha.org
Sun Aug 23 08:30:51 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, master has been updated
       via  b159ba8e5aba27572394658867624f3573a0574b (commit)
       via  8e40c2d017e684f8a5f0ac79cc0182176a5476bc (commit)
       via  f8a43317b1c6c40497e0fc986ce8a249ae4be87a (commit)
      from  5593a2816471b351a433081ebe292898219840cb (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 b159ba8e5aba27572394658867624f3573a0574b
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 23 11:26:35 2009 -0400

    fix how patron_flagged gets set for opac-user.tmpl
    
    Remove unneeded variable and get value from $borr->{'flagged'}
    directly, avoiding glitch where $borr->{'flagged'} could be
    set after old $patron_flagged variable was set.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 8e40c2d017e684f8a5f0ac79cc0182176a5476bc
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sun Aug 23 10:16:41 2009 -0400

    bug 3493: DBrev 041->042 (added OPACFineNoRenewals)
    
    Also changed default value of OPACFineNoRenewals to 99999
    when upgrading existing databases so that there's no (likely)
    sudden change in OPAC behavior.
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit f8a43317b1c6c40497e0fc986ce8a249ae4be87a
Author: Jesse Weaver <pianohacker at gmail.com>
Date:   Sun Jul 26 13:28:47 2009 +0100

    Prevent OPAC renewals if fines are over limit
    
    This introduces a new system preference, OPACFineNoRenewals, that sets a
    limit on the total fines a patron can have before they can no longer
    renew their own books. opac-user.pl has been updated to obey this limit.
    
    This work sponsered by East Brunswick Public Library, East Brunswick, NJ USA
    
    Signed-off-by: Colin Campbell <colin.campbell at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 admin/systempreferences.pl                         |    1 +
 installer/data/mysql/en/mandatory/sysprefs.sql     |    1 +
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    1 +
 installer/data/mysql/updatedatabase.pl             |    7 +++++++
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl |    3 +++
 kohaversion.pl                                     |    2 +-
 opac/opac-user.pl                                  |   13 ++++++++++---
 7 files changed, 24 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list