[koha-commits] main Koha release repository branch master updated. v3.18.00-56-g2fd3fdf

Git repo owner gitmaster at git.koha-community.org
Fri Dec 19 21:54:29 CET 2014


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  2fd3fdffadde7bbfb6dba82d63c15c9d45467858 (commit)
       via  38bddc0020e9d01b24e00008f40b5f1b5744421c (commit)
       via  9412b905993fedeef5f5198e9f94e4f38227d227 (commit)
       via  c3843bcb7f57a658c8a9c688b9ae761a9b14fb36 (commit)
       via  67c3217238d6193d953914e9f2eaf816683306d7 (commit)
       via  6114c5fd6fe735f332e1615b33bf62de0f4d936e (commit)
      from  22b8d559f9c8f5733d051313c4d6266570d5be6f (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 2fd3fdffadde7bbfb6dba82d63c15c9d45467858
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Fri Dec 12 06:53:33 2014 -0500

    Bug 13415 [QA Followup] - Change bind to on, revert barcode disable
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Tested according to test plan, passes tests and QA script.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 38bddc0020e9d01b24e00008f40b5f1b5744421c
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Tue Dec 9 06:30:36 2014 -0500

    Bug 13415 - Prevent librarians from scanning multiple items into a single barcode field
    
    It appears that some librarians will attempt to scan items as fast as
    they can without checking to make sure the checkout was submitted and
    the page reloaded properly. This can cause multiple barcodes to be
    scanned into the barcode field if the person is fast enough.
    This causes the checkout of both ( or more! ) items to fail.
    
    Test Plan:
    1) Apply this patch
    2) Attempt to scan two or more items into the barcode field
       You can emulate this with a keybaord by hitting a few keys, then
       enter, then a few more keys, then enter again. The barcodes don't
       need to be valid for this test.
    3) Note the dialog stating the barcode has been submitted and to please
       wait.
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 9412b905993fedeef5f5198e9f94e4f38227d227
Author: Mark Tompsett <mtompset at hotmail.com>
Date:   Fri Dec 12 16:32:40 2014 -0500

    Bug 13456: Serials/Claims.t expects no subscriptions
    
    However, this is an unreasonable assumption for a system which
    is in use (either lots of testing or production).
    
    TEST PLAN
    ---------
    1) Have a supplier with a late subscription.
    2) prove t/db_dependent/Serials/Claims.t
       -- will fail
    3) apply patch
    4) prove t/db_dependent/Serials/Claims.t
       -- success
    5) run koha qa test tools
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit c3843bcb7f57a658c8a9c688b9ae761a9b14fb36
Author: Tomas Cohen Arazi <tomascohen at gmail.com>
Date:   Fri Dec 19 17:28:15 2014 -0300

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

commit 67c3217238d6193d953914e9f2eaf816683306d7
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Dec 11 12:07:17 2014 +0100

    Bug 10753: Any library is represented by an empty string
    
    And not with "__ANY__"
    
    Test plan:
    0/ Don't apply this patch
    1/ Create a suggestion for "any library"
    2/ Verify suggestions.branchcode contain "__ANY__"
    3/ Apply this patch and execute the updatedb entry
    4/ Create a suggestion for "any library"
    5/ Verify suggestions.branchcode contain "" (for both suggestions).
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 6114c5fd6fe735f332e1615b33bf62de0f4d936e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Dec 19 10:28:47 2014 +0100

    Bug 13476: Fix DataTables for the search items form
    
    This items form is broken since the upgrade to DataTables 1.10.2 (commit
    954c2874d0d9ebfa2e910dcd4445010115fac329).
    The fnServerParams does not work anymore.
    
    Test plan:
    Go on catalogue/itemsearch.pl, launch a search and verify the data are
    correctly displayed in the table.
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Mirko Tietgen <mirko at abunchofthings.net>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    The paging seems still a bit buggy, but this makes the
    feature usable again!
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 installer/data/mysql/updatedatabase.pl             |    9 ++++++++
 .../prog/en/modules/catalogue/itemsearch.tt        |   11 +++++++++-
 .../prog/en/modules/circ/circulation.tt            |   22 ++++++++++++++++++--
 .../prog/en/modules/suggestion/suggestion.tt       |    2 +-
 kohaversion.pl                                     |    2 +-
 t/db_dependent/Serials/Claims.t                    |    1 +
 6 files changed, 42 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list