Project

General

Profile

Actions

Bug #14774

closed

A few improvements(?) in 3.8.

Added by Jan Bednarik almost 19 years ago. Updated almost 19 years ago.

Status:
Closed
Priority:
Should have
Category:
Frontend
Target version:
-
Start date:
2005-05-30
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
3.8.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

I've done a few changes to some Typo3 source files, which could be interesting. I'm sending these files as attachement. I've put /* by bednee */ commentar to every line/paragraph which I have changed. So it should be easy to check it out.

About these changes:

class.t3lib_htmlmail.php
- the charset of an e-mail was hardcoded as iso-8852-1. Well, not everyone uses this charset and if your pages are in utf-8, you prefer to send the e-mails in utf-8 as well. Therefore I changed this class. If forceCharset is empty it uses iso-8852-1, otherwise it uses the value in the forceCharset field as charset of the e-mail.

class.t3lib_stdgraphic.php
- it's now possible to resize images using GD. That means without ImageMagick installed on a server.

class.tslib_content.php
- if you put some non-ASCII chars to a goodMess/badMess in a formmail, the PHP function rawurlencode messes them up. Therefore I removed this function. I really don't see the point why it should be there.
- if a really large picture (with a "click to resize" option on) is on a page and you null the imageLinkWrap.width and imageLinkWrap.height values (as you want the original size) then you get a really huge window poped up. That's not very good. With my change, if a picture with offset is bigger than 820x620px you get a 800x600px big resizable window with scrollbars.

(issue imported from #M1134)


Files

typo3_3.8.0_changes.zip (111 KB) typo3_3.8.0_changes.zip Administrator Admin, 2005-05-30 18:32
Actions #1

Updated by Rupert Germann almost 19 years ago

please make one bug report for each change/feature.
and please make patches for TYPO3 with "diff" with the -u option.

Actions #2

Updated by Karsten Dambekalns almost 19 years ago

Yes, please submit single requests with diffs attached.

Actions #3

Updated by Sebastian Kurfuerst almost 19 years ago

all bugs are opened as seperate bugs. Closing this one.

Actions

Also available in: Atom PDF