[koha-commits] main Koha release repository branch master updated. v3.20.00-828-g15bf87f

Git repo owner gitmaster at git.koha-community.org
Wed Oct 21 18:47:10 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  15bf87f866f870ae5eff5d95bb41a78f2e5a516a (commit)
       via  aaf3ff3fec54011b30ba302e0c13e3ec5e41a142 (commit)
       via  4353cd1958be8de81224647cbae62f5382b96eaa (commit)
      from  e8232522a92b47090d651ea8cf6a92aa463454fb (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 15bf87f866f870ae5eff5d95bb41a78f2e5a516a
Author: Josef Moravec <josef.moravec at gmail.com>
Date:   Fri Sep 25 17:21:28 2015 +0200

    Bug 14900: Add ability to pay all fees at once from circulation screen
    
    Test plan:
    1) Go to circulation screen for patron which has some not-payed charges (or make same if needed)
    
    2) You should see infromation about fees and charges with ability to pay it. Note there is new link for paying all charges at once
    
    3) Try the new link, you should be redirected to members/paycollect.pl, check if there is right amount and try to pay charges
    
    4) try the old link to make sure it works still well after this patch
    
    Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit aaf3ff3fec54011b30ba302e0c13e3ec5e41a142
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed May 6 09:14:42 2015 +0200

    Bug 14154: 608$9 defined twice in UNIMARC biblio-koha-indexdefs.xml
    
    In DOM config file :
    etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml, the 608$9 is
    defined a second time instead of 610$9.  Just a type I think.
    
    Test plan :
    - Apply patch
    - Install a UNIMARC + DOM instance
    - Define in a framework 610 using a thesaurus
    - Create a new biblio
    - Create a new authority (same type as the thesaurus defined above)
    - Index : rebuild_zebra.pl -a -b -x -z
    - Link the field 610 to the new authority
    - Index : rebuild_zebra.pl -a -b -x -z
    - In authorities search, search for the new authority
    => You see Use in 1 Records(s)
    
    Signed-off-by: Frederic Demians <f.demians at tamil.fr>
      I confirm the typo.
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

commit 4353cd1958be8de81224647cbae62f5382b96eaa
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Tue Sep 22 15:04:14 2015 +0100

    Bug 14871: Extend the patrons search to search like %$term% (checkout tab)
    
    The patrons search used by the checkout tab and the autocomplete is not
    the same as the "search patrons" tab.
    The main difference is the "contain" vs "start with".
    So that if you have a patron with a patron with a surname "foo bar" and
    you search for "foo bar", the autocomplete and the result of a search by
    the checkout tab will search for "foo%" or "bar%" which won't return the
    patron you are search for.
    
    This patch replaces both autocomplete and checkout tab searches with a
    "contain" search. The search will be "%foo%" or "%bar%".
    Note that on big DB, this can cause unexpected results.
    
    Test plan:
    Create a patron with a surname "foo bar"
    Search for "bar" using the checkout tab.
    You should see the patron in the autocomplete result and the result page
    after submitting the search form.
    
    Followed test plan, works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at unc.edu.ar>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>

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

Summary of changes:
 circ/circulation.pl                                              |    1 +
 circ/ysearch.pl                                                  |    4 ++--
 etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml  |    2 +-
 etc/zebradb/marc_defs/unimarc/biblios/biblio-zebra-indexdefs.xsl |    2 ++
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt      |    3 ++-
 5 files changed, 8 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list