[koha-commits] main Koha release repository branch master updated. v3.20.00-64-gc7a67ea

Git repo owner gitmaster at git.koha-community.org
Mon Jun 1 19:32:08 CEST 2015


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  c7a67ea4f33402a1f3165864952d6a692f898953 (commit)
       via  3b3f82de377c87f9108bf07dd0d293182e5b9bdc (commit)
       via  5a58caad50e3167c5a14a71299ce399033570d86 (commit)
       via  aecf9179a6eed5fd94d1be1a8b432d574392acc7 (commit)
       via  1a3364519c5306e744da186256a789b9dedf6105 (commit)
       via  b0140ece4428962f952ffdbf34b77381e194488d (commit)
       via  30ed77dae60018b66d6f6f1813d67d3dbef51725 (commit)
       via  5e4633a3cc7dd4eca206d21e54279efe935268b1 (commit)
       via  9234b660386d092fbd0f244da67cb6caacfd12bd (commit)
       via  66ba71752a717239bd69b30ed2d4a43451a4b3d6 (commit)
       via  9f88fe006983d9f13797872adef7cf747291e4fa (commit)
       via  154eb5f6f55c60632811bcae240cc8254fab7efb (commit)
      from  06ef68046e52a56f690e656f30592ff46b21a383 (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 c7a67ea4f33402a1f3165864952d6a692f898953
Author: Zeno Tajoli <z.tajoli at cineca.it>
Date:   Wed Apr 22 17:03:38 2015 +0200

    Bug 14047: Order z39.50 biblioservers in cataloguing
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Bug 14047: Sort z39.50 servers in Acquisition
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Bug 14047: [QA Follow-up] Move result_class back into attributes
    
    No need to put this into a separate call.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Note that we strictly speaking do not need the hashref inflator here,
    because TT understands hash.column as well as object.property.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 3b3f82de377c87f9108bf07dd0d293182e5b9bdc
Author: Marc Véron <veron at veron.ch>
Date:   Sun Apr 26 21:36:25 2015 +0200

    Bug 11929: patron modification error shows borrowernumber
    
    If an error occurs in patron batch modification, a message similar to the following is displayed:
    Can not update patron with borrowernumber 7055
    
    It would be useful to have the cardnumber as well.
    
    This patch adds the card number to the lists of errors.
    
    It is not easy to trigger an error (see comments).
    For testing, I tweaked the sub ModMember in C4/Members.pm to always return false.
    
    TEST PLAN
    ---------
    1) Log in as a superlibrarian and create a test user
    2) Change the cardnumber to a number differing from the
       borrower number.
    3) Home -> Tools -> Batch patron modification
    4) Type in the cardnumber of that test user
    5) Check the Library checkbox.
    6) Click Save
       -- nice error, but it is borrower number instead of
          the card number which was entered.
    7) Apply the patch
    8) Repeat steps 3-6
       -- nice error, but it is now more informative.
    9) run koha qa test tools.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5a58caad50e3167c5a14a71299ce399033570d86
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Apr 23 13:25:33 2015 +0200

    Bug 11603: Change the output filenames
    
    The output filename is notices_all_<date>.[html|csv|ods] if no
    letter_code parameter is given.
    If 1 is given: notices_<letter_code>_<date>.[html|csv|ods]
    If 1+ are given:
    noties_<letter_code1>_..._<letter_codeN>_<date>.[html|csv|ods]
    
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit aecf9179a6eed5fd94d1be1a8b432d574392acc7
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Apr 23 09:37:36 2015 +0200

    Bug 11603: (follow-up) pod
    
    The filenames will change
    
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1a3364519c5306e744da186256a789b9dedf6105
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Thu Apr 23 02:03:32 2015 +0200

    Bug 11603: Some minor documentation changes
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit b0140ece4428962f952ffdbf34b77381e194488d
Author: Frédéric Demians <f.demians at tamil.fr>
Date:   Tue Apr 14 13:13:18 2015 +0200

    Bug 11603: Add --send|--nosend, fix stuf
    
    Fix --html without --letter_code
    Fix --ods which was producing a 2 lines ods file
    
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 30ed77dae60018b66d6f6f1813d67d3dbef51725
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Apr 14 11:07:00 2015 +0200

    Bug 11603: Fix encoding issues (bug 11944 is now pushed)
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      No more encoding issue with html file, no problem with csv|ods
    
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 5e4633a3cc7dd4eca206d21e54279efe935268b1
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Feb 26 13:35:42 2014 +0100

    Bug 11603: If a letter code is given, filenames should contain it
    
    If you choose to generate print notices for a specific letter code, the
    generated files should be distinct.
    
    The use case is: you want to process print notice for letter codes:
    overdue1, overdue2 and overdue3.
    
    The cronjobs will be:
    
    perl misc/cronjobs/gather_print_notices.pl
    /tmp --letter_code=overdue1 --csv --ods --html --delimiter=";"
    
    perl misc/cronjobs/gather_print_notices.pl
    /tmp --letter_code=overdue2 --csv --ods --html --delimiter=";"
    
    perl misc/cronjobs/gather_print_notices.pl
    /tmp --letter_code=overdue3 --csv --ods --html --delimiter=";"
    
    without this patch, the 2 first files will be erased.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 9234b660386d092fbd0f244da67cb6caacfd12bd
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jan 22 17:11:38 2014 +0100

    Bug 11603: Gather print notices - add a ods parameter
    
    This patch adds:
    - the ability to generate an ods file
    
    From now you are able to generate a ods file for print notices.
    
    You would like to generate a csv file and not a html file.
    
    Test plan:
    - same as previous patch but test the following parameters:
     perl misc/cronjobs/gather_print_notices.pl /tmp/test --ods
     --letter_code=OVERDUE -d=:
    you should get an error because csv2ods is not installed.
    Follow the installation instructions and try again the command.
    
    A ods file should be generated in your /tmp/test directory.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 66ba71752a717239bd69b30ed2d4a43451a4b3d6
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jan 22 13:56:10 2014 +0100

    Bug 11603: Gather print notices - add a csv parameter
    
    This patch adds:
    - the ability to generate a csv file instead of a html file.
    - a letter_code parameter.
    
    From now you are able to generate a csv file for print notices.
    
    Imagine a template notice defined as:
    cardnumber:patron:email:item
    <<borrowers.cardnumber>>:<<borrowers.firstname>> <borrowers.surname>>:<<borrowers.email>>:<<items.barcode>>
    
    You would like to generate a csv file and not a html file.
    
    Test plan:
    - define your ODUE notice for the print template as:
    
    cardnumber:patron:email:item
    <<borrowers.cardnumber>>:<<borrowers.firstname>> <<borrowers.surname>>:<<borrowers.email>>:<item><<items.barcode>></item>
    
    - define overdues rules for a patron category
    - check 2 items out using a due date in order to generate the overdue
      notices
    - check these 2 items in
    - launch the overdue_notices script
    - the message_queue table should now contain 2 new entries
    - launch the gather_print_notices cronjob with the following parameters:
     perl misc/cronjobs/gather_print_notices.pl /tmp/test --csv
     --letter_code=OVERDUE --letter_code=CHECKIN
    you should get an error
    
     perl misc/cronjobs/gather_print_notices.pl /tmp/test --csv
    you should get an error
    
     perl misc/cronjobs/gather_print_notices.pl /tmp/test --csv
     --letter_code=OVERDUE -d=:
     will produce 1 csv file in your /tmp/test directory
    - verify the csv file is correct and contain only 1 csv header column.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    QA note: Keep in mind that you can use all placeholders for the
    csv that you can use for the normal templates. If you normally
    get the item information from <item></item> you need to use that.
    If you can use <<item.barcode>> directly, you can also do so
    in the csv.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 9f88fe006983d9f13797872adef7cf747291e4fa
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jan 22 11:42:41 2014 +0100

    Bug 11603: Preparation step, cleaning up
    
    This patch refactores and adds some good practices:
    - use Modern::Perl
    - use Pod::Usage
    - add POD
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
    Signed-off-by: Katrin Fischer <katrin.fischer at bsz-bw.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 154eb5f6f55c60632811bcae240cc8254fab7efb
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Tue May 26 14:45:22 2015 -0300

    Bug 14279: Remove CGI::scrolling_list from issues_avg_stats.pl
    
    This patch removes scrolling_lists from this file
    
    To test
    1) Go to Reports > Average loan time
    2) Check dropdowns Patron category, Item type, Sort1/2 and Into application
    will be changed
    3) Apply the patch
    4) Reload and check for regression
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Veron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 acqui/z3950_search.pl                              |    4 +-
 cataloguing/z3950_search.pl                        |    4 +-
 .../prog/en/modules/reports/issues_avg_stats.tt    |   55 ++-
 .../prog/en/modules/tools/modborrowers.tt          |    7 +-
 misc/cronjobs/gather_print_notices.pl              |  388 ++++++++++++++++----
 reports/issues_avg_stats.pl                        |   84 ++---
 tools/modborrowers.pl                              |    6 +-
 7 files changed, 398 insertions(+), 150 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list