<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Bugzilla Update</title>
	<atom:link href="http://bugzillaupdate.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bugzillaupdate.wordpress.com</link>
	<description>The latest information from the Bugzilla Project</description>
	<lastBuildDate>Wed, 25 Jan 2012 19:29:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bugzillaupdate.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/7a6a518389a80002b2fea1cc8dbaf654?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>The Bugzilla Update</title>
		<link>http://bugzillaupdate.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bugzillaupdate.wordpress.com/osd.xml" title="The Bugzilla Update" />
	<atom:link rel='hub' href='http://bugzillaupdate.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Release of Bugzilla 4.1.2, 4.0.1, 3.6.5, and 3.4.11</title>
		<link>http://bugzillaupdate.wordpress.com/2011/04/27/release-of-bugzilla-4-1-2-4-0-1-3-6-5-and-3-4-11/</link>
		<comments>http://bugzillaupdate.wordpress.com/2011/04/27/release-of-bugzilla-4-1-2-4-0-1-3-6-5-and-3-4-11/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 03:40:02 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=167</guid>
		<description><![CDATA[Hey Bugzilla users! We just released four new versions of Bugzilla. There were a lot of cool bug fixes in 3.6.5 and 4.0.1, but most importantly, if you had trouble installing Bugzilla 4.0, you should try again now with Bugzilla 4.0.1. There was a problem with the way that our install-module.pl script installed the Math::Random::Secure [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=167&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hey Bugzilla users! We just released <a href="http://www.bugzilla.org/news/#release401">four new versions of Bugzilla</a>. There were a lot of cool bug fixes in 3.6.5 and 4.0.1, but most importantly, <strong>if you had trouble installing Bugzilla 4.0, you should try again now with Bugzilla 4.0.1</strong>. There was a problem with the way that our <kbd>install-module.pl</kbd> script installed the Math::Random::Secure module&#8211;basically, it would install the module even though the module&#8217;s prerequisites failed to install. Then when you tried to run <kbd>checksetup.pl</kbd>, Math::Random::Secure would throw a cryptic error about &#8220;Math::Random::Secure::irand.&#8221; </p>
<p>Now, in 4.0.1 and 3.6.5, <kbd>install-module.pl</kbd> <em>won&#8217;t</em> install the module if installing it would break your system. Basically, following the standard installation instructions should work fine, now. Bugzilla 3.4.11 took this a step further and no longer uses Math::Random::Secure at all for this older branch (although don&#8217;t worry, Bugzilla 3.4.x is still secure).</p>
<p>For 4.1.2, we made this protection even more extreme&#8211;<kbd>install-module.pl</kbd> now completely refuses to operate if you don&#8217;t have a compiler installed somewhere on your system (because so many CPAN modules require a compiler, and CPAN throws <em>very</em> confusing error messages when there is no compiler available on your system).</p>
<h4>New Features in 4.1.2</h4>
<p>All right, with all that out of the way, let&#8217;s talk about new features in 4.1.2! Here&#8217;s a quick list of important new things:</p>
<ul>
<li>Extensions can call a <kbd>web_dir</kbd> method to get the on-disk path to where web-accessible files should go for the extensions.</li>
<li>Work to improve Bugzilla&#8217;s accessibility (per the WAI WCAG) is ongoing.</li>
<li>There&#8217;s a new hook in Bugzilla::Install::Filesystem to allow extensions to create their own files, directories, etc.</li>
<li>Searching by relative dates (like 1d, 1w, etc.) now don&#8217;t round you off to the beginning of the time period (that is, the beginning of the day, the start of the week) unless you put the letter &#8220;s&#8221; after them (exception: searching for &#8220;0d&#8221; or &#8220;0w&#8221; still gives you the start of that the current day, week, etc.).</li>
<li>New WebService function: Product.create</li>
<li>New WebService function: Group.create</li>
<li>If you change the requestee of a flag that is set to &#8220;?&#8221;, the &#8220;requester&#8221; will <em>not</em> change.</li>
<li>install-module.pl now requires a compiler to be installed on the system.</li>
<li>Update to YUI 2.9.0.</li>
<li>contrib/bugzilla_ldapsync.rb has been removed (it was non-functional).</li>
<li>If you are using some authentication method that uses the extern_id field (like LDAP), you can now edit a user&#8217;s extern_id from the Users control panel.</li>
</ul>
<h4>The Plan For Pretty</h4>
<p>So, as you may have read, the &#8220;Make Bugzilla Pretty&#8221; contest is over, and <a href="http://speedbreeze.com/">Jonathan Wilde</a> has won. The current plan is for his UI to be the new official UI for Bugzilla 5.0, which will come some time after 4.2.</p>
<p>Basically, the way that it will work is this: After we branch for 4.2, we will create a new &#8220;pretty&#8221; branch. The Bugzilla team will work on implementing the new UI in this branch, while simultaneously doing new feature development on the normal Bugzilla trunk. Once the &#8220;pretty&#8221; branch is ready, it will be merged back into the trunk. We can do this all fairly efficiently thanks to <a href="http://bazaar.canonical.com/">bzr</a>.</p>
<p>Now, there is a chance that the &#8220;pretty&#8221; branch won&#8217;t be ready by the time we want to do the release that follows 4.2. In this case, that release will be called 4.4 and the release <em>after</em> that will have the new UI. However, we very much want to release the new UI as soon as possible, so our goal is for 5.0 to be the release after 4.2.</p>
<h4>Get Involved</h4>
<p>As always, we love new contributors in every area. There are a <a href="http://www.bugzilla.org/contribute/">lot of ways to contribute</a> to Bugzilla&#8211;you don&#8217;t just have to be a programmer. In particular, we&#8217;d really love to have somebody to be in charge of our documentation. If you know anybody who&#8217;s a great documenter (including yourself!) who wants to help out an open-source project, please <a href="http://wiki.mozilla.org/Bugzilla:Communicate">send them our way</a>!</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/167/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/167/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/167/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=167&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2011/04/27/release-of-bugzilla-4-1-2-4-0-1-3-6-5-and-3-4-11/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Winner of the &#8220;Make Bugzilla Pretty&#8221; Contest</title>
		<link>http://bugzillaupdate.wordpress.com/2011/03/31/winner-of-the-make-bugzilla-pretty-contest/</link>
		<comments>http://bugzillaupdate.wordpress.com/2011/03/31/winner-of-the-make-bugzilla-pretty-contest/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 01:18:03 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=157</guid>
		<description><![CDATA[All the votes are in for the &#8220;Make Bugzilla Pretty&#8221; contest, and we have a winner! First off, let me say that every single entry was amazing. Every single person who entered had innovative ideas, and nearly every entry was prettier than our current UI. There were four candidates who were mentioned in some positive [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=157&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>All the votes are in for the &#8220;Make Bugzilla Pretty&#8221; contest, and we have a winner!</p>
<p>First off, let me say that every single entry was amazing. Every single person who entered had innovative ideas, and nearly every entry was prettier than our current UI.</p>
<p>There were four candidates who were mentioned in some positive way by almost every voter:</p>
<ul>
<li><a href="http://wiki.mozilla.org/Bugzilla:Pretty#Long_Duong">Long Duong</a></li>
<li><a href="http://wiki.mozilla.org/Bugzilla:Pretty#Jonathan_Wilde">Jonathan Wilde</a></li>
<li><a href="http://wiki.mozilla.org/Bugzilla:Pretty#Alex_Faaborg">Alex Faaborg</a></li>
<li><a href="http://wiki.mozilla.org/Bugzilla:Pretty#Zeeshan_Syed">Zeeshan Syed</a></li>
</ul>
<p>Any of these designers would be a worthwhile addition to any UX team anywhere. Simply the ability to take Bugzilla&#8217;s existing UI and turn it into something that nearly everybody finds <em>attractive</em> is an accomplishment that few designers could achieve. In the 13 years of Bugzilla&#8217;s history, I&#8217;ve never seen it done before these entries. I would be personally happy to write a recommendation for any of the above designers, and they may contact me for that if they wish.</p>
<p>Let&#8217;s just say a few words about each of these designs:</p>
<h4>Alex Faaborg</h4>
<p>There were a ton of positive comments on the usability aspects and organization of <a href="http://mzl.la/bracketTheme">Alex Faaborg&#8217;s [Bracket] theme</a>, particularly some of the new fields suggested and the brilliant use of color to improve the scanability of the page. It was impressive that everything on the page is basically text or lines, and yet it creates a very readable, clean, simple layout.</p>
<p>We expect future versions of Bugzilla to draw a lot on the usability concepts present in Faaborg&#8217;s design, even though it is not the first-place winner.</p>
<h4>Zeeshan Syed</h4>
<p>There were a lot of positive comments on the use of space in <a href="https://wiki.mozilla.org/Bugzilla:Pretty#Zeeshan_Syed">Zeeshan Syed&#8217;s design</a>. The color contrast really makes things readable, the tab navigation is very clear, and the section titles really stand out.</p>
<h4>Long Duong</h4>
<p>Voters were almost overwhelmingly positive about <a href="https://wiki.mozilla.org/images/b/bb/Bugzilla-Design-lduong-V3.jpg">Long Duong&#8217;s design</a>. Many people mentioned that they liked the clean lines and very &#8220;Bugzilla&#8221; feel of the bug page, and that the collapsible sections were a great touch while still being visually appealing. There was also a lot of positive feedback about the header design&#8211;people really loved its organization and style. Finally, the <a href="https://wiki.mozilla.org/File:Bugzilla-Intro-Design-lduong.jpg">home page design</a> was just really cool.</p>
<p>Based on the number of votes and the general amount of positive feedback, Duong is our first runner-up for the Make Bugzilla Pretty contest, and it is very likely that we will end up incorporating some of his UI concepts into our final design.</p>
<h4>Jonathan Wilde</h4>
<p>This was a stiff competition, and all of the above designs would have worked great as our new UI. However, the winner of the &#8220;Make Bugzilla Pretty&#8221; contest, and indeed the recipient of the <em>majority</em> of votes, is <a href="http://speedbreeze.com/">Jonathan Wilde</a>:</p>
<p><a href="http://bugzillaupdate.files.wordpress.com/2011/03/jwilde-bugzillapretty-bug-27-2-2011.png"><img src="http://bugzillaupdate.files.wordpress.com/2011/03/jwilde-bugzillapretty-bug-27-2-2011.png?w=500&#038;h=938" alt="" title="Jonathan Wilde&#039;s Winning Design" width="500" height="938" class="aligncenter size-full wp-image-160" /></a></p>
<p>Jonathan&#8217;s ability to convert our UI into something beautiful and simple that even new users will find approachable is beyond anything that we had ever imagined could be done with Bugzilla. We are thrilled that Jonathan has won, and excited to implement his design as the official UI of Bugzilla 5.0.</p>
<h4>Thanks to Everybody</h4>
<p>We would like to thank everybody who entered. Your entries made this contest a fascinating and transformative experience for the Bugzilla Project. We were consistently amazed at the creativity, intelligence, and design sense that so many of you displayed, and wish you great fortune in the future of your careers.</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=157&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2011/03/31/winner-of-the-make-bugzilla-pretty-contest/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>

		<media:content url="http://bugzillaupdate.files.wordpress.com/2011/03/jwilde-bugzillapretty-bug-27-2-2011.png" medium="image">
			<media:title type="html">Jonathan Wilde&#039;s Winning Design</media:title>
		</media:content>
	</item>
		<item>
		<title>Bugzilla 4.1.1 Development Release</title>
		<link>http://bugzillaupdate.wordpress.com/2011/03/14/bugzilla-4-1-1-development-release/</link>
		<comments>http://bugzillaupdate.wordpress.com/2011/03/14/bugzilla-4-1-1-development-release/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 07:06:09 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=151</guid>
		<description><![CDATA[Less than a month after our release of 4.0, we have our first development snapshot, Bugzilla 4.1.1 available for you! This is our first release towards what will eventually be 4.2, and it&#8217;s got a bunch of new features. Here&#8217;s a really quick overview of what&#8217;s new in 4.2: Bugzilla now sends bugmail in both [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=151&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Less than a month after our release of 4.0, we have our first development snapshot, <a href="http://www.bugzilla.org/news/#release411">Bugzilla 4.1.1</a> available for you! This is our first release towards what will eventually be 4.2, and it&#8217;s got a bunch of new features. Here&#8217;s a really quick overview of what&#8217;s new in 4.2:</p>
<ul>
<li>Bugzilla now sends bugmail in both text and HTML.</li>
<li>You can disable component, milestone, and version values.</li>
<li>You can now create an attachment by pasting it into a text field.</li>
<li>If you are using a modern web browser, then after you update a bug, the URL in your web browser will be the URL to <em>view</em> the bug. (So, pressing refresh will simply let you see the bug, and not try to update it again. Also, if you have &#8220;session restore&#8221; in your browser, it will load the bug instead of an error page.)</li>
<li>Comments are no longer automatically word-wrapped by the server, but are instead word-wrapped in the browser. This means that they are no longer exactly 80 characters wide&#8211;they are now wider.</li>
<li>Tabular reports now look nicer and can be sorted.</li>
<li>There is a new link, (take) that appears next to the Assignee field and allows you to assign a bug to yourself.</li>
<li>Bugzilla can now run on SQLite as its database system. This is experimental and should not yet be used for production systems.</li>
<li>You can now say that a custom field should only appear when any of a <em>set</em> of values are set on another field. (So, for example, you could say that a single field appears in multiple products.)</li>
<li>You can now choose to optionally (as a user preference) not have Quicksearch search bug comments.</li>
<li>The default list of columns for search results is now more sensible.</li>
<li>Bugzilla now audits most changes to most things in the system, and stores this auditing information in a table in the database. There is not yet a UI into this table.</li>
<li>The system for deciding how and when to store attachments on the disk (instead of in the database) has been simplified.</li>
<li>long_list.cgi, xml.cgi, and showattachment.cgi are gone. (They were not in use since a very old version of Bugzilla.) We also removed sidebar.cgi (the sidebar) because it wasn&#8217;t in use and future versions of Firefox will not support it.</li>
<li>You can search for bugs based on the number of comments that they have.</li>
<li>Also, you can add &#8220;number of comments&#8221; as a column in your search results.</li>
<li>Boolean charts now work sensibly for almost all fields. For example, searching for &#8220;CC is not equal to&#8221; now finds bugs where that user is <em>not</em> CC&#8217;ed, instead of all bugs that have at least one CC who isn&#8217;t that user. However, some of the old &#8220;magical&#8221; boolean chart functionality (such as searching for only attachment flags if you specify both a flag criterion and an attachment criterion) is temporarily missing while we redesign the search system.</li>
<li>By default, searches now only return 500 results. (You can click a link to see more.) Searches may also now <em>never</em> return more than 10,000 results.</li>
<li>The &#8220;See Also&#8221; field now accepts many more types of URLs. It also accepts simple bug numbers to refer to a bug in your current Bugzilla. Adding a local bug number to the &#8220;see also&#8221; field will also cause that bug&#8217;s &#8220;See Also&#8221; to point to this bug.</li>
<li>If you only have the &#8220;editcomponents&#8221; privilege for one or more products, you can now manage Flags for those products.</li>
<li>You can now specify &#8220;limit&#8221; and &#8220;offset&#8221; as URL parameters for all searches. These work much like their similar SQL equivalents.</li>
<li>You can now require a certain level of password complexity for your users.</li>
<li>When you run checksetup.pl to create a new Bugzilla database, it will print out <em>far</em> less information than it used to.</li>
<li>Almost all of the important information that checksetup.pl prints out can now be localized.</li>
<li>There is now a specific directory in <kbd>bz_locations</kbd> (in Bugzilla::Constants) for where the pre-compiled templates are stored, that can be customized.</li>
<li>This release contains an initial implementation of a new tags system. The new UI for this tags system has not yet been implemented.</li>
<li>There is now a special group for moderating quips, so you don&#8217;t have to be an admin.</li>
<li>Bugzilla can now automatically detect the correct encoding for text attachments that aren&#8217;t in UTF-8.</li>
</ul>
<p>Those are most of the major new changes that are in 4.1.1 over 4.0. We also have <a href="https://bugzilla.mozilla.org/buglist.cgi?bug_severity=enhancement&amp;resolution=---&amp;query_format=advanced&amp;product=Bugzilla&amp;target_milestone=Bugzilla%204.2">many other features</a> planned for 4.2.</p>
<p>We hope that you enjoy testing Bugzilla 4.1.1 and we would love to hear your feedback, both on how the new features work and any bugs that you may find!</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=151&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2011/03/14/bugzilla-4-1-1-development-release/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Bugzilla 4.0 Released!</title>
		<link>http://bugzillaupdate.wordpress.com/2011/02/23/bugzilla-4-0-released/</link>
		<comments>http://bugzillaupdate.wordpress.com/2011/02/23/bugzilla-4-0-released/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 16:52:49 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[4.0]]></category>
		<category><![CDATA[4.2]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[major release]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=126</guid>
		<description><![CDATA[So, last week we released Bugzilla 4.0, which was pretty exciting. It had some awesome major new features, like the redesigned search page, automatic duplicate detection, autocomplete for user and keyword fields, and an enormously-enhanced WebServices interface. In addition to all of these huge features, though, there were a lot of smaller improvements that were [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=126&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, last week we released <a href="http://www.bugzilla.org/news/#release40">Bugzilla 4.0</a>, which was pretty exciting. It had some awesome major <a href="http://www.bugzilla.org/releases/4.0/release-notes.html#v40_feat">new features</a>, like the redesigned search page, automatic duplicate detection, autocomplete for user and keyword fields, and an enormously-enhanced WebServices interface.</p>
<p>In addition to all of these huge features, though, there were a <em>lot</em> of smaller improvements that were pretty awesome in and of themselves. The major, major features are so huge that it&#8217;s easy to miss how great some of the other changes were, so I wanted to take some time in this blog to talk about some of those &#8220;smaller&#8221; improvements that can be pretty significant for some users.</p>
<h4>UI Improvements</h4>
<p>In addition to the redesigned search page, one of the biggest UI improvements is the <a href="https://landfill.bugzilla.org/bugzilla-tip/attachment.cgi?id=1944&amp;action=edit">new &#8220;attachment details&#8221; page</a> (log in to see the full functionality). If you do a lot of code review in your Bugzilla, or if you open up attachments frequently to comment on them, you&#8217;ll appreciate the new full-size comment box and the enormous textarea space available for commenting inline on text attachments.</p>
<p>Also, another really nice change is that when you forget to set a required field on bug entry, you&#8217;re notified before you leave the page, instead of having to submit the form and then go back to add any missing data. Bugzilla highlights the fields you missed and puts a clear message in bold red letters on the page so that you can see what you need to fill out. It even puts the page focus on the first box you need to fix, now.</p>
<p>On the Search page and the bug entry page, you can hover over the label of any field to get a description of what that field does. Your mouse cursor will even change to indicate the availability of help. This should be particularly useful to people who are new to Bugzilla.</p>
<p>When you do a &#8220;quicksearch&#8221; using the box in the header or footer, your search will still be there when you see the search results, now. This makes editing the search you just did a lot easier.</p>
<p>There is a &#8220;Calendar&#8221; widget for <em>every single</em> date/time field in Bugzilla now.</p>
<p>You can choose to have the &#8220;Add a new comment&#8221; box above or below the existing comments, when viewing a bug, now. (See your Preferences.)</p>
<p>Every command-line script of Bugzilla now prints any error in red (if this is possible in your terminal), to make it really clear that running the script did not succeed.</p>
<p>And of course, this is pretty obvious, but there are great new icons for the Home page, now.</p>
<h4>Custom Fields</h4>
<p>People have long asked for the ability to make certain custom fields &#8220;mandatory&#8221;&#8211;that is, when filing a bug, you have to fill those fields out, and after the bug is filed, those fields can never be empty. Bugzilla 4.0 now supports this&#8211;all you have to do is check a single checkbox in the Administration UI, and your custom field becomes mandatory!</p>
<p>You can see &#8220;Multi-Select&#8221; custom fields as a column in your search results (the bug list) now!</p>
<p>Almost every custom field in your system will now be available as an axis for Graphical Reports and Tabular Reports. (Actually, a whole lot of other built-in fields are now available, too!)</p>
<p>You can now represent relationships between bugs when using the &#8220;Bug ID&#8221; field.</p>
<p>You can now display custom fields only in a certain Component or only in a certain Classification.</p>
<h4>Search</h4>
<p>Some people make really heavy use of the &#8220;Show my last search results&#8221; link, or the &#8220;First/Previous/Next/Last&#8221; links at the top of the bug page. In past versions of Bugzilla, doing a new search would entirely replace your &#8220;last search results&#8221;, meaning that &#8220;Show my last search results&#8221; and the &#8220;First/Previous/Next/Last&#8221; links would suddenly be working with a whole new set of bugs. Now Bugzilla &#8220;remembers&#8221; the last five search results for all logged-in users and does its best to give you the right list whenever you&#8217;re trying to navigate using those links on the bug page.</p>
<p>You can now search for attachments with specific flags on them, when using the Boolean Charts (which are now called &#8220;Custom Search&#8221;). Just specify a criteron for an attachment and a criterion for a flag in the same Chart.</p>
<p>Since almost the very first version of Bugzilla, you haven&#8217;t been able to search for a Product, Component, Target Milestone, etc. if its name contained a comma. Now you can!</p>
<h4>WebServices</h4>
<p>You can get data from the Bugzilla JSON-RPC WebService using <a href="http://www.bugzilla.org/docs/4.0/en/html/api/Bugzilla/WebService/Server/JSONRPC.html#Connecting_via_GET">HTTP GET</a>, now, which is a lot easier in many situations. Also, you can even call the JSON-RPC WebServices from another domain using <a href="http://www.bugzilla.org/docs/4.0/en/html/api/Bugzilla/WebService/Server/JSONRPC.html#JSONP">JSONP</a>, meaning that you can use data from an external Bugzilla on your webpage, straight from JavaScript!</p>
<p>Also, there are a <em>ton</em> of new WebService functions and parameters available. See the <a href="http://www.bugzilla.org/releases/4.0/release-notes.html#v40_feat_ws_changes">full list of WebService improvements</a> for details. Probably the biggest one is the new <a href="http://www.bugzilla.org/docs/4.0/en/html/api/Bugzilla/WebService/Bug.html#update">Bug.update</a> function that allows you to update existing bugs.</p>
<h4>Miscellaneous</h4>
<p>Loading pages in Bugzilla should now be much faster, particularly if it&#8217;s your first time visiting Bugzilla, since we have eliminated the need for the browser to download a large number of unnecessary CSS files.</p>
<p>If you&#8217;re using time-tracking, you don&#8217;t have to enter a comment just to enter Hours Worked anymore!</p>
<p>If you&#8217;re setting up the Inbound Email interface, you can set defaults for certain fields using command-line switches.</p>
<p>If you are using a localized version of Bugzilla and your terminal does not understand Unicode, all of Bugzilla&#8217;s command-line scripts will now attempt to output their messages in your terminal&#8217;s character set.</p>
<p>If you are running Bugzilla under suexec (usually meaning that you&#8217;re on shared hosting), <kbd>checksetup.pl</kbd> now properly sets permissions on <em>everything</em>, meaning that all functionality of Bugzilla should now be working (including graphs and dependency trees).</p>
<p>Bugzilla now optionally supports sending the <a href="https://developer.mozilla.org/en/Security/HTTP_Strict_Transport_Security">Strict-Transport-Security</a> HTTP header for improved security on HTTPS installations.</p>
<p>If you are writing extensions, there are a ton of new <a href="http://www.bugzilla.org/docs/4.0/en/html/api/Bugzilla/Hook.html">hooks</a>. The Extensions system is now capable of implementing the vast majority of possible extensions, particularly if you know a few <a href="https://wiki.mozilla.org/Bugzilla:Extension_Notes">tricks</a>.</p>
<h4>Future Plans</h4>
<p>Now that 4.0 is released, we&#8217;re working on 4.2! Actually, we&#8217;ve been working on 4.2 for quite some time, and it already has some great new features, such as HTML bugmail and a new &#8220;tags&#8221; system that we&#8217;re implementing. We also expect to have a fully-redesigned Search backend that behaves consistently and intelligently for all searches while also performing considerably better than the current system does. There are already <a href="https://bugzilla.mozilla.org/buglist.cgi?bug_severity=enhancement&amp;resolution=FIXED&amp;query_format=advanced&amp;product=Bugzilla&amp;target_milestone=Bugzilla%204.2">100 enhancements</a> marked as FIXED for 4.2, in fact! Check out that full list for details.</p>
<p>Currently our plan is to freeze for 4.2 on April 20, which would put our likely release date at some point in Q4 of 2011. Of course, depending on how many contributors we get, we could possibly release even earlier than that! Finding and fixing bugs in the trunk code is the fastest way to speed up our release process, so if you want to do that, see our <a href="https://wiki.mozilla.org/Bugzilla:Developers">development process</a> for information on how to get our code and submit patches!</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/126/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/126/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/126/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=126&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2011/02/23/bugzilla-4-0-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Deadline Approaching for the &#8220;Make Bugzilla Pretty&#8221; Contest</title>
		<link>http://bugzillaupdate.wordpress.com/2011/01/27/deadline-approaching-for-make-bugzilla-pretty-contest/</link>
		<comments>http://bugzillaupdate.wordpress.com/2011/01/27/deadline-approaching-for-make-bugzilla-pretty-contest/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 19:00:31 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=122</guid>
		<description><![CDATA[Hey there, user experience designers! Our deadline for the Make Bugzilla Pretty contest is coming up pretty soon, on February 28. If you were thinking about submitting an entry, now would definitely be the time to start working on it. You have a pretty good chance of winning, becoming famous, and changing the world for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=122&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hey there, user experience designers! Our deadline for the <a href="https://wiki.mozilla.org/Bugzilla:Pretty">Make Bugzilla Pretty</a> contest is coming up pretty soon, on February 28. If you were thinking about submitting an entry, now would definitely be the time to start working on it. You have a pretty good chance of winning, becoming famous, and changing the world for all the developers who use Bugzilla!</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=122&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2011/01/27/deadline-approaching-for-make-bugzilla-pretty-contest/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Release of Bugzilla 3.2.10, 3.4.10, 3.6.4, and 4.0rc2</title>
		<link>http://bugzillaupdate.wordpress.com/2011/01/25/release-of-bugzilla-3-2-10-3-4-10-3-6-4-and-4-0rc2/</link>
		<comments>http://bugzillaupdate.wordpress.com/2011/01/25/release-of-bugzilla-3-2-10-3-4-10-3-6-4-and-4-0rc2/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 01:26:29 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.2]]></category>
		<category><![CDATA[3.4]]></category>
		<category><![CDATA[3.6]]></category>
		<category><![CDATA[4.0]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=110</guid>
		<description><![CDATA[We just released Bugzilla 3.2.10, 3.4.10, 3.6.4, and 4.0rc2. Mostly, these contain a lot of very important security fixes. One of the fixes in particular took over 100 hours of work from the Bugzilla team as a whole and a host of external contributors, and we&#8217;ll be blogging about that in more detail in the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=110&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We just released Bugzilla <a href="http://www.bugzilla.org/news/#release40rc2">3.2.10, 3.4.10, 3.6.4, and 4.0rc2</a>. Mostly, these contain a lot of <a href="http://www.bugzilla.org/security/3.2.9/">very important security fixes</a>. One of the fixes in particular took over 100 hours of work from the Bugzilla team as a whole and a host of external contributors, and we&#8217;ll be blogging about that in more detail in the coming days or weeks. Right now, what&#8217;s important to know is that these issues are pretty serious and you should update as soon as possible.</p>
<p>Older versions of Bugzilla are also affected, even though they haven&#8217;t been patched because they have reached End Of Life. If you are running a version of Bugzilla earlier than 3.2, it is now <strong>very</strong> important that you upgrade so that you can remain secure.</p>
<p>Most of the issues that were fixed today were discovered as a result of Mozilla expanding their <a href="http://www.mozilla.org/security/bug-bounty.html">security bug bounty program</a>  to include web applications. We&#8217;d like to thank Mozilla for funding this initiative and helping us significantly improve the security of Bugzilla in various areas.</p>
<h4>Progress Toward Bugzilla 4.0</h4>
<p>With the release of Bugzilla 4.0rc2, we&#8217;re that much closer to Bugzilla 4.0! This second Release Candidate has a fully-tested <kbd>Bug.update</kbd> WebService method, so we don&#8217;t expect its API to change any more (although it has changed quite a bit since 4.0rc1 thanks to testing and bug fixes). The other new WebService methods may still change before the final release of 4.0, as we haven&#8217;t tested all of them yet.</p>
<p>4.0rc2 also contains a lot of bug fixes over rc1, and should be relatively stable. Now is the time to start trying out deployments of it to see if everything is okay in your environment. Our current plan is to release Bugzilla 4.0 on Tuesday, February 15, 2011 if everything goes well with this release.</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=110&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2011/01/25/release-of-bugzilla-3-2-10-3-4-10-3-6-4-and-4-0rc2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Deprecation of Windows 2000 Support for All Supported Branches of Bugzilla</title>
		<link>http://bugzillaupdate.wordpress.com/2010/12/20/deprecation-of-windows-2000-support-for-all-supported-branches-of-bugzilla/</link>
		<comments>http://bugzillaupdate.wordpress.com/2010/12/20/deprecation-of-windows-2000-support-for-all-supported-branches-of-bugzilla/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 22:51:20 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=108</guid>
		<description><![CDATA[In the upcoming weeks, the Bugzilla Project will be releasing new versions of Bugzilla on all branches&#8211;3.2.10, 3.4.10, 3.6.4, and 4.0rc2. Due to some important changes that are coming in those releases, you will no longer be able to install Bugzilla on Windows 2000 or Windows 2000 Server. You will, however, still be able to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=108&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>  In the upcoming weeks, the Bugzilla Project will be releasing new versions of Bugzilla on all branches&#8211;3.2.10, 3.4.10, 3.6.4, and 4.0rc2. Due to some important changes that are coming in those releases, you will no longer be able to install Bugzilla on Windows 2000 or Windows 2000 Server. You will, however, still be able to use a web browser on Windows 2000 or Windows 2000 Server as a client to access Bugzilla.</p>
<p>  Note that Windows 2000 itself reached end-of-life from Microsoft in July of this year, so this is in line with that, as well.</p>
<p>  All newer versions of Windows will still be supported. Only Windows 2000 and Windows 2000 Server support is being deprecated.</p>
<p>  -Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/108/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/108/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/108/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=108&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2010/12/20/deprecation-of-windows-2000-support-for-all-supported-branches-of-bugzilla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Bugzilla 4.0 Release Notes Ready</title>
		<link>http://bugzillaupdate.wordpress.com/2010/10/23/bugzilla-4-0-release-notes-ready/</link>
		<comments>http://bugzillaupdate.wordpress.com/2010/10/23/bugzilla-4-0-release-notes-ready/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 02:00:25 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=105</guid>
		<description><![CDATA[Just a quick update to let everybody know that we now have Draft Release Notes for Bugzilla 4.0, including a list of New Features in 4.0. We&#8217;re expecting to have Release Candidate 1 out soon, for 4.0&#8211;possibly this coming week. -Max<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=105&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Just a quick update to let everybody know that we now have <a href="http://www.bugzilla.org/releases/4.0/release-notes.html">Draft Release Notes for Bugzilla 4.0</a>, including a list of <a href="http://www.bugzilla.org/releases/4.0/release-notes.html#v40_feat">New Features in 4.0</a>.</p>
<p>We&#8217;re expecting to have Release Candidate 1 out soon, for 4.0&#8211;possibly this coming week.</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/105/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/105/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/105/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=105&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2010/10/23/bugzilla-4-0-release-notes-ready/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Make Bugzilla Pretty: A Contest</title>
		<link>http://bugzillaupdate.wordpress.com/2010/09/23/make-bugzilla-pretty-a-contest/</link>
		<comments>http://bugzillaupdate.wordpress.com/2010/09/23/make-bugzilla-pretty-a-contest/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 21:07:49 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[ue]]></category>
		<category><![CDATA[ui]]></category>
		<category><![CDATA[ux]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=101</guid>
		<description><![CDATA[Hello out there, developers and designers! After many years of working on Bugzilla&#8217;s usability, we have finally come to the point where we think that it&#8217;s time&#8230;we want to make Bugzilla look nice. Gone are the days when it is OK for open-source software to be functional but unattractive&#8211;Bugzilla needs a UI that not only [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=101&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello out there, developers and designers! After many years of working on Bugzilla&#8217;s usability, we have finally come to the point where we think that it&#8217;s time&#8230;we want to make Bugzilla <strong>look nice</strong>. Gone are the days when it is OK for open-source software to be functional but unattractive&#8211;Bugzilla needs a UI that not only works well, but also looks great!</p>
<p>To this end, we are having <a href="http://wiki.mozilla.org/Bugzilla:Pretty">a contest for designers</a>, to see who can come up with the best new design for Bugzilla. It&#8217;s called <a href="http://wiki.mozilla.org/Bugzilla:Pretty">Make Bugzilla Pretty</a>!</p>
<p>You don&#8217;t have to know anything about HTML or Bugzilla to enter (though it helps), you just have to be able to redesign and submit an image to us.</p>
<p>With your entry, you could be giving the world a great-looking open-source bug-tracking system, impacting the lives of millions of developers, forwarding the cause of open-source in the new decade, and getting some sweet promotion for yourself in the process!</p>
<p>We look forward to seeing what you come up with!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/101/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/101/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/101/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=101&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2010/09/23/make-bugzilla-pretty-a-contest/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>The First Bugzilla Users &amp; Administrators Group: August 4, 2010</title>
		<link>http://bugzillaupdate.wordpress.com/2010/08/17/the-first-bugzilla-users-administrators-group-august-4-2010/</link>
		<comments>http://bugzillaupdate.wordpress.com/2010/08/17/the-first-bugzilla-users-administrators-group-august-4-2010/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:48:39 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=90</guid>
		<description><![CDATA[On Wednesday, August 4, we had the first Bugzilla Users &#38; Administrators Group meeting, at the Wikimedia Foundation in San Francisco. In attendance were representatives from the Wikimedia Foundation, NASA, Yahoo!, the NTP Project, and the Bugzilla Project. The event was catered with full meals and drinks (both beer and sodas) for anybody who wanted [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=90&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On Wednesday, August 4, we had the first Bugzilla Users &amp; Administrators Group meeting, at the Wikimedia Foundation in San Francisco. In attendance were representatives from the Wikimedia Foundation, NASA, Yahoo!, the NTP Project, and the Bugzilla Project.</p>
<p>The event was catered with full meals and drinks (both beer and sodas) for anybody who wanted to take advantage of them.</p>
<p>Max Kanat-Alexander, one of the lead Bugzilla developers, went over some of the new features that are coming in Bugzilla 4.0, which spawned some discussion about WebServices between the attendees, and how best to use the new and existing features to implement various workflows.</p>
<p>This flowed nicely into a discussion of project management, and how best to implement project management around Bugzilla. The needs of the attendees around project management were all quite different, but we all generally agreed that the most important part of Project Management is ability to get an overview of the current status of a project at a glance. The Wikimedia Foundation had a <a href="http://www.mediawiki.org/wiki/Tracker/PM_tool">a list of requirements</a> for project management that more-or-less covered the advanced features that most organizations would expect from project management.</p>
<p>Yahoo! pointed out that many people have pre-existing project management systems that they are already comfortable with, so the most important thing is for Bugzilla to expose all of the interfaces that project management systems would need in order to interface with Bugzilla.</p>
<p>Once we had these requirements sorted out, the question was&#8211;how do we want to implement them? </p>
<p>Well, some things need to be implemented in Bugzilla itself, such as the ability for project management meetings to do simple mass-triage on a lot of bugs at once, using a single user interface. (For example, the ability to edit each field individually on each bug a list of bugs.)</p>
<p>However, most project management features belong in a separate product, perhaps an extension to Bugzilla, or maybe just a Mediawiki extension that allows for generating nice reports from Bugzilla. Most likely, we&#8217;ll end up with a combination of both&#8211;a Bugzilla Extension to add project management features to Bugzilla, and a Mediawiki extension to add more reporting and extended project management functionality.</p>
<p>It was universally agreed that the most important thing for us to do is to improve Bugzilla&#8217;s WebService interface until it can provide everything that an external Project Management tool would need, because even if we develop our own tool, there are still going to be a lot of people who want to use the tool that they&#8217;re already most familiar with, and offering integration points into Bugzilla will let people do that.</p>
<p>Our next meeting will be on <a href="http://upcoming.yahoo.com/event/6629493/CA/Sunnyvale/Second-Quarterly-Bugzilla-Users-amp-Administrators-Group/Yahoo/?ps=5">Wednesday, December 8, 2010 at Yahoo! Inc.</a> [alternate link: <a href="http://www.facebook.com/event.php?eid=153184864695898">Faceook Event</a>]. The focus of the meeting is going to be User Interface. We look forward to seeing you there!</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/90/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/90/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/90/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=90&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2010/08/17/the-first-bugzilla-users-administrators-group-august-4-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Bugzilla 4.0: Bug Updating and Adding Attachments Via WebServices</title>
		<link>http://bugzillaupdate.wordpress.com/2010/07/13/bugzilla-4-0-bug-add_attachment-in-the-webservices/</link>
		<comments>http://bugzillaupdate.wordpress.com/2010/07/13/bugzilla-4-0-bug-add_attachment-in-the-webservices/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 22:52:28 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[4.0]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=87</guid>
		<description><![CDATA[There have been two really big WebService enhancements checked in to the Bugzilla 4.0 tree in the last few days: Bug.update, which allows you to update all of a bug&#8217;s fields via the WebService. Bug.add_attachment, which lets you add an attachment to a bug via the WebService. These will be available in most Bugzilla installations [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=87&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There have been two really big WebService enhancements checked in to the Bugzilla 4.0 tree in the last few days:</p>
<ul>
<li><a href="http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Bug.html#update">Bug.update</a>, which allows you to update all of a bug&#8217;s fields via the WebService.</li>
<li><a href="http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Bug.html#add_attachment">Bug.add_attachment</a>, which lets you add an attachment to a bug via the WebService.</li>
</ul>
<p>These will be available in most Bugzilla installations once they upgrade to 4.0. There are a lot of great possibilities for these, including version-control integration, the ability to automatically attach screenshots to a Bugzilla bug, etc. I wanted to let everybody know about them in advance so that you can start building tools that will integrate well with Bugzilla 4.0!</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=87&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2010/07/13/bugzilla-4-0-bug-add_attachment-in-the-webservices/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Bugzilla 4.0 Has a New Default Status Workflow</title>
		<link>http://bugzillaupdate.wordpress.com/2010/07/06/bugzilla-4-0-has-a-new-default-status-workflow/</link>
		<comments>http://bugzillaupdate.wordpress.com/2010/07/06/bugzilla-4-0-has-a-new-default-status-workflow/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 01:35:03 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[4.0]]></category>
		<category><![CDATA[bugzilla]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=72</guid>
		<description><![CDATA[So, as of just a few minutes ago, the trunk Bugzilla code has a new default status workflow that looks like this: UNCONFIRMED CONFIRMED IN_PROGRESS RESOLVED VERIFIED If you upgrade your installation to 4.0 (when it comes out), you will, by default, keep the old workflow, whatever it was. This is okay, except that there [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=72&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, as of just a few minutes ago, the trunk Bugzilla code has a new default status workflow that looks like this:</p>
<ol>
<li>UNCONFIRMED</li>
<li>CONFIRMED</li>
<li>IN_PROGRESS</li>
<li>RESOLVED</li>
<li>VERIFIED</li>
</ol>
<p>If you upgrade your installation to 4.0 (when it comes out), you will, by default, keep the old workflow, whatever it was. This is okay, except that there are now certain parts of Bugzilla (like, various pieces of text and so on) that assume you are using the <em>new</em> workflow, and we think the new workflow is much nicer, simpler, and clearer. So we&#8217;ve also included a script that will convert the old default workflow into the new default workflow, called <kbd>contrib/convert-workflow.pl</kbd>. We recommend that everybody convert to the new workflow, if you can.</p>
<p>If you want to see the new workflow in action, check out the <a href="http://landfill.bugzilla.org/bugzilla-tip/">bugzilla-tip demo installation</a>.</p>
<h4>Why Is There No NEW Status?</h4>
<p>You might be asking yourself&#8211;why is there no &#8220;NEW&#8221; status in this new workflow? Well, we think that the status workflow should tell you something about the bug that the other fields <em>don&#8217;t</em> tell you about the bug. In particular, you can tell if a bug is new by looking at when the bug was filed, how many comments there are, who the assignee is, etc. In fact, in the past, a bug that had the &#8220;NEW&#8221; status may not have in fact actually been NEW&#8211;it was just not being worked on.</p>
<p>We feel that CONFIRMED and UNCONFIRMED both actually describe something more helpful about the bug and are more accurate than NEW.</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=72&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2010/07/06/bugzilla-4-0-has-a-new-default-status-workflow/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Release of Bugzilla 3.2.7, 3.4.7, 3.6.1, and 3.7.1</title>
		<link>http://bugzillaupdate.wordpress.com/2010/06/24/release-3-6-1/</link>
		<comments>http://bugzillaupdate.wordpress.com/2010/06/24/release-3-6-1/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 22:36:38 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[3.4]]></category>
		<category><![CDATA[3.6]]></category>
		<category><![CDATA[3.2]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[4.0]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=59</guid>
		<description><![CDATA[(Translation available: Belorussian provided by PC) So, today we had a bunch of releases. They are good. They fix stuff! Fixed stuff is good. Now, I could pretty much end the blog post there, but there is one&#8230;tiny&#8230;extra&#8230;thing to talk about. If you were paying attention, you might have noticed that the 3.7.1 release says [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=59&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(Translation available: <a href="http://pc.de/pages/release-3-6-1-be">Belorussian</a> provided by <a href="http://pc.de/">PC</a>)</p>
<p>So, today we had a <a href="http://www.bugzilla.org/news/#release361">bunch of releases</a>. They are good. They fix stuff! Fixed stuff is good. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Now, I could pretty much end the blog post there, but there is one&#8230;tiny&#8230;extra&#8230;thing to talk about. If you were paying attention, you might have noticed that the 3.7.1 release says that it&#8217;s leading up to <strong>Bugzilla 4.0</strong>! Yes, that&#8217;s right, the next major release of Bugzilla will be 4.0, and here&#8217;s a bit about it:</p>
<h3>Why 4.0?</h3>
<p>So what is it that makes this release worthy of being called 4.0? Well, the biggest thing is that there have been <em>major</em> UI improvements. The biggest one is that the Advanced Search page has been fully redesigned. You can see it at our <a href="http://landfill.bugzilla.org/bugzilla-tip/query.cgi?format=advanced">test site</a>. It&#8217;s going to get better than that, too. Also, if you review a lot of patches, you will probably appreciate the new <a href="https://landfill.bugzilla.org/bugzilla-tip/attachment.cgi?id=3&amp;action=edit">attachment details UI</a> (log in to see the full feature set).</p>
<p>Bugzilla 4.0 will also have cross-domain WebServices support, via <a href="http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/">JSONP</a>. As a part of that, the JSON-RPC WebServices interface can also now be accessed using HTTP GET and a simple query string in the URL, instead of having to POST a JSON object.</p>
<p>Also in the area of WebServices, we&#8217;re planning to have our most-requested WebService function implemented, <kbd>Bug.update</kbd>, so that you can update all the attributes of a Bug via the WebServices. There may be other good WebServices improvements which make 4.0, too.</p>
<p>Also, a great feature for installations that get a lot of bugs is the new Automatic Duplicate Detection. To try it out, go to <a href="http://landfill.bugzilla.org/bugzilla-tip/enter_bug.cgi?product=FoodReplicator">file a bug on our test installation</a>, type a few (real) words in to the Summary field, and then click out of it.</p>
<p>We are also planning on changing the default statuses, based on our 12 years of experience since Bugzilla was first open-sourced. The current status workflow is simple and broadly applicable, but it is ambiguous or less-than-useful in some ways: for example, a NEW bug may not actually be NEW&#8211;it&#8217;s just not being worked on. And then what does ASSIGNED really mean? Does it mean that somebody is working on the bug, or just that it&#8217;s been assigned to somebody (which you can already tell from the Assigned To field)? So, to resolve these issues, the new workflow will be even simpler: UNCONFIRMED -&gt; CONFIRMED -&gt; IN_PROGRESS -&gt; RESOLVED -&gt; VERIFIED. Installations that are upgrading will keep the old workflow by default, although there will be a script included to convert them to the new workflow, if they want.</p>
<h3>Features Already In 3.7.1</h3>
<p>3.7.1 already has the new Search UI and the new Attachment Details UI, although further improvements to the Search UI are coming in later development releases. 3.7.1 also has automatic duplicate detection and JSONP support for the JSON-RPC WebService.</p>
<p>Some of the other new features and changes in 3.7.1 are:</p>
<ul>
<li>There is AJAX auto-completion of usernames in the CC, Assignee, and QA Contact boxes.</li>
<li>The First/Last/Next/Prev and the &#8220;Show my last search results&#8221; links at the top of a bug now work with multiple searches, so doing a new search won&#8217;t &#8220;clobber&#8221; your old list.</li>
<li>Bug ID custom fields can now represent relationships, much like &#8220;Blocks/Depends On&#8221; do now.</li>
<li>You can now add Hours Worked to a bug without having to comment.</li>
<li>There are now calendar widgets on every date field in the UI.</li>
<li>The Voting system and the Bug Moving system have been moved into being extensions, and at some point will be maintained separately from the main Bugzilla codebase (though they still ship with Bugzilla, for now).</li>
<li><kbd>email_in.pl</kbd> now takes command-line arguments that allow you to specify defaults for field values, or override the field values specified in the incoming email.</li>
<li>Multi-select custom fields can now be columns on bug lists.</li>
<li>There is a new user preference for whether the &#8220;Additional Comment&#8221; box should show up before or after the existing comments.</li>
<li>In the code, there is a new function <kbd>$bug-&gt;set_all</kbd>, which takes a bunch of arguments and updates a bug doing all the updates in the proper order, making it extremely easy for custom code to update bugs.</li>
<li>The <kbd>Bugzilla/Search.pm</kbd> file (which implements the searching logic in Bugzilla) has been majorly refactored to be much simpler to understand and customize.</li>
<li>When you do a quicksearch, the quicksearch boxes in the header and footer will contain your last search.</li>
<li>You can now restrict the values and visibility of custom fields by the value of the Component field.</li>
<li>Custom fields can now be marked as mandatory (that is, they must have a value).</li>
<li>The &#8220;fields.html&#8221; page now contains help for every single bug field in Bugzilla, and the fields display the help when you hover over their names, on <kbd>enter_bug.cgi</kbd>.</li>
<li>There are a lot of great new code hooks, including ones for adding new columns and validators to objects, and another for modifying bug field permissions (so you can make certain fields read-only for certain users, using a hook).</li>
<li>Bugzilla can now be installed using Strawberry Perl, on Windows.</li>
<li>Comments are no longer manually word-wrapped at 80 columns before being sent to the browser&#8211;they are just word-wrapped in the browser.</li>
<li>Any time checksetup.pl throws an error, it will make it red to make it clearer.</li>
<li>YUI has been updated to 2.8.1, and Bugzilla now contains almost all of YUI, so all YUI features are available to customizers.</li>
</ul>
<p>Do remember, though, that this is an <strong>unstable</strong> release. It may have bugs. They might be really bad bugs. We have no idea, because we haven&#8217;t tested this release <em>at all</em>. If it pokes your best friend in the face when you file a new bug, don&#8217;t blame us&#8211;we warned you. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<h3>The Plan</h3>
<p>Right now we expect the 4.0 release to happen some time around the end of this year. To make this target, we&#8217;ll definitely need help with <a href="https://wiki.mozilla.org/Bugzilla:QA">QA</a>, so if you want to help out with Bugzilla, see if you can find/fix some bugs in 3.7.1, and also if you want, you can help out the <a href="https://wiki.mozilla.org/Bugzilla:QA">QA Team</a> write automated tests for 4.0!</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=59&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2010/06/24/release-3-6-1/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Bugzilla 3.6: Harder, Better, Faster, Stronger</title>
		<link>http://bugzillaupdate.wordpress.com/2010/04/14/release-3-6/</link>
		<comments>http://bugzillaupdate.wordpress.com/2010/04/14/release-3-6/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 22:32:41 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.6]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[major release]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=45</guid>
		<description><![CDATA[Yesterday we released Bugzilla 3.6, which is exciting not just because of all the major new features, but also because of the tremendous number of minor improvements, and the speed with which we have been developing, lately. I&#8217;m going to talk a little bit today about some of those features and how we got out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=45&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Yesterday we released <a href="http://www.bugzilla.org/releases/3.6/">Bugzilla 3.6</a>, which is exciting not just because of all the <a href="http://www-stage.bugzilla.org/releases/3.6/release-notes.html#v36_feat">major new features</a>, but also because of the tremendous number of minor improvements, and the speed with which we have been developing, lately. I&#8217;m going to talk a little bit today about some of those features and how we got out this major release so much more quickly than the earlier ones.</p>
<h4>Harder: Improved Security in Bugzilla 3.6</h4>
<p>In light of the <a href="https://blogs.apache.org/infra/entry/apache_org_04_09_2010">recent attack against the Apache JIRA</a>, I wrote a <a href="http://avatraxiom.livejournal.com/102080.html">blog post describing how the same attack would have been impossible against Bugzilla</a>, detailing just a few of Bugzilla&#8217;s enormous number of security features. I also figured that this would be an excellent time to talk about some of the new security features that Bugzilla 3.6 brings to the table:</p>
<ul>
<li><strong>Password lockout:</strong> If a user tries to guess their password and fails five times within 30 minutes, they will be locked out of their account for 30 minutes. Also, the administrators of Bugzilla (as specified in the <kbd>maintainer</kbd> parameter) will get an email notifying them of the lockout. This is all very important to protect against &#8220;brute-force password attacks&#8221;, where attackers just try passwords over and over until they find the right one. With this new feature, not only are brute-force attacks nearly impossible (it would take far too long to try enough passwords), but your Bugzilla administrators will also be able to stop any significant brute-force attacks after being notified by Bugzilla that they are occurring.</li>
<li><strong>Longer minimum password length, no maximum password length:</strong> The minimum password length is now six characters. Granted, that&#8217;s not very long, but it&#8217;s far better than the default in earlier versions. If you want to increase the minimum, just edit the <kbd>USER_PASSWORD_MIN_LENGTH</kbd> constant in <kbd>Bugzilla/Constants.pm</kbd>.
<p>Also, older versions of Bugzilla had a maximum password length. Bugzilla 3.6 has no maximum&#8211;your passwords can be, basically, infinitely long.</p>
</li>
<li><strong>Improved SSL Support:</strong> For many years, Bugzilla has had the capability to force connections to redirect to SSL, for improved security of login data. Now, the SSL redirect code has been simplified and made even more secure, so that if you enable it, you&#8217;re guaranteed that every connection will have SSL enabled, and never interfere with the operation of other parts of Bugzilla.</li>
</ul>
<p>Again, that&#8217;s just a few of the <em>new</em> features related to security. The full list of Bugzilla&#8217;s existing security features would be so long that nobody would finish reading the blog!</p>
<h4>Better: Improved Usability</h4>
<p>When you talk about a user interface, there&#8217;s a lot more to talk about than just how it looks. One of the most important aspects of UI is how much the user interface just natively <em>makes sense</em> to the people using it, and how easy it is for users to actually perform their tasks with it. In the past, Bugzilla has had a fairly bad reputation for its UI, but all that is starting to change, thanks to some <a href="https://wiki.mozilla.org/Bugzilla:CMU_HCI_Research_2008">research</a> by Carnegie-Mellon University students, and a <a href="https://wiki.mozilla.org/Bugzilla:Survey">survey</a> conducted by the Bugzilla Project with Mozilla&#8217;s assistance.</p>
<p>Now, the changes toward usability in Bugzilla 3.6 aren&#8217;t yet very <em>dramatic</em>. The huge, significant changes (like some fully-redesigned major UIs) are coming in the next release. But 3.6 does have some really interesting improvements in consistency and basic usability that we think you&#8217;ll like:</p>
<ul>
<li><strong>Consistent Language:</strong> If we&#8217;re talking about searching, we use the word &#8220;search&#8221; everywhere now. We don&#8217;t use a mixture of &#8220;query&#8221;, &#8220;find&#8221;, etc. Just &#8220;search&#8221;. Some other language was made more consistent like this, too.</li>
<li><strong>Visual Indication of Mandatory Fields:</strong> When you go to file a bug, Bugzilla now visually shows you which fields are mandatory.</li>
<li><strong>Javascript validation of attachment form:</strong> When creating a new attachment, we make sure that the attachment form values are valid with JavaScript, before the attachment gets submitted.</li>
<li><strong>Visually Indicate Search Results&#8217; Sort Order:</strong> When you do a search, you can now see the sort order, thanks to triangles next to the column headers.</li>
<li><strong>Helpful Links after &#8220;Zaroo Boogs&#8221;:</strong> When there are no search results, some helpful links are displayed, offering actions you might want to take, including possibly filing a bug.</li>
<li><strong>Improved and Simplified Quicksearch:</strong> The Search box at the top and bottom of each page is called the &#8220;quicksearch&#8221; box. In Bugzilla 3.6, this box now has full, clear documentation of its very powerful syntax, which has been extended and simplified, in preparation for its becoming the primary search system in Bugzilla for future releases.</li>
<li><strong>Better Default Priority Names:</strong> Instead of the confusing P1-P5 (what&#8217;s highest, 1 or 5?), by default on a new Bugzilla installation, priorities are named &#8220;Highest&#8221;, &#8220;High&#8221;, &#8220;Normal&#8221;, &#8220;Low&#8221;, and &#8220;Lowest&#8221;.</li>
<li><strong>Many Other Improvements:</strong> If you want the whole list of the changes we&#8217;ve made, see the <a href="http://www-stage.bugzilla.org/releases/3.6/release-notes.html#v36_feat_other">Other Enhancements and Changes</a> section of the Bugzilla 3.6 Release Notes. There are so many improvements to make Bugzilla &#8220;just work&#8221; that I can&#8217;t even list them all here.</li>
</ul>
<h4>Faster: Better Performance and Faster Release Cycles!</h4>
<p>So, there&#8217;s definitely some improved performance in Bugzilla 3.6, especially in <kbd>show_bug.cgi</kbd>, the script that displays bugs (and it will be even faster in Bugzilla 3.8). But when I say &#8220;faster&#8221;, I think what&#8217;s most impressive about Bugzilla 3.6 is the speed with which we are releasing new major Bugzilla versions, nowadays.</p>
<p>Here&#8217;s the amount of time between Bugzilla versions, each with a summary of the size of changes compared to the previous major release:</p>
<ul>
<li><strong>3.0:</strong> Released 1 year, 1 month after 2.22 was released.</li>
<li><strong>3.2:</strong> Released 1 year, 6 months after 3.0 was released.</li>
<li><strong>3.4:</strong> Released 8 months after 3.2 was released.</li>
<li><strong>3.6:</strong> Released 8.5 months after 3.4 was released.</li>
</ul>
<p>As you can see, our last two releases have come out considerably more quickly than the two releases before them, and we&#8217;re starting to develop a consistent release-time pattern (about every 8 months, though we&#8217;d like to get it down even lower). However, what you <em>can&#8217;t</em> see in the above table is that 3.6 has 1.5x more changes than 3.4 had, despite the fact that releasing 3.6 only took half a month longer!</p>
<p>&#8220;So,&#8221; you might ask, &#8220;what&#8217;s the secret to these consistent schedules and ever-increasing productivity?&#8221; Well, there have definitely been a lot of improvements to Bugzilla&#8217;s community processes and infrastructure, and that&#8217;s probably the reason for the productivity increase. But the biggest factor in the consistency of our new schedule is that we have a new development policy: <strong>never freeze the trunk</strong>.</p>
<p>Yep, that&#8217;s right. We <em>never freeze</em>. There are no long, two-month periods where nobody can add new features, anymore. Not only was that slowing down our development speed enormously, but it was really killing community enthusiasm&#8211;it&#8217;s much more fun to write new features than it is to fix bugs, but when your new feature won&#8217;t be reviewed for the next two months, it just makes you want to not contribute at all.</p>
<p>So, instead of freezing, we branch immediately at the point where we normally would have frozen. The branch gets stability fixes, and the trunk gets new features. To make this all clearer, let me explain how the whole release process for Bugzilla 3.6 worked:</p>
<ol>
<li>On November 29, 2008, we released Bugzilla 3.2.</li>
<li>Two months later, we created the 3.4 branch in CVS. Stability fixes for making 3.4 releasable went on to the branch, and work on Bugzilla 3.6 started <em>immediately</em>, on the trunk.</li>
<li>Two months after the release of Bugzilla 3.4, we branched for 3.6, and work started <em>immediately</em> on the trunk for 3.8.</li>
</ol>
<p>So yes, this means that most of the time, we&#8217;re focusing on adding new features to the trunk and improving stability on the branch, so there&#8217;s a split of resources. But it turns out that actually, this makes releases go <em>faster</em>, not slower. People fix bugs on the branch, because they have a motivation to see their work released. People develop features on the trunk, because writing new features is fun.</p>
<p>So that&#8217;s our new policy: <strong>never <em>freeze</em></strong>, just <em>branch</em>. I&#8217;d recommend that every project try it out, personally. It&#8217;s worked wonders for us.</p>
<h4>Stronger: Extensions and Other Improvements</h4>
<p>This is definitely the best release of Bugzilla we&#8217;ve ever done, and there&#8217;s so much to talk about, even with all the stuff that I&#8217;ve already covered above. The <a href="http://www.bugzilla.org/news/#release36">official release announcement</a> covered the new Extensions system pretty well. I do have to say here, though, that Extensions really <em>are</em> great, and I think that with all the enthusiasm we&#8217;re seeing about them from the community, we can pretty much guarantee that Bugzilla Extensions <em>are</em> the future, in terms of seeing massive new functionality for Bugzilla installations everywhere. </p>
<p>In addition to Extensions, I also wanted to talk a bit about some new features that are particularly exciting to me, and that I think you might like as well:</p>
<ul>
<li>The &#8220;Browse&#8221; interface is great for small-to-medium-sized projects, where you just want to see a list of every open bug in a component.</li>
<li>The new JSON-RPC WebServices interface is pretty exciting, but even more exciting is that in future versions of Bugzilla, it will allow secure cross-domain access to Bugzilla&#8217;s data, allowing &#8220;web mash-ups&#8221; of Bugzilla data!</li>
<li>The new system for migrating from other bug-trackers is a big deal, because it means that once somebody implements an importer for a particular system, that importer will keep working for all the future versions of Bugzilla. So, slowly, over time, we&#8217;re going to build up an awesome collection of importers for other bug-tracking systems.</li>
<li>You can see Flags in search results! If you use Flags, this is pretty big.</li>
<li>If you have multiple languages installed in your Bugzilla, users can simply click to pick the language they want to view Bugzilla in&#8211;you don&#8217;t have to switch your browser settings to switch languages, anymore.</li>
<li>Field values for global fields (not per-product fields yet, unfortunately) can be &#8220;disabled&#8221; so that they don&#8217;t show up as selectable on bugs anymore! This allows for cleaning up old values in the Platform field, the OS field, the Resolution field, etc.</li>
<li>checksetup.pl prints out its errors in a special color so that administrators will actually notice that there&#8217;s a problem.</li>
</ul>
<p>And that&#8217;s just the features that I wanted to point out in case you missed them in the release notes! The <a href="http://www.bugzilla.org/releases/3.6/release-notes.html#v36_feat">full list of new features in 3.6</a> is astounding, go check it out!</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=45&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2010/04/14/release-3-6/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Release of Bugzilla 3.6rc1 and 3.4.6</title>
		<link>http://bugzillaupdate.wordpress.com/2010/03/08/release-3-6rc1/</link>
		<comments>http://bugzillaupdate.wordpress.com/2010/03/08/release-3-6rc1/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 08:30:33 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.4]]></category>
		<category><![CDATA[3.6]]></category>
		<category><![CDATA[3.8]]></category>
		<category><![CDATA[4.0]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=35</guid>
		<description><![CDATA[So, we put out Bugzilla 3.6rc1 today. That&#8217;s pretty exciting. We&#8217;re currently two months ahead of schedule on our 3.6 releases&#8211;the first time we&#8217;ve ever been ahead of schedule in Bugzilla&#8217;s history. Since this is a Release Candidate, it has Release Notes, which you should read, particularly because they contain the whole list of all [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=35&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So, we put out <a href="http://www.bugzilla.org/releases/3.6/">Bugzilla 3.6rc1</a> today. That&#8217;s pretty exciting. We&#8217;re currently two months ahead of schedule on our 3.6 releases&#8211;the first time we&#8217;ve ever been ahead of schedule in Bugzilla&#8217;s history. Since this is a Release Candidate, it has <a href="http://www.bugzilla.org/releases/3.6/release-notes.html">Release Notes</a>, which you should read, particularly because they contain the whole list of all the cool new features in 3.6. In addition to all the major new features listed, the <a href="http://www-stage.bugzilla.org/releases/3.6/release-notes.html#v36_feat_other">Other Enhancements and Changes</a> has a <em>ton</em> of improvements that many Bugzilla users will be very happy about.</p>
<p>We also released <a href="http://www.bugzilla.org/releases/3.4.6/">Bugzilla 3.4.6</a>, which has some good bug fixes for the 3.4 series, so if you&#8217;re running 3.4.x, it&#8217;d definitely be good to upgrade to 3.4.6.</p>
<h4>Work Towards Bugzilla 3.8</h4>
<p>Yep, that&#8217;s right, that says <strong>3.8</strong>. See, as soon as we freeze for one release, we start working on the next release immediately. So although we&#8217;ve been working quite a bit on getting 3.6 out the door, we&#8217;ve also been adding some new features for 3.8, since February.</p>
<p>Our focus for 3.8 is still pretty much the same as it was for 3.6&#8211;polish up things, finish any &#8220;unfinished&#8221; features, and generally make everything <a href="http://www.codesimplicity.com/post/suck-less/">suck less</a> as much as possible. However, 3.8 is also going to include some major new UI work, thanks to <a href="http://guy-pyrzak.blogspot.com/">Guy Pyrzak</a>, our User Experience Lead. Already, there is work on a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=101770">new attachment details UI</a> and a <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=450301">simplification of the Search UI</a>.</p>
<p>Also, a few other features have been implemented recently for 3.8:</p>
<ul>
<li>Work is underway on a single-package Windows installer for Apache, MySQL, Perl, and Bugzilla.</li>
<li>The voting system has become an extension, which also involved adding a few useful new hooks.</li>
<li>You can specify &#8220;groups&#8221; as an argument when creating a bug via the WebService or email.</li>
<li>The Assignee, QA Contact, and CC fields have autocomplete in the browser, via AJAX!</li>
<li>You can restrict the visibility and values of custom fields by components.</li>
<li>The Deadline field now has a Calendar widget attached to it.</li>
<li>Bugzilla now sends email when a comment becomes private or un-private.</li>
<li>You can undo &#8220;Forget Search&#8221; on the buglist if you forgot the search by accident.</li>
<li>&#8220;Bug ID&#8221; fields can now represent relationships between bugs, like &#8220;Blocks&#8221;/&#8221;Depends On&#8221;.</li>
</ul>
<p>Coming up soon, we also will have the following new features:</p>
<ul>
<li>JSONP support for the JSON-RPC WebServices interface, so you can do secure cross-domain WebService calls on web pages.</li>
<li>There&#8217;s some work towards making Bugzilla use HTML 5.</li>
<li>The ability to restrict the visibility and values of custom fields by classification.</li>
<li>More JavaScript validation of enter_bug.cgi when filing bugs</li>
</ul>
<h4>Bugzilla&#8217;s Move To Bzr</h4>
<p>So, for day-to-day development, the Bugzilla Project now uses the <a href="http://bazaar.canonical.com/">Bazaar</a> Version-Control System, instead of CVS. Our tarballs and download instructions still use CVS, for now, but internally, for development, we use Bazaar.</p>
<p>Our instructions on using Bazaar are here:</p>
<p><a href="http://wiki.mozilla.org/Bugzilla:Bzr">Bugzilla:Bzr</a><br />
<a href="http://wiki.mozilla.org/Bugzilla:Patches">Bugzilla:Patches</a></p>
<p>There is also a <a href="http://bzr.mozilla.org/bugzilla/">web view of the Bazaar repository</a> for people who want to browse around our code.</p>
<p>CVS is kept fully in-sync with the Bazaar code, so if you checkout or update from CVS, you&#8217;ll be getting the same code that&#8217;s in Bazaar.</p>
<h4>EOL of Bugzilla 3.0.x</h4>
<p>When we release Bugzilla 3.6, Bugzilla 3.0.x will reach End Of Life, meaning that no new updates will be released for the 3.0 series, even if there are security issues discovered. We strongly encourage all Bugzilla 3.0.x administrators to upgrade to Bugzilla 3.4.x or 3.6rc1.</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=35&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2010/03/08/release-3-6rc1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Release of Bugzilla 3.0.11, 3.2.6, 3.4.5, and 3.5.3</title>
		<link>http://bugzillaupdate.wordpress.com/2010/02/01/release-3-4-5/</link>
		<comments>http://bugzillaupdate.wordpress.com/2010/02/01/release-3-4-5/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 02:57:51 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[3.2]]></category>
		<category><![CDATA[3.4]]></category>
		<category><![CDATA[3.6]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=26</guid>
		<description><![CDATA[Okay! So we&#8217;ve got four releases today! Bugzilla 3.4.5 is a bug-fix release, it&#8217;s got some good bug fixes and small improvements. Bugzilla 3.2.6 and 3.0.11 are only fixing a small security issue. Everything released today has security fixes, some of them could actually be important for your installation, depending on how you use Bugzilla. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=26&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Okay! So we&#8217;ve got <a href="http://www.bugzilla.org/news/#release345">four releases</a> today! Bugzilla 3.4.5 is a bug-fix release, it&#8217;s got some good bug fixes and small improvements. Bugzilla 3.2.6 and 3.0.11 are only fixing a small security issue. Everything released today has security fixes, some of them could actually be important for your installation, depending on how you use Bugzilla. The <a href="http://www.bugzilla.org/security/3.0.10/">Security Advisory</a> has details.</p>
<p>We also have a development release, 3.5.3. We&#8217;re feature-frozen now, which means that there won&#8217;t be any major new features until 3.6 is released, but there still are a lot of bug fixes that need to be done, so it&#8217;s not stable yet. Here are some of the new features since 3.5.2:</p>
<ul>
<li>If your Bugzilla is behind a proxy, you can tell it to accept X-Forwarded-For as the end user&#8217;s IP address, when the request comes from the proxy.</li>
<li>The &#8220;Required&#8221; parameters section now only lists actually required parameters. Other parameters have been moved to the &#8220;General&#8221; or &#8220;Advanced&#8221; section.</li>
<li>When installing Bugzilla, the &#8220;maintainer&#8221; parameter will automatically be set to the admin user you create during checksetup.pl.</li>
<li>&#8220;votestoconfirm&#8221; is now unrelated to the existence of the UNCONFIRMED status in a product. There is instead a checkbox to enable UNCONFIRMED.</li>
<li>QuickSearch has had a syntax overhaul to make it much simpler and also able to search more fields. Unfortunately, the documentation for this change didn&#8217;t make it into 3.5.3, but it will be in 3.6 at the latest.</li>
<li>New WebService function: Bug.fields.</li>
<li>The show_bug UI has had a few small changes.</li>
<li>The &#8220;milestoneurl&#8221; feature of a product has been removed.</li>
<li>The strings at the top of comments that say that you created or commented on an attachment are now localizable.</li>
<li>User accounts are now locked out on a particular IP for 30 minutes if they fail to log in 5 times from that IP.</li>
<li>There&#8217;s a new &#8220;Browse&#8221; interface&#8211;it&#8217;s actually just an updated interface to describecomponents.cgi, but it&#8217;s linked from the toolbar as &#8220;Browse&#8221; now.</li>
<li>You can now add attachments to a bug when using email_in.pl.</li>
<li>enter_bug.cgi now indicates in the UI which fields are mandatory.</li>
<li>mod_perl should be working on Windows now, though it hasn&#8217;t received a lot of testing from us.</li>
<li>There&#8217;s a whole awesome new Extensions system for Bugzilla (see below for more about that).</li>
</ul>
<h4>The New Bugzilla::Extension System</h4>
<p>One of the biggest new things in 3.5.3 is the new Bugzilla::Extension system, which is a complete overhaul of how extensions work. The new extensions system is consistent, fast, and fully documented. It makes it easy to create and distribute extensions. It&#8217;s even possible to distribute them via CPAN. And for people who were using the old system, the new system comes with a script to do some automatic conversion of older extensions.</p>
<p>  If you want to know more about it, the <a href="http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/Extension.html">Bugzilla::Extension documentation</a> contains everything you need to know to write an extension. And you can get started quickly by using the <kbd>extensions/create.pl</kbd> script in Bugzilla itself.</p>
<h4>Moving to Bzr</h4>
<p>Very soon, Bugzilla development will be moving away from CVS and onto <a href="http://bazaar.canonical.com/">Bazaar</a> (called &#8220;bzr&#8221; for short). CVS will still continue to work as a read-only repository though, so you&#8217;ll still be able to update your installations and check out via CVS if you want to. More details about bzr and how Bugzilla will use it will be available after we switch.</p>
<h4>The Road to Bugzilla 3.6</h4>
<p>The next steps on the road to Bugzilla 3.6 are for us to finish working on all the current <a href="https://bugzilla.mozilla.org/buglist.cgi?quicksearch=flag%3Ablocking3.6%2B">blockers</a>, then to write some <a href="http://wiki.mozilla.org/Bugzilla:QA">QA scripts</a> for 3.6, then to write the release notes, and then to do some release candidates, and then to release! The <a href="http://www.google.com/calendar/embed?src=ih4fh7ks327mou7e3hifikokco%40group.calendar.google.com&amp;ctz=America/Los_Angeles">Bugzilla Calendar</a> has more detail on the current estimated dates of release candidates and final release.</p>
<p>And that&#8217;s it for the Bugzilla Update for this time!</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=26&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2010/02/01/release-3-4-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Release of Bugzilla 3.4.3, 3.0.10, and 3.5.1</title>
		<link>http://bugzillaupdate.wordpress.com/2009/11/05/release-3-4-3/</link>
		<comments>http://bugzillaupdate.wordpress.com/2009/11/05/release-3-4-3/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 13:58:38 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.4 3.6 3.0 release bugzilla]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=21</guid>
		<description><![CDATA[Here we are in our new home on wordpress.com! This should be generally easier to keep up with and is a better, more &#8220;official&#8221; place than my personal blog. As of now, the Bugzilla &#8220;Status Update&#8221; page is dead and this is the official location of Bugzilla status updates. For the first post on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=21&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here we are in our new home on wordpress.com! This should be generally easier to keep up with and is a better, more &#8220;official&#8221; place than my personal blog. As of now, the Bugzilla &#8220;Status Update&#8221; page is dead and this is the official location of Bugzilla status updates.</p>
<p>For the first post on the new blog, I&#8217;ve released <a href="http://www.bugzilla.org/releases/3.4.3/">Bugzilla 3.4.3</a>, <a href="http://www.bugzilla.org/releases/3.0.10/">Bugzilla 3.0.10</a> and <a href="http://www.bugzilla.org/releases/3.6/">Bugzilla 3.5.1</a>. The <a href="http://www.bugzilla.org/news/#release343">Release Announcement</a> has all the details about the two stable releases. What we&#8217;re going to cover in this update is 3.5.1, our development release, which has a ton of new features and major improvements.</p>
<p>I&#8217;m only going to cover things that are new since our last Bugzilla Update, so if you want to know the whole history of Bugzilla 3.5 (what will become 3.6), read the <a href="/tag/3.6/">prior updates about Bugzilla 3.5</a>.</p>
<p><strong>Bugzilla 3.5.1</strong></p>
<p>I&#8217;d like to remind everybody that 3.5.1 is <em>unstable</em>. It had little to no testing at all, so shouldn&#8217;t be used in a production environment. You should test it out and report bugs or make suggestions, though! Now is the time to suggest changes in our major new features. By the time we get to the Release Candidate stage, it&#8217;s often too late to make major changes! So if you want any major changes to how things work in 3.5.1, let us know soon!</p>
<p><strong>The Bugzilla Migration Framework</strong></p>
<p>One of the biggest new features in 3.5.1 is <kbd>migrate.pl</kbd>, a script that allows easy migration from a different bug-tracking system to Bugzilla.</p>
<p>The exciting news is that this makes it very easy to write new migrators to migrate from any bug-tracking system to Bugzilla.</p>
<p>	Also, this makes migration a first-class part of Bugzilla, not part of <kbd>contrib/</kbd>. This means that we will maintain the migration framework, and the migrators themselves, and if they break, that&#8217;s a  regression.</p>
<p>	The first migrator implemented is for GNATS. The code is in <kbd>Bugzilla/Migrate/GNATS.pm</kbd>, if you want to see what a migrator looks like.</p>
<p>	The migration framework has the following features:</p>
<ol>
<li>It is non-destructive. You can migrate into an existing Bugzilla installation!</li>
<li>It&#8217;s relatively easy to implement new migrators for systems. Basically all you have to do is provide arrays of hashes describing the products, users, and bugs in your bug-tracker, and Bugzilla::Migrate does the rest of the work. It even contains a facility to translate values from the old bug-tracker to Bugzilla, and allows the end user to specify how that translation should work.</li>
<li>It is capable of doing a &#8220;dry-run&#8221; of your migration, so that you can see if everything is going to go well before actually committing anything to the database.</li>
</ol>
<p>We would love to see new systems implemented to migrate from!  The review requirements for new migrators are slightly relaxed&#8211;we will believe you when you say that they work, as long as they are coded well and follow the Bugzilla Developers&#8217; Guide.</p>
<p>Also, if anybody wants to provide me (or the Bugzilla project in general) a dump of a large working installation of a bug-tracker, that will also help people who want to write a migrator.</p>
<p>Finally, this makes it much easier for consultants to write migrators, so if you were thinking of hiring a <a href="http://www.bugzilla.org/support/consulting.html">Bugzilla Consultant</a> to help you migrate to Bugzilla, now is an ideal time!</p>
<p><strong>Improvements in 3.5.1 for Administrators</strong></p>
<ul>
<li>The default priority values are now human-readable words instead of P1, P2, etc.</li>
<li>I spent a lot of time making <kbd>checksetup.pl</kbd> faster at updating Bugzillas, particularly older Bugzillas. If you wanted to upgrade in the past, but you were worried that running checksetup.pl would cause too much downtime, I&#8217;d suggest trying an upgrade to 3.5.1 and see how it goes.</li>
<li><kbd>checksetup.pl</kbd> now displays important messages in red.</li>
<li>The code that optionally converted BMPs to PNGs has been made into an extension, and is disabled by default. If you want to enable it, delete extensions/bmp_convert/disabled and run <kbd>checksetup.pl</kbd>. In the future, this extension will be removed from Bugzilla and shipped separately.</li>
<li><kbd>checksetup.pl</kbd> now displays warnings when it fails to fix permissions on files, and dies with an error if it fails to create a directory.</li>
<li><kbd>checksetup.pl</kbd> no longer dies when it cannot delete the <kbd>data/template</kbd> directory&#8211;instead it moves the directory out of the way.</li>
<li><kbd>duplicates.cgi</kbd> now gets all of its information directly from the database, meaning that it no longer stores huge numbers of files in the <kbd>data/</kbd> directory, and no longer requires that <kbd>collectstats.pl</kbd> be run nightly in order for it to work.</li>
<li>ssl options are simpler&#8211;there is now a parameter called <kbd>ssl_redirect</kbd> which, if on, will always redirect users to the SSL version of your Bugzilla.</li>
<li>The <kbd>loginnetmask</kbd> parameter has been removed. Users are always allowed to use their cookie from any IP address, unless they choose to restrict it to their IP address when they log in.</li>
<li><kbd>email_in.pl</kbd> now runs in taint mode for increased security.</li>
</ul>
<p><strong>Improvements in 3.5.1 for Users</strong></p>
<ul>
<li>There are now arrows on the bug list which indicate what direction each column is currently sorting in.</li>
<li>There is no longer a maximum length for passwords.</li>
<li>request.cgi now groups the Product drop-down by Classification, if you are using Classifications.</li>
<li>Users are now automatically logged in after changing their password.</li>
<li>You can now load a saved search as the search for a New Charts series.</li>
<li>You can now see flags on a bug as part of search results.</li>
<li>Dependency Graph arrows now go the other direction, which seems to make more sense.</li>
<li>When creating an attachment, you will now be warned via a popup if you attempt to submit it without a description (instead of only being warned with an error after submitting the attachment).</li>
<li>You can now make comments on attachments even if you can&#8217;t edit their properties.</li>
<li>Links are now more visible, in the Dusk skin.</li>
<li>If you are logged out or don&#8217;t have permissions to edit the properties of attachments, you will now get a read-only page when viewing an attachment&#8217;s details.</li>
<li>If a user in the &#8220;insider group&#8221; adds a private comment and also makes public changes, an email about those public changes will now be sent to users who can see them. (In the past, adding a private comment entirely prevented email to users who were not in the &#8220;insider group&#8221;.)
</ul>
<p><strong>Improvements in 3.5.1 for Customizers and Extension Authors</strong></p>
<ul>
<li>There is now a <kbd>$bug-&gt;set_flags</kbd> and <kbd>$attachment-&gt;set_flags</kbd>, which are used to create and update flags on bugs and attachments.</li>
<li>Bugzilla::Template::quoteUrls now has a hook that should be pretty easy to use, if you want to adjust how Bugzilla highlights comments. (The hook is <kbd>bug-format_comment</kbd>.)</li>
<li>There is now a hook for <kbd>page.cgi</kbd>, which allows extensions to add their own new pages to Bugzilla.</li>
<li>You can now use <kbd>Bugzilla-&gt;feature</kbd> to detect if the modules for a certain feature are installed, instead of having to attempt to load those modules yourself.</li>
<li>The <kbd>bug/show.html.tmpl</kbd> template now requires far fewer variables in order to display it.</li>
<li>There is now a hook that allows you to modify an attachment&#8217;s data before it goes into the database.</li>
<li>Hooks can now call <kbd>exit</kbd> safely under mod_perl.</li>
<li>There is now a <kbd>template-before_process</kbd> hook which allows you to modify variables before $template-&gt;process is called. It will be improved before Bugzilla 3.6 is released to allow for modifying variables before any template is ever loaded..</li>
<li>There are many other new hooks.</li>
<li>There is now a basic infrastructure in place that will allow localizers to translate field values for every field on display.</li>
</ul>
<p><strong>Upcoming Improvements For Bugzilla 3.6</strong></p>
<p>There is a lot of exciting stuff on the horizon for Bugzilla 3.6, with patches written and awaiting review before they become an official part of Bugzilla:</p>
<ul>
<li>Adding attachments to a bug by email (via <kbd>email_in.pl</kbd>).</li>
<li><em>Tons</em> of new hooks. Extensions are becoming very powerful.</li>
<li>QuickSearch is becoming simplified and improved, and getting new documentation. It will be merged into the Simple Search page, as well.</li>
<li>WebService clients will be able to authenticate by passing the arguments <kbd>Bugzilla_login</kbd> and <kbd>Bugzilla_password</kbd> to any method.</li>
<li>The default statuses and status workflow are going to change, based on 10 years of Bugzilla experience.</li>
<li>Some UI improvements for the bug editing page are on the way.</li>
<li>The WebService will respect taint mode, for improved security.</li>
<li>You will be able to specify groups for a bug when creating it via <kbd>email_in.pl</kbd> or the <kbd>Bug.create</kbd> WebService function.</li>
<li>There is going to be a <kbd>Bugzilla::Comment</kbd> object in the code to assist with loading and creating comments.</li>
<li>Users who fail to guess a password too many times will be locked out of their account for a certain amount of time.</li>
</ul>
<p>Also, we expect Bugzilla 3.8 (but not Bugzilla 3.6) to support MS-SQL Server as a backend database.</p>
<p><strong>Whew!</strong></p>
<p>That was quite a Bugzilla Update! As you can see, the Bugzilla team is busier and more productive than ever, working to make you a better bug-tracker! One thing we always need, though, are more contributors! See our <a href="http://www.bugzilla.org/contribute/">Contribute Page</a> for more details on all the ways you can help out Bugzilla&#8211;you don&#8217;t just have to be a programmer!</p>
<p>Until next time, happy bug-tracking!</p>
<p>-Max</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=21&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2009/11/05/release-3-4-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Warning: Major Bugzilla Security Release Coming Soon</title>
		<link>http://bugzillaupdate.wordpress.com/2009/09/09/warning-major-bugzilla-security-release-coming-soon/</link>
		<comments>http://bugzillaupdate.wordpress.com/2009/09/09/warning-major-bugzilla-security-release-coming-soon/#comments</comments>
		<pubDate>Wed, 09 Sep 2009 01:04:59 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=14</guid>
		<description><![CDATA[A major security issue has been discovered in versions of Bugzilla back to 3.0. We will be releasing a version of Bugzilla which fixes the issue within 48 hours (possibly within 24 hours), and all administrators should be ready to perform the upgrade (which does not require any database changes) shortly after the new version [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=14&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A major security issue has been discovered in versions of Bugzilla back to 3.0. We will be releasing a version of Bugzilla which fixes the issue within 48 hours (possibly within 24 hours), and all administrators should be ready to perform the upgrade (which does not require any database changes) shortly after the new version is released.</p>
<p>If you do not wish to do a full upgrade, patches for just the security issue will be available. The patches are relatively small and do not modify very much of Bugzilla.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=14&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2009/09/09/warning-major-bugzilla-security-release-coming-soon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Release of Bugzilla 3.4! (Bugzilla Update: July 28, 2009)</title>
		<link>http://bugzillaupdate.wordpress.com/2009/07/28/release-3-4/</link>
		<comments>http://bugzillaupdate.wordpress.com/2009/07/28/release-3-4/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 00:56:07 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.22]]></category>
		<category><![CDATA[3.4]]></category>
		<category><![CDATA[3.6]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[major release]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=12</guid>
		<description><![CDATA[I have just posted the tarballs and done the website updates for Bugzilla 3.4! This means that we&#8217;re out, released, ready to download, install, and go! Bugzilla 3.4 is the best release of Bugzilla we&#8217;ve ever made. It has tons of great new features, the most exciting of which are listed in the release announcement, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=12&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have just posted the tarballs and done the website updates for <a href="http://www.bugzilla.org/news/#release34">Bugzilla 3.4</a>! This means that we&#8217;re out, released, ready to download, install, and go!</p>
<p>Bugzilla 3.4 is the best release of Bugzilla we&#8217;ve ever made. It has tons of great new features, the most exciting of which are listed in the <a href="http://www.bugzilla.org/news/#release34">release announcement</a>, so I won&#8217;t repeat them here. But you should go <a href="http://www.bugzilla.org/download/#v34">download it</a>!</p>
<p><strong>The Story of Bugzilla 3.4</strong></p>
<p>As you look through the New Features list of Bugzilla 3.4, you may notice that it fixes tons of major issues that Bugzilla has had since its beginning. For example, we fixed the biggest performance problem in Bugzilla&#8211;sending emails when a bug is updated&#8211;and we finally hide email addresses from logged out users, to prevent spam. And that&#8217;s just a <em>tiny taste</em> of what&#8217;s new. Really, check out the <a href="http://www.bugzilla.org/releases/3.4/release-notes.html#v34_feat">New Features list</a> to see everything.</p>
<p>But you may be asking yourself, why the sudden fixing of all these issues, and why didn&#8217;t we do it before?</p>
<p>Well, that&#8217;s an interesting story! From about 2003 to 2008, we spent nearly all of our time fixing up the <em>code</em> of Bugzilla. It needed a lot of refactoring, and we really did it&#8211;five years of it! We added new features at the same time as we refactored (remember, Bugzilla 3.0 had the largest number of major new features of any release we&#8217;ve ever done, and we were still refactoring), but the refactoring was our main focus. But finally, finally, with the release of Bugzilla 3.2, we fixed up one of the last <em>major</em> code issues in Bugzilla&#8211;we changed <kbd>process_bug.cgi</kbd> into a nice, simple series of steps that use Bug objects to do all their work.</p>
<p>After all this was done, we could finally take the time to look around and say, &#8220;What next?&#8221;</p>
<p>Well, what happened next was what led to such a great Bugzilla 3.4 release. First, I declared a <a href="http://groups.google.com/group/mozilla.dev.apps.bugzilla/browse_thread/thread/5d4e635210cd58b9">new method of prioritizing work on the Bugzilla Project</a> that put major issues of our <em>current</em> users as higher priority than adding new features for our <em>prospective</em> users. This led to us looking at the major survey items from our <a href="https://wiki.mozilla.org/Bugzilla:Survey">2008 Bugzilla Survey</a> and doing something about all the major requests that we could address immediately. Then we went through and looked at the bugs with the most votes on them, and did something about a lot of them.</p>
<p>And that, pretty simply, led to us addressing the things that people most <em>wanted</em>, and that we could actually <em>prove</em> that they wanted (because we had great survey feedback, or a lot of votes from individuals on our bugs).</p>
<p>Now that we&#8217;ve addressed so many of the individual things that users wanted, look to Bugzilla 3.6 and later for some big user interface and usability improvements&#8211;we have <a href="https://wiki.mozilla.org/Bugzilla:CMU_HCI_Research_2008">the results of extensive usability research</a> that was done on Bugzilla, thanks to students from Carnegie-Mellon University, and we are already addressing the <a href="https://bugzilla.mozilla.org/showdependencytree.cgi?id=bz-hci2008&amp;hide_resolved=1">list of issues</a> that that research generated.</p>
<p><strong>Warning for WebService Clients: Changes Since Bugzilla 3.4rc1</strong></p>
<p>Anybody who has been writing WebService clients against the 3.3.x or 3.4rc1 releases should know that we changed a few things in the API between 3.4rc1 and 3.4:</p>
<p><kbd>Bug.comments</kbd> now takes an &#8220;ids&#8221; parameter instead of a &#8220;bug_ids&#8221; parameter (we just renamed the parameter to be consistent with out other WebService functions). Also, it will now throw an error if you try to add a private comment and you don&#8217;t have the permissions to do so. (Previously it just added a public comment if you didn&#8217;t have the permissions to make a private comment.)</p>
<p><kbd>Bug.history</kbd> now returns its result in a completely different format, one which is more consistent with the format that <kbd>Bug.comments</kbd> and <kbd>Bug.get</kbd> use.</p>
<p><strong>Progress on Bugzilla 3.6</strong></p>
<p>Since our last Bugzilla Update just a few weeks ago, we&#8217;ve fixed several usability issues, sped up quicksearch, and added the ability to disable field values in global drop-down fields (without deleting the value).</p>
<p>Coming up soon, expect to see a lot of new WebService methods&#8211;there&#8217;s been a lot of activity in adding WebService code, lately.</p>
<p><strong>The End of Bugzilla 2.x</strong></p>
<p>With this release, we EOL&#8217;ed Bugzilla 2.22, the last remaining supported 2.x release. That means that only 3.x releases are supported now. It&#8217;s kind of wild to think that Bugzilla 2.x is &#8220;dead&#8221;, after nearly ten years, and so much of my personal time spent on it. I started working on Bugzilla back in the 2.18 days, and I was pretty much the release manager for three major 2.x releases&#8211;2.18, 2.20, and 2.22. It&#8217;s amazing to think that those releases were so long ago that now the very <em>last</em> one has reached the end of its support life. It&#8217;s all Bugzilla 3.x (and hopefully 4.x soon) from here on out, my friends! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>Subscribe to the Bugzilla Update</strong></p>
<p>There is an <a href="http://avatraxiom.livejournal.com/data/atom?tag=bugzilla-update">Atom feed</a> that you can subscribe to and read in your RSS reader, for just the Bugzilla Update.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=12&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2009/07/28/release-3-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
		<item>
		<title>Bugzilla Update: Wednesday, July 8, 2009 (Release of Bugzilla 3.4rc1 and Bugzilla 3.2.4)</title>
		<link>http://bugzillaupdate.wordpress.com/2009/07/08/bugzilla-update-wednesday-july-8-2009-release-of-bugzilla-3-4rc1-and-bugzilla-3-2-4/</link>
		<comments>http://bugzillaupdate.wordpress.com/2009/07/08/bugzilla-update-wednesday-july-8-2009-release-of-bugzilla-3-4rc1-and-bugzilla-3-2-4/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 00:54:20 +0000</pubDate>
		<dc:creator>Max Kanat-Alexander</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.2]]></category>
		<category><![CDATA[3.4]]></category>
		<category><![CDATA[3.6]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://bugzillaupdate.wordpress.com/?p=10</guid>
		<description><![CDATA[Well, it&#8217;s time for another Bugzilla update! And today I just did two releases, Bugzilla 3.4rc1 and Bugzilla 3.2.4. Bugzilla 3.4rc1 Bugzilla 3.4rc1 is particularly exciting, because it&#8217;s our first Release Candidate for 3.4. We did a really good job on this Release Candidate, I think&#8211;there&#8217;s only one 3.4 blocker remaining (and it&#8217;s only still [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=10&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, it&#8217;s time for another Bugzilla update! And today I just did two releases, <a href="http://www.bugzilla.org/releases/3.4/">Bugzilla 3.4rc1</a> and <a href="http://www.bugzilla.org/releases/3.2.4/">Bugzilla 3.2.4</a>.</p>
<p><strong>Bugzilla 3.4rc1</strong></p>
<p>Bugzilla 3.4rc1 is particularly exciting, because it&#8217;s our first Release Candidate for 3.4. We did a really good job on this Release Candidate, I think&#8211;there&#8217;s only one 3.4 blocker remaining (and it&#8217;s only still there because we&#8217;re waiting on an external party to do something). In other words, there are no known issues with the Release Candidate that are so bad that we couldn&#8217;t just call it 3.4 next week if all goes well, and we&#8217;ve never actually been in that state for a Release Candidate, at least not as long as I&#8217;ve been around the Bugzilla Project.</p>
<p>One of the particularly exciting thing about a Release Candidate is that it has <a href="http://www.bugzilla.org/releases/3.4/release-notes.html">release notes</a>! That means that <a href="http://www.bugzilla.org/releases/3.4/release-notes.html#v34_feat">all the new features</a> are listed. There&#8217;s a lot of really exciting stuff in 3.4, and you should take a look. There are some gems in the &#8220;Other Enhancements and Changes&#8221; section, too, so make sure you read that too. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><strong>WebService Changes Since 3.3.4</strong></p>
<p>Anybody who was writing WebService clients against 3.3.x development releases should know: we renamed the <kbd>Bug.get_history</kbd> method to <kbd>Bug.history</kbd>. You can still call it as <kbd>Bug.get_history</kbd> if you want, but that&#8217;s undocumented and not recommended.</p>
<p>Also, we don&#8217;t send <kbd>&lt;nil&gt;</kbd> for NULL items anymore&#8211;too many clients didn&#8217;t support it. Now we just remove items from the returned result if they are undefined. (This is documented in the <a href="http://www.bugzilla.org/docs/3.4/en/html/api/Bugzilla/WebService.html">Bugzilla::WebService documentation</a>.)</p>
<p><strong>Progress Toward Bugzilla 3.6</strong></p>
<p>There&#8217;s been some activity on <kbd>HEAD</kbd> since our last update. We got a new WebService method to get attachment information, <kbd>Bug.attachments</kbd>. I&#8217;ve been working on making Quicksearch (the search box in the header and footer) even faster. Greg Hendricks (of <a href="http://www.mozilla.org/projects/testopia/">Testopia</a> fame) has been working on the ability for administrators to &#8220;disable&#8221; certain field values (so that they don&#8217;t show up as options anymore, but remain set on existing bugs). And Bradley Baetz has been adding new hooks and working on improving performance in some important areas.</p>
<p>There&#8217;s no ETA for Bugzilla 3.6, but if it works anything like how Bugzilla 3.4 works, we will have open development on it until two months after Bugzilla 3.4 is released, and then we will branch for 3.6 and the 3.6 branch will be &#8220;frozen&#8221; to only bug-fixes.</p>
<p><strong>Bugzilla Meeting</strong></p>
<p>We have a <a href="https://wiki.mozilla.org/Bugzilla:Meetings">Bugzilla Meeting</a> next week, on Tuesday, July 14. Just read the page if you want more information! Anybody is welcome to attend.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bugzillaupdate.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bugzillaupdate.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bugzillaupdate.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bugzillaupdate.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bugzillaupdate.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bugzillaupdate.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bugzillaupdate.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bugzillaupdate.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bugzillaupdate.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bugzillaupdate.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bugzillaupdate.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bugzillaupdate.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bugzillaupdate.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bugzillaupdate.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bugzillaupdate.wordpress.com&amp;blog=10111270&amp;post=10&amp;subd=bugzillaupdate&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bugzillaupdate.wordpress.com/2009/07/08/bugzilla-update-wednesday-july-8-2009-release-of-bugzilla-3-4rc1-and-bugzilla-3-2-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/688de60d68f318f4300d470c4ee4510b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">mkanat</media:title>
		</media:content>
	</item>
	</channel>
</rss>
