[koha-commits] main Koha release repository branch master updated. v17.05.00-225-gfd28b02

Git repo owner gitmaster at git.koha-community.org
Mon Jul 10 23:14:00 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  fd28b02202aa2b47d23cb503ba1e63844638a928 (commit)
       via  5d6813e0708a54a9113cd74cc6a2558c77b5fc33 (commit)
       via  96b1f92ae218bc889d1490385f934deec28f630a (commit)
       via  2f7bad7039137fe1b3263cbaded1ce68f8daba04 (commit)
       via  a000d95a4d322607eccdbf08abc94dd78d4e5617 (commit)
      from  94513d0739757f0c5db4b7d1040aaae40622a60e (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 fd28b02202aa2b47d23cb503ba1e63844638a928
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Sat May 6 09:40:16 2017 +0000

    Bug 12349: Show card number in detailled suggestion pages
    
    This patch modifies the main suggestion management page to link patron
    names to their details rather than with a "mailto:" link.
    
    This patch also includes the following changes:
    
    - A fix for Bug 18154, Show card number in suggestion details view.
    - Changes for brevity to labels in the suggestion details & edit view.
    - Addition of the datepicker class to date fields in the suggestion edit
      view.
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 5d6813e0708a54a9113cd74cc6a2558c77b5fc33
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Mon Jul 10 18:09:23 2017 -0300

    Bug 18577: Add FIXME about the missing FK
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 96b1f92ae218bc889d1490385f934deec28f630a
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 23 14:11:44 2017 +0000

    Bug 18577 - Importing a batch using a framework not fully set up causes and endless loop
    
    To test:
    1 - Create a new framework - don't set it up
    2 - Stage some records for import
    3 - Manage the import, note your new framwork is in the list
    4 - Apply patch
    5 - Reload the page
    6 - Note the framework is no longer an option
    
    Followed test plan,  worked as intended
    Signed-off-by: Alex Buckley <alexbuckley at catalyst.net.nz>
    
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit 2f7bad7039137fe1b3263cbaded1ce68f8daba04
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Mon Jun 12 09:18:30 2017 +0200

    Bug 18633: Remove remaining use of CGI.param in template
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

commit a000d95a4d322607eccdbf08abc94dd78d4e5617
Author: Julian Maurice <julian.maurice at biblibre.com>
Date:   Wed Jun 28 13:05:42 2017 -0400

    Bug 18633: Remove useless use of CGI TT plugin
    
    The form is sent using AJAX so there is never a query string in
    the URL (no POST parameters either)
    
    Tested both patches together, item search behaves as before, log
    entries are gone
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>

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

Summary of changes:
 Koha/Schema/Result/BiblioFramework.pm              |    9 ++
 catalogue/itemsearch.pl                            |    1 +
 .../prog/en/modules/catalogue/itemsearch.tt        |   87 +++-----------------
 .../prog/en/modules/catalogue/itemsearch_json.tt   |    3 +-
 .../prog/en/modules/suggestion/suggestion.tt       |   48 +++++++----
 suggestion/suggestion.pl                           |    1 +
 tools/manage-marc-import.pl                        |    2 +-
 7 files changed, 57 insertions(+), 94 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list