<?xml version="1.0" encoding="utf-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">

    <title type="text">Tracks</title>
    <link rel="alternate" type="text/html" href="http://www.getontracks.org/forums/" />
    <link rel="self" type="application/atom+xml" href="http://www.getontracks.org/forums/atom/" />
    <updated>2009-02-28T12:32:26Z</updated>
    <rights>Copyright (c) 2009</rights>
    <generator uri="http://www.pmachine.com/" version="1.6.6">ExpressionEngine</generator>
    <id>tag:getontracks.org,2009:04:02</id>


    <entry>
      <title>Tracks 1.7 released</title>
      <link rel="alternate" type="text/html" href="http://www.getontracks.org/forums/viewthread/347/" />      
      <id>tag:getontracks.org,2009:forums/viewthread/.347</id>
      <published>2009-02-28T12:29:37Z</published>
      <updated>2009-02-28T12:32:26Z</updated>
      <author><name>bsag</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all,</p>

<p>I&#8217;m pleased to announce that Tracks 1.7 has been released. </p>

<p>You can download this new stable version of Tracks <a href="http://bsag.bingodisk.com/public/files/tracks-current.zip">here</a> and an updated manual can be found on <a href="http://github.com/bsag/tracks_manual/tree/master">github</a> and on the <a href="http://getontracks.org/doc/index.html">Tracks website</a>.</p>

<p>What is new in 1.7:</p>

<p>* The included Rails version is updated to 2.2.2<br />
* Tracks now supports recurring/repeating todos<br />
* Cleanup of feed page and add feed for starred actions<br />
* New interface to import an email / sms messages into Tracks (needs an email server on the same server as Tracks)<br />
* New buttons to quickly defer an action 1 or 7 days<br />
* Calendar view to review upcoming due actions, includes iCal feed to use in your calendar app (tested with Google Calendar, Evolution, Outlook 2007)<br />
* You can now sort projects on number of active todos<br />
* Support for OpenSearch. This means you can add a Tracks as a search provider in your webbrowser (tested on FF3 and IE7)<br />
* We now allow users again to stay logged in on two devices at the same time<br />
* Move site specific configuration out of environment.rb into site.yml for easier updating<br />
* Bugfixes, including fixing OpenID</p>

<p>(for those using 1.7RC1/1.7RC2 we dropped the initial importer of yaml files because of its experimental state)</p>

<p>There are changes to the database in Tracks 1.7, and changes to the way you configure Tracks, so please migrate your database and redo your Tracks configuration.</p>

<p>In Tracks 1.7 the site specific configuration is moved from environment.rb into the new site.yml. This makes updating environment.rb much easier without you needing to set your site specific settings after each update. After you install/upgrade to Tracks 1.7 there will be no environment.rb.tmpl anymore. You will find an environment.rb which you can leave untouched. Just fill in your settings from your old environment.rb in the new site.yml. If you have made any other customizations to environment.rb in the past, you can put them in your own configuration file &#40;for example, in my-config.rb&#41; in config/initializers. Please let us know if you think they should be in site.yml.tmpl.</p>

<p>WARNING: if you update to 1.7 using git, your environment.rb will be overwritten. SO PLEASE MAKE BACKUPS</p>

<p>This release of 1.7 will include enhancements made by a lot new contributers (Jakub, Hans, Piotr, MHarris, Piglop, Farzy, Vitaliel, McVeat and Simon; I hope I didn&#8217;t forget anyone&#8230;&#41;. Thank you all for helping Tracks getting better every release. As ever particular thanks to Luke (for updating Tracks to 2.2.2) and to Eric Allen for lots of work on a many fronts, including the site.yml improvements!</p>

<p>Very many thanks to Reinier for his hard work yet again in getting this release together!</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Tracks 1.7RC2 released</title>
      <link rel="alternate" type="text/html" href="http://www.getontracks.org/forums/viewthread/330/" />      
      <id>tag:getontracks.org,2009:forums/viewthread/.330</id>
      <published>2009-02-09T10:21:56Z</published>
      <updated></updated>
      <author><name>Reinier Balt</name></author>
      <content type="html">
      <![CDATA[
        <p>Hi all,</p>

<p>BSAG is quite busy currently, so in this case I&#8217;m going to do the announcement: I&#8217;m pleased to announce that Tracks 1.7RC2 has been released. </p>

<p>We have many improvements based on the feedback on RC1. We felt we should first do a RC2 to make sure all improvements did not introduce new regressions. </p>

<p>To download the this pre-release of version 1.7, please use github. (As soon as BSAG finds some time, she will post it on the getontracks.org home page and update the manual there.)</p>

<p><a href="http://github.com/bsag/tracks/downloads/v1.7RC2">http://github.com/bsag/tracks/downloads/v1.7RC2</a></p>

<p>An updated manual can be found in <a href="http://github.com/bsag/tracks_manual/tree/master">http://github.com/bsag/tracks_manual/tree/master</a> </p>

<p>Please help out to test this second pre-release to find any bugs before we release 1.7 in a few weeks</p>

<p>What was new in RC1:<br />
&nbsp;   * The included Rails version is updated to 2.2.2<br />
&nbsp;   * Tracks now supports recurring/repeating todos<br />
&nbsp;   * Cleanup of feed page and add feed for starred actions<br />
&nbsp;   * Initial importer of yaml files (still very EXPERIMENTAL; please send feedback on whether to include this; make backups while testing it)<br />
&nbsp;   * New interface to import an email / sms messages into Tracks (needs an email server on the same server as Tracks)<br />
&nbsp;   * New buttons to quickly defer an action 1 or 7 days<br />
&nbsp;   * Calendar view to review upcoming due actions, includes iCal feed to use in your calendar app (tested with Google Calendar, Evolution, Outlook 2007)<br />
&nbsp;   * You can now sort projects on number of active todos<br />
&nbsp;   * Support for OpenSearch. This means you can add a Tracks as a search provider in your webbrowser (tested on FF3 and IE7)<br />
&nbsp;   * Bugfixes, including fixing OpenID</p>

<p>New in RC2:<br />
&nbsp;   * We now allow users again to stay logged in on two devices at the same time<br />
&nbsp;   * Move site specific configuration out of environment.rb into site.yml for easier updating<br />
&nbsp;   * Bugfixes, including the upgrade of has_many_polymorphs which will fix the problem of not being able to migrate from 1.6 because of non-existing recurring_todos table.</p>

<p>There are changes to the database (even between RC1 and RC2), and changes to the way you configure Tracks, so please migrate your database and redo your Tracks configuration. </p>

<p>In Tracks 1.7RC2 the site specific configuration is moved from environment.rb into the new site.yml. This makes updating environment.rb much easier without you needing to set your site specific settings after each update. After you install/upgrade Tracks 1.7RC2 there will be no environment.rb.tmpl anymore. You will find an environment.rb which you can leave untouched. Just fill in your settings from your old environment.rb in the new site.yml. If you have made any other customizations to environment.rb in the past, you can put them in your own configuration file &#40;for example, in my-config.rb&#41; in config/initializers. Please let us know it you think they should be in site.yml.tmpl. </p>

<p>WARNING: if you update to RC2 using git, your environment.rb will be overwritten. SO PLEASE MAKE BACKUPS</p>

<p>This release of 1.7 will include enhancements made by a lot new contributers (Jakub, Hans, Piotr, MHarris, Piglop, Farzy, Vitaliel, McVeat and Simon; I hope I didn&#8217;t forget anyone&#8230;). Thank you all for helping Tracks getting better every release. As ever particular thanks to Luke (for updating Tracks to 2.2.2) and to Eric Allen for lots of work on a many fronts, including the site.yml improvements! And since BSAG isn&#8217;t doing the announcement, I can thank BSAG for her work on Tracks and her work on the manual! <img src="http://www.getontracks.org/images/smileys/grin.gif" width="19" height="19" alt="grin" style="border:0;" /></p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>New manual for Tracks now available</title>
      <link rel="alternate" type="text/html" href="http://www.getontracks.org/forums/viewthread/321/" />      
      <id>tag:getontracks.org,2009:forums/viewthread/.321</id>
      <published>2009-01-18T19:13:07Z</published>
      <updated></updated>
      <author><name>bsag</name></author>
      <content type="html">
      <![CDATA[
        <p>As many of you know, I&#8217;ve started keeping the manual up to date in a separate github repository, using Webby to build the HTML:</p>

<p><a href="http://github.com/bsag/tracks_manual/tree/">http://github.com/bsag/tracks_manual/tree/</a></p>

<p>I&#8217;ve now sorted out the formatting and organisation of the chapters sufficiently to publish it to the main Tracks site:</p>

<p><a href="http://getontracks.org/doc/index.html">http://getontracks.org/doc/index.html</a></p>

<p>With webby and the appropriate settings in my Sitefile, all I need to do is issue the command:</p>

<p>webby deploy</p>

<p>to update all the files on the Tracks site, thus making it much easier than before to keep the manual up to date. I&#8217;ve changed the link for the &#8216;Manual&#8217; navbar link on the main site to point to the new documentation.</p>

<p>In addition, with Prince XML installed, you can do the following on your local copy of the manual (with webby running) to generate a nice PDF file:</p>

<p>prince <a href="http://localhost:4331/printed/manual.html">http://localhost:4331/printed/manual.html</a> -o ~/Desktop/manual.pdf</p>

<p>I need to do a bit more CSS work to get the manual exactly how I want it to appear as a PDF, but it&#8217;s not bad. I&#8217;ve just uploaded it to my Bingodisk to replace the old manual, so you can have a look if you want:</p>

<p><a href="http://bsag.bingodisk.com/public/files/manual.pdf">http://bsag.bingodisk.com/public/files/manual.pdf</a></p>

<p>At the moment, the manual is more or less as it was before, with instructions for installing and upgrading Tracks, but I&#8217;d like to add other chapters on usage, tips and tricks etc.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>New domain for Tracks</title>
      <link rel="alternate" type="text/html" href="http://www.getontracks.org/forums/viewthread/310/" />      
      <id>tag:getontracks.org,2008:forums/viewthread/.310</id>
      <published>2008-12-30T15:50:10Z</published>
      <updated>2008-12-30T15:50:55Z</updated>
      <author><name>bsag</name></author>
      <content type="html">
      <![CDATA[
        <p>...and a new home! I have now completed the migration to the new Shared Accelerator at <a href="http://joyent.com/">Joyent.com</a>, and in the process, gave Tracks its own domain name: getontracks.org. You may find that the new server feels a bit more snappy than the old one, and it should be more stable and reliable. The migration process was fairly complex, and it&#8217;s possible that some links may be broken, so do please email me if you find anything amiss. I&#8217;ve redirected the old domain to the new one, so feed readers should pick up the redirection. If they do not, you might want to enter the new feed URLmanually for the <a href="http://www.getontracks.org/tracks/rss_2.0/">RSS2 feed</a> or <a href="http://www.getontracks.org/tracks/atom/">Atom feed</a>.</p>

<p><br />
&nbsp;   I was hoping to replace our Trac bug tracker with a custom solution run with ExpressionEngine (which runs this site), but importing existing tickets proved too much for my pre-Christmas brain! Instead, I imported all the old tickets into an <a href="http://www.assembla.com/spaces/tracks-tickets/tickets">Assembla space</a>. Assembla offers a number of rather cool features, and will be easier for me to administer. You can find out how to use the site to submit tickets <a href="http://getontracks.org/development/">here</a>.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Important news about the site</title>
      <link rel="alternate" type="text/html" href="http://www.getontracks.org/forums/viewthread/307/" />      
      <id>tag:getontracks.org,2008:forums/viewthread/.307</id>
      <published>2008-12-21T14:56:34Z</published>
      <updated></updated>
      <author><name>bsag</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;ve got a couple of announcements to make:</p>

<p>1. I&#8217;m going to move from comment moderation on the Tracks site, to requiring membership to make comments. I&#8217;m hoping that this will be more effective in reducing spam, and will require less intervention from me as a moderator. To facilitate this, I&#8217;ve added a login form to the top of every page. The membership is the same as for the forum and wiki, so if you have already signed up for either of those, just sign in with your username and password. If you have uploaded an avatar, it should also show that avatar against your name if you make a comment. I&#8217;m also creating a bug tracker within the Tracks website, so you will also be able to use the same credentials to create tickets and comment on tickets that others have created.<br />
2. I&#8217;ve got to move the entire Tracks site (and my own blog) to a new server over Christmas. In the process, I&#8217;ll have to disable the current site, Trac, forum and mailing list for a short while so that I don&#8217;t lose any data in the move. I&#8217;ll try to make that period as short as possible, but it depends on the process going smoothly! So if you see a notice that the site is down over the next few days, don&#8217;t be surprised. When it is finished, we should get faster page loading and experience much greater stability.<br />
3. When this process is all over, Tracks will get its own, shiny new domain at long last: <a href="http://www.getontracks.org/">http://www.getontracks.org/</a> I&#8217;ll redirect the old site to the new one, but it would be a good idea to update your bookmarks when the process is finished too.</p>

<p>Wish me luck! It&#8217;s a bit of a complex process, and I&#8217;m fairly scared of messing things up!</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Tracks 1.7rc</title>
      <link rel="alternate" type="text/html" href="http://www.getontracks.org/forums/viewthread/300/" />      
      <id>tag:getontracks.org,2008:forums/viewthread/.300</id>
      <published>2008-12-14T12:48:16Z</published>
      <updated></updated>
      <author><name>bsag</name></author>
      <content type="html">
      <![CDATA[
        <p>Tracks 1.7rc has been <a href="http://www.rousette.org.uk/projects/downloads/comments/tracks-1.7rc/">released</a>:</p>

<p>I&#8217;m pleased to announce that Tracks 1.7RC has been released. This is a pre-release of version 1.7. Please help out to test this pre-release to find any bugs before we release 1.7 in a few weeks</p>

<p>What&#8217;s new:</p>

<p>&nbsp; * The included Rails version is updated to 2.2.2<br />
&nbsp; * Tracks now supports recurring/repeating todos<br />
&nbsp; * Cleanup of feed page and add feed for starred actions<br />
&nbsp; * Initial importer of yaml files (still very EXPERIMENTAL; please send<br />
feedback on whether to include this; make backups while testing it)<br />
&nbsp; * New interface to import an email / sms messages into Tracks (needs an<br />
email server on the same server as Tracks)<br />
&nbsp; * New buttons to quickly defer an action 1 or 7 days<br />
&nbsp; * Calendar view to review upcoming due actions, includes iCal feed to<br />
use in your calendar app (tested with Google Calendar, Evolution, Outlook<br />
2007)<br />
&nbsp; * You can now sort projects on number of active todos<br />
&nbsp; * Support for OpenSearch. This means you can add a Tracks as a search<br />
provider in your webbrowser (tested on FF3 and IE7)<br />
&nbsp; * Bugfixes, including fixing OpenID</p>

<p>There are changes to the database, and a few changes to config/environment.rb.tmpl, so please migrate your database and copy the template file and merge your personalisations with it. More upgrade instructions are in the manual in the /doc directory.</p>

<p>This release of 1.7 will include enhancements made by a lot new contributers (Jakub, Hans, Piotr, MHarris and Simon). Thank you all for helping Tracks getting better every release. As ever particular thanks to Luke (for updating Tracks to 2.2.2) and to Reinier for masses of work on a lot of fronts, not least in making it extremely easy for me to announce and distribute this release!</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>IRC channel</title>
      <link rel="alternate" type="text/html" href="http://www.getontracks.org/forums/viewthread/266/" />      
      <id>tag:getontracks.org,2008:forums/viewthread/.266</id>
      <published>2008-08-18T20:12:14Z</published>
      <updated></updated>
      <author><name>Dieter_be</name></author>
      <content type="html">
      <![CDATA[
        <p>IRC is a commonly used medium for realtime inter-developer/developer-user and user communication.</p>

<p>I saw that #tracks on freenode was still available so I registered it.&nbsp; Feel free to join.</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Development news: Tracks moves to GitHub</title>
      <link rel="alternate" type="text/html" href="http://www.getontracks.org/forums/viewthread/240/" />      
      <id>tag:getontracks.org,2008:forums/viewthread/.240</id>
      <published>2008-06-15T10:53:57Z</published>
      <updated></updated>
      <author><name>bsag</name></author>
      <content type="html">
      <![CDATA[
        <p>Get the full story here:</p>

<p><a href="http://www.rousette.org.uk/projects/news/comments/tracks-moves-to-github/">http://www.rousette.org.uk/projects/news/comments/tracks-moves-to-github/</a></p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>NEW! Tracks 1.5 final</title>
      <link rel="alternate" type="text/html" href="http://www.getontracks.org/forums/viewthread/206/" />      
      <id>tag:getontracks.org,2008:forums/viewthread/.206</id>
      <published>2008-03-31T21:08:55Z</published>
      <updated></updated>
      <author><name>bsag</name></author>
      <content type="html">
      <![CDATA[
        <p>The final version of Tracks 1.5 is released:</p>

<p><a href="http://www.rousette.org.uk/projects/downloads/comments/tracks-15/">http://www.rousette.org.uk/projects/downloads/comments/tracks-15/</a></p>

<p>I&#8217;ve also updated the home page, the manual and screenshots for the new release.</p>

<p>Have fun!</p>
      ]]>
      </content>
    </entry>

    <entry>
      <title>Tracks 1.6</title>
      <link rel="alternate" type="text/html" href="http://www.getontracks.org/forums/viewthread/236/" />      
      <id>tag:getontracks.org,2008:forums/viewthread/.236</id>
      <published>2008-06-03T21:02:51Z</published>
      <updated></updated>
      <author><name>bsag</name></author>
      <content type="html">
      <![CDATA[
        <p>I&#8217;m pleased to announce that Tracks 1.6 has been <a href="http://www.rousette.org.uk/projects/downloads/comments/tracks-16/">released</a>.</p>

<p>What&#8217;s new:<br />
* The included Rails version is updated to 2.0.2<br />
* You can now search the contents of todos, projects and notes (thanks, Jeffrey Gipson!)<br />
* Improvements to the mobile view, including a few iPhone specific improvements for those of you lucky enough to have an iPhone<br />
* A few bug fixes</p>

<p>An important caveat is that OpenID support is broken in 1.6. The fix is a bit complicated because of changes to the ruby-openid gem, so we wanted to get 1.6 out before fixing it. If you depend on OpenID support, we&#8217;d advise waiting until the next release. There are no changes to the database, but quite a few changes to config/environment.rb.tmpl, so please copy the template file and merge your personalisations with it.</p>

<p>Many thanks to Luke, Reinier and Jeffrey for their hard work on this release!</p>
      ]]>
      </content>
    </entry>


</feed>