Ticket #118 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

content preview needlessly disabled for RTL feeds

Reported by: trac-user Assigned to: fox
Priority: minor Milestone: 1.2.7
Component: backend Version:
Keywords: Cc:

Description

Feeds marked as having "right-to-left content" don't have post previews in the headline display pane. I saw that this is explicitly disabled in backend.php when $rtl_tag is set, but it works fine for me (Hebrew feeds) if I comment out that test.

(BTW with PHP 4.x some feeds' encodings aren't correctly detected. In these cases I found that they default to iso-8859-1 and adding the previews makes firefox display the entries LTR (but the text is unreadable anyway). Using PHP5 solved all my problems. :)

- udim

Change History

12/26/06 11:10:36 changed by fox

  • status changed from new to assigned.
  • milestone set to 1.2.7.

Unfortunately, I don't remember why I disabled it in the first place. OK, I'll reenable it for next version. :)

I can't do much about charset problem w/ PHP4 - all of actual feed parsing is done by Magpie, which is like an enigma, it moves in mysterious ways.

12/26/06 17:56:49 changed by fox

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed by 1514