[koha-commits] main Koha release repository branch master updated. v3.18.00-924-g6e7c6e0

Git repo owner gitmaster at git.koha-community.org
Wed May 6 20:25:58 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  6e7c6e0bcba7726e10d2d97ca7fb034547c7d306 (commit)
       via  bf6ded93e8035c446aecd29ce6f688d1c4fcd52b (commit)
      from  55a9ed6ac3e6a5236bd2dc7c6b32d35b9edb5ff8 (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 6e7c6e0bcba7726e10d2d97ca7fb034547c7d306
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>

commit bf6ded93e8035c446aecd29ce6f688d1c4fcd52b
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>

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

Summary of changes:
 C4/AuthoritiesMarc.pm                                        |    1 +
 .../prog/en/modules/acqui/newordersuggestion.tt              |   10 +++++-----
 2 files changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list