<?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by Flaimo.com RSS Builder [2010-07-30 04:02:43]  --> <rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" >
<channel>
<docs>http://www.irc-collective.org/tracker/</docs>
<description>Mantis - ISSUES</description>
<link>http://www.irc-collective.org/tracker/</link>
<title>Mantis - ISSUES</title>
<image>
<title>Mantis - ISSUES</title>
<url>http://www.irc-collective.org/tracker/images/mantis_logo_button.gif</url>
<link>http://www.irc-collective.org/tracker/</link>
<description>Mantis - ISSUES</description>
</image>
<category>All Projects</category>
<ttl>10</ttl>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2010-07-30T04:02:42+02:00</sy:updateBase>
<item>
<title>0000013: List just the chat on the show logfile pages</title>
<link>http://www.irc-collective.org/tracker/view.php?id=13</link>
<description>Make it possible to filter non-chat messages such as joins and quits. This way just the chat messages on the logfile pages are shown.</description>
<guid>http://www.irc-collective.org/tracker/view.php?id=13</guid>
<author>anonymous &lt;anonymous@example.com&gt;</author>
<comments>http://www.irc-collective.org/tracker/view.php?id=13#bugnotes</comments>
</item>
<item>
<title>0000012: Support for a single database and config file for multiple channels</title>
<link>http://www.irc-collective.org/tracker/view.php?id=12</link>
<description>Currently you need to create separate config files for each channel you want to log. Additionally you also need a separate database for each channel. It would be nice to have one config file and one database.</description>
<guid>http://www.irc-collective.org/tracker/view.php?id=12</guid>
<author>anonymous &lt;anonymous@example.com&gt;</author>
<comments>http://www.irc-collective.org/tracker/view.php?id=12#bugnotes</comments>
</item>
<item>
<title>0000011: Parser crashes when URL does not contain filename and extension</title>
<link>http://www.irc-collective.org/tracker/view.php?id=11</link>
<description>If a URL that points to an image does not contain a filename extension, the parser will crash.&lt;br /&gt;
&lt;br /&gt;
URL: &lt;a href=&quot;http://tinypic.com/5aj2qb&quot;&gt;http://tinypic.com/5aj2qb&lt;/a&gt; [&lt;a href=&quot;http://tinypic.com/5aj2qb&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
URL works, content type matches actual content, but the script can - at this moment - not extract the filename extension.&lt;br /&gt;
&lt;br /&gt;
Debug log:&lt;br /&gt;
DEBUG: Fetching image: &lt;a href=&quot;http://tinypic.com/5aj2qb&quot;&gt;http://tinypic.com/5aj2qb&lt;/a&gt; [&lt;a href=&quot;http://tinypic.com/5aj2qb&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
DEBUG: Creating local copy: bfa172fc33ca3cc2d50b8f4575bab307./5aj2qb&lt;br /&gt;
binmode() on closed filehandle IMG at Image.pm line 279, &lt;LOG&gt; line 227.&lt;br /&gt;
print() on closed filehandle IMG at Image.pm line 280, &lt;LOG&gt; line 227.&lt;br /&gt;
Can't call method &quot;size&quot; on an undefined value at Image.pm line 286, &lt;LOG&gt; line 227.</description>
<guid>http://www.irc-collective.org/tracker/view.php?id=11</guid>
<author>rjm &lt;rjm@example.com&gt;</author>
<comments>http://www.irc-collective.org/tracker/view.php?id=11#bugnotes</comments>
</item>
<item>
<title>0000010: Parser crashes when content type says image when actual content is text</title>
<link>http://www.irc-collective.org/tracker/view.php?id=10</link>
<description>If a web server returns &quot;image/*&quot; as the content type, when in fact the content is not an image, the script aborts.&lt;br /&gt;
&lt;br /&gt;
rjm@nostromo:~$ HEAD &lt;a href=&quot;http://www.aldi.nl/OFFER_NL/OFFER_13/COMP.JPG&quot;&gt;http://www.aldi.nl/OFFER_NL/OFFER_13/COMP.JPG&lt;/a&gt; [&lt;a href=&quot;http://www.aldi.nl/OFFER_NL/OFFER_13/COMP.JPG&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
200 OK&lt;br /&gt;
Connection: close&lt;br /&gt;
Date: Fri, 17 Aug 2007 11:06:54 GMT&lt;br /&gt;
Server: Apache/2.0.59 (Unix) PHP/4.3.11&lt;br /&gt;
Content-Type: image/jpeg&lt;br /&gt;
Client-Date: Fri, 17 Aug 2007 12:23:15 GMT&lt;br /&gt;
Client-Peer: 84.17.188.17:80&lt;br /&gt;
Client-Response-Num: 1</description>
<guid>http://www.irc-collective.org/tracker/view.php?id=10</guid>
<author>rjm &lt;rjm@example.com&gt;</author>
<comments>http://www.irc-collective.org/tracker/view.php?id=10#bugnotes</comments>
</item>
<item>
<title>0000009: Mishandling of matches found</title>
<link>http://www.irc-collective.org/tracker/view.php?id=9</link>
<description>Order of matches differ per input format, this causes the information to be stored into the wrong columns.</description>
<guid>http://www.irc-collective.org/tracker/view.php?id=9</guid>
<author>rjm &lt;rjm@example.com&gt;</author>
<comments>http://www.irc-collective.org/tracker/view.php?id=9#bugnotes</comments>
</item>
<item>
<title>0000008: (WIN32) Opening a PNG file results in an invalid picture</title>
<link>http://www.irc-collective.org/tracker/view.php?id=8</link>
<description>(Windows only)&lt;br /&gt;
When opening a PNG image from the Images gallery, Internet Explorer shows the broken Image icon, and Firefox Shows &quot;The image cannot be displayed, because it contains errors&quot;.&lt;br /&gt;
&lt;br /&gt;
This only seems to affect (all tested) PNG links.</description>
<guid>http://www.irc-collective.org/tracker/view.php?id=8</guid>
<author>anonymous &lt;anonymous@example.com&gt;</author>
<comments>http://www.irc-collective.org/tracker/view.php?id=8#bugnotes</comments>
</item>
<item>
<title>0000007: Wordlist contains words along with punctuation</title>
<link>http://www.irc-collective.org/tracker/view.php?id=7</link>
<description>Punctuation is not filtered properly. In addition, only one punctuation character per sentence is removed properly.</description>
<guid>http://www.irc-collective.org/tracker/view.php?id=7</guid>
<author>rjm &lt;rjm@example.com&gt;</author>
<comments>http://www.irc-collective.org/tracker/view.php?id=7#bugnotes</comments>
</item>
<item>
<title>0000006: Parsing with an invalid config file results in warnings and &quot;Unsupported input format specified.&quot; error</title>
<link>http://www.irc-collective.org/tracker/view.php?id=6</link>
<description>When calling the parser with a non-existant config file, the parser defaults to defaults.conf. When this config file is empty, as shipped, the parser generates some warnings and errors, which are not easy to link to the missing config file</description>
<guid>http://www.irc-collective.org/tracker/view.php?id=6</guid>
<author>anonymous &lt;anonymous@example.com&gt;</author>
<comments>http://www.irc-collective.org/tracker/view.php?id=6#bugnotes</comments>
</item>
<item>
<title>0000005: Incorrect version number displayed</title>
<link>http://www.irc-collective.org/tracker/view.php?id=5</link>
<description>Version number not updated in point release, reads &quot;0.1.0&quot; instead of &quot;0.1.1&quot; when parser is invoked.</description>
<guid>http://www.irc-collective.org/tracker/view.php?id=5</guid>
<author>rjm &lt;rjm@example.com&gt;</author>
<comments>http://www.irc-collective.org/tracker/view.php?id=5#bugnotes</comments>
</item>
<item>
<title>0000004: Faulty regular expressions</title>
<link>http://www.irc-collective.org/tracker/view.php?id=4</link>
<description>Forgot to empty the regular expressions for the input formats Irssi, mIRC and XChat during creation of templates which should have been emptied.</description>
<guid>http://www.irc-collective.org/tracker/view.php?id=4</guid>
<author>rjm &lt;rjm@example.com&gt;</author>
<comments>http://www.irc-collective.org/tracker/view.php?id=4#bugnotes</comments>
</item>
<item>
<title>0000003: Hard coded database connection strings</title>
<link>http://www.irc-collective.org/tracker/view.php?id=3</link>
<description>Some scripts contain hard coded database connection strings while they shouldn't. Need to call Database::Connect() instead.</description>
<guid>http://www.irc-collective.org/tracker/view.php?id=3</guid>
<author>rjm &lt;rjm@example.com&gt;</author>
<comments>http://www.irc-collective.org/tracker/view.php?id=3#bugnotes</comments>
</item>
<item>
<title>0000002: Parser contains faulty references to threading code</title>
<link>http://www.irc-collective.org/tracker/view.php?id=2</link>
<description>Parser stops execution in OutputHandler/SQL.pm due to misplaced threading code. Threading code should not be in this release at all.</description>
<guid>http://www.irc-collective.org/tracker/view.php?id=2</guid>
<author>rjm &lt;rjm@example.com&gt;</author>
<comments>http://www.irc-collective.org/tracker/view.php?id=2#bugnotes</comments>
</item>
<item>
<title>0000001: Executing db/create.sql gives errors</title>
<link>http://www.irc-collective.org/tracker/view.php?id=1</link>
<description>Errors are generated when trying to create the tables using db/create.sql. Some errors come from trivial typos while others seem to be caused by the comments. Weird.</description>
<guid>http://www.irc-collective.org/tracker/view.php?id=1</guid>
<author>rjm &lt;rjm@example.com&gt;</author>
<comments>http://www.irc-collective.org/tracker/view.php?id=1#bugnotes</comments>
</item>
</channel>
</rss>
