Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#685 closed defect (bug) (fixed)

Activity RSS feed does not validate

Reported by: buzz_lightyear's profile buzz_lightyear Owned by: apeatling's profile apeatling
Milestone: Priority: minor
Severity: Version: 1.0
Component: Keywords: RSS, validation
Cc:

Description

Site wide activity RSS doesn't validate.
http://feedvalidator.org/check.cgi?url=http%3A%2F%2Fbuzzdev.org%2Factivity%2Ffeed%2F

Please fix it
thanx
buzz

Change History (6)

#1 @buzz_lightyear
15 years ago

  • Owner set to apeatling
  • Status changed from new to assigned

To be exact.
<pubDate>Thu, 02 Apr 2009 13:00:45</pubDate>
by the post entries doesn't validate as it should be in format:
<pubDate>Thu, 02 Apr 2009 13:00:45 +0000</pubDate>

It is coming from line 36 of bp-activity-site-wide-feed.php
<pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', bp_activity_feed_item_date(), false); ?></pubDate>
however few lines above at line 26 it delivers in correct date:
<pubDate><?php echo mysql2date('D, d M Y H:i:s +0000', bp_activity_get_last_updated(), false); ?></pubDate>

#2 @DJPaul
15 years ago

  • Priority changed from major to minor

#3 @apeatling
15 years ago

  • Milestone changed from Activity Streams 1.0 to Activity Streams 1.1

#4 @apeatling
15 years ago

  • Milestone changed from Activity Streams 1.1 to 1.0.2

#5 @apeatling
15 years ago

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

(In [1563]) Fixes #685

#6 @(none)
15 years ago

  • Milestone 1.0.2 deleted

Milestone 1.0.2 deleted

Note: See TracTickets for help on using tickets.