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

Git repo owner gitmaster at git.koha-community.org
Fri Oct 11 05:11:32 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  537068f96946831410cc17832724293f5b898e03 (commit)
       via  567e86d57578ed5209841b58a79092603ad2e828 (commit)
       via  5ad63506169d673c86ca55315da8b251f58d0695 (commit)
       via  06c5d812bde8121402ed72821ace2306c7ed70f5 (commit)
       via  0bf14c2d3a8e6dfc428065af1630e46aa087d9f1 (commit)
      from  280b0df19da1270afdcf74a5c852221eec9b71c4 (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 537068f96946831410cc17832724293f5b898e03
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Oct 11 02:36:54 2013 +0000

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

commit 567e86d57578ed5209841b58a79092603ad2e828
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Oct 11 03:23:47 2013 +0000

    Bug 10853: (follow-up) expand unit tests for C4::Csv
    
    To test:
    
    [1] Verify that prove -v t/db_dependent/Csv.t passes.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 5ad63506169d673c86ca55315da8b251f58d0695
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Sep 23 14:58:58 2013 +0200

    Bug 10853: All existing routing to get a CSV should return a MARC csv
    
    Test plan:
    Verify that existing CSV lists list MARC CSV profiles and not SQL CSV
    profiles.
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 06c5d812bde8121402ed72821ace2306c7ed70f5
Author: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
Date:   Sat Sep 21 18:26:32 2013 -0300

    Bug 10853 - followup to correct tabs
    
    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 0bf14c2d3a8e6dfc428065af1630e46aa087d9f1
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Sep 10 15:20:09 2013 +0200

    Bug 10853: Add DB field export_format.type ('marc' or 'sql').
    
    This patch:
    - adds a new column 'type' to the export_format table.
    - renames the field name export_format.marcfields with
      export_format.content.
    
    Test plan:
    - Check that existing profiles have the type "marc" selected by default
    - Create a new profile with a type "sql"
    - Save and verify the profile is correctly displayed when you select it.
    
    Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>
    Comment: Work as described. koha-qa reports Small tabs errors,
    corrected in followup
    
    Test:
    1) go to Tools > CSV profiles, Create profile, current
    2) Apply patch, run updatedatabase
    3) Go to Tools > CSV profiles, new option present
    old profile with type MARC
    4) Create new profile MARC, save and show correct
    5) Create new profile SQL, save and show correct
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass with all 3 patches applied.
    Works as described. Functionality for SQL profiles will be
    added by another patch. For now it's possible to add/edit/delete
    them.
    Existing CSV profiles can still be exported correctly.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Csv.pm                                          |   19 +++--
 C4/Record.pm                                       |    2 +-
 C4/VirtualShelves/Page.pm                          |    2 +-
 basket/basket.pl                                   |    2 +-
 basket/downloadcart.pl                             |    2 +-
 installer/data/mysql/kohastructure.sql             |    3 +-
 installer/data/mysql/updatedatabase.pl             |   12 +++
 .../prog/en/modules/tools/csv-profiles.tt          |   83 +++++++++++++++++---
 kohaversion.pl                                     |    2 +-
 opac/opac-downloadcart.pl                          |    2 +-
 opac/opac-downloadshelf.pl                         |    2 +-
 t/db_dependent/Csv.t                               |   65 +++++++++++++--
 tools/csv-profiles.pl                              |   21 +++--
 virtualshelves/downloadshelf.pl                    |    2 +-
 14 files changed, 177 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list