[koha-commits] main Koha release repository branch master updated. v3.18.00-beta-58-g26cece1

Git repo owner gitmaster at git.koha-community.org
Fri Nov 21 19:58:38 CET 2014


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  26cece17ad0f081a1e322979c2abf32b68387e71 (commit)
       via  a53515084f77d5c423ffe3645f78aaca05cb2c5b (commit)
       via  260c423be8e59cfbaabeead33634a8a435ac05bc (commit)
       via  499dbca6b8f83cb9e1a6bdc28ee13324a21e417d (commit)
      from  1993b3090cb1d947ec045c7dbeb10346d5c7dd27 (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 26cece17ad0f081a1e322979c2abf32b68387e71
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Wed Sep 17 10:09:06 2014 -0400

    Bug 12943 - Add patron branchcode to patron search results for holds
    
    For some libraries, the current information specified in the patron
    results when search for a patron to place hold is insufficient. These
    libraries would like the branchcode to be added to the results to help
    identify the correct patron.
    
    Test Plan:
    1) Apply this patch
    2) Browse to the holds for a record
    3) Search for patrons from the record holds screen
    4) Note the patron results now have the branchcode after the patron type
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit a53515084f77d5c423ffe3645f78aaca05cb2c5b
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Wed Sep 17 14:48:49 2014 -0400

    Bug 12893 - 'Clear date' links on start and expiration hold date in staff not working
    
    I introduced this bug with my patch for Bug 8181. In changing the way
    the date picker widgets worked I changed the ID the "clear date"
    javascript was looking for, so it stopped working.
    
    This patch corrects it and improves the JavaScript by moving it out of
    the HTML markup.
    
    This patch also makes some minor HTML validity corrections: escaping
    ampersands and removing a "size" attribute from a hidden form field.
    
    To test, you should have the AllowHoldDateInFuture system preference
    enabled. Place a hold in the staff client for a patron and confirm that
    you can choose a "hold starts on" date and a "hold expires on" date and
    that the respective "clear date" links work correctly for each one.
    
    Signed-off-by: Nick Clemens <nick at quecheelibrary.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

commit 260c423be8e59cfbaabeead33634a8a435ac05bc
Author: Fridolin SOMERS <fridolin.somers at biblibre.com>
Date:   Fri Jan 10 11:52:22 2014 +0100

    Bug 11515 - Encoding problem with OpacBrowseResults
    
    When OpacBrowseResults syspref is on, the detail page contains a results browser.
    When search terms contains non-ASCII character, the search query is not well encoded in this browser.
    
    This patch adds the URI-coding to search terms into session to avoid any encoding problem with diacritics and URI specific characters like ?,& ...
    So that TT parameter 'busc' is already URI encoded and can be used to recreate seach URL.
    
    Test plan :
    - Set OpacBrowseResults on
    - At OPAC, perform a search with a diacritique. For example 'déjà'
    - Go to detail page of a result
    => You see browser under "Browser results"
    - Click on "Back to results"
    => You get same results and same search term with correct encoding
    
    Signed-off-by: Broust <jean-manuel.broust at univ-lyon2.fr>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    Bug still present on master. I note that latin characters are taken by ISO-8859-1 encoding
    (Perl's default) and that's why real UTF8 ones don't break (Perl notices they are UTF-8).

commit 499dbca6b8f83cb9e1a6bdc28ee13324a21e417d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Aug 28 12:39:44 2014 +0200

    Bug 12840: The budgeted cost and the total are automatically calculated
    
    Both of these 2 values should not be modified by the user.
    Since these values depend on the discount and the quantity.
    
    Test plan:
    Verify you cannot modify the budgeted cost and the total price on
    creating/modifying an order.
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>

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

Summary of changes:
 .../prog/en/modules/acqui/neworderempty.tt           |   18 ++++--------------
 .../intranet-tmpl/prog/en/modules/reserve/request.tt |   16 +++++++++++-----
 .../opac-tmpl/bootstrap/en/modules/opac-detail.tt    |    3 ++-
 opac/opac-detail.pl                                  |   12 +++++++-----
 opac/opac-search.pl                                  |   15 ++++++++-------
 5 files changed, 32 insertions(+), 32 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list