[koha-commits] main Koha release repository branch master updated. v3.22.00-1053-g79fa6ec

Git repo owner gitmaster at git.koha-community.org
Thu Mar 31 21:49:09 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  79fa6ec68a45a7112cbae763458381f9c53835c6 (commit)
       via  9a987ab5f0da632fe0730a8029c07a403fa135ad (commit)
       via  aba733cf7fcd6057f6ccf3a9ba1ea39060722774 (commit)
      from  d995613eaf22647aea860b411d1d0b10ddaf9149 (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 79fa6ec68a45a7112cbae763458381f9c53835c6
Author: Brendan A Gallagher <brendan at bywatersolutions.com>
Date:   Thu Mar 31 19:56:00 2016 +0000

    DBrev Bug 16070 - Empty (undef) system preferences may cause some issues
    in combination with memcache
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit 9a987ab5f0da632fe0730a8029c07a403fa135ad
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Thu Mar 17 10:58:16 2016 +0000

     Bug 16070: Add atomic update file
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

commit aba733cf7fcd6057f6ccf3a9ba1ea39060722774
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Mar 15 10:05:06 2016 +0000

     Bug 16070: Default value for sysprefs should be an empty string
    
    The default value for sysprefs should not be NULL but an empty string.
    When a pref is cleared, it's set to an empty string, so it does not make
    sense to create it with an undefined value.
    
    The main purpose of this patch is to remove the warning in logs when a
    pref is accessed for the first time and the cache is not yet populated.
    It also ensures that the behavior will be the same for the first access
    and the others.
    
    Test plan:
    SELECT COUNT(*) FROM systempreferences WHERE value IS NULL;
    Should not return any results after the update DB entry executed.
    
    Signed-off-by: Srdjan <srdjan at catalyst.net.nz>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Brendan A Gallagher <brendan at bywatersolutions.com>

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

Summary of changes:
 Koha.pm                                |    2 +-
 installer/data/mysql/sysprefs.sql      |   24 ++++++++++++------------
 installer/data/mysql/updatedatabase.pl |   10 ++++++++++
 3 files changed, 23 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list