[koha-commits] main Koha release repository branch master updated. v16.11.00-188-g3371b08

Git repo owner gitmaster at git.koha-community.org
Fri Jan 13 12:41:20 CET 2017


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  3371b08123ad5848ee6202c1ac8609276c46f9a1 (commit)
       via  56391bd15ae797a7bca348aef01c9d70466f14ad (commit)
       via  2b62f24a4a87beeaa7a4d30e6edfdd9f61b613a8 (commit)
      from  bee87e4f61d6f515bee20ab1792b4ca76605c0e9 (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 3371b08123ad5848ee6202c1ac8609276c46f9a1
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Dec 30 10:12:24 2016 -0500

    Bug 17447: %opt is unused
    
    Deleted the line.
    perlcritic -4 before and after.
    Before there are issues. After there is not.
    
    Also, changed function to not rely on implicit return value
    of last line, but explicitly stated a return. And operator
    changed, due to precedence issues.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 56391bd15ae797a7bca348aef01c9d70466f14ad
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Oct 14 14:27:15 2016 +0200

    Bug 17447: Remove unused vars from batchRebuildItemsTables.pl
    
    Variables $extkey not used, %opt not used.
    Variables $tmptest[...] not used, calling _build_tag_directory useless.
    The script now does not only print help if you specify -t.
    Sub defnonull tidied.
    Rearranged modules, removed Dumper.
    
    Test plan:
    [1] Run the script with -t flag. The script should not only print usage
        statement, but should do a dry run. (Test this on a small database,
        or pass an additional where clause.)
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 2b62f24a4a87beeaa7a4d30e6edfdd9f61b613a8
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Fri Dec 30 11:01:36 2016 +0100

    Bug 17447: Run perltidy on batchRebuildItemsTables.pl
    
    Test plan:
    Verify that the output of diff -w between the original and tidied file
    does not introduce code changes.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 misc/batchRebuildItemsTables.pl |   89 +++++++++++++++++++++------------------
 1 file changed, 48 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list