View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000162 | WackoWiki | xml | public | 2008-04-07 16:40 | 2009-10-13 16:03 |
Reporter | administrator | Assigned To | administrator | ||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Target Version | 5.0.beta | Fixed in Version | 5.0.beta | ||
Summary | 0000162: better RSS output for Comments | ||||
Description | Comment[number] for [page] by [user] [comment full or the first [?] letters] | ||||
Additional Information | http://developer.mozilla.org/en/docs/RSS:Article:Why_RSS_Content_Module_is_Popular_-_Including_HTML_Contents | ||||
Tags | No tags attached. | ||||
|
This is my proposal on rss for comments : 636c636 < $this->LoadAll("select ".$this->pages_meta." from ".$this->config["table_prefix"]."pages ". --- > $this->LoadAll("select ".$this->pages_meta.",`body` from ".$this->config["table_prefix"]."pages ". 2044c2044,2045 < $xml .= "<title>".$page["tag"]."</title>\n"; --- > $xml .= "<title>".$page["tag"]." for ".$page["comment_on"]." by ".$page["user"]."</title>\n"; > $word = preg_split("/[\s,]+/", $page["body"]); 2046c2047 < $xml .= "<description>".$page["time"]." by ".$page["user"]."</description>\n"; --- > $xml .= "<description>".$word[0]." ".$word[1]." ".$word[2]." ... at ".$page["time"]."</description>\n"; |
|
http://validator.w3.org/feed/ Your feed appears to be encoded as "iso-8859-1", but your server is reporting "US-ASCII" |
|
first update SVNed with Revision 374 |
|
charset issue is left for R4.4 |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-04-07 16:40 | administrator | New Issue | |
2008-04-07 16:40 | administrator | Legacy | => NEW |
2008-04-07 17:03 | administrator | Relationship added | related to 0000106 |
2008-05-17 14:56 | ebal | Note Added: 0000336 | |
2008-05-18 20:20 | administrator | Note Added: 0000337 | |
2008-05-20 21:54 | administrator | Note Edited: 0000337 | |
2008-05-20 23:47 | administrator | Status | new => confirmed |
2008-05-20 23:47 | administrator | Projection | none => minor fix |
2008-05-20 23:47 | administrator | Target Version | => 5.0.0 |
2008-05-20 23:49 | administrator | Note Added: 0000345 | |
2008-05-22 23:26 | administrator | Additional Information Updated | |
2008-05-22 23:42 | administrator | Note Edited: 0000337 | |
2008-06-04 22:22 | administrator | Note Added: 0000354 | |
2008-06-04 22:22 | administrator | Assigned To | => administrator |
2008-06-04 22:22 | administrator | Status | confirmed => resolved |
2008-06-04 22:22 | administrator | Resolution | open => fixed |
2008-08-20 17:47 | administrator | Category | RSS => XML |
2009-10-13 16:00 | administrator | Target Version | 5.0.0 => 5.0.beta |
2009-10-13 16:03 | administrator | Fixed in Version | => 5.0.beta |
2010-03-08 10:24 | administrator | Category | XML => xml |