<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Bugzilla Reports for MediaWiki</title>
	<atom:link href="http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/</link>
	<description>mobile made simple</description>
	<lastBuildDate>Fri, 20 Jan 2012 16:37:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Arturas</title>
		<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-3/#comment-46515</link>
		<dc:creator>Arturas</dc:creator>
		<pubDate>Fri, 28 Oct 2011 06:22:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=45#comment-46515</guid>
		<description>Hello,
I have one problem and don&#039;t know how to fix it. I can&#039;t start using bugzilla reports on my mediawiki. My bugzilla version is 3.4.4 on virtual server, mediawiki is on another virtual server. I get this message:
BugzillaReports : Can&#039;t get database connection (user@192.168.0.235) :
Warnings were generated during the execution of function

    Setting parameter bzalternateconfig is not supported
    Getting parameter bzalternateconfig is not supported</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I have one problem and don&#8217;t know how to fix it. I can&#8217;t start using bugzilla reports on my mediawiki. My bugzilla version is 3.4.4 on virtual server, mediawiki is on another virtual server. I get this message:<br />
BugzillaReports : Can&#8217;t get database connection (user@192.168.0.235) :<br />
Warnings were generated during the execution of function</p>
<p>    Setting parameter bzalternateconfig is not supported<br />
    Getting parameter bzalternateconfig is not supported</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Homer</title>
		<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-3/#comment-45840</link>
		<dc:creator>Ian Homer</dc:creator>
		<pubDate>Mon, 11 Apr 2011 23:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=45#comment-45840</guid>
		<description>Matthew - thanks for the positive feedback, glad you&#039;re finding it useful.  Unfortunately the extension doesn&#039;t support AND of keywords.  The building up of the keywords and subsequent SQL search is in http://code.google.com/p/bugzillareports/source/browse/trunk/BugzillaQuery.php if you&#039;re feeling like you want to dive in.</description>
		<content:encoded><![CDATA[<p>Matthew &#8211; thanks for the positive feedback, glad you&#8217;re finding it useful.  Unfortunately the extension doesn&#8217;t support AND of keywords.  The building up of the keywords and subsequent SQL search is in <a href="http://code.google.com/p/bugzillareports/source/browse/trunk/BugzillaQuery.php" rel="nofollow">http://code.google.com/p/bugzillareports/source/browse/trunk/BugzillaQuery.php</a> if you&#8217;re feeling like you want to dive in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew</title>
		<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-3/#comment-45838</link>
		<dc:creator>Matthew</dc:creator>
		<pubDate>Mon, 11 Apr 2011 21:10:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=45#comment-45838</guid>
		<description>Hello, awesome extension Ian!  I think I might be overlooking something obvious here.  For the keywords field, is it possible to make the search use AND instead of OR?  So similar to
&#124;keywords=testing,help,beta
except that it will only return bugs id&#039;s where ALL three of those keywords were present?</description>
		<content:encoded><![CDATA[<p>Hello, awesome extension Ian!  I think I might be overlooking something obvious here.  For the keywords field, is it possible to make the search use AND instead of OR?  So similar to<br />
|keywords=testing,help,beta<br />
except that it will only return bugs id&#8217;s where ALL three of those keywords were present?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Homer</title>
		<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-3/#comment-18073</link>
		<dc:creator>Ian Homer</dc:creator>
		<pubDate>Tue, 10 Aug 2010 09:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=45#comment-18073</guid>
		<description>Glad, that helped.  On the custom fields, sorry, but the custom field filtering is currently limited to equality check.</description>
		<content:encoded><![CDATA[<p>Glad, that helped.  On the custom fields, sorry, but the custom field filtering is currently limited to equality check.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David D</title>
		<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-3/#comment-18039</link>
		<dc:creator>David D</dc:creator>
		<pubDate>Mon, 09 Aug 2010 17:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=45#comment-18039</guid>
		<description>Thanks Ian, you are correct.  Its actually using current php version on &quot;old&quot; mediawiki.  Gotta love php.  Its fixed and the extension is working fine.  Great job!

next question:

A lot of our reports depend on a few custom fields.  I see that i can run queries based on custom fields with the &quot;filter=&quot; option, but it only supports equals (=).  I need to test if a custom field is greater than a defined value.  Is this possible?</description>
		<content:encoded><![CDATA[<p>Thanks Ian, you are correct.  Its actually using current php version on &#8220;old&#8221; mediawiki.  Gotta love php.  Its fixed and the extension is working fine.  Great job!</p>
<p>next question:</p>
<p>A lot of our reports depend on a few custom fields.  I see that i can run queries based on custom fields with the &#8220;filter=&#8221; option, but it only supports equals (=).  I need to test if a custom field is greater than a defined value.  Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Homer</title>
		<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-3/#comment-17625</link>
		<dc:creator>Ian Homer</dc:creator>
		<pubDate>Sat, 31 Jul 2010 09:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=45#comment-17625</guid>
		<description>It might be related to a conflict with your php version and mediawiki core - see http://code.google.com/p/bugzillareports/issues/detail?id=41 where there&#039;s a work around described</description>
		<content:encoded><![CDATA[<p>It might be related to a conflict with your php version and mediawiki core &#8211; see <a href="http://code.google.com/p/bugzillareports/issues/detail?id=41" rel="nofollow">http://code.google.com/p/bugzillareports/issues/detail?id=41</a> where there&#8217;s a work around described</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David D</title>
		<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-3/#comment-17599</link>
		<dc:creator>David D</dc:creator>
		<pubDate>Fri, 30 Jul 2010 21:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=45#comment-17599</guid>
		<description>the line in BugzillaReports.php

 70     $wgParser-&gt;setFunctionHook( &#039;bugzilla&#039;, &#039;efBugzillaReportsRender&#039; );


results in 

Parameter 1 to Language::getMagic() expected to be a reference, value given in [...]/userwiki/mediawiki-1.15.3/includes/StubObject.php on line 58</description>
		<content:encoded><![CDATA[<p>the line in BugzillaReports.php</p>
<p> 70     $wgParser-&gt;setFunctionHook( &#8216;bugzilla&#8217;, &#8216;efBugzillaReportsRender&#8217; );</p>
<p>results in </p>
<p>Parameter 1 to Language::getMagic() expected to be a reference, value given in [...]/userwiki/mediawiki-1.15.3/includes/StubObject.php on line 58</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David D</title>
		<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-3/#comment-17597</link>
		<dc:creator>David D</dc:creator>
		<pubDate>Fri, 30 Jul 2010 21:04:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=45#comment-17597</guid>
		<description>this is embarassing, but I&#039;ve followed all the instructions, and still all I get is the verbatim &quot;{{#bugzilla:}}&quot; text on my wiki page.  Versions of mediawiki and bugzilla are up to date, I&#039;ve tested the db connection, and the extension is even correctly listed on my wiki&#039;s version page.  What noob thing am I missing to get mediawiki to actually use the extension as it should?</description>
		<content:encoded><![CDATA[<p>this is embarassing, but I&#8217;ve followed all the instructions, and still all I get is the verbatim &#8220;{{#bugzilla:}}&#8221; text on my wiki page.  Versions of mediawiki and bugzilla are up to date, I&#8217;ve tested the db connection, and the extension is even correctly listed on my wiki&#8217;s version page.  What noob thing am I missing to get mediawiki to actually use the extension as it should?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Homer</title>
		<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-3/#comment-15352</link>
		<dc:creator>Ian Homer</dc:creator>
		<pubDate>Mon, 31 May 2010 21:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=45#comment-15352</guid>
		<description>Barak - I&#039;ve copied the post on your issue to a new ticket called &quot;closed=-1w not working in standalone mode&quot; @ http://code.google.com/p/bugzillareports/issues/detail?id=55 ... it&#039;ll be easier to sort this out their without overloading these blog replies :)</description>
		<content:encoded><![CDATA[<p>Barak &#8211; I&#8217;ve copied the post on your issue to a new ticket called &#8220;closed=-1w not working in standalone mode&#8221; @ <a href="http://code.google.com/p/bugzillareports/issues/detail?id=55" rel="nofollow">http://code.google.com/p/bugzillareports/issues/detail?id=55</a> &#8230; it&#8217;ll be easier to sort this out their without overloading these blog replies <img src='http://blog.bemoko.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barak</title>
		<link>http://blog.bemoko.com/2008/06/28/bugzilla-reports-for-mediawiki/comment-page-3/#comment-15288</link>
		<dc:creator>Barak</dc:creator>
		<pubDate>Sat, 29 May 2010 21:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bemoko.com/?p=45#comment-15288</guid>
		<description>Another question - why the generated SQL contains this in the where clause: and bug_status&#039;CLOSED&#039; ? A reminder, I&#039;m looking for bugs closed in the last week.</description>
		<content:encoded><![CDATA[<p>Another question &#8211; why the generated SQL contains this in the where clause: and bug_status&#8217;CLOSED&#8217; ? A reminder, I&#8217;m looking for bugs closed in the last week.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

