[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha1-23-gdbc0a84

Git repo owner gitmaster at git.koha-community.org
Sun Oct 20 20:44:36 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  dbc0a847200edcacc81b010bc37bba6df712d5a6 (commit)
       via  cc795c75d9e43026c112364d3ebb08f86d73ab54 (commit)
       via  ed38698247d79b7bfb88f3790e56158aca42a5b5 (commit)
       via  3a1a94d4ef9bf65eba7181c81d8a3f5af5e2c5aa (commit)
      from  e9d45e4f6a39d716f3282cd0468d84296cfc4a90 (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 dbc0a847200edcacc81b010bc37bba6df712d5a6
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sun Sep 29 13:11:14 2013 +0200

    Bug 9739: (follow-up) improve help text a bit
    
    Changes only strings in the script: the help text and the
    success message for updated serial issues.
    
    Thx to Jared for proof reading!
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit cc795c75d9e43026c112364d3ebb08f86d73ab54
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Sep 7 23:00:48 2013 -0300

    Bug 9739: (follow-up) add missing comma
    
    Adds a missing comma in select statement.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit ed38698247d79b7bfb88f3790e56158aca42a5b5
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Fri Mar 1 14:36:14 2013 +0100

    Bug 9739: (follow-up) cosmetic changes
    
    Cosmetic changes:
    
    * perltidy
    * q{} for query
    * list of columns is query instead of SELECT *
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Your cosmetic changes missed a comma, fixed in a followup
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 3a1a94d4ef9bf65eba7181c81d8a3f5af5e2c5aa
Author: Fridolyn SOMERS <fridolyn.somers at biblibre.com>
Date:   Thu Feb 28 18:21:18 2013 +0100

    Bug 9739: more options for serialsUpdate.pl
    
    Script serialsUpdate.pl must be set in crontab to run daily.
    It checks serials that are late, modifies status and adds a note.
    
    This patch adds some options :
    --note : defined note, a defaut one is used if not defined
    --no-note : disable automatic note
    --verbose : used to control output
    This patch also implements confirmation option "-c" who whas present but not used.
    
    Test plan :
    Run script on a database with late serials :
    - serialsUpdate.pl -h
    => you get help text in output
    - serialsUpdate.pl --man
    => you get full help
    - serialsUpdate.pl -v
    => you get output of changed serials but database has not changed
    - serialsUpdate.pl -c -v
    => you get output of changed serials and database has changed, with note "Automatically set to late"
    - serialsUpdate.pl -c
    => database has changed without anything in output
    - serialsUpdate.pl -c --note "LATE"
    => database has changed, with note "LATE"
    - serialsUpdate.pl -c --no-note
    => database has changed with no note
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Works as described. No koha-qa errors.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    New options behave as described.
    There are some existing problems with this script that I have noted
    directly on the bug report.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 misc/cronjobs/serialsUpdate.pl |   86 +++++++++++++++++++++++++++++++---------
 1 file changed, 67 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list