[koha-commits] updated branch master (b7a5bbefe82403ffd1de7f68e1a6ac76cd10b6af)

git repository hosting gitosis at git.koha.org
Sat May 1 17:02:40 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  b7a5bbefe82403ffd1de7f68e1a6ac76cd10b6af (commit)
       via  b06c59e6ca3efe4fd56f416ecd32473941f22b71 (commit)
       via  50dc9e5cf837c92ae070e494496821db4cd59063 (commit)
       via  86fbe2ec2198422905dedda51b09e98528ba333a (commit)
      from  2a0c82652b13b357389e14ad2d3c5bfb1b671797 (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 b7a5bbefe82403ffd1de7f68e1a6ac76cd10b6af
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat May 1 10:48:25 2010 -0400

    bug 4505 followup - template changes
    
    * fix syntax error
    * adjust wording - "patron" instead of "borrower"
    * handle case where overdue items should require
      confirmation of loan by operator
    * fix typo in system preference template
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit b06c59e6ca3efe4fd56f416ecd32473941f22b71
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat May 1 10:42:39 2010 -0400

    bug 4505 followup: fixes to database update
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 50dc9e5cf837c92ae070e494496821db4cd59063
Author: Galen Charlton <gmcharlt at gmail.com>
Date:   Sat May 1 10:36:39 2010 -0400

    bug 4405 followup - fix typo
    
    As much as circ staff may want to block circulation to
    over-rude patrons, Koha probably shouldn't be trying to make
    that determination on its own. :)
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 86fbe2ec2198422905dedda51b09e98528ba333a
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Mon Apr 26 10:30:55 2010 +1200

    Bug 4405 - Overdues block check out
    
    [Documentation note by RM:
    
    This patch adds a new system preference, OverduesBlockCirc,
    that can take one of three values:
    
      - noblock:      checkouts permitted even if patrons
                      have overdue items (default)
      - confirmation: circ operator asked to confirm checkout
      - block:        checkouts to patrons who have overdue
                      items are forbidden
    
    ]
    
    Squashed commit of the following:
    
    commit 6a1f66e0686a14d8a89abfc3fe5978dabd0b7af7
    Author: Chris Cormack <chrisc at catalyst.net.nz>
    Date:   Mon Apr 26 10:27:39 2010 +1200
    
        Tidy up ready to send patch
    
    commit 4d1398df18dcce4fd888cf17a0e2955fdf6ee1e4
    Author: Chris Cormack <chrisc at catalyst.net.nz>
    Date:   Mon Apr 26 10:26:15 2010 +1200
    
        Bug 4405 - tidy up
    
    commit 3daeb71bc6b690e18dda96aa3c767c2bb0521038
    Author: Chris Cormack <chrisc at catalyst.net.nz>
    Date:   Mon Apr 26 10:02:04 2010 +1200
    
        Bug 4405 - Overdues block checkout
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Circulation.pm                                  |    9 +++++++--
 admin/systempreferences.pl                         |    2 ++
 installer/data/mysql/en/mandatory/sysprefs.sql     |    1 +
 .../1-Obligatoire/unimarc_standard_systemprefs.sql |    1 +
 installer/data/mysql/updatedatabase.pl             |    6 ++++++
 .../en/modules/admin/preferences/circulation.pref  |    7 +++++++
 .../prog/en/modules/circ/circulation.tmpl          |    7 +++++++
 kohaversion.pl                                     |    2 +-
 8 files changed, 32 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list