History log of /web-bugs/www/rss/xml.php (Results 1 – 4 of 4)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 9d47b05f 22-May-2019 Peter Kokot

Convert all tabs to spaces


# e9b937bb 24-Jul-2018 Christoph M. Becker

Fix rss/bug.php?format=xml

Although, `MDB2_FETCHMODE_ASSOC` is supposed to return an associative
array (mapping column names to their values)[1], for some reason it
actually seems to

Fix rss/bug.php?format=xml

Although, `MDB2_FETCHMODE_ASSOC` is supposed to return an associative
array (mapping column names to their values)[1], for some reason it
actually seems to behave like some non-existing `MDB2_FETCHMODE_BOTH`.
This breaks the generated XML by additionally creating invalid element
names. Since we are not sure whether other callers of bugs_get_bug()
and bugs_get_bug_comments() rely on this behavior, we're working around
the issue by skipping the integer keys.

[1] <http://pear.php.net/manual/en/package.database.mdb2.intro-fetch.php#package.database.mdb2.intro-fetch.desc.format>

show more ...


# 9926d38a 09-Mar-2010 Jani Taskinen

- Fix some RSS/RDF issues (rss feeds actually validate now, search feeds can be found too..)


Revision tags: BEFORE_NEW_BUG_TRACKER
# e8ef23cd 03-Mar-2010 Jani Taskinen

- Rename to avoid unnecessary symlink