<?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 dancing for l10n changes</title>
	<atom:link href="http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/</link>
	<description>Free your mind and your ass will follow.</description>
	<lastBuildDate>Tue, 07 Feb 2012 10:14:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Axel Hecht</title>
		<link>http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/comment-page-1/#comment-261</link>
		<dc:creator>Axel Hecht</dc:creator>
		<pubDate>Wed, 14 Mar 2007 13:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/#comment-261</guid>
		<description>blog markup sucks, I need this so that I can copy and paste it:

for att in  ; do wget --no-check-certificate -O- &#039;https://bugzilla.mozilla.org/attachment.cgi?id=&#039;$att &gt; $att;done</description>
		<content:encoded><![CDATA[<p>blog markup sucks, I need this so that I can copy and paste it:</p>
<p>for att in  ; do wget &#8211;no-check-certificate -O- &#8216;<a href="https://bugzilla.mozilla.org/attachment.cgi?id=&#039;$att" rel="nofollow">https://bugzilla.mozilla.org/attachment.cgi?id=&#039;$att</a> &gt; $att;done</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axel Hecht</title>
		<link>http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/comment-page-1/#comment-258</link>
		<dc:creator>Axel Hecht</dc:creator>
		<pubDate>Fri, 09 Mar 2007 15:15:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/#comment-258</guid>
		<description>Ted, the biggest problem I had with my approach was the bugzilla performance. One has to somehow schedule the big filing, I&#039;m not sure how well bugzilla copes with getting hit by 60 parallel bug filing requests all blocking the same bug. Filing a single bug takes several ten seconds.

And js scripting is perfectly fine for me.

I could probably directly post the form, too, but I found having a control view on the filled out form to work nicely. And there are some odd ends, like, Slovak Component doesn&#039;t match like all others, and there are a few bugs that shouldn&#039;t actually block.</description>
		<content:encoded><![CDATA[<p>Ted, the biggest problem I had with my approach was the bugzilla performance. One has to somehow schedule the big filing, I&#8217;m not sure how well bugzilla copes with getting hit by 60 parallel bug filing requests all blocking the same bug. Filing a single bug takes several ten seconds.</p>
<p>And js scripting is perfectly fine for me.</p>
<p>I could probably directly post the form, too, but I found having a control view on the filled out form to work nicely. And there are some odd ends, like, Slovak Component doesn&#8217;t match like all others, and there are a few bugs that shouldn&#8217;t actually block.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted Mielczarek</title>
		<link>http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/comment-page-1/#comment-257</link>
		<dc:creator>Ted Mielczarek</dc:creator>
		<pubDate>Fri, 09 Mar 2007 13:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/#comment-257</guid>
		<description>Sounds like it would be easiest to write some sort of perl/python script to file the bugs given a list of parameters.  The only tricky part would be making it use your bugzilla login, but a few HTTP libraries support using cookies.txt.</description>
		<content:encoded><![CDATA[<p>Sounds like it would be easiest to write some sort of perl/python script to file the bugs given a list of parameters.  The only tricky part would be making it use your bugzilla login, but a few HTTP libraries support using cookies.txt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Axel Hecht</title>
		<link>http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/comment-page-1/#comment-256</link>
		<dc:creator>Axel Hecht</dc:creator>
		<pubDate>Fri, 09 Mar 2007 13:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/#comment-256</guid>
		<description>Lauren, I&#039;d have to have the list of locales in my head for that. 57 letter codes just don&#039;t fit.

In general, I&#039;m going to be doing this on a somewhat regular basis, I&#039;m afraid, latest for the sign-off and verification bugs for Firefox 3, I&#039;ll need this again. At which point the lack of being able to feed an alias via the URL is going to suck. Is that a DUPE of https://bugzilla.mozilla.org/show_bug.cgi?id=310532?

Gerv, same problem as with Lauren, I&#039;d have to enter 57 cryptic charcodes and make sure that I didn&#039;t forget to replace something here or there.

I could really use a bugshell, I guess.</description>
		<content:encoded><![CDATA[<p>Lauren, I&#8217;d have to have the list of locales in my head for that. 57 letter codes just don&#8217;t fit.</p>
<p>In general, I&#8217;m going to be doing this on a somewhat regular basis, I&#8217;m afraid, latest for the sign-off and verification bugs for Firefox 3, I&#8217;ll need this again. At which point the lack of being able to feed an alias via the URL is going to suck. Is that a DUPE of <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=310532?" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=310532?</a></p>
<p>Gerv, same problem as with Lauren, I&#8217;d have to enter 57 cryptic charcodes and make sure that I didn&#8217;t forget to replace something here or there.</p>
<p>I could really use a bugshell, I guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gerv</title>
		<link>http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/comment-page-1/#comment-255</link>
		<dc:creator>Gerv</dc:creator>
		<pubDate>Fri, 09 Mar 2007 12:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/#comment-255</guid>
		<description>Did you know that Bugzilla already has the ability to bookmark the contents of a bug filing form as a template? So you can fill in all the common bits, bookmark the result, then load the bookmark 50 times and fill in the changing bits. 

See the &quot;Remember values as a bookmarkable template&quot; button at the bottom of the enter_bug.cgi form.

Gerv</description>
		<content:encoded><![CDATA[<p>Did you know that Bugzilla already has the ability to bookmark the contents of a bug filing form as a template? So you can fill in all the common bits, bookmark the result, then load the bookmark 50 times and fill in the changing bits. </p>
<p>See the &#8220;Remember values as a bookmarkable template&#8221; button at the bottom of the enter_bug.cgi form.</p>
<p>Gerv</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurens Holst</title>
		<link>http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/comment-page-1/#comment-254</link>
		<dc:creator>Laurens Holst</dc:creator>
		<pubDate>Fri, 09 Mar 2007 04:06:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mozilla.com/axel/2007/03/08/bugzilla-dancing-for-l10n-changes/#comment-254</guid>
		<description>About filing the bugs, wouldn’t it be easy to create a bookmarklet which works on a ‘new bug’ form, prompts you for the locale name and automatically fills in the fields and submits the form? It sounds easy enough :), just 1. click a bookmark to ‘new bug’ and then 2. click the bookmarklet, 3. fill in the country code, and 4. repeat 50 times (for each locale).

~Grauw</description>
		<content:encoded><![CDATA[<p>About filing the bugs, wouldn’t it be easy to create a bookmarklet which works on a ‘new bug’ form, prompts you for the locale name and automatically fills in the fields and submits the form? It sounds easy enough :), just 1. click a bookmark to ‘new bug’ and then 2. click the bookmarklet, 3. fill in the country code, and 4. repeat 50 times (for each locale).</p>
<p>~Grauw</p>
]]></content:encoded>
	</item>
</channel>
</rss>

