[koha-commits] main Koha release repository branch master updated. v3.18.00-833-ge38b21f

Git repo owner gitmaster at git.koha-community.org
Wed Apr 29 20:42:44 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, master has been updated
       via  e38b21fa39773c3aceec3b98f698c4488d08f758 (commit)
       via  74e5f64fd7d3e301e3ec9585dca12964e8b30243 (commit)
       via  a94d5297abeec32c9e3a7080605f2267b2c328dc (commit)
       via  057a20c4d747775b212dd8de5e40e17b9e1fd658 (commit)
       via  40183ce7af4430c8f0c54b07d33459daa02b17e5 (commit)
       via  c8c9ccb2d791c4162e259ac324f22defa987b9a3 (commit)
       via  d84e6ded2e2e56ec3c82b4c282c7d2a95d191d47 (commit)
       via  572885b9444afb28e684edce36780f308cf8a2ff (commit)
       via  307ef9d64cd546d0ec9b260431d26ccf2bdd8315 (commit)
       via  1a4ded4443b3b8b16ac44497c4be94322601e2d8 (commit)
       via  d3b60afec4c25b17173a1244a54336e4aaad1ef7 (commit)
      from  150d51fee1f005944ad8f2bff8f62324c9689b22 (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 e38b21fa39773c3aceec3b98f698c4488d08f758
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 16 15:34:25 2015 +0200

    Bug 13893: [QA Follow-up] Move print statement, sort files in loop
    
    Just moving the print statement for DEV updates to show them too for
    the new perl format.
    In the loop opendir..readdir is used; this might not be always in the
    expected order. I added a sort to force the order.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 74e5f64fd7d3e301e3ec9585dca12964e8b30243
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Mar 23 09:19:03 2015 -0400

    Bug 13893: Add ability to execute perl scripts in atomicupdates
    
    Bug 13068 adds the ability to execute sql files from atomicupdates for
    in process developments to reduce merge conflicts. We need to extend
    this ability further to be able to handle perl code.
    
    Revised Test Plan
    -----------------
    1) Run updatedatabase.pl
       -- Expect output to be similar to:
       $ ./installer/data/mysql/updatedatabase.pl
       DEV atomic update : test.perl
       Upgrade to XXX done (Bug 13893 - Add ability to execute perl scripts in atomicupdates)
    2) Run koha qa test tools.
       -- only need to check last commit (-c 1), because first commit is a
          sample file which shouldn't be pushed.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a94d5297abeec32c9e3a7080605f2267b2c328dc
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>

commit 057a20c4d747775b212dd8de5e40e17b9e1fd658
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Apr 13 13:30:03 2015 +0200

    Bug 13984: Add atomic update - Insert pref CardnumberLength if not exists
    
    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>

commit 40183ce7af4430c8f0c54b07d33459daa02b17e5
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>

commit c8c9ccb2d791c4162e259ac324f22defa987b9a3
Author: Robin Sheat <robin at catalyst.net.nz>
Date:   Tue Apr 28 15:19:30 2015 +1200

    Bug 14068: fix preinst for fresh package installs
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Works as expected. Tested both upgrading and on a new install.

commit d84e6ded2e2e56ec3c82b4c282c7d2a95d191d47
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Apr 29 15:09:27 2015 -0300

    Bug 11165: DBRev 3.19.00.033
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 572885b9444afb28e684edce36780f308cf8a2ff
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Wed Apr 29 15:07:56 2015 -0300

    Bug 11165: (RM followup) DBIx updates
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 307ef9d64cd546d0ec9b260431d26ccf2bdd8315
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Dec 11 16:49:34 2014 +0100

    Bug 11165: Automatically save the authority last modification time
    
    This patch rename the column auth_header.datemodified with modification_time.
    Now this column will be automatically updated when a row will be
    updated.
    
    Test plan:
    0/ Verify that la major part of your auth_header.datemodified is set to
    null
    1/ Execute the updatedb entry
    2/ Verify that the column is renamed and the values have not been
    changed.
    3/ Update an authority and verify (using the sql cli) that this value
    has been updated.
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    In the absence of a coding guideline stipulating a preferred column
    name for a timestamp, this modification_time works for me.
    Null values are replaced by current time after db rev; other values
    are left alone.
    NOTE FOR RM: Please run update_dbix_class_files.pl.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 1a4ded4443b3b8b16ac44497c4be94322601e2d8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Apr 17 07:31:13 2015 -0400

    Bug 13885: (QA followup) Remove tab, remove unnecessary permission check
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit d3b60afec4c25b17173a1244a54336e4aaad1ef7
Author: Nick Clemens <nick at quecheelibrary.org>
Date:   Sat Mar 21 10:51:24 2015 -0400

    Bug 13885: Cataloging search header should include more options
    
    This patch adds the check in and standard catalog search to cataloging-search.inc
    
    To test:
    1 - Apply patch
    2 - Go to More->Cataloging
    3 - Search in each tab (Cataloging search / Check out / Check in / Standard
        search) and ensure that all work as expected
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      - Added search options work properly, and are consistently named.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 Koha/Schema/Result/AuthHeader.pm                   |   20 ++++++---
 debian/koha-common.preinst                         |    2 +
 installer/data/mysql/kohastructure.sql             |    2 +-
 installer/data/mysql/sysprefs.sql                  |    1 +
 installer/data/mysql/updatedatabase.pl             |   38 ++++++++++++++---
 .../prog/en/includes/cataloging-search.inc         |   45 ++++++++++++++------
 kohaversion.pl                                     |    2 +-
 7 files changed, 84 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list