[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-137-gd726bf3

Git repo owner gitmaster at git.koha-community.org
Tue May 27 16:32:22 CEST 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, 3.14.x has been updated
       via  d726bf355cc7daec12ac10adfad1f06be4fcc568 (commit)
       via  eedb9c0e6743aa8739fc01a68145be5a605a7f3e (commit)
      from  e83b77985ed0e6c06747a169ed449ef355edd6e7 (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 d726bf355cc7daec12ac10adfad1f06be4fcc568
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Tue Mar 11 14:57:26 2014 +0000

    Bug 10777: (follow-up) improve CSS3 for Zebra-striping report email output
    
    This patch improves the CSS used to attempt to Zebra-stripe the
    output of emailed reports.  This will work with some email clients,
    but other email clients (e.g., Gmail) don't handle style elements in the
    body or head element.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 26cdaaae777dd21314df90177fe070730575fb85)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

commit eedb9c0e6743aa8739fc01a68145be5a605a7f3e
Author: Nicholas van Oudtshoorn <vanoudt at gmail.com>
Date:   Thu Aug 22 16:56:25 2013 +0800

    Bug 10777: email HTML reports with the proper Content-Type
    
    The misc/cronjobs/runreport.pl allows for sending html reports
    via email. The problem is that the Content-Type isn't set to
    text/html, which means that the generated html email isn't
    displayed properly.
    
    This patch set the Content-Type, and also adds a tiny bit of
    CSS to potentially alternate row colours (just to make long
    reports a bit easier on the eye!)
    
    TEST PLAN
    ----------
    1. Run the script similar to this:
        ./misc/cronjobs/runreport.pl --format=html --to=YOUREMAIL --subject="Bad Formatting!" REPORTNUMBER
    2. Look at the email - the html code should by visible and ugly.
    3. apply the patch
    4. Run the script again.
    5. Look at the email - the data should look nicer now.
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 25076dec54f06b6a7938f4a6cda0a80a1d3d51e4)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 misc/cronjobs/runreport.pl |   25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list