[koha-commits] main Koha release repository branch master updated. v16.05.00-beta-25-g908fdb5

Git repo owner gitmaster at git.koha-community.org
Mon May 23 19:27:03 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  908fdb572ab90541ecf1700eb716eeb5c1399553 (commit)
       via  521bfb082732c00e33843ee44cbb8ff2a2c1d56d (commit)
       via  b5acde6513eeb9805a3f34a3dc6102038b3cf4cc (commit)
      from  59c0d44792b0ce4f88c028be97a32a62fb4a8b36 (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 908fdb572ab90541ecf1700eb716eeb5c1399553
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri May 20 17:32:30 2016 +0100

    Bug 16550: Clean the tests
    
    - replace ok with is
    - remove diag
    - replace $dbh->prepare->execute->fetchrow with $dbh->selectrow_array
    
    And remove unecessary force to scalar context in pl
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 521bfb082732c00e33843ee44cbb8ff2a2c1d56d
Author: Marc Véron <veron at veron.ch>
Date:   Fri May 20 14:42:08 2016 +0200

    Bug 16550: Add test to NewsChannels.t
    
    To test: Run t/db_dependent/NewsChannels.t
    
    Tests adding and retreiving a news item without expiration date.
    This test should fail without patch for Bug 16550 and pass OK with patch.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit b5acde6513eeb9805a3f34a3dc6102038b3cf4cc
Author: Marc Véron <veron at veron.ch>
Date:   Fri May 20 12:19:36 2016 +0200

    Bug 16550: Can't set opac news expiration date to NULL, it reverts to today
    
    This patch fixes an issue with the expiration dates for news always reverting to today if empty.
    
    To test:
    - Apply patch
    - Go to Home > Tools > News
    - Create a news item, do not set expiration date
    - Verify that expiration date stays empty
    - Edit this news item
    - Do not set expiration date
    - Verify that expiration date stays empty
    - Do the same with expiration dates
    - Verify that they are saved properly
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/NewsChannels.pm            |    2 +-
 t/db_dependent/NewsChannels.t |   45 ++++++++++++++++++++++++++++-------------
 tools/koha-news.pl            |    5 ++++-
 3 files changed, 36 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list