[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.11-22-gff4d812

Git repo owner gitmaster at git.koha-community.org
Mon Oct 24 11:32:17 CEST 2016


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.22.x has been updated
       via  ff4d8128f77c3a9ec4b8537bda92fb9e53b98be7 (commit)
       via  f53fefb03ac6ed8def57333b9fd78614b1840518 (commit)
       via  81399156f8aaeea0d3fff7877731cd8d89e615d3 (commit)
      from  9af21daf526ac4454811db9aade06eb3c6f61457 (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 ff4d8128f77c3a9ec4b8537bda92fb9e53b98be7
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Sat Oct 22 09:16:44 2016 +0200

    Bug 7045: Update DB rev (3.22.11.02)
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit f53fefb03ac6ed8def57333b9fd78614b1840518
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 16 09:18:19 2016 +0100

    Bug 7045: Update default value placeholders for existing installs
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 547b5f95f62a00e360c5cac4e416d30365429fcb)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 517e4eb553e31dad4d7d49a6c2b2222884423d75)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit 81399156f8aaeea0d3fff7877731cd8d89e615d3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Aug 16 09:09:53 2016 +0100

    Bug 7045: Use <<tag>> for default value placeholders
    
    When adding a biblio, the default value of a MARC subfield defined in
    the frameworks can be used as placeholders to set the current date or
    the surname of the logged in user (use cases?).
    The different placeholders are 'YYYY', 'MM', 'DD', 'user'.
    When adding an item, same behavior except that 'user' is not replaced.
    
    This patch makes behaviors consistent between the 2 editors and
    surrounds placeholders with << >>
    We will now have: <<YYYY>>, <<MM>>, <<DD>> and <<USER>>
    
    Test plan:
    Define default values for biblio and item subfields.
    Create a bibliographic record and attach it an item.
    The default values should be used and replaced if you used placeholders.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 50abf24ff04aae0c9010411fa6e98561c2ccc66f)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit 60ab0769530c190dcd849f15909eed4961aa8a83)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

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

Summary of changes:
 Koha.pm                                |    2 +-
 cataloguing/addbiblio.pl               |   21 ++++++++++++---------
 cataloguing/additem.pl                 |   17 +++++++++++------
 installer/data/mysql/updatedatabase.pl |   18 ++++++++++++++++++
 4 files changed, 42 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list