[koha-commits] main Koha release repository branch master updated. v3.14.00-alpha2-121-g9706908

Git repo owner gitmaster at git.koha-community.org
Thu Oct 31 16:43:31 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, master has been updated
       via  9706908b269ebc068b19a0989ca8af6804b1a540 (commit)
       via  bdfcae57cdff19a9f5b6e50061465b19da333b46 (commit)
       via  43adbda007545b610b3a350f359ff019737fa51b (commit)
       via  58111f8ece68fc3c60387fceb75002ff93c976d3 (commit)
       via  89d951c855c0e3c8e6647e2264dab505a5767873 (commit)
       via  92aa1246e2007617a4d5a3cdd110aac051143e3e (commit)
       via  fd2c751a86fad7a388c57fcd51746dbc4592c807 (commit)
      from  4f4946f8dfc8511a02af2cdebf96ea59be57fafc (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 9706908b269ebc068b19a0989ca8af6804b1a540
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Thu Oct 31 15:46:42 2013 +0000

    Bug 7298: (follow-up) fix uninitialized variable warning
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit bdfcae57cdff19a9f5b6e50061465b19da333b46
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Sep 24 10:19:27 2013 +0200

    Bug 7298: (follow-up) fix translation for CSV strings
    
    Following the same way as bug 10935, the headers are in an include file.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Translatability tested successfully.
    Passes all tests.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 43adbda007545b610b3a350f359ff019737fa51b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Sep 23 10:43:20 2013 +0200

    Bug 7298: (follow-up) various QA fixes
    
    - use Modern::Perl;
    - GPL version
    - tabs
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes QA script and all tests.
    
    Testing notes:
    - CSV header row is now translatable.
      Tested by updating the German po files and checking for the line.
    - Tested that claiming for late serial issues still works as
      expected, as one file has been renamed. Filed 10931 for
      untranslatable CSV contents.
    - Tested that claiming late orders still works:
      * Table searching and sorting
        Works nicely, but some columns could be split up for better
        searching and sorting:
          * Order date: 20/01/2013 (245 days)
          * Total cost:     10.00x1 = 10.00 Books
            => item type should be separate
          * Basket:  10 MPL
            => Library and basket number could be separate columns
      * Filters
         * Combined various filters, search results look correct.
      * Selecting order for claiming
          * Limiting by vendor makes it possible to check/uncheck all
          * With no vendor limit, entries for other vendors will be
            locked after the first checkbox is checked for one vendor
      * Exporting as CSV
         * Exported single line > CSV appears correct.
         * Exporting multiple lines > CSV appears correct.
         PROBLEM: Translated CSV don't work correctly, as line
         breaks are lost in the translation process.
         Needs to be fixed in a follow-up.
      * Sending serial claim email
         * No regressions found - there are some problems with the
           email contents noted on bug 7298.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 58111f8ece68fc3c60387fceb75002ff93c976d3
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Aug 13 16:21:33 2013 +0200

    Bug 7298: (follow-up) make CSV strings translatables.
    
    Using a template file, the CSV headers become translatable.
    
    Signed-off-by: sonia <koha at univ-lyon3.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 89d951c855c0e3c8e6647e2264dab505a5767873
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Aug 13 15:27:38 2013 +0200

    Bug 7298: (follow-up) fix checkboxes binding on load
    
    Click on checkboxes should be bound on load.
    
    Signed-off-by: sonia <koha at univ-lyon3.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 92aa1246e2007617a4d5a3cdd110aac051143e3e
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Sat Jul 20 19:52:11 2013 +0200

    Bug 7298: (follow-up) fix capitalization and moving supplier id
    
    Fixes a few capitalization errors on the late orders page like
    - Claim orders
    - filter
    - Search results
    
    Also moves the supplierid from the order date column to the
    vendor column.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: sonia <koha at univ-lyon3.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit fd2c751a86fad7a388c57fcd51746dbc4592c807
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jun 22 11:10:57 2012 +0200

    Bug 7298: add option to export late orders as CSV
    
    This patch allows to export late orders as CSV.
    
    Test plan:
    - Go on the late orders page (acqui/lateorders.pl)
    - Select one or more order and click on the button "Export as CSV".
    - The generated file should contains some information on the orders
      (order date, estimated delivery date, vendor name, information field,
      cost, basket name (and basketid), claims count and the claimed date)
      The last line of the file is the total of orders.
    - You are not allow to select order from different vendor.
    - The check/uncheck all links appears only if a vendor is selected.
    - Check that the check/uncheck works for all pages of the table.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Mathieu Saby <mathieu.saby at univ-rennes2.fr>
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: sonia <koha at univ-lyon3.fr>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Testing comments on last patch in this series.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Acquisition.pm                                  |   47 ++++++--
 acqui/lateorders-export.pl                         |   65 +++++++++++
 acqui/lateorders.pl                                |    5 +-
 .../en/includes/csv_headers/acqui/lateorders.tt    |    1 +
 .../prog/en/modules/acqui/csv/lateorders.tt        |    5 +
 .../prog/en/modules/acqui/lateorders.tt            |  117 ++++++++++++--------
 .../prog/en/modules/serials/claims.tt              |   28 ++---
 .../{lateissues-excel.pl => lateissues-export.pl}  |   20 ++--
 8 files changed, 208 insertions(+), 80 deletions(-)
 create mode 100755 acqui/lateorders-export.pl
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/acqui/lateorders.tt
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/csv/lateorders.tt
 rename serials/{lateissues-excel.pl => lateissues-export.pl} (76%)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list