[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.04-9-g3b82db7

Git repo owner gitmaster at git.koha-community.org
Thu Aug 30 00:11:44 CEST 2012


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.8.x has been updated
       via  3b82db781f8f779be0c29dc5b4d526a83cb2d0bf (commit)
       via  35eaf56691925dc1d8556349821896fab7d6f3c5 (commit)
      from  8327455dd545006b8ab10dd990036a52eb1958c6 (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 3b82db781f8f779be0c29dc5b4d526a83cb2d0bf
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Aug 14 10:02:38 2012 -0400

    Bug 8596 - Reports interface date picker doesn't force ISO formatted dates
    
    Datepickers follow Koha's preference for date format, but the
    guided reports system doesn't intelligently handle different date
    formats. ISO is required. This patch adds some additional
    configuration to override the date format.
    
    To test, create a guided or SQL report which takes a date
    parameter. The datepicker fields should return an ISO-formatted
    date.
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Works as advertised.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

commit 35eaf56691925dc1d8556349821896fab7d6f3c5
Author: Katrin Fischer <Katrin.Fischer.83 at web.de>
Date:   Tue Aug 14 08:02:59 2012 +0200

    Bug 8626: Fix encoding in cart emails for use of quoted-printable
    
    When using quoted-printable data needs to be encoded accordingly.
    
    Content-Transfer-Encoding: quoted-printable
    
    Without the patch = in URLs or data will be interpreted as the beginning
    of a special character resulting in broken URLs.
    
    To test:
    - Check diacritics in records display correctly
    - Check various URLs with = to make sure they all work correctly
    
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    This is only a partial fix, as the subject line is not encoded,
    but it is a huge improvement over what it was before.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../en/modules/reports/guided_reports_start.tt     |    3 +++
 opac/opac-sendbasket.pl                            |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list