[koha-commits] main Koha release repository branch master updated. v16.05.00-1055-g31cb200

Git repo owner gitmaster at git.koha-community.org
Fri Oct 21 16:11:24 CEST 2016


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  31cb200e0d97106f6e2a009b4cbbd0a295bbaaf5 (commit)
       via  fab0bc976470ca99646b06b7810954b4e2fd18f1 (commit)
       via  3635e8f82660ced571af592088a369db698101a3 (commit)
      from  3b34d108e7360d0bfe74dde3d87b2398c9649c83 (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 31cb200e0d97106f6e2a009b4cbbd0a295bbaaf5
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Oct 18 12:02:25 2016 -0300

    Bug 10337: (followup) Upper case MARC flavour
    
    This patch makes the populate_db.pl script upper case what gets passed
    with the --marcflavour option switch. This is needed in order for this
    to fit ``kohadevbox`` configuration files, and it is harmless for other
    uses.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit fab0bc976470ca99646b06b7810954b4e2fd18f1
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Oct 18 09:47:26 2016 -0300

    Bug 10337: (QA followup) Allow choosing MARC flavour
    
    This patch enables the --marcflavour option switch so the user
    can specify the desired marc flavour. The code for handling it
    was already in place, just not used.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 3635e8f82660ced571af592088a369db698101a3
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Oct 17 17:50:50 2016 +0100

    Bug 10337: Add a script to populate devs' DBs with sample data
    
    Executing the installer process and inserting all the sample data take a
    lot of clics and time.
    The idea of this script is to provide a quick way to insert all the
    sample data easily to get a working Koha install asap.
    
    Test plan:
    - Set your database config to a non-existent DB
    - Execute perl misc/devel/populate_db.pl
    You will get an error
    - Create an empty DB
    - Execute perl misc/devel/populate_db.pl
    It will insert all the MARC21 sample data
    - Execute perl misc/devel/populate_db.pl
    You will get an error because the DB is not empty (systempreferences and
    borrowers tables)
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Database.pm          |    4 +
 misc/devel/populate_db.pl |  193 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 197 insertions(+)
 create mode 100755 misc/devel/populate_db.pl


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list