[koha-commits] main Koha release repository branch master updated. v3.14.00-563-g26cdaaa

Git repo owner gitmaster at git.koha-community.org
Tue Mar 11 15:38:33 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  26cdaaae777dd21314df90177fe070730575fb85 (commit)
       via  25076dec54f06b6a7938f4a6cda0a80a1d3d51e4 (commit)
       via  2f0aac89709fec329436f15e259d49dd6072c6c1 (commit)
       via  1c794eaeca3877c8af32ea0b1cce7354541fdba7 (commit)
       via  b648425aee8d23bfedf53b09593f5978ae667d7b (commit)
      from  7d39b3c72ea2422b09e3411bef974d87aecdabf9 (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 26cdaaae777dd21314df90177fe070730575fb85
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>

commit 25076dec54f06b6a7938f4a6cda0a80a1d3d51e4
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>

commit 2f0aac89709fec329436f15e259d49dd6072c6c1
Author: Nicole C. Engard <nengard at bywatersolutions.com>
Date:   Sun Mar 9 05:10:29 2014 -0600

    Bug 11918 : Fix typo on authorized values page
    
    This is a small string patch. On Authorized values this patch fixes
    the wording next to the library limit.
    
    To test:
    
    Visit Authorized Values
    Click 'Add new' or 'Edit' next to a value
    Make sure that the text next to the library filter is right
    
    Signed-off-by: Aleisha <aleishaamohia at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Text change, works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit 1c794eaeca3877c8af32ea0b1cce7354541fdba7
Author: Jesse Maseto <jesse at bywatersolutions.com>
Date:   Mon Mar 10 09:39:22 2014 -0400

    Bug 11695 - Fixed typo in marc21_field_008.xml
    
    "Tree-character alphabetic code", to "Three-character alphabetic code"
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Trees are nice, but Three is better here.
    String change, works as described.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b648425aee8d23bfedf53b09593f5978ae667d7b
Author: Jesse Maseto <jesse at bywatersolutions.com>
Date:   Mon Mar 10 09:14:44 2014 -0400

    Bug 11731 - Fixed typo in message_transport_types.txt file.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    String change, all good.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../mysql/en/mandatory/message_transport_types.txt |    2 +-
 .../prog/en/data/marc21_field_008.xml              |   14 +++++------
 .../prog/en/modules/admin/authorised_values.tt     |    3 +--
 misc/cronjobs/runreport.pl                         |   25 ++++++++++++++------
 4 files changed, 27 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list