[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.06-3-35-g259b2b1

Git repo owner gitmaster at git.koha-community.org
Sun May 17 06:31:51 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, 3.18.x has been updated
       via  259b2b1468e007bec3176437d2f1cfc855b91b9f (commit)
       via  14860e9165e33f86e9b1b1a10160127552a65f84 (commit)
       via  52ece7fa9e8f32f52f798d3c44759248874787a7 (commit)
      from  b86ce9f81c47bc22a5466530d045a96b11568f4b (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 259b2b1468e007bec3176437d2f1cfc855b91b9f
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Apr 29 15:23:43 2015 -0300

    Bug 13984: DBRev 3.19.00.034
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit a94d5297abeec32c9e3a7080605f2267b2c328dc)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    
    Conflicts:
    	installer/data/mysql/updatedatabase.pl
    	kohaversion.pl
    
    Rejigged to apply for 3.18.x

commit 14860e9165e33f86e9b1b1a10160127552a65f84
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon Apr 13 13:09:16 2015 +0200

    Bug 13984: CardnumberLength missing in sysprefs.sql
    
    Test plan :
    - create a fresh database with installer
    - check the presence of the syspref : select value from systempreferences where variable like 'CardnumberLength'
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 40183ce7af4430c8f0c54b07d33459daa02b17e5)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 52ece7fa9e8f32f52f798d3c44759248874787a7
Author: Mason James <mtj at kohaaloha.com>
Date:   Mon Mar 30 19:33:45 2015 +1300

    Bug 13109: Serial failure for received and general viewing.
    
    to test...
    
    1/ attempt to view a subscription-detail that has a NULL value for either it's 'startdate' or 'enddate'
    
      an example url would be...
      http://koha-admin.foo.org/cgi-bin/koha/serials/subscription-detail.pl?subscriptionid=1
    
      observe error...
      'Date::Calc::PP::Delta_Days(): Usage: Date::Calc::Delta_Days($year1,$month1,$day1,$year2,$month2,$day2) at /your/koha/C4/Serials.pm line 2325'
    
    2/ apply patch
    3/ repeat step 1/
       observe that detail page displays OK
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    I confirm the issue if startdate is null (can exist with old data,
    before the js check on the form).
    Amended patch: Remove trailing space char and the link to the bz number
    (can be found using git log).
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 381959a935b39b08fc53e81b0fb4f9b383c11adb)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Serials.pm                          |   20 +++++++++++++++-----
 installer/data/mysql/sysprefs.sql      |    1 +
 installer/data/mysql/updatedatabase.pl |   10 ++++++++++
 kohaversion.pl                         |    2 +-
 4 files changed, 27 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list