[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.06-119-gbdb0f09

Git repo owner gitmaster at git.koha-community.org
Wed May 25 11:19:33 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, 3.22.x has been updated
       via  bdb0f0905ae249084dfd1d538b2b87e847794c1f (commit)
       via  c1df167681c6af8e27a8385e34d67dd56f0c53d7 (commit)
       via  dac9b06b185de5737eee75d64ae88c1302da90e5 (commit)
      from  98a39cee301ee0bc6a2b9c7cb4eeb30a443b4141 (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 bdb0f0905ae249084dfd1d538b2b87e847794c1f
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>
    (cherry picked from commit 908fdb572ab90541ecf1700eb716eeb5c1399553)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit c1df167681c6af8e27a8385e34d67dd56f0c53d7
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>
    (cherry picked from commit 521bfb082732c00e33843ee44cbb8ff2a2c1d56d)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

commit dac9b06b185de5737eee75d64ae88c1302da90e5
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>
    (cherry picked from commit b5acde6513eeb9805a3f34a3dc6102038b3cf4cc)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.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