Koha/misc/cronjobs
wajasu 40f9914e60 Bug 8378 - <fine> syntax not working on overdues anymore
Bug 8378 - <fine> syntax broken NFC and charset utf8

NFC normalize enqueued letters and add content-type charset=utf-8

This prevents utf8 codes from causing mysql to truncate the 'content'
from the point of certain codes, when stored in the message_queue table.
This was happenning with the currency symbol generated by
Locale::Currency:Format currency_format routine. NFC normalization
was only done on the attachment content with its content-type
containing "text", as in text/plain.

For emails AND attachments, the charset="utf-8" was added to the
content-type so mail clients would correctly iterate the utf8 codes,
thus preventing mobijake.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Ran through test plan before and after applying patch. Verified
that fine syntax does not work pre-patch and does work post-patch
for both direct emails and emails to the KohaAdminEmailAddress.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-09-14 17:52:25 +02:00
..
holds bug_5911: Transport Cost Matrix 2012-09-12 14:49:25 +02:00
rss
social_data Bug 7470: Babeltheque integration 2012-03-26 14:24:04 +02:00
stats
thirdparty Bug 8384: Some Perl scripts do not compile 2012-07-10 10:50:58 +02:00
advance_notices.pl Bug 3383 - Followup - Switch from GetMemberDetails to GetMember 2012-08-03 15:58:26 +02:00
backup.sh Bug 8268 follow-up: incorporate QA comments 2012-07-12 17:40:22 +02:00
batch_anonymise.pl
build_browser_and_cloud.pl
cart_to_shelf.pl
check-url.pl Bug 6267: [SIGNED-OFF]Fix a typo 2012-06-09 14:44:17 +02:00
cleanup_database.pl
cloud-kw.pl
cloud-sample.conf
CONFIGURE.gmail
create_koc_db.pl
crontab.example Bug 6557: Record bib popularity in totalissues 2012-06-29 14:29:22 +02:00
fines.pl Bug 7420 tiny bugfix 2012-07-25 18:35:36 +02:00
gather_print_notices.pl Bug 8063 - Followup - Bug fix 2012-07-16 14:54:02 +02:00
import_webservice_batch.pl bug_7613: OCLC Connexion gateway 2012-04-06 17:26:20 +02:00
j2a.pl
longoverdue.pl Bug 7526 - longoverdue.pl leaves items marked as lost as still checked out to patron 2012-03-20 11:22:52 +01:00
MARC21_parse_test.pl
overdue_notices.pl Bug 8378 - <fine> syntax not working on overdues anymore 2012-09-14 17:52:25 +02:00
printoverdues.sh
process_message_queue.pl
purge_suggestions.pl
runreport.pl
serialsUpdate.pl
services_throttle.pl
smsoverdues.pl
staticfines.pl Bug 8420: tool statisticfines.pl and hourly loan 2012-09-14 16:19:25 +02:00
update_totalissues.pl Bug 6557: Record bib popularity in totalissues 2012-06-29 14:29:22 +02:00
zebraqueue_start.pl