[koha-commits] main Koha release repository branch master updated. v3.20.00-751-ge8055c7

Git repo owner gitmaster at git.koha-community.org
Fri Oct 9 19:33:43 CEST 2015


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  e8055c7ef6ef9458026d37cb96556b9e7bb11f85 (commit)
       via  2d9c221abcd5337bd93a880357d87f9077347d75 (commit)
       via  ca00f0ddaeb76106b4aa274fd1848844ae042f58 (commit)
      from  0dacc4f88d922358637c7ad26a8cb7ac6423dcb7 (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 e8055c7ef6ef9458026d37cb96556b9e7bb11f85
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Jun 12 09:31:35 2014 +0200

    Bug 12368: Die if the --table value is not allowed.
    
    If the table given in parameter is not in the white list, the script
    should die rathen than correct to a default value.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 2d9c221abcd5337bd93a880357d87f9077347d75
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Jun 4 17:03:51 2014 +0200

    Bug 12368: Rebuild Zebra improvement: allow to specify a DB table
    
    Currently the --where parameter only allow to specify a condition on
    fields in the biblioitems table.
    For some needs it would be great to specify a condition on the field in
    the items table.
    
    The use case is the following: you want to reindex biblios with items
    modified since a specific timestamp.
    
    Test plan:
    1/ Pick an item randomly in your catalogue
    2/ Edit it and save
    3/ Note that the items.timestamp has been set to today but not the
    biblioitems.timestamp
    4/ launch rebuild_zebra without the new parameter
      perl misc/migration_tools/rebuild_zebra.pl -b -v --where
      "timestamp >= XXX"
    where XXX is the today date (e.g. "2014-06-05 00:00:00").
    Note that the biblio has not been indexed.
    5/ launch rebuild_zebra using the new parameter:
      perl misc/migration_tools/rebuild_zebra.pl -b -v -t items --where
      "timestamp >= XXX"
    Note the biblio has been indexed.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit ca00f0ddaeb76106b4aa274fd1848844ae042f58
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Mar 6 14:42:38 2015 +0100

    Bug 13805: (Plack) Disable syspref cache
    
    When going to the installer (without the DB structure), you have to log
    twice before starting the installation.
    
    Test plan:
    0/ Create a new database and fill the database entry in the koha conf
    with its name
    1/ Go on the mainpage, you should be redirected to the installer
    2/ Try to log in
    Without this patch, you will get the login form again.
    With this patch, you can start the installation
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 misc/migration_tools/rebuild_zebra.pl |   16 +++++++++++++++-
 misc/plack/koha.psgi                  |    2 ++
 2 files changed, 17 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list