[koha-commits] main Koha release repository branch 3.18.x updated. v3.18.06-3-54-gcf8c3d3

Git repo owner gitmaster at git.koha-community.org
Sun May 17 08:50:43 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, 3.18.x has been updated
       via  cf8c3d372f58c2fc61e594c431fd1fd3c81f7407 (commit)
       via  928e2613518bef0c26784e23a0211fa99be4c171 (commit)
       via  2bbed4491f341ab4226f9b353902de6d3f57cd84 (commit)
       via  57eeed1de194747d52578e3ca6030e9e4a1cdd53 (commit)
       via  2b2c5f1244b45023e772554993720652f305994a (commit)
      from  5353219f333f4f53e1dfefeca91bf207023e866c (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 cf8c3d372f58c2fc61e594c431fd1fd3c81f7407
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jan 5 10:10:57 2015 -0500

    Bug 13516: Display issue for search results with items both checkout out and lost
    
    If the staff search results, if an item is both checked out and lost,
    the result will appear as two item lines where one line has the lost
    status and the other line has the rest of the item's data.
    
    Test Plan:
    1) Check an item out to a patron
    2) Mark the item as lost *without* removing the item from the patron's
       record, either by using longoverdue.pl or by editing the itemlost
       field in the database directly.
    3) Perform a search where that item will be in the results
    4) Note the improper display of the item's data
    5) Apply this patch set
    6) Reload the search restults
    7) Note the item now displays correctly
    
    Signed-off-by: Nick <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 64bb1162b6c34717e0abb07778e38b43b6dd0ab8)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 928e2613518bef0c26784e23a0211fa99be4c171
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Jan 5 10:05:48 2015 -0500

    Bug 13516: Tidy relevant code block
    
    Signed-off-by: Nick <nick at quecheelibrary.org>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit d933d054cd360ceb339a7113451fa807db5e155d)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 2bbed4491f341ab4226f9b353902de6d3f57cd84
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Apr 27 07:28:29 2015 -0400

    Bug 14065: Typo in opac self registration form
    
    The phrase
    
    Please type this following characters into the preceding box
    
    should be
    
    Please type the following characters into the preceding box
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit a6824d34f08f157f6a57c989be0cea3c6bda4190)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 57eeed1de194747d52578e3ca6030e9e4a1cdd53
Author: Marc Véron <veron at veron.ch>
Date:   Mon Apr 20 12:21:12 2015 +0200

    Bug 14018: Ordering from suggestion shows 'copy. year:2014'
    
    This patch fixes some minor display issues in 'Add order from a suggestion'
    
    To test:
    - Add order form a suggestion
    - The copyright date iss dispayed like 'copy.year:2015'
    - Apply patch
    - The copyright date now displays as (copyright sign) 2014, similar to the display in suggestion management
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit 6e7c6e0bcba7726e10d2d97ca7fb034547c7d306)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

commit 2b2c5f1244b45023e772554993720652f305994a
Author: Aleisha <aleishaamohia at hotmail.com>
Date:   Wed Apr 29 01:56:45 2015 +0000

    Bug 14075: Undefined value creates noisy warns in C4::AuthoritiesMarc
    
    This match sets $sortby (previously undefined value) as an empty string to get rid of the warns.
    
    To test:
    
    1) Go to a URL such as http://localhost:8080/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operator=contains&value=a&marclist=any&and_or=and
    2) Notice the warns in the error log
    3) Apply patch
    4) Reload URL
    5) Notice page still works but no warns in error log
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    
    NOTE: I would have done $sortby //= '';
          But this works too. :)
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at gmail.com>
    (cherry picked from commit bf6ded93e8035c446aecd29ce6f688d1c4fcd52b)
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                              |    1 +
 C4/Search.pm                                       |   27 ++++++++++++--------
 .../prog/en/modules/acqui/newordersuggestion.tt    |   10 ++++----
 .../bootstrap/en/modules/opac-memberentry.tt       |    2 +-
 4 files changed, 23 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list