[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.13-152-g3698e20

Git repo owner gitmaster at git.koha-community.org
Fri Nov 22 22:51:41 CET 2013


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  3698e204a13360768005ca0ae870f1aa82d6602a (commit)
       via  081f6a3ef366b239127b23dcd21d5ee79c45f0b0 (commit)
       via  85402ac86b448ff50fb0c1b0abb983b12f6ae61e (commit)
      from  7a23e35b1f6f2c18ff73418a1ef47ad5c193b853 (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 3698e204a13360768005ca0ae870f1aa82d6602a
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Aug 19 11:16:51 2013 -0400

    Bug 10763 - [SIGNED-OFF] Update POD of C4::Creators::Lib::html_table() to use TT syntax
    
    This patch updates the example template syntax in the POD for
    C4::Creators::Lib::html_table() to use Template Toolkit syntax.
    
    To test, view the POD for C4::Creators::Lib::html_table() and confirm
    that it looks correct.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Checked the POD with "perldoc C4/Creators/Lib.pm" before and after applying
    the patch. The example now uses TT syntax, and looks sensible.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 54c6dccca70a142c14fff049cb3212694af86610)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit a55080c88593b5e0e0d3d8192ee9c7f09e78d258)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit a55080c88593b5e0e0d3d8192ee9c7f09e78d258)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit 64c3c216498a0144319639dd381c28c9d717f1bb)

commit 081f6a3ef366b239127b23dcd21d5ee79c45f0b0
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Aug 19 11:37:55 2013 -0400

    Bug 10764 - Update POD of C4::Items::GetItemStatus() to use TT syntax
    
    This patch updates the example template syntax in the POD for
    C4::Items::GetItemStatus() to use Template Toolkit syntax.
    
    To test, view the POD for C4::Items::GetItemStatus() and confirm that it
    looks correct.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    This patch works as advertised (verified with "perldoc C4::Items"),
    for GetItemStatus, but it does not fix a a similar example for
    GetItemLocation in the same file, which still has the old template
    syntax. So a followup or separate bug for that is called for.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    It seems the default option is not in used in templates.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit d515457c719197e66bd0a10c7011b407af2faa23)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 3ca258cd4aeba3b8bcb86dbdb28b55657e1c1e46)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit 3ca258cd4aeba3b8bcb86dbdb28b55657e1c1e46)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit bc26b55dfb949d866a64ee91317b079b45f50c39)

commit 85402ac86b448ff50fb0c1b0abb983b12f6ae61e
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Aug 19 12:06:31 2013 -0400

    Bug 10765 - [SIGNED-OFF] Update POD of C4::Koha::GetSupportList() to use TT syntax
    
    This patch updates the example template syntax in the POD for
    C4::Koha::GetSupportList() to use Template Toolkit syntax.
    
    To test, view the POD for  C4::Koha::GetSupportList() and confirm that
    it looks correct.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    This patch works as advertised (verified with "perldoc C4::Koha"),
    for GetSupportList, but it does not fix a a similar example for
    GetItemTypes, getauthtypes and getframework in the same file,
    which still has the old template syntax. So a followup or separate
    bug(s) for those are called for.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    It seems the default option is not in used in templates.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 3429e5e16da0b23615fac4ca0bb6251fac70301c)
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit a011492c7e5cdc3c0ef9db1ca1c415ec078e1f6c)
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    (cherry picked from commit a011492c7e5cdc3c0ef9db1ca1c415ec078e1f6c)
    Signed-off-by: Chris Hall <followingthepath at gmail.com>
    (cherry picked from commit eb62e304a94c5eb1716abf4c6123bd6ae86593aa)

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

Summary of changes:
 C4/Creators/Lib.pm |   46 ++++++++++++++++++++++------------------------
 C4/Items.pm        |   16 ++++++++++------
 C4/Koha.pm         |   20 ++++++++++----------
 3 files changed, 42 insertions(+), 40 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list