[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.03-23-g36da7ef

Git repo owner gitmaster at git.koha-community.org
Mon Feb 9 22:42:05 CET 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  36da7efe95c2e1509aef76a13e3fc09f0d531db2 (commit)
       via  702b26488b582afffe9297274f5ee667d79cc0f6 (commit)
       via  b839a1c4bf9ba0b4b5471ed901f9ead48a9eec08 (commit)
      from  6da3dff2b18247441c719aa2eb74c7fc417d09f3 (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 36da7efe95c2e1509aef76a13e3fc09f0d531db2
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Dec 19 12:28:19 2014 -0500

    Bug 13457 - Followup for CPL and S codes
    
    Based on comment #3, this corrects CPL and S issues if they do
    not exist in the DB.
    
    TEST PLAN
    ---------
    0) Backup your DB.
    1) Clear CPL and S from your DB.
       - delete from borrowers where categorycode='S';
       - delete from categories where categorycode='S';
       - delete from borrowers where branchcode='CPL';
       - delete from branch where branchcode='CPL';
    2) prove t/db_dependent/Suggestions.t
       -- This should fail.
    3) Apply patch
    4) prove t/db_dependent/Suggestions.t
       -- This should work.
    5) Intentionally add categorycode 'S' and branchcode 'CPL' back
       into the database.
    6) prove t/db_dependent/Suggestions.t
       -- This should work.
    7) run koha qa test tools.
    8) Restore your DB :)
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    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 01c7c2a12904fae5076914d839c5e829c54deb6f)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 702b26488b582afffe9297274f5ee667d79cc0f6
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Dec 12 17:03:17 2014 -0500

    Bug 13457: Suggestions.t expects sample itemtypes
    
    TEST PLAN
    ---------
    1) Make sure you have more than 8 item types, and preferably
       something with a non-sample default code for itemtypes.
    2) prove t/db_dependent/Suggestions.t
       -- this will fail
    3) Apply patch
    4) prove t/db_dependent/Suggestions.t
       -- this will succeed
    5) run koha qa test tools
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    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 bfb035511e8afd6716ea8d1b2de966f8950b74e6)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit b839a1c4bf9ba0b4b5471ed901f9ead48a9eec08
Author: Thomas <tomsStudy at gmail.com>
Date:   Thu Jan 15 01:43:28 2015 +0000

    Bug 10241 - Easy analyticals creates two 773 fields. Search/link from host to children is broken
    
    Hidden 'New child record' if 'EasyAnalytics' is set to display.
    
    Testing plan:
    
    -Turn on 'EasyAnalytics'. Check the drop down menu from the records page
    *The drop down menu should include 'Analyze items' and not include 'New child record'
    
    -Turn off 'EasyAnalytics'. Again check the drop down menu from the records page
    *The drop down menu should include 'New child record' and not inlucde 'Analyze items'
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 6f57a2e09b7e9a87270eba1b04f75ae22fbbc999)
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../intranet-tmpl/prog/en/includes/cat-toolbar.inc |    2 +-
 t/db_dependent/Suggestions.t                       |   34 ++++++++++++++++++++
 2 files changed, 35 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list