<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
  <title>Unfuddle - Home</title>
  <id>tag:unfuddle.com,2008:mephisto/</id>
  <generator uri="http://mephistoblog.com" version="0.7.3">Mephisto Noh-Varr</generator>
  <link href="http://unfuddle.com/blog/feed/atom.xml" rel="self" type="application/atom+xml"/>
  <link href="http://unfuddle.com/blog/" rel="alternate" type="text/html"/>
  <updated>2008-05-18T09:22:24Z</updated>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2008-05-18:105</id>
    <published>2008-05-18T04:50:00Z</published>
    <updated>2008-05-18T09:22:24Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2008/5/18/git-hosting-and-repository-improvements" rel="alternate" type="text/html"/>
    <title>Git Hosting and Repository Improvements</title>
<content type="html">
            &lt;p&gt;&lt;img class=&quot;image_right&quot; src=&quot;/blog/assets/2008/5/18/git.logo.gif&quot; alt=&quot;Git Logo&quot; /&gt;Today, we are proud to announce the immediate availability of Git hosting on all Unfuddle accounts.  For those of you have not yet heard of Git, it is a distributed version control system that can have some distinct advantages over Subversion for certain teams.&lt;/p&gt;

&lt;p&gt;The release of Git comes with a number of exciting improvements to repositories in Unfuddle:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Unlimited Repositories&lt;/strong&gt;. Each Unfuddle account may now have an unlimited number of Subversion or Git repositories.  Mix and match as you will!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Project/Repository Associations&lt;/strong&gt;. Each Unfuddle project may now be associated with any number of repositories. This means that you can have a mix of Subversion and Git repositories associated with each of your projects.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;img class=&quot;image_right&quot; src=&quot;/blog/assets/2008/5/18/code.coloring.png&quot; alt=&quot;Code Coloring&quot; /&gt;&lt;strong&gt;Repository Browser&lt;/strong&gt;. Unfuddle now sports a slick new repository browsing interface that makes it simple to view and analyze the contents of your repository right from your browser.  One of the coolest things about the new interface is seamless syntax coloring for most commonly occurring file types.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Repository Callbacks&lt;/strong&gt;. Many of you have build or deployment processes that regularly &#8220;ping&#8221; your repositories to see if a new commit exists.  In order to eliminate the need to &#8220;ping&#8221; at all, we have implemented the concept of a repository callback. If you provide us with a URL to which we can post, we will notify your servers of any commits that happen on your repository immediately after the commit occurs.  Now that&#8217;s continuous integration!&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;To learn more about Git support in Unfuddle and how to get started, please see our &lt;a href=&quot;http://unfuddle.com/docs/git&quot;&gt;Git Documentation&lt;/a&gt;, or just click on the new &#8220;Repositories&#8221; tab in your account.  Please note that the &lt;a href=&quot;http://unfuddle.com/docs/api/repositories&quot;&gt;Unfuddle API&lt;/a&gt; has also been updated to represent the new repository model.&lt;/p&gt;

&lt;p&gt;Thanks to all of you who have taken the time to share your feedback. Unfuddle continues to grow with our industry and we have many new and exciting features on our roadmap!&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2008-04-06:100</id>
    <published>2008-04-06T11:53:00Z</published>
    <updated>2008-04-06T11:55:44Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2008/4/6/openid-support-and-other-random-tidbits" rel="alternate" type="text/html"/>
    <title>OpenID Support and Other Random Tidbits</title>
<content type="html">
            &lt;p&gt;&lt;img class=&quot;image_right&quot; src=&quot;/blog/assets/2008/4/6/openid.big.gif&quot; alt=&quot;OpenID Logo&quot; /&gt;Earlier this evening, we rolled out a number of updates to Unfuddle.  The most visible of these updates, and in direct response to your feedback, is support for &lt;a href=&quot;http://openid.net&quot;&gt;OpenID&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Unfuddle currently supports OpenID as a means of authentication when accessing the web interface of your Unfuddle accounts. While OpenID has many benefits, one of the biggest advantages to Unfuddle users is a single signin that spans multiple Unfuddle accounts.&lt;/p&gt;

&lt;p&gt;This means that you can setup each of your Unfuddle accounts to use the same OpenID. Once you have successfully signed into an Unfuddle account using your OpenID, you will then be able to access all of your other Unfuddle accounts associated with that same OpenID without having to sign in again.&lt;/p&gt;

&lt;p&gt;To setup your OpenID for use with Unfuddle, simply sign into each of your Unfuddle accounts using your username and password. Then, click on &#8220;Personal Settings&#8221; in each account and enter your OpenID URL. Once you have saved your changes, you will be able to use either your OpenID or username and password to sign in to these accounts.&lt;/p&gt;

&lt;p&gt;Additionally, we have added a number of export formats (like CSV and iCal) for both ticket and time tracking reports, accessible directly from the web interface.&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;image_inline&quot; src=&quot;/blog/assets/2008/4/6/new.export.formats.png&quot; alt=&quot;RSS, CSV, iCal and more!&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Another notable change with this release is that, for the first time since the launch of Unfuddle, many of the URL&#8217;s within Unfuddle have been changed, increasing their uniformity and similarity with the &lt;a href=&quot;http://unfuddle.com/docs/api&quot;&gt;Unfuddle API&lt;/a&gt;.  Please note that this will invalidate any exsiting links you may have out in the wild, including RSS and iCal feeds that you may have referenced from your clients.  There is a new version of the &lt;a href=&quot;http://unfuddle.com/widgets/mac&quot;&gt;Unfuddle Widget&lt;/a&gt; now available for download that references these new URL&#8217;s.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2008-01-30:87</id>
    <published>2008-01-30T21:00:00Z</published>
    <updated>2008-04-06T11:56:26Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2008/1/30/project-archives-and-plan-upgrades" rel="alternate" type="text/html"/>
    <title>Project Archives and Plan Upgrades</title>
<content type="html">
            &lt;p&gt;Our customers are growing and Unfuddle is committed to growing with them.  Many of you have asked for more projects as well as the ability to archive projects that are no longer active.  We are happy to say that we have added these features today.&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;image_right&quot; src=&quot;/blog/assets/2008/1/30/archived.projects.png&quot; /&gt;To archive a project, an account administrator need simply click the &#8220;Archive&#8221; link on a project from the Projects tab.  This places the entire project into a read-only mode, including its associated Subversion repository.  If needed, the archived project can also be easily reactivated.&lt;/p&gt;

&lt;p&gt;In addition to the project archival feature, you will find that we have upgraded our plans across the board, adding more people, storage, and projects for the same price to our customers.  Of special note is that our FREE account now supports 200MB of space and two users.  For a full plan comparison, see our &lt;a href=&quot;http://unfuddle.com/about/tour/plans&quot;&gt;plans page&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Thanks again to those of you who have shared such valuable feedback with us through both the community forums and emails.  This feedback has truly grown Unfuddle into the product that it is today!&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2008-01-16:86</id>
    <published>2008-01-16T05:24:00Z</published>
    <updated>2008-01-18T00:06:49Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2008/1/16/acts_as_conference" rel="alternate" type="text/html"/>
    <title>acts_as_conference: Rails Minds Unite</title>
<content type="html">
            &lt;p&gt;&lt;a href=&quot;http://www.actsasconference.com&quot; title=&quot;Rails For All presents acts_as_conference&quot;&gt;&lt;img class=&quot;image_right&quot; src=&quot;http://www.actsasconference.com/images/badge_med_sponsor.png&quot; /&gt;&lt;/a&gt;
There is no doubt  that the Ruby on Rails community has developed faster than any of us could have imagined. How does one keep up with it all?&lt;/p&gt;

&lt;p&gt;Why, &lt;strong&gt;&lt;a href=&quot;http://www.actsasconference.com&quot;&gt;acts_as_conference&lt;/a&gt;&lt;/strong&gt; in Orlando, Florida on February 8th and 9th, of course! This is going to be a concentrated time of learning and connecting for Ruby on Rails developers from all over. You&#8217;ll be brought up to date on the latest happenings in the Rails community, discover how Rails can play nicely with others, and hear insightful discussions on the business and philosophy of software development.&lt;/p&gt;

&lt;p&gt;We are really excited to be both sponsoring and attending acts_as_conference. We have already heard that a number of Unfuddlers will be there too. If you are planning on being there, please be sure to drop us a line. We would love to meet you in person. We&#8217;ll be the ones wearing Unfuddle T-Shirts.  Oops, so will all of you, since we are handing them out at the conference.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2008-01-08:83</id>
    <published>2008-01-08T18:59:00Z</published>
    <updated>2008-02-01T18:48:44Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2008/1/8/trac2unfuddle-trac-import-tool" rel="alternate" type="text/html"/>
    <title>Trac2Unfuddle: Trac Import Tool</title>
<content type="html">
            &lt;p&gt;So you are still using Trac, eh?  You&#8217;d love to switch to Unfuddle but you can&#8217;t bear the thought of having to move all that data over manually?&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;image_right&quot; src=&quot;/blog/assets/2008/1/8/trac2unfuddle.gif&quot; /&gt;Well, we have the answer to your prayers.  &lt;a href=&quot;http://unfuddle.com/support/tools&quot;&gt;Trac2Unfuddle&lt;/a&gt;, our newest little utility based on the Unfuddle API, is a small Ruby script that will import your existing Trac projects into your Unfuddle account.&lt;/p&gt;

&lt;p&gt;We all knew that the introduction of the Unfuddle API would make for some exciting new creations.  Well this is one of them.  Head on over to the &lt;a href=&quot;http://unfuddle.com/support/tools&quot;&gt;Unfuddle Tools&lt;/a&gt; section of our website and get that Trac project moved into Unfuddle today!&lt;/p&gt;

&lt;div&gt;&lt;/div&gt;
          </content>  </entry>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2007-12-13:73</id>
    <published>2007-12-13T19:48:00Z</published>
    <updated>2007-12-13T19:48:19Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2007/12/13/the-unfuddle-api-and-widgety-goodness" rel="alternate" type="text/html"/>
    <title>The Unfuddle API and Widgety Goodness</title>
<content type="html">
            &lt;p&gt;Today, we are very pleased to announce the release of the Unfuddle API to all Unfuddle customers.  This is a very exciting release for us all as it offers a tremendously powerful way to integrate Unfuddle into other applications and development processes.&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;image_left&quot; src=&quot;/blog/assets/2007/12/13/api.gif&quot; /&gt;The Unfuddle API offers direct access to practically every aspect of your Unfuddle account.  It is completely RESTful and offers all resources in XML and JSON, as well as a number of other formats where appropriate (RSS, iCal, CSV, and others).  We have had a number of users also report success integrating the Unfuddle API with ActiveResource, the dead-simple RESTful client found in the recently released Rails 2.0. &lt;/p&gt;

&lt;p&gt;For those of you who cannot wait to take the Unfuddle API plunge, more information, including examples, can be found in the &lt;a href=&quot;http://unfuddle.com/docs/api/&quot;&gt;Unfuddle API Documentation&lt;/a&gt;.  There is also a forum in the &lt;a href=&quot;http://unfuddle.com/community/forums/6&quot;&gt;Unfuddle Community&lt;/a&gt; dedicated to to API topics.&lt;/p&gt;

&lt;p&gt;It should be noted that the Unfuddle API is still wearing it&#8217;s BETA hat.  Thanks to the help of our beta testers, the vast majority of the Unfuddle API has reached equilibrium.  However, we wanted to broaden the opportunity for feedback one last time before giving the API its final seal of approval.&lt;/p&gt;

&lt;h2&gt;Is that a Widget in your Stocking?&lt;/h2&gt;

&lt;p&gt;&lt;a href=&quot;http://unfuddle.com/widgets/mac/&quot;&gt;&lt;img class=&quot;image_right&quot; src=&quot;/blog/assets/2007/12/13/widget.jpg&quot; /&gt;&lt;/a&gt;It&#8217;s also the holiday season for many of us&#8230;and that means presents.  In celebration of the holidays and the new Unfuddle API, our designer David, has whipped together the first version of a Mac OS Dashboard Widget for Unfuddle.  Now you can monitor project activity, create tickets, time entries, and more, all from the comfort of your Mac desktop.&lt;/p&gt;

&lt;p&gt;The icing on the cake is that the Unfuddle Dashboard Widget actually leverages a huge portion of the JSON interface to the new Unfuddle API.  Cool, huh?&lt;/p&gt;

&lt;p&gt;You can learn more and download the Unfuddle Mac OS Dashboard widget &lt;a href=&quot;http://unfuddle.com/widgets/mac/&quot;&gt;here&lt;/a&gt;.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2007-11-15:62</id>
    <published>2007-11-15T22:17:00Z</published>
    <updated>2007-11-21T00:43:37Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2007/11/15/introducing-notebooks" rel="alternate" type="text/html"/>
    <title>Introducing Notebooks</title>
<content type="html">
            &lt;p&gt;As many of you know, there have been two major features that we have had before us over the past couple of months: Notebooks and a full Unfuddle API.  Today, we are very proud to be releasing Notebooks to the world.&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;image_right&quot; src=&quot;/blog/assets/2007/11/15/notebooks.gif&quot; /&gt;While Unfuddle messages are good at capturing ephemeral conversation, there has been no way to author something like a specification or manual.  Notebooks are a collection of related pages, often comprising documents such as specifications or reference documents. Each notebook can be thought of a stand-alone wiki.&lt;/p&gt;

&lt;p&gt;Unlike many other wiki implementations in project management tools, each Unfuddle project can have any number of Notebooks. We have found this to be a great help in organizing our data, as traditional wikis can often become very sprawling and difficult to maintain.&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;image_left&quot; src=&quot;/blog/assets/2007/11/15/notebook.tab.jpg&quot; /&gt;You will now find a new tab titled &#8220;Notebooks&#8221; in each of your projects. Getting started is as easy as creating a new Notebook and starting to write!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NOTE&lt;/strong&gt;: &lt;em&gt;The default permission on Notebooks for all non-administrators is &#8216;None&#8217;. If you are currently in a project and you do not see the Notebooks tab, you should contact your project administrator for access.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Here are some of the highlights of Notebooks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Each Notebook page is completely versioned, allowing you to quickly see history and compare differences between versions.&lt;/li&gt;
&lt;li&gt;Notebooks can have any number of attachments, which can then be referenced from your pages.&lt;/li&gt;
&lt;li&gt;Pages can be interlinked using simple Unfuddle markup.&lt;/li&gt;
&lt;li&gt;All notebook pages are fully integrated into Unfuddle search, email notifications and RSS feeds.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2007-09-07:51</id>
    <published>2007-09-07T01:14:00Z</published>
    <updated>2008-04-06T11:58:14Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2007/9/7/ticket-report-goodness-and-plan-upgrades" rel="alternate" type="text/html"/>
    <title>Ticket Report Goodness and Plan Upgrades</title>
<content type="html">
            &lt;h2&gt;Account-wide Ticket Reports&lt;/h2&gt;

&lt;p&gt;&lt;img title=&quot;Account-wide Ticket Reports&quot; class=&quot;image_left&quot; src=&quot;/blog/assets/2007/9/7/account.wide.ticket.reports.png&quot; alt=&quot;Account-wide Ticket Reports&quot; /&gt;That&#8217;s right &#8211; no more jumping between projects to view and manage your tickets!  You can now view account-wide ticket reports from the Account Dashboard.&lt;/p&gt;

&lt;p&gt;Account-wide ticket reports function just like project ticket reports. You can still make bulk updates to many tickets at once, and now you can sort or group by project as well as all the other available fields.&lt;/p&gt;

&lt;p&gt;Currenly, only account administrators have permission to manage the account-wide ticket reports.&lt;/p&gt;

&lt;h2&gt;Plan Upgrades&lt;/h2&gt;

&lt;p&gt;We have also just upped the storage capacity of a number of our plans. The Compact, Corporate, and Enterprise plans now offer 750MB, 2GB, and 6GB of storage space, respectively. For more about the different plans please check out the &lt;a href=&quot;http://unfuddle.com/about/tour/plans&quot;&gt;new plan matrix&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;Unfuddle Community Forum&lt;/h2&gt;

&lt;p&gt;&lt;img title=&quot;Unfuddle Community Forums&quot; class=&quot;image_left&quot; src=&quot;/blog/assets/2007/9/7/community.png&quot; alt=&quot;Unfuddle Community&quot; /&gt;In preparation for some of the exciting features we have in our pipeline, we have decided that it is finally time to give Unfuddlers a home of their own.  Come on down to &lt;a href=&quot;http://unfuddle.com/community&quot;&gt;http://unfuddle.com/community&lt;/a&gt; and meet your fellow Unfuddlers.  Share your successes, give feedback and ask for help.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2007-08-30:49</id>
    <published>2007-08-30T04:06:00Z</published>
    <updated>2007-09-19T03:14:10Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2007/8/30/ticket-associations-and-more" rel="alternate" type="text/html"/>
    <title>Ticket Associations and more!</title>
<content type="html">
            &lt;p&gt;While we have been working hard on our upcoming wiki (yes, yes &amp;mdash; we are implementing a wiki), we wanted to bring you a few things many of you have been asking for&#8230;&lt;/p&gt;

&lt;h2&gt;Ticket Associations&lt;/h2&gt;

&lt;p&gt;You have let us know how having the power to associtate tickets with one another would help, especially on larger projects.  As of today, all Unfuddle accounts now have the ability to associate tickets with one another.&lt;/p&gt;

&lt;p&gt;From any ticket, you can easily create the following types of associations: Parent, Child, Duplicate or Related.  Sibling relationships are also deduced and displayed for convenience.&lt;/p&gt;

&lt;p&gt;We are convinced that this feature has a huge potential to evolve the workflow of Unfuddle.  Please let us know about any successes (or difficulties) you experience while using ticket associations.&lt;/p&gt;

&lt;p&gt;&lt;img title=&quot;Ticket Associations&quot; class=&quot;image_inline&quot; src=&quot;/blog/assets/2007/8/30/ticket.associations.gif&quot; alt=&quot;Ticket Associations&quot; /&gt;&lt;/p&gt;

&lt;h2&gt;Oh, and Cookies too&#8230;&lt;/h2&gt;

&lt;p&gt;&lt;img title=&quot;Cookies!&quot; class=&quot;image_left&quot; src=&quot;/blog/assets/2007/8/30/remember.me.gif&quot; alt=&quot;Cookies&quot; /&gt;Is anyone else sick of logging into Unfuddle umpteen times a week?  In response to this seemingly universal malaise, we have gone ahead and added cookie-based authentication.&lt;/p&gt;

&lt;p&gt;Now you can just check the &#8220;Remember Me&#8221; box when you sign in and you will be automatically logged into your account for two full weeks unless you clear your cookies or manually logout.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2007-07-26:37</id>
    <published>2007-07-26T02:27:00Z</published>
    <updated>2007-09-19T03:14:10Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2007/7/26/powerful-subversion-commit-messages" rel="alternate" type="text/html"/>
    <title>Powerful Subversion Commit Messages</title>
<content type="html">
            &lt;p&gt;Don't let the silence fool you.  The Unfuddle team has been working hard on some very exciting features in preparation for another big release later this summer.  In the meantime, we wanted to bring you a little something that many of you have been asking for.&lt;/p&gt;

&lt;p&gt;&lt;img class=&quot;image_right&quot; src=&quot;http://unfuddle.com/blog/assets/2007/7/26/associated.changesets.4.jpg&quot; height=&quot;232&quot; alt=&quot;Powerful Subversion Commit Messages&quot; width=&quot;298&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Subversion commit messages are more powerful than ever.  Unfuddle now parses incoming commit messages and appropriately resolves, closes, reassigns or comments upon tickets within your project.&lt;/p&gt;

&lt;p&gt;The commands that can be used in your commit messages are as follows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;resolve&lt;/strong&gt; (&lt;em&gt;resolves, resolved, fix, fixes, fixed&lt;/em&gt;) will change the status of the specified tickets to Resolved.  If your project is setup to automatically close tickets upon resolution, they will be closed as well.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;close&lt;/strong&gt; (&lt;em&gt;closes, closed&lt;/em&gt;) will change the status of the specified tickets to Closed.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;addresses&lt;/strong&gt; (&lt;em&gt;references, refs, re, see&lt;/em&gt;) will associate the Subversion Changeset with the specified tickets noting that the ticket was affected by the commit in some way.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assign&lt;/strong&gt; (&lt;em&gt;assigns, assigned, reassign, reassigns, reassigned&lt;/em&gt;) will reassign the specified tickets to the username that follows.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here are some examples of how to use your newly discovered Unfuddle Judo skills:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;gt; svn commit -m 'fixed #372 and #456 and closed #385'
&amp;gt; svn commit -m 'resolves #22 &amp;amp; reassigns #22 to david'
&amp;gt; svn commit -m 'refs #124, #125 and #129 and closes #126'
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;A few notes on syntax:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If you want Unfuddle to actually affect tickets in your project, each ticket number must be preceded by a hash (#) symbol, as shown in the examples above.&lt;/li&gt;
&lt;li&gt;When reassigning tickets, the specified username must be preceded by the word &quot;to&quot; (i.e. &quot;assign #25 &amp;amp; #26 to alex&quot;).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Enjoy!&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2007-04-19:27</id>
    <published>2007-04-19T03:19:00Z</published>
    <updated>2007-09-19T03:14:10Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2007/4/19/ask-and-you-shall-receive" rel="alternate" type="text/html"/>
    <title>Ask and You Shall Receive</title>
<content type="html">
            &lt;p&gt;Well it certainly has been a busy week for us over here at Unfuddle.  The response to the recent updates has been phenomenal.  In addition to a good dose of encouragement, we received a lot of great feedback pertaining to some of the new features.&lt;/p&gt;

&lt;p&gt;We have actually gone ahead and implemented some of these requests.  Listed below are a few of the refinements.&lt;/p&gt;

&lt;h2&gt;Workflow Improvements&lt;/h2&gt;

&lt;p&gt;&lt;img class=&quot;image_right&quot; src=&quot;http://unfuddle.com/blog/assets/2007/4/16/ticket.resolve.and.close.jpg&quot; height=&quot;118&quot; alt=&quot;Close Ticket Simultaneously&quot; width=&quot;283&quot; /&gt;The new release of Unfuddle sports a new ticket workflow.  This was introduced to help larger or more formal teams manage ticket resolution.  Typically a developer would resolve a ticket, then the creator or a QA person would then verify and actually close out the ticket.  Many of you wrote in saying that this was a bit too heavy for you.&lt;/p&gt;

&lt;p&gt;For those of you who wish to skip the &#8220;Verify and Close&#8221; step, we have now added a new &#8220;Close Ticket Simultaneously&#8221; checkbox to the ticket resolution panel.  Whether or not the checkbox is checked by default is a per-project option that can be found in &#8220;Project Settings&#8221;.&lt;/p&gt;

&lt;p&gt;Additionally, you can now specify the person to whom a ticket should automatically be assigned when the ticket is resolved.  It can be automatically assigned to the Reporter, be unassigned completely, or remain assigned to the current assignee.  This option can be set from the &#8220;Project Settings&#8221; tab.&lt;/p&gt;

&lt;h2&gt;Ticket Next/Previous Navigation&lt;/h2&gt;

&lt;p&gt;&lt;img class=&quot;image_left&quot; src=&quot;http://unfuddle.com/blog/assets/2007/4/16/ticket.next.previous.jpg&quot; height=&quot;118&quot; alt=&quot;Improved Ticket Navigation&quot; width=&quot;283&quot; /&gt;Now, when you are viewing a ticket from a ticket report, you will notice a small set of links in the upper right hand corner of the screen.  These links allow you to navigate back and forth through the ticket report.  Now you won&#8217;t have to jump back and forth between screens!&lt;/p&gt;

&lt;h2&gt;Optional Time Tracking&lt;/h2&gt;

&lt;p&gt;Time Tracking is not for everyone.  While the benefits of tracking your time can be great, it requires a lot of discipline.  For those accounts that support time tracking, but do not wish to use it, we have now added the option to hide much of the time tracking interface.  This can be set on a per-project basis from the &#8220;Project Settings&#8221; screen.&lt;/p&gt;

&lt;p&gt;I want to thank you all again for being so active in making Unfuddle the best software project management tool out there.  Keep those feedback requests coming &#8211; we&#8217;re listening!&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2007-04-08:10</id>
    <published>2007-04-08T00:44:00Z</published>
    <updated>2007-09-19T03:14:09Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2007/4/8/unfuddle-has-been-unfuddled" rel="alternate" type="text/html"/>
    <title>Unfuddle has been Unfuddled!</title>
<summary type="html">&lt;p&gt;This is the biggest release since our launch.&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;This is the biggest release since our launch.&lt;/p&gt;
&lt;p&gt;As many of you know, we have been working tirelessly to bring you our first major release since the launch of Unfuddle.  While we have been quiet, we have been taking months of feedback and integrating your ideas in such a way as to keep Unfuddle as simple and as elegant as it has been since its launch.&lt;/p&gt;

&lt;p&gt;Here is a brief overview of the biggest changes.  We know you will like them! &lt;/p&gt;

&lt;h3&gt;Multiple Projects per Account&lt;/h3&gt;

&lt;p&gt;&lt;img title=&quot;Multiple Projects&quot; class=&quot;image_left&quot; src=&quot;/blog/assets/2007/4/11/multiple.projects.jpg&quot; alt=&quot;Multiple Projects&quot; /&gt;Since the launch of Unfuddle, there has been one feature request that has dominated the feedback scene: the ability to have multiple projects within a single Unfuddle account.  Well, we have heard you and are very proud to say that all Unfuddle accounts now support multiple projects.  The number of projects you and your team can manage is dependent upon your current plan.&lt;/p&gt;

&lt;p&gt;This means one set of users across all of your projects, one unified login, and more bang for your buck!&lt;/p&gt;

&lt;h3&gt;Tickets, Tickets, Tickets&lt;/h3&gt;

&lt;p&gt;Chances are, if you are a developer, you live in the tickets.  With the new update, there are a number of changes to the ticketing system.&lt;/p&gt;

&lt;p&gt;First off is the ability to create custom ticket reports.  We have created a stock set of reports for all existing projects, but these reports can easily be changed to group, sort and find whatever your little heart desires.  You wanted flexible reporting and here it is.&lt;/p&gt;

&lt;p&gt;Next is an improved ticket workflow.  One of the weaknesses of Unfuddle up until now has been the inability to verify that a closed ticket has, in fact, been fixed.  This was especially difficult for larger teams.  Now, when a developer closes a ticket, it is immediately reassigned to the reporter who can then verify and close the ticket.  Also, it is very easy to see where a ticket is in its lifecycle as we have added a nifty visual timeline to all tickets.&lt;/p&gt;

&lt;p&gt;&lt;img title=&quot;Ticket Workflow Timeline&quot; class=&quot;image_inline&quot; src=&quot;/blog/assets/2007/4/8/tickets.jpg&quot; alt=&quot;Ticket Workflow Timeline&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Up until now, while it has certainly been helpful to assign a milestone and priority to a ticket, it was still difficult to manage resources and critical paths.  To remedy this, all tickets can now have an optional due date.  This additional field allows a very basic, yet flexible mechanism for managing what really needs to be done next.&lt;/p&gt;

&lt;p&gt;&lt;img title=&quot;Time Tracking Reports&quot; class=&quot;image_left&quot; src=&quot;/blog/assets/2007/4/8/time.tracking.jpg&quot; alt=&quot;Time Tracking Reports&quot; /&gt;For those of you who are in to the time tracking features of Unfuddle, we have added a few features that will really help.  All tickets now have both initial and current estimates of hours required.  Obviously, we have improved reporting to coincide with this new information.  Want to know how close we &lt;strong&gt;really&lt;/strong&gt; are to finishing the Beta Milestone?  Now it&#8217;s a breeze. &lt;/p&gt;

&lt;p&gt;Note that with the new time tracking updates that your project and milestone status bars may show different percentages.  Previously, percentage complete was calculated using the &lt;em&gt;number&lt;/em&gt; of tickets.  It is now calculated using the hours invested vs. current estimate.&lt;/p&gt;

&lt;h3&gt;Email Notifications&lt;/h3&gt;

&lt;p&gt;&lt;img title=&quot;Email Notifications&quot; class=&quot;image_right&quot; src=&quot;/blog/assets/2007/4/8/notifications.jpg&quot; alt=&quot;Email Notifications&quot; /&gt;One of the weaker areas of Unfuddle to date has been the notification system.  Well, email notifications are now vastly improved sporting more intuitive formatting, and more event detail.  This includes notifications of ticket assignment.  Now you can know immediately when tickets are assigned to you.&lt;/p&gt;

&lt;p&gt;Email notifications are now also subject to your notification preferences (found in Personal Settings).  You can opt to receive notification of only certain events.  With regards to tickets specifically, you can even opt to receive notifications for only the tickets with with you are involved or have deliberately chosen to monitor.&lt;/p&gt;

&lt;p&gt;All notifications are now being sent in an HTML and plain text multipart email.  This means that if you are using a mail client that supports HTML, you will receive an email that is much easier on the eyes than the previous notifications.  Of course, if you are a plain text junkie, then you will still have the same new and improved information and format in your plain text version.&lt;/p&gt;

&lt;h3&gt;Miscellaneous&lt;/h3&gt;

&lt;p&gt;Along with an absolute slew of minor bug fixes and cosmetic updates, there were a couple of small changes that are worth noting.&lt;/p&gt;

&lt;p&gt;The first change is the ability to archive milestones.  Many of you have found that after a few months into your project, your milestone list can become unwieldy, especially in dropdowns.  Now, you can easily archive those older, completed milestones so they don&#8217;t clutter up your screen.&lt;/p&gt;

&lt;p&gt;The second change is a slightly more robust markup that allows you to reference tickets, changesets, and source files.  This markup can be used anywhere in Unfuddle, even in Subversion commit messages.  Some examples of the new markup include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Tickets&lt;/strong&gt;: &#8220;Fixed ticket:322&#8221; or &#8220;Fixed #322&#8221;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Revisions&lt;/strong&gt;: &#8220;Bug was fixed in revision:2185&#8221; or &#8220;Bug was fixed in [2185]&#8221;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Source&lt;/strong&gt;: &#8220;The best version of the algorithm was in source:/trunk/message.rb@183&#8221;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Infrastructure Upgrades&lt;/h3&gt;

&lt;p&gt;As Unfuddle has grown so have our physical hardware needs.  Many of you will find Unfuddle to be quite a bit faster as we have upgraded all of our servers to brand new, top-of-the-line machines.  Thanks to the great folks at Rackspace for making this part of our lives so easy.&lt;/p&gt;

&lt;p&gt;Along with the server upgrades, there were also a number of software updates.  One of the more notable changes to the upgrade from Subversion 1.3 to 1.4.  This update will not change how anyone interacts with their existing repositories.  However, this change does open some exciting doors for the future, such as leveraging the repository syncing features of Subversion 1.4.&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2007-04-04:11</id>
    <published>2007-04-04T23:48:00Z</published>
    <updated>2007-09-19T03:14:09Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2007/4/4/making-way-for-the-new-release" rel="alternate" type="text/html"/>
    <title>Making Way for the New Release</title>
<summary type="html">&lt;p&gt;Scheduled Downtime: Sunday, April 8, 1:00am to 3:00am EST&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;Scheduled Downtime: Sunday, April 8, 1:00am to 3:00am EST&lt;/p&gt;
&lt;p&gt;Well, it has been through the wringer and back and it is ready for prime time.  That&#8217;s right folks, the newest release of Unfuddle is coming this weekend.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;We will be performing the migration on Sunday, 8 April 2007 between the hours of 1:00am and 3:00am EST.  During this time, Unfuddle will not be available.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The changes to Unfuddle are extensive, however, you will only notice a difference in the web interface.  In other words, there will be no changes to Subversion repository URL&#8217;s or logins.  All existing projects and Subversion repositories will continue to work as they do now.&lt;/p&gt;

&lt;p&gt;Without giving away too much, here are a few mini-screenshots to whet your appetite&#8230;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://unfuddle.com/blog/assets/2007/4/4/teaser.jpg&quot; alt=&quot;Unfuddle Teaser Image&quot; /&gt;&lt;/p&gt;
          </content>  </entry>
  <entry xml:base="http://unfuddle.com/blog/">
    <author>
      <name>frappier</name>
    </author>
    <id>tag:unfuddle.com,2007-03-31:7</id>
    <published>2007-03-31T02:41:00Z</published>
    <updated>2007-09-19T03:14:09Z</updated>
    <category term="General"/>
    <link href="http://unfuddle.com/blog/2007/3/31/unfuddled-finally-we-blog" rel="alternate" type="text/html"/>
    <title>Unfuddled: Finally, we blog!</title>
<summary type="html">&lt;p&gt;Silent no longer.  We&#8217;ve started blogging!&lt;/p&gt;</summary><content type="html">
            &lt;p&gt;Silent no longer.  We&#8217;ve started blogging!&lt;/p&gt;
&lt;p&gt;Okay, okay.  While many of you have spoken directly to us through email, there has been some talk that the makers of Unfuddle are a fairly quiet lot.  Well, things are about to change.  We&#8217;ve come to our senses and are launching &lt;a href=&quot;http://unfuddle.com/blog&quot;&gt;Unfuddled&lt;/a&gt; &#8211; the official blog of Unfuddle!&lt;/p&gt;

&lt;p&gt;The past eight months since the launch of Unfuddle have been very exciting.  Over and over again, we have received confirmation that the Unfuddle approach really meets the needs of many fellow developers.  Never have we had the opportunity to work with such a high class group of people as yourselves.  Your continued encouragement and valuable feedback have served to shape Unfuddle into the product that it is today.&lt;/p&gt;

&lt;p&gt;While the Unfuddle featureset has remained fairly consistent over the past few months, rest assured that we have not been sitting idle.  We have been working night and day to design the next release of Unfuddle.  Get excited.  Changes are coming and they are going to help you and your team get even more work done!&lt;/p&gt;

&lt;p&gt;Please drop into Unfuddled for information about upcoming features, tips and tricks, scheduled maintenance and all other Unfuddle related news.&lt;/p&gt;

&lt;p&gt;Thanks again for making Unfuddle the best software project management tool out there!&lt;/p&gt;
          </content>  </entry>
</feed>
