Project

General

Profile

Actions

Feature #27475

closed

Add fileicons for open document formats (LibreOffice/OpenOffice.org)

Added by Stefan Neufeind almost 13 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2011-06-15
Due date:
% Done:

100%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

As these formats are quite commonly used nowadays we should add icons for them as well.
Core has them under sysext/cms/tslib/media/fileicons

Needed:
.odt (text)
.ods (spreadsheet)
.odp (presentation)
.odg (drawing)
.odf (database)

I'll contact Ben/Emile who created them originally.

Would be good to backport to 4.5 (and maybe 4.4?) as well.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #40740: Missing file icons for various file typesClosed2012-09-07

Actions
Related to TYPO3 Core - Task #67681: Fileicon are very outdated and miss "standard" icons like xlsx, docx, etcClosedBenni Mack2015-06-22

Actions
Actions #1

Updated by Ben van 't Ende almost 13 years ago

Hey Stefan, I put it on the agenda of the next design team meeting. Emile did them way back then and I don't work for Netcreators anymore. Great idea btw.

Actions #2

Updated by Stefan Neufeind almost 13 years ago

  • Assignee deleted (Stefan Neufeind)

Please note that 3 different sets of icons exist:

Type 1: Is in multiple locations (mostly for historic reason; widely used)
This is the one that has the three letters (fileext) on it.
./typo3/gfx/fileicons/pdf.gif
./typo3/sysext/cms/tslib/media/fileicons/pdf.gif
./typo3/sysext/statictemplates/media/fileicons/pdf.gif

Type 2: ./typo3/sysext/indexed_search/pi/res/pdf.gif
Type 3: ./typo3/sysext/t3skin/images/icons/mimetypes/pdf.png
(Those two are the PDF-icon "everybody knows", no fileextension in the graphics.)

Implementing "something new" would imho not be an option, since we should update 4.5 as well and should force a complete new iconset on them maybe. It would be great to create icons for the "Type 1"-iconset mentioned above, maybe by copying together letters or so (if the original font is unknown).

Actions #3

Updated by Alexander Opitz over 9 years ago

  • Status changed from New to Needs Feedback

Hi,

as this issue is very old. Does the problem still exists within newer versions of TYPO3 CMS (6.2.4)?

Actions #4

Updated by Stefan Neufeind over 9 years ago

  • Status changed from Needs Feedback to Accepted

Still an issue in master (pre-6.3). For example in filelist icons from t3skin are now used. The skin contains icons for files like .doc (.t3-icon-word) but no icon for .odt (or other OpenDocument-formats).

Actions #5

Updated by Tizian Schmidlin about 9 years ago

Couldn't the icons just be created and added to the typo3/gfx/fileicons?

Actions #6

Updated by Riccardo De Contardi over 8 years ago

  • Category set to Backend User Interface
Actions #7

Updated by Stefan Neufeind over 8 years ago

Won't have this for releases lower than 7 LTS.
IconRegistry knows about sxw (old OpenOffice-format) but not then opendocument-formats yet. And the icon for swx currently is mimetype-word. So we might need some additions there.
registered in: typo3/sysext/core/Classes/Imaging/IconRegistry.php

Actions #8

Updated by Stefan Neufeind over 8 years ago

There is an action-icon for openoffice already, but no mimetype-icon yet.
https://github.com/wmdbsystems/T3.Icons/blob/master/src/actions/actions-file-openoffice.svg

Actions #9

Updated by Gerrit Code Review over 8 years ago

  • Status changed from Accepted to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45187

Actions #10

Updated by Anonymous over 8 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #11

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF