[koha-commits] main Koha release repository branch master updated. v3.18.00-663-gb8db092

Git repo owner gitmaster at git.koha-community.org
Mon Apr 13 19:43:00 CEST 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, master has been updated
       via  b8db092a0acf0c34cd78e35332f73636cdff6e22 (commit)
       via  ae1a75d369b9e97073893cb121eddb8cef3a827a (commit)
       via  0a6dc1b0c159bc99555c2dc603cf01e68c03b98c (commit)
      from  ec22ce43199631c96d7c2a63441021f0aaa2678c (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 b8db092a0acf0c34cd78e35332f73636cdff6e22
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Mar 27 10:03:32 2015 +0100

    Bug 6911: Remember search terms in the log viewer tool
    
    The modules and actions selected by the user are now selected when a
    log search is done.
    Note that this patch also add the multiple attribute to the actions
    select in order to add the ability to select several actions.
    The code to do that already existed.
    
    Test plan:
    1/ Go on the log viewer tool (tools/viewlog.pl)
    2/ Launch a search with modules and actions selected.
    3/ Confirm that the values you have selected is still selected after the
    search.
    
    Patch works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit ae1a75d369b9e97073893cb121eddb8cef3a827a
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Apr 13 15:46:22 2015 +0200

    Bug 13926: Reintroduce the correct variable name in template
    
    It's caused by a mistake in previous patch, introduced by bug 13894 too
    late, then fixed by 13936.
    After this patch, all will be fine in any case :)
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 0a6dc1b0c159bc99555c2dc603cf01e68c03b98c
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Mon Mar 30 12:15:42 2015 +0200

    Bug 13926: ake circulation.pl not using C4::Members::Search
    
    This patch uses the same method as bug 13894.
    
    Important note: This will modify the UI.
    The patron list will now be displayed in a table (instead of a select).
    
    Test plan:
    1/ Search for a patron using the checkout tab
    2/ The patron list should appear correctly
    
    Test with different type of search (returns 0, 1, 1+ results).
    
    No behavior changes should be observed.
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    works as expected
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 circ/circulation.pl                                |   60 ++++++++-----------
 .../prog/en/modules/circ/circulation.tt            |   62 +++++++++++++++-----
 .../intranet-tmpl/prog/en/modules/tools/viewlog.tt |   53 +++++++++++------
 tools/viewlog.pl                                   |   16 ++---
 4 files changed, 111 insertions(+), 80 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list