[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.01-66-g8382315

Git repo owner gitmaster at git.koha-community.org
Mon Dec 30 11:11:29 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, 3.14.x has been updated
       via  83823153cfa50d0b0d80b2c42515fcfaa4a52332 (commit)
      from  7f57015aa99c9a99cf5d0715f9c55222941c1c27 (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 83823153cfa50d0b0d80b2c42515fcfaa4a52332
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Fri Dec 13 01:29:09 2013 +0000

    Bug 11155: remove old PostgreSQL schema and MARC framework scripts
    
    This patch removes the legacy Pg schema and MARC framework scripts
    as they're out of date.  They will be replaced by use of DBIx::Class
    to deploy the schema.  Loading the sample data and settings will be
    accomplished either by making the current scripts in installer/data/mysql
    DBMS-independent (or, at least, able to be processed by both MySQL and Pg),
    converting them to flat text files and writing code to load them, or a
    combination of the two approaches.
    
    To test:
    
    [1] Verify that installer/data/Pg is removed.  There is some code
        in C4::Installer that refers to that directory, but it cannot
        be reached through normal means.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 458ef35a6a5c7da5523e8c1c208fdf3fee5ae4b6)
    Signed-off-by: Fridolin SOMERS <fridolin.somers at biblibre.com>

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

Summary of changes:
 .../marc21/mandatory/authorities_normal_marc21.sql | 8783 ------
 .../marc21/mandatory/authorities_normal_marc21.txt |   11 -
 .../marc21/mandatory/marc21_framework_DEFAULT.sql  | 3994 ---
 .../marc21/mandatory/marc21_framework_DEFAULT.txt  |    1 -
 .../optional/marc21_simple_bib_frameworks.sql      |31419 --------------------
 .../optional/marc21_simple_bib_frameworks.txt      |   10 -
 installer/data/Pg/kohastructure.sql                | 1673 --
 7 files changed, 45891 deletions(-)
 delete mode 100644 installer/data/Pg/en/marcflavour/marc21/mandatory/authorities_normal_marc21.sql
 delete mode 100644 installer/data/Pg/en/marcflavour/marc21/mandatory/authorities_normal_marc21.txt
 delete mode 100644 installer/data/Pg/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.sql
 delete mode 100644 installer/data/Pg/en/marcflavour/marc21/mandatory/marc21_framework_DEFAULT.txt
 delete mode 100644 installer/data/Pg/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.sql
 delete mode 100644 installer/data/Pg/en/marcflavour/marc21/optional/marc21_simple_bib_frameworks.txt
 delete mode 100644 installer/data/Pg/kohastructure.sql


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list