[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.03-40-gff93ccd

Git repo owner gitmaster at git.koha-community.org
Sat Aug 4 12:31:00 CEST 2012


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, 3.8.x has been updated
       via  ff93ccd916982b2f6bfffb5ce0d8b83dc60cc361 (commit)
       via  12bde6c6eaf767848279fa073f9dce8e4f124309 (commit)
       via  50f164c58dd10ac81c07e2f64c14288d8b11ce2c (commit)
       via  601228f6585b6b942a31a8cfa642216925b09148 (commit)
      from  9d333c753aa9b1d59d8394f0b9fbc9011e92ff03 (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 ff93ccd916982b2f6bfffb5ce0d8b83dc60cc361
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jul 2 12:19:23 2012 -0400

    Bug 3383 - Followup - Switch from GetMemberDetails to GetMember
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 12bde6c6eaf767848279fa073f9dce8e4f124309
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Apr 4 09:56:11 2012 -0400

    Bug 3383 - Item due reminder digests - cannot display title information
    
    Adds the ability to use branches.* fields in digest notices and
    have them be parsed correctly. Also adds a warning to the notices
    editor for digests.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    I like the idea to show a warning, but I would perhaps move
    it under the message body label to be more obvious.
    
    Patch works nicely, branch data of my user's home library
    is displayed in the notice.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 50f164c58dd10ac81c07e2f64c14288d8b11ce2c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jul 20 10:48:27 2012 +0200

    Bug 7628: Escape '+' characters for categorycode
    
    uri escape the following characters:
        &, @, /, ;, :, =, +, ? and $
    
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Test and sign off second patch (independently from first patch).
    
    Added categories like '+zwoelf' or '? Test' before applying the patch.
    Deletion was not possible.
    
    After applying patch deletion is possible, patch works as expected.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 601228f6585b6b942a31a8cfa642216925b09148
Author: Marc Veron <veron at veron.ch>
Date:   Wed Jul 18 07:57:36 2012 +0200

    Bug 7628 - Required format is not enforced for Patron Categories
    
    Enforces category code with allowed characters only.
    
    Test plan:
    
    - Before applying patch, create a category code like Test+
    
    - Try to delete category with this code -> does not work
    
    - Apply patch
    
    - Try to create category with code containg other characters than letters, numbers, - and _
    
    - Result: You are not allowed to do so, appropriate message pops up
    
    Signed-off-by: David Cook <dcook at prosentient.com.au>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../prog/en/modules/admin/categorie.tt             |   22 ++++++++----
 .../intranet-tmpl/prog/en/modules/tools/letter.tt  |    1 +
 misc/cronjobs/advance_notices.pl                   |   39 ++++++++++++++++++--
 3 files changed, 51 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list