[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-967-g7ae3ea6

Git repo owner gitmaster at git.koha-community.org
Tue Aug 20 16:20:53 CEST 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, master has been updated
       via  7ae3ea68579b3f870d7e42968c3727ecffac7f02 (commit)
       via  54c6dccca70a142c14fff049cb3212694af86610 (commit)
       via  d515457c719197e66bd0a10c7011b407af2faa23 (commit)
       via  3429e5e16da0b23615fac4ca0bb6251fac70301c (commit)
      from  50ff4f4a94598ce197c0ca5656d314195cf69d07 (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 7ae3ea68579b3f870d7e42968c3727ecffac7f02
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Aug 19 10:55:52 2013 -0400

    Bug 8670 - Update POD of C4::Branch::GetBranches() to use TT syntax
    
    This patch updates the example template syntax in the POD for
    C4::Branch::GetBranches() to use Template Toolkit syntax.
    
    To test, view the POD for C4::Branch::GetBranches() and confirm that it
    looks correct.
    
    Signed-off-by: Magnus Enger <magnus at enger.priv.no>
    Checked the POD with "perldoc C4/Branch.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>

commit 54c6dccca70a142c14fff049cb3212694af86610
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>

commit d515457c719197e66bd0a10c7011b407af2faa23
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>

commit 3429e5e16da0b23615fac4ca0bb6251fac70301c
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>

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

Summary of changes:
 C4/Branch.pm       |   14 +++++++++-----
 C4/Creators/Lib.pm |   46 ++++++++++++++++++++++------------------------
 C4/Items.pm        |   16 ++++++++++------
 C4/Koha.pm         |   20 ++++++++++----------
 4 files changed, 51 insertions(+), 45 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list