[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1306-g728670f

Git repo owner gitmaster at git.koha-community.org
Fri Oct 11 05:42:19 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  728670f467484f8ec84aa4f9edebf1446f13b912 (commit)
       via  412995b52207b66b7e6994d433eca2038bee5686 (commit)
       via  21b54e7da7dafb90b62cdf098a8332361477eb75 (commit)
       via  383b2a75decf3395f1f27559a481b4b00d0c488b (commit)
      from  537068f96946831410cc17832724293f5b898e03 (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 728670f467484f8ec84aa4f9edebf1446f13b912
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Oct 11 03:55:36 2013 +0000

    Bug 10854: DBrev 3.13.00.029
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 412995b52207b66b7e6994d433eca2038bee5686
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Oct 11 03:52:59 2013 +0000

    Bug 10854: (follow-up) language tweaks
    
    - adjust description of the default profile
    - adjust description of the sample data SQL
    - adjust description of the download link
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 21b54e7da7dafb90b62cdf098a8332361477eb75
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Sep 30 11:26:50 2013 +0200

    Bug 10854: (follow-up) Small changes to the template
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 383b2a75decf3395f1f27559a481b4b00d0c488b
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Sep 10 15:24:07 2013 +0200

    Bug 10854: add ability to export serial claims using CSV profile.
    
    Test plan:
    - Create a CSV profile (or use the default one) with a type 'sql'.
    - Go to serials/claims.pl, select the wanted CSV profile and click on
      the "Export selected items data".
    - Verify the CSV file is correctly generated.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Work as described. No koha-qa errors
    
    On top of 10853 (solving merge conflict)
    
    Need to do homework to test. Add subscription and serial claim
    notice.
    
    1) Create a new CSV profile, type SQL, copy sample fields
    2) Go to claims, select vendor
    3) Go to Export selected items with created profile
    4) CSV (in my case I use | as separator) download successfully
    5) All fields present, file correct
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Works as advertised, keeps existing format by porting it to
    a SQL profile.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 installer/data/mysql/en/optional/csv_profiles.sql  |    2 +
 installer/data/mysql/en/optional/csv_profiles.txt  |    3 +
 installer/data/mysql/updatedatabase.pl             |   14 ++
 .../prog/en/modules/serials/claims.tt              |   20 ++-
 kohaversion.pl                                     |    2 +-
 serials/claims.pl                                  |    2 +
 serials/lateissues-excel.pl                        |  134 +++++++-------------
 7 files changed, 79 insertions(+), 98 deletions(-)
 create mode 100644 installer/data/mysql/en/optional/csv_profiles.sql
 create mode 100644 installer/data/mysql/en/optional/csv_profiles.txt


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list