[koha-commits] main Koha release repository branch new/bug_9656 created. v3.08.00-1932-gc65b45e

Git repo owner gitmaster at git.koha-community.org
Thu Mar 7 15:23:23 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, new/bug_9656 has been created
        at  c65b45e3b4309e1965f682dbc9c551cbeaea7189 (commit)

- Log -----------------------------------------------------------------
commit c65b45e3b4309e1965f682dbc9c551cbeaea7189
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Feb 28 14:09:24 2013 +0100

    Bug 9656: Followup Make logging to a file optional (for fines)
    
    The -log option become optional if the -output_dir is given.
    
    Test plan:
    call the script with
    1/ no one parameter : no log file
    2/ -l : log file will be created in /tmp
    3/ -o=/home/koha/var/log : log file with be created in the specified
    4/ -o=/home/koha/var/log -l: Same as 3/
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: All combination of options tested. Works well. No errors.
    Signed-off-by: Elliott Davis <elliott at bywatersolions.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit d2bee4486c129de28d52b04089d17dd65b2d6764
Author: Chris Cormack <chrisc at catalyst.net.nz>
Date:   Thu Feb 21 22:10:48 2013 +1300

    Bug 9656: Make logging to a file optional (for fines)
    
    To test:
    1/ Before the patch run misc/cronjobs/fines.pl
       Notice that a file has been written to /tmp
    
    2/ rm the file
    
    3/ Apply the patch and run the script again
       Notice the file is not created
    
    4/ run the script with -l
       Notice the file is created again
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    
    Comment: Now it work as described. No errors.
    Signed-off-by: Elliott Davis <elliott at bywatersolions.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 3c35d59c334e7e064e491227c36c165c1669b7b7
Merge: bacfa56 e56a0a0
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Thu Mar 7 09:19:46 2013 -0500

    Merge branch 'bug_8620' into 3.12-master

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list