[koha-commits] main Koha release repository branch new/bug_5600 created. v3.08.00-578-g322a9c7

Git repo owner gitmaster at git.koha-community.org
Fri Aug 3 17:31:34 CEST 2012


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_5600 has been created
        at  322a9c7fbbcf456084d1937f48345b3cdec058ce (commit)

- Log -----------------------------------------------------------------
commit 322a9c7fbbcf456084d1937f48345b3cdec058ce
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Aug 3 17:00:06 2012 +0200

    Bug 5600: very tiny follow-up to pass perlcritic
    
    open was called with 2 arguments instead of 3
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit c5e6fb7227d4d30818ca013f0d2cf9bde60fcc25
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Fri Aug 3 16:26:34 2012 +0200

    Bug 5600 follow-up: Fix commandline check in order to work under Plack
    
    With plackup, @ARGV can contains elements so we can't check the size of
    @ARGV to tell whether we are in command line mode or not.
    Instead we check environment variable GATEWAY_INTERFACE.
    
    Also fix the use of a global variable in a subroutine
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

commit 4dea59847aca42dfa0893bc1f13ce05dc3011aaf
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Jun 6 15:28:18 2012 +0200

    Bug 5600: Command line interface for tools/export.pl
    
    export.pl [--format=format] [--date=date] [--dont_export_items]
      [--deleted_barcodes] [--clean] --filename=outputfile
    
        * format is either 'xml' or 'marc' (default)
        * date should be entered as the 'dateformat' syspref is set
          (dd/mm/yyyy for metric, yyyy-mm-dd for iso, mm/dd/yyyy for us)
        * records exported are the ones that have been modified since 'date'
        * if --deleted_barcodes is used, a list of barcodes of items deleted
          since 'date' is produced (or from all deleted items if no date is
          specified)
        * --clean removes NSE/NSB
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list