Bug #18431
Always generate Icons, assume that we have gd2 by default
Status: | Closed | Start date: | 2008-03-12 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Benjamin Mack | % Done: | 0% |
|
Category: | - | Spent time: | - | |
Target version: | - | |||
TYPO3 Version: | 4.2 | Is Regression: | ||
PHP Version: | 4.3 | Sprint Focus: | ||
Complexity: |
Description
as we require PHP5 for TYPO3 4.2 and PHP5 comes with gd and gif write support enabled it is now save to permanently enable icon generation. We can also safely assume that we have gd2.
This was originally part of another issue with icon generation that has been fixed meanwhile. However, this part was forgotten.
(issue imported from #M7837)
Related issues
History
#1 Updated by Christian Kuhn almost 7 years ago
FYI:
Part one has been commited in rev. 3732. This sets default noIconProc to 0.
The second part (removing search for icons in filesystem and switch to default gdlib_2) is pending.
#2 Updated by Chris topher over 4 years ago
GDLib 2 has been made default in #22687, which was committed in Rev. 7781.
The part which searches for icons if noIconProc is 1 has not yet been removed.
#3 Updated by Benjamin Mack over 4 years ago
committed to trunk (rev. 9987)
#4 Updated by Susanne Moog over 4 years ago
- Target version deleted (
4.5.0)