[koha-commits] main Koha release repository branch master updated. v16.11.00-807-g6727a61

Git repo owner gitmaster at git.koha-community.org
Thu Apr 13 14:53:18 CEST 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  6727a61578ec2b0ed3ebed182715a3f85c0b33d6 (commit)
       via  8d2517411774c82d665fd41446e4de082ff6f6fd (commit)
      from  b09ac0a5583afc30622af45af41c43078515b3ec (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 6727a61578ec2b0ed3ebed182715a3f85c0b33d6
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Apr 5 15:37:35 2017 +0200

    Bug 18394: Add an option to item search to export a barcodes file
    
    Test plan:
    1. Go to item search (/cgi-bin/koha/catalogue/itemsearch.pl)
    2. Fill the form with whatever you want
    3. Leave the 'Output' option to 'Screen' and click 'Search'
    4. Verify that the search still works
    5. Click on 'Edit search' and set 'Output' to 'Barcodes file', click 'Search'
    6. You should be able to download a 'barcodes.txt' file, open it and compare it
       to the previous search results
    7. Now click on the 'Export results to barcodes file' button above the results,
       you should have the same result as in step 5
    8. Verify that the CSV export still works
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 8d2517411774c82d665fd41446e4de082ff6f6fd
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Thu Apr 6 14:26:08 2017 +0200

    Bug 18394: Remove useless code from item search
    
    The item search was originally designed to work even with JS disabled.
    Since bug 15111, the staff interface does not work at all without JS, so some
    parts of this code are useless and should be removed
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    
    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:
 catalogue/itemsearch.pl                            |  163 ++++++++++----------
 .../prog/en/includes/catalogue/itemsearch_item.inc |   24 ---
 .../en/includes/catalogue/itemsearch_items.inc     |   49 ------
 .../prog/en/modules/catalogue/itemsearch.tt        |   98 ++++++------
 4 files changed, 132 insertions(+), 202 deletions(-)
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_item.inc
 delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/catalogue/itemsearch_items.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list