[koha-commits] main Koha release repository branch master updated. v3.20.00-1178-g27a15d5

Git repo owner gitmaster at git.koha-community.org
Tue Nov 10 19:22:51 CET 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  27a15d5a429620dbad0a16292d714e3389ea057e (commit)
       via  da5629192a369e6c8a48ac11e40285ee06fdcb14 (commit)
       via  0ba1fb9e7739e66f57199bba2b4809e539a00237 (commit)
      from  b8b22fe417573af351ca568e99dc1da36579200b (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 27a15d5a429620dbad0a16292d714e3389ea057e
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Nov 10 15:17:12 2015 +0000

    Bug 14735: Save cache_expiry on modifying a report
    
    The cache_expiry is not saved when updating a SQL report.
    
    Test plan:
    0/ Enable memcached
    1/ Create a sql report
    2/ Edit it and change the cache expiry value
    3/ Edit again
    => The value should have been updated.
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      Repeatable bug. Solved with this patch.
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit da5629192a369e6c8a48ac11e40285ee06fdcb14
Author: Tomas Cohen Arazi <tomascohen at theke.io>
Date:   Tue Oct 20 22:50:47 2015 -0300

    Bug 7895: Test for PSGI-related env to report in about.pl
    
    This patch introduces a test for psgi/plack in %ENV and uses that data
    to report in the about page.
    
    To test:
    - On current master (without Plack), go to about.pl
    - Notice no mention of Plack
    - Apply the patch
    - Reload the about page
    => SUCCESS: No change
    - Enable plack, and access the about page through Plack
    => SUCCESS: There is a PSGI label, showing that you are running Plack
    - Sign off :-D
    
    Regards
    
    PS: I haven't tested the mod_perl scenario, I just grabbed the MOD_PERL env var
    from the docs.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 0ba1fb9e7739e66f57199bba2b4809e539a00237
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Oct 14 13:20:38 2015 +0000

    Bug 15011: koha-indexer should define the --pidfiles on starting the daemon
    
    The --pidfiles options is not provided on starting the daemon and the is_indexer_running consider that the daemon is not running
    
    Test plan:
    koha-indexer start
    koha-indexer stop
    
    should start and stop the zebra daemon wuthout any error.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Tested on kohadevbox:ansible
    
    sudo debian/scripts/koha-indexer --stop kohadev
    sudo debian/scripts/koha-indexer --start kohadev
    sudo debian/scripts/koha-indexer --restart kohadev
    
    All work as expected on the different scenarios.

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

Summary of changes:
 about.pl                                         |   14 ++++++++++++--
 debian/scripts/koha-indexer                      |    3 +++
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt |    3 +++
 reports/guided_reports.pl                        |    1 +
 4 files changed, 19 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list