[koha-commits] updated branch master (3bbbc15ccfc179eb95e2b092866d9aea65c81835)

Koha Gitosis gitosis at git.koha.org
Wed Feb 17 13:59:17 CET 2010


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 "Koha GitWeb".

The branch, master has been updated
       via  3bbbc15ccfc179eb95e2b092866d9aea65c81835 (commit)
       via  0268a58e16eace3c8721396e6dcf1147d4d71e88 (commit)
      from  452c0ab719028fc04f665307d6e67e5bc683afe8 (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 3bbbc15ccfc179eb95e2b092866d9aea65c81835
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Tue Feb 16 21:46:56 2010 +0100

    MT 2116: Addons to the CSV export
    
    Fix encoding selection
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

commit 0268a58e16eace3c8721396e6dcf1147d4d71e88
Author: Matthias Meusburger <matthias.meusburger at biblibre.com>
Date:   Thu Jan 28 15:05:54 2010 +0100

    MT2116:   Addons to the CSV export
    
    Adds the ability to customize CSV exports through the use of a YAML file.
    
    The following customizations are available :
      - Preprocessing
      - Postprocessing
      - Field-by-field processing
    
    The YAML field should be stored in the tools/csv-profiles/ directory and
    named after the id of the CSV profile you want to customize.
    An example file is provided in that directory.
    (cherry picked from commit 76655b5b941f6f6094f705a296f7b68e64d148df)
    
    Signed-off-by: Galen Charlton <gmcharlt at gmail.com>

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

Summary of changes:
 C4/Record.pm                    |   84 +++++++++++++++++++++++++++++++++-----
 basket/downloadcart.pl          |   28 +++++++------
 opac/opac-downloadcart.pl       |   27 ++++++------
 opac/opac-downloadshelf.pl      |   31 ++++++++------
 tools/csv-profiles/example.yaml |   15 +++++++
 virtualshelves/downloadshelf.pl |   33 +++++++++------
 6 files changed, 154 insertions(+), 64 deletions(-)
 create mode 100644 tools/csv-profiles/example.yaml


hooks/post-receive
-- 
Koha GitWeb



More information about the koha-commits mailing list