[koha-commits] main Koha release repository branch master updated. v16.11.00-549-g3f6f4a2

Git repo owner gitmaster at git.koha-community.org
Fri Mar 3 19:26:06 CET 2017


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  3f6f4a2b36537cdcf3e89832e83595d7d6a649ad (commit)
       via  c3f6f26c35ecdab035f8e0035ee8eb73cd5fe99c (commit)
       via  902342f415c51ebb13ea3b36cad3583a39afc1a7 (commit)
      from  19cbebc9b6dc061c6c9525a224a0c6d4a7b6d604 (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 3f6f4a2b36537cdcf3e89832e83595d7d6a649ad
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Feb 24 07:46:19 2017 +0000

    Bug 7663: Fix bad merge conflict with bug 15584
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit c3f6f26c35ecdab035f8e0035ee8eb73cd5fe99c
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Feb 24 01:29:22 2017 +0000

    Bug 7663 (QA Followup)
    
        Ignore empty entries
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 902342f415c51ebb13ea3b36cad3583a39afc1a7
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Dec 1 11:47:31 2016 +0000

    Bug 7663 - batch add barcodes to a list
    
    This patch changes the barcode input on add list to a textarea and
    process multiples barcodes to allow for adding many items to a list
    at once
    
    To test:
     1 - Create a list
     2 - Add some items
     3 - Verify items are added and success reported
     4 - Add these items again
     5 - Verify you are notified they were not added
     6 - Type invalid barcodes into the text area and submit
     7 - Verify you are notifed of failure to add
     8 - Try going to a list that doesn't exist and adding barcodes
      i.e. http://localhost:8081/cgi-bin/koha/virtualshelves/shelves.pl?op=add_biblio&shelfnumber=9999&barcodes=4
     9 - Verify correct error
    10 - Try the above but with a list that exists while signed in as a patron
         without lists permission:
         i.e. http://localhost:8080/cgi-bin/koha/opac-shelves.pl?op=view&shelfnumber=3
    11 - Verify correct error: "You do not have permission to view this list."
    
    Signed-off-by: Chris Kirby <chris.kirby at ilsleypubliclibrary.org>
    Works as advertised.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../prog/en/modules/virtualshelves/shelves.tt      |   12 +++----
 virtualshelves/shelves.pl                          |   33 +++++++++++---------
 2 files changed, 25 insertions(+), 20 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list