Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 14 years ago

#1983 closed defect (bug) (wontfix)

i18n title in Activity RSS feed is broken

Reported by: levinng's profile levinng Owned by:
Milestone: 1.5 Priority: minor
Severity: Version:
Component: Core Keywords:
Cc:

Description

Upgraded from 1.1.2 to 1.2, all existing i18n title in activity feed is showing messy code, however content text is not affected.

Change History (5)

#1 @levinng
15 years ago

buddypress/bp-activity/bp-activity-templatetags.php

problem solved while change line 901 from

$title = trim( strip_tags( html_entity_decode( utf8_encode( $content[0] ) ) ) );

to

$title = trim( strip_tags( html_entity_decode( $content[0] ) ) );

#2 @DJPaul
15 years ago

  • Priority changed from blocker to minor

It was done like this to avoid a PHP4 warning when html_entity_decode is called so if this is a genuine bug we need a different fix.

#3 @levinng
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

#4 @levinng
15 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

Sorry, my browser cached the content, it remain unfixed after re-test. Still need to apply interim modification.

#5 @DJPaul
14 years ago

  • Component set to Core
  • Keywords RSS i18n 1.2 removed
  • Resolution set to wontfix
  • Status changed from reopened to closed

Closing this ticket as direct upgrades from 1.1.2 -> 1.3 probably won't work and is anyway an edge case. I know there are some issues with certain characters in the RSS feeds, which there is another ticket for.

Note: See TracTickets for help on using tickets.