priority
Standard
status
Closed
resolution
Fixed

qcodo
0.4.8 (Stable)
category
General Framework
php
Any

Votes
There are no votes for this issue.

reported: sunday, december 6, 2009, 5:05 pm pst  |  by: Fernando Lordán  |  messages: 3 messages  |  last: about 8 months ago


#1  |  Fernando Lordán (Barcelona, CAT, Spain) Spain
Sunday, December 6, 2009, 5:05 PM PST

In QMimeType class, the “rtf” extension is associated to the “text/richtext” mime type, instead of the correct “text/rtf” mime type.

The “text/richtext” was a predecessor of the Rich Text Format we currently use, and it's not compatible with it. See http://en.wikipedia.org/wiki/Rich_Text_Format for more details.

Easy to fix: simply change “text/richtext” with “text/rtf”.

#2  |  Mike Ho (Sunnyvale, CA) United States of America Qcodo Administrator
Sunday, December 6, 2009, 9:25 PM PST

Thanks for the catch!  This is now in git and should hopefully be in our 0.4.9 dev release.

#3  |  ‹‹ Qcodo System Message ››
Sunday, December 6, 2009, 9:26 PM PST

Mike Ho made edits to the issue, including:

  • Status changed from New Issue to Closed
  • Resolution changed from none to Fixed


Copyright © 2005 - 2010, Quasidea Development, LLC
This open-source framework for PHP is released under the terms of The MIT License.