In-Portal Issue Tracker

Welcome to the In-Portal Open Source CMS Issue Tracker! This is a central management / tracking tool for all types of tasks / issues / bugs for the In-Portal Project. Before reporting any issues, please make sure to read the Guide into Issue Tracker and How to Properly Test and Report Bugs!

Viewing Issue Advanced Details Jump to Notes ] Wiki ]  Related Changesets ] View Simple ] Issue History ] Print ]
ID Category Type Reproducibility Date Submitted Last Update
0000742 [In-Portal CMS] Data Management feature request N/A 2010-05-23 07:08 2012-07-25 05:33
Reporter alex View Status public Project Name In-Portal CMS
Assigned To alex Developer
Priority normal Resolution fixed Platform
Status closed   OS
  OS Version
ETA none Fixed in Version 5.2.0-B1 Product Version 5.0.3
  Target Version 5.2.0 Product Build
Time EstimateNo estimate
Summary 0000742: Create universal file mime type detection function
Description For now we are using "mime_content_type" function, that is no longer available in PHP5. There is also "finfo_file" function, that is quite modern and gives better result, then "mime_content_type" does. Unfortunately on PHP4 it's only available as PECL extension and not installed by default. In PHP5 it is compiled by default.

We also have some code in kEmailSendingHelper class, that allows to detect mime type, based only on file extension.

I propose we combine all described above into one single function and use it later (function available in "universal_mime_detection.patch" file).
Steps To Reproduce
Additional Information Mime types for any OpenOffice documents not used (needs to be added to the new "mime_content_type" function:

'application/vnd.sun.xml.writer',
'application/vnd.sun.xml.calc',
'application/vnd.sun.xml.impress',
'application/vnd.sun.xml.draw',
'application/vnd.sun.xml.math',
'application/vnd.oasis.opendocument.text',
'application/vnd.oasis.opendocument.text-web',
'application/vnd.oasis.opendocument.text-master',
'application/vnd.oasis.opendocument.graphics',
'application/vnd.oasis.opendocument.presentation',
'application/vnd.oasis.opendocument.spreadsheet',
'application/vnd.oasis.opendocument.chart',
'application/vnd.oasis.opendocument.formula',
'application/vnd.oasis.opendocument.database',
'application/vnd.oasis.opendocument.image',



We need to use proposed function where applicable and create a new patch for testing.
Tags No tags attached.
Reference http://groups.google.com/group/in-portal-bugs/browse_thread/thread/e1fc0cb67da6c044 https://groups.google.com/d/topic/in-portal-bugs/frB3pnJ6-jI/discussion
Change Log Message
Estimate Points 1
Attached Files patch file icon universal_mime_detection.patch [^] (2,055 bytes) 2010-05-23 07:08 [Show Content]
patch file icon universal_mime_detection_core_520.patch [^] (8,093 bytes) 2011-10-04 03:38 [Show Content]
patch file icon universal_mime_detection_modules_520.patch [^] (2,335 bytes) 2011-10-04 03:38 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
User avatar (0003911)
alex (manager)
2011-09-26 04:49

Reminder sent to: Dmitry

Could you please also provide file extensions for provided mime types of OpenOffice documents.
User avatar (0003986)
alex (manager)
2011-10-04 03:38

Will test all together.
User avatar (0003987)
alex (manager)
2011-10-04 03:39

Fix committed to 5.2.x branch. Commit Message:

Fixes 0000742: Create universal file mime type detection function
User avatar (0005097)
alex (manager)
2012-07-25 05:33

Since 5.2.0 version was released.

- Related Changesets
In-Portal CMS: 5.2.x r14619
Timestamp: 2011-10-04 03:39:18
Author: alex
Details ] Diff ]
Fixes 0000742: Create universal file mime type detection function
mod - /in-portal/branches/5.2.x/core/kernel/db/db_event_handler.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/globals.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/kernel/utility/email_send.php Diff ] File ]
mod - /in-portal/branches/5.2.x/core/units/helpers/file_helper.php Diff ] File ]
Modules :: In-Commerce: 5.2.x r14618
Timestamp: 2011-10-04 03:38:52
Author: alex
Details ] Diff ]
Bug 0000742: Create universal file mime type detection function
mod - /w/in-commerce/branches/5.2.x/units/downloads/download_helper.php Diff ] File ]
mod - /w/in-commerce/branches/5.2.x/units/orders/orders_event_handler.php Diff ] File ]

- Issue History
Date Modified Username Field Change
2012-07-25 05:33 alex Note Added: 0005097
2012-07-25 05:33 alex Status resolved => closed
2011-10-22 05:33 alex Estimate Points => 1
2011-10-04 03:39 alex Changeset attached 5.2.x r14619
2011-10-04 03:39 alex Note Added: 0003987
2011-10-04 03:39 alex Status reviewed and tested => resolved
2011-10-04 03:39 alex Fixed in Version => 5.2.0-B1
2011-10-04 03:39 alex Resolution open => fixed
2011-10-04 03:39 alex Assigned To !COMMUNITY => alex
2011-10-04 03:38 alex Changeset attached 5.2.x r14618
2011-10-04 03:38 alex Note Added: 0003986
2011-10-04 03:38 alex Status needs testing => reviewed and tested
2011-10-04 03:38 alex Time Estimate Removed 1 =>
2011-10-04 03:38 alex Assigned To => !COMMUNITY
2011-10-04 03:38 alex Developer => alex
2011-10-04 03:38 alex Status active => needs testing
2011-10-04 03:38 alex File Added: universal_mime_detection_modules_520.patch
2011-10-04 03:38 alex File Added: universal_mime_detection_core_520.patch
2011-09-26 04:49 alex Time Estimate Added 1
2011-09-26 04:49 alex Issue Monitored: Dmitry
2011-09-26 04:49 alex Note Added: 0003911
2011-09-26 04:49 alex Additional Information Updated View Revisions
2011-09-23 21:15 Dmitry Target Version Icebox => 5.2.0
2011-01-28 09:35 Dmitry Reference http://groups.google.com/group/in-portal-bugs/browse_thread/thread/e1fc0cb67da6c044 => http://groups.google.com/group/in-portal-bugs/browse_thread/thread/e1fc0cb67da6c044 https://groups.google.com/d/topic/in-portal-bugs/frB3pnJ6-jI/discussion
2011-01-28 09:35 Dmitry Additional Information Updated View Revisions
2010-05-23 07:09 alex Reference => http://groups.google.com/group/in-portal-bugs/browse_thread/thread/e1fc0cb67da6c044
2010-05-23 07:08 alex New Issue
2010-05-23 07:08 alex File Added: universal_mime_detection.patch



Web Development by Intechnic
In-Portal Open Source CMS
In-Portal Open Source CMS
Copyright © 2000 - 2009 MantisBT Group

Powered by Mantis Bugtracker