WoW Raid Manager Defect Tracking System
Mantis Bugtracker

Viewing Issue Simple Details Jump to Notes ] << ] >> ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000009 [WoW Raid Manager (WRM)] RSS Issues feature always 2008-07-08 23:51 2008-07-08 23:53
Reporter douglasw View Status public  
Assigned To douglasw
Priority normal Resolution fixed  
Status closed   Product Version 3.2.0
Summary 0000009: RSS Feed of raids pulls "old" raids.
Description The RSS Feed for raids should NOT pull the raids marked as "old" in the system. This causes a large headache on front pages of guild websites.
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000009)
douglasw (administrator)
2008-07-08 23:52

Added a restriction in the SQL to pull raids that removes raids marked as "old".
(0000010)
douglasw (administrator)
2008-07-08 23:53

Comment by bpuk:

I found a simple fix for this was to add an if check before the echo statement in rss.php

I used:
if ($data["start_time"] > strtotime("now")) {
echo <output>;
}

which seems to work fine.

Don't know if that is of any use.

- Issue History
Date Modified Username Field Change
2008-07-08 23:51 douglasw New Issue
2008-07-08 23:51 douglasw Status new => assigned
2008-07-08 23:51 douglasw Assigned To => douglasw
2008-07-08 23:52 douglasw Status assigned => closed
2008-07-08 23:52 douglasw Note Added: 0000009
2008-07-08 23:52 douglasw Resolution open => fixed
2008-07-08 23:52 douglasw Fixed in Version => 3.2.0
2008-07-08 23:53 douglasw Note Added: 0000010


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker