<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Achievo.org blog</title>
    <link>http://www.achievo.org/blog/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Mon, 27 Sep 2010 20:22:20 GMT</pubDate>

    <image>
        <url>http://www.achievo.org/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Achievo.org blog - </title>
        <link>http://www.achievo.org/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Achievo 1.4.5 - Security Bugfix release</title>
    <link>http://www.achievo.org/blog/archives/662-Achievo-1.4.5-Security-Bugfix-release.html</link>
            <category>Release</category>
    
    <comments>http://www.achievo.org/blog/archives/662-Achievo-1.4.5-Security-Bugfix-release.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=662</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=662</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    Again we received an email from the &lt;a href=&quot;http://www.cybsec.com&quot; title=&quot;CYBSEC&quot;&gt;CYBSEC S.A&lt;/a&gt; company that they discovered 2 vulnerabilities in Achievo 1.4.4 and below. The first one was an authorization flaw in the Time registration module, that made it possible to delete/add records of other users. The second one was a CSRF in ATK how it handles the validation of the actions. Both problems are fixed in Achievo 1.4.5. &lt;br /&gt;
&lt;br /&gt;
For a full list of resolved issues, you can visit: &lt;a href=&quot;http://www.achievo.org/download/releasenotes/1_4_5&quot; title=&quot;Achievo 1.4.5&quot;&gt;http://www.achievo.org/download/releasenotes/1_4_5&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sandy  
    </content:encoded>

    <pubDate>Mon, 27 Sep 2010 22:09:49 +0200</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/662-guid.html</guid>
    <category>achievo</category>
<category>release</category>

</item>
<item>
    <title>Achievo 1.4.4 - Security Bugfix release</title>
    <link>http://www.achievo.org/blog/archives/660-Achievo-1.4.4-Security-Bugfix-release.html</link>
            <category>Release</category>
    
    <comments>http://www.achievo.org/blog/archives/660-Achievo-1.4.4-Security-Bugfix-release.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=660</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=660</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    Yesterday we received an email from &lt;a _blank=&quot;&quot; href=&quot;http://www.suspekt.org/ target=&quot;&gt;Stefan Esser&lt;/a&gt; which was testing Achievo for the &lt;a href=&quot;http://php-security.org/&quot; target=&quot;_blank&quot;&gt;Month Of PHP Security&lt;/a&gt;. During the SQL Injection marathon he found one in the script that generates the project graphs. This security bugfix release will fix this issue.&lt;br /&gt;
&lt;br /&gt;
For a full list of resolved issues, you can visit: &lt;a href=&quot;http://www.achievo.org/download/releasenotes/1_4_4&quot;&gt;http://www.achievo.org/download/releasenotes/1_4_4&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sandy  
    </content:encoded>

    <pubDate>Fri, 21 May 2010 09:23:04 +0200</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/660-guid.html</guid>
    <category>achievo</category>
<category>release</category>
<category>security</category>

</item>
<item>
    <title>Achievo 1.4.3 - Security Bugfix release</title>
    <link>http://www.achievo.org/blog/archives/659-Achievo-1.4.3-Security-Bugfix-release.html</link>
            <category>Release</category>
    
    <comments>http://www.achievo.org/blog/archives/659-Achievo-1.4.3-Security-Bugfix-release.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=659</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=659</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    Today we received an email from the &lt;a href=&quot;http://www.cybsec.com&quot; target=&quot;_blank&quot;&gt;CYBSEC S.A&lt;/a&gt; company that they discovered 2 vulnerabilities in Achievo 1.4.2 and below. The first one was about an XSS that people could enter javascript in a scheduler category. And the second one was about the document manager. This module didn&#039;t check the files that where upload which made it possible to upload php files for example. Therefore we updated the document manager and added a new config (docmanager_allowedfiletypes) for it in /configs/docmanager.php.inc. With this config you can tell the docmanager what type of files a user can upload. Both problems are now fixed in Achievo 1.4.3 this means that we have a new release 6 hours after they where reported, which is a new record &lt;img src=&quot;http://www.achievo.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
For a full list of resolved issues, you can visit: &lt;a href=&quot;http://www.achievo.org/download/releasenotes/1_4_3&quot;&gt;http://www.achievo.org/download/releasenotes/1_4_3&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sandy  
    </content:encoded>

    <pubDate>Thu, 03 Dec 2009 21:55:32 +0100</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/659-guid.html</guid>
    <category>achievo</category>
<category>release</category>
<category>security</category>

</item>
<item>
    <title>Achievo 1.4.2 - Bugfix release</title>
    <link>http://www.achievo.org/blog/archives/658-Achievo-1.4.2-Bugfix-release.html</link>
            <category>Release</category>
    
    <comments>http://www.achievo.org/blog/archives/658-Achievo-1.4.2-Bugfix-release.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=658</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=658</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    I&#039;m pleased to announce the immediate availability of the 1.4.2 release. This release is the second maintenance release in the 1.4 series, and includes 2 bugfixes, a language update and a new config for turning on the ages in the scheduler birthday view. Many thanks to all the contributors who helped with this release, including translators and reporters.&lt;br /&gt;
&lt;br /&gt;
For a full list of resolved issues, you can visit: &lt;a href=&quot;http://www.achievo.org/download/releasenotes/1_4_2&quot;&gt;http://www.achievo.org/download/releasenotes/1_4_2&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sandy  
    </content:encoded>

    <pubDate>Tue, 01 Dec 2009 22:15:41 +0100</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/658-guid.html</guid>
    <category>achievo</category>
<category>release</category>

</item>
<item>
    <title>Achievo 1.4.1 - Bugfix release</title>
    <link>http://www.achievo.org/blog/archives/657-Achievo-1.4.1-Bugfix-release.html</link>
            <category>Release</category>
    
    <comments>http://www.achievo.org/blog/archives/657-Achievo-1.4.1-Bugfix-release.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=657</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=657</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    I&#039;m pleased to announce the immediate availability of the 1.4.1 release. This release is the first maintenance release in the 1.4 series, and includes 5 bugfixes and 2 language updates. Many thanks to all the contributors who helped with this release, including translators and reporters.&lt;br /&gt;
&lt;br /&gt;
For a full list of resolved issues, you can visit: &lt;a href=&quot;http://www.achievo.org/download/releasenotes/1_4_1&quot;&gt;http://www.achievo.org/download/releasenotes/1_4_1&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sandy  
    </content:encoded>

    <pubDate>Wed, 28 Oct 2009 22:50:35 +0100</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/657-guid.html</guid>
    <category>achievo</category>
<category>release1</category>

</item>
<item>
    <title>Achievo 1.4.0</title>
    <link>http://www.achievo.org/blog/archives/656-Achievo-1.4.0.html</link>
            <category>Release</category>
    
    <comments>http://www.achievo.org/blog/archives/656-Achievo-1.4.0.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=656</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=656</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    Two weeks after the release candidate we can now present you a new stable release. One of the new problems we had is that many people where switching to PHP 5.3, while the last stable version didn&#039;t run correctly this version will run without problems. And other often heard problem on the forum was the speed of Achievo. In this release we make a lot of optimizations which resulted in a 50% performance for some parts in Achievo. This release also fixed multiple security vulnerabilities, so please upgrade as soon as possible.&lt;br /&gt;
&lt;br /&gt;
For a list of changes and other important information about this release, or to download it, see the &lt;a href=&quot;/download/releasenotes/1_4_0&quot;&gt;release-notes&lt;/a&gt;. &lt;br /&gt;
&lt;br /&gt;
Sandy  
    </content:encoded>

    <pubDate>Sun, 11 Oct 2009 22:57:36 +0200</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/656-guid.html</guid>
    
</item>
<item>
    <title>Achievo 1.4.RC1</title>
    <link>http://www.achievo.org/blog/archives/655-Achievo-1.4.RC1.html</link>
            <category>Release</category>
    
    <comments>http://www.achievo.org/blog/archives/655-Achievo-1.4.RC1.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=655</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=655</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    After more then 1 year we are proud to announce the first release candidate for Achievo 1.4.&lt;br /&gt;
For a list of changes and other important information about this release, or to download it, see the &lt;a href=&quot;http://www.achievo.org/download/releasenotes/1_4_rc1&quot; target=&quot;_blank&quot;&gt;release-notes&lt;/a&gt;.  &lt;br /&gt;
&lt;br /&gt;
Some people will wonder what we did in the mean while, well we worked on Achievo 2.0, but it&#039;s still far from release ready. I will try to setup a demo version soon so you all can see what Achievo 2.0 will become. To give you some hints, in Achievo 2.0 you can expect a complete rewrite of the time registration and the project modules. Soon more.....&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Sandy   
    </content:encoded>

    <pubDate>Mon, 21 Sep 2009 20:43:45 +0200</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/655-guid.html</guid>
    <category>achievo</category>
<category>release</category>

</item>
<item>
    <title>Visit us at CEBIT Hall 9, booth C72, 6 March, Hannover</title>
    <link>http://www.achievo.org/blog/archives/654-Visit-us-at-CEBIT-Hall-9,-booth-C72,-6-March,-Hannover.html</link>
            <category>Site</category>
    
    <comments>http://www.achievo.org/blog/archives/654-Visit-us-at-CEBIT-Hall-9,-booth-C72,-6-March,-Hannover.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=654</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=654</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    &lt;img src=&quot;img/cebit2009.jpg&quot; width=&quot;360&quot; height=&quot;125&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
We will be exhibiting at CeBit this year! The CeBit trade show takes place every year in Hanover, Germany. It is the world’s largest IT trade fair and thanks to &lt;a href=&quot;http://www.his.de&quot; target=&quot;_blank&quot;&gt;HIS&lt;/a&gt; (one of the major sponsors for Achievo 2) we have opportunity to show the IT world the latest preview of Achievo! &lt;br /&gt;
&lt;br /&gt;
This is the first time that Achievo will be present, and we are extremely excited to be attending. If you plan on coming, we’d love to meet you. You can find us on 6 March, in Hall 9, booth C72 (&lt;a href=&quot;http://www.cebit.de/eps09_pages_en?reiter=2&amp;id=MTAwNjczNTI=&quot; target=&quot;_blank&quot;&gt;map&lt;/a&gt;).&lt;br /&gt;
  
    </content:encoded>

    <pubDate>Sun, 01 Mar 2009 11:56:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/654-guid.html</guid>
    <category>achievo</category>
<category>cebit</category>

</item>
<item>
    <title>Follow Achievo on LinkedIn and Twitter</title>
    <link>http://www.achievo.org/blog/archives/653-Follow-Achievo-on-LinkedIn-and-Twitter.html</link>
            <category>Site</category>
    
    <comments>http://www.achievo.org/blog/archives/653-Follow-Achievo-on-LinkedIn-and-Twitter.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=653</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=653</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    We’ve established a &lt;a href=&quot;http://www.linkedin.com/groups?gid=59134&quot;&gt;LinkedIn&lt;/a&gt; group called Achievo. LinkedIn is a networking site for professionals and the purpose of this group is to extend the Achievo community and provide a place for further discussion and knowledge sharing amongst Achievo enthusiasts. Also we signed up for a &lt;a href=&quot;http://twitter.com/achievo&quot;&gt;Twitter&lt;/a&gt; account. Go check it out, follow, and get the latest updates and developments about Achievo.&lt;br /&gt;
&lt;br /&gt;
Join the Achievo group on LinkedIn, and follow Achievo on Twitter:&lt;ul&gt;&lt;li&gt;Achievo on LinkedIn: &lt;a href=&quot;http://www.linkedin.com/groups?gid=59134&quot;  class=&quot;bb-url&quot;&gt;http://www.linkedin.com/groups?gid=59134&lt;/a&gt;&lt;/li&gt;&lt;li&gt;Twitter: &lt;a href=&quot;http://twitter.com/achievo&quot;  class=&quot;bb-url&quot;&gt;http://twitter.com/achievo&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;  
    </content:encoded>

    <pubDate>Tue, 24 Feb 2009 16:36:32 +0100</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/653-guid.html</guid>
    <category>achievo</category>
<category>linkedin</category>
<category>twitter</category>

</item>
<item>
    <title>Achievo 1.3.4 - Bug fix release</title>
    <link>http://www.achievo.org/blog/archives/641-Achievo-1.3.4-Bug-fix-release.html</link>
            <category>Release</category>
    
    <comments>http://www.achievo.org/blog/archives/641-Achievo-1.3.4-Bug-fix-release.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=641</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=641</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    Today the fourth update to Achievo 1.3 has been made available. Although the changelog is not particularly long, the release should be worthwhile to upgrade to. The scheduler has received some fixes for recurring items and an hidden feature has been turned on. The cronjob for checking the booked hours also received some fixes. And some other small fixes have been done which can be found in the release notes. &lt;br /&gt;
We also received some translations for French, Spain, Portuguese -Brazil, Czech which are also included now. &lt;br /&gt;
&lt;br /&gt;
You can download and read the list of changes &lt;a href=&quot;http://www.achievo.org/download/releasenotes/1_3_4&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sandy  
    </content:encoded>

    <pubDate>Tue, 12 Aug 2008 22:38:48 +0200</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/641-guid.html</guid>
    <category>achievo</category>
<category>release</category>

</item>
<item>
    <title>Achievo 1.3.3 - Security Release</title>
    <link>http://www.achievo.org/blog/archives/631-Achievo-1.3.3-Security-Release.html</link>
            <category>Release</category>
    
    <comments>http://www.achievo.org/blog/archives/631-Achievo-1.3.3-Security-Release.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=631</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=631</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    An exploit has been posted for the &quot;mcpuk&quot; file manager that we&#039;re shipping with FCKeditor in the Achievo versions 1.2.0 till 1.3.2. The exploit allows an attacker to upload and execute arbitrary code.&lt;br /&gt;
&lt;br /&gt;
While FCKeditor is not used in Achievo, this exploit works even when FCKeditor is disabled, as it calls the vulnerable file directly. &lt;br /&gt;
&lt;br /&gt;
For people who can&#039;t upgrade to &lt;a href=&quot;http://www.achievo.org/download/releasenotes/1_3_3&quot;&gt;Achievo 1.3.3&lt;/a&gt; because of modules that don&#039;t work with the latest version we advice to remove the file manager manually.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
To remove the file manager, go to the &#039;atk/attributes/fck/editor&#039; directory and remove the entire &#039;filemanager&#039; subdirectory. Then, you should disable the file manager in the FCKeditor configuration file, &#039;fckconfig.js&#039; (in atk/attributes/fck). It contains the following three options, all of which should be set to &quot;false&quot; to disable the file manager:&lt;br /&gt;
&lt;br /&gt;
FCKConfig.LinkBrowser = false;&lt;br /&gt;
(...)&lt;br /&gt;
FCKConfig.ImageBrowser = false;&lt;br /&gt;
(...)&lt;br /&gt;
FCKConfig.FlashBrowser = false;&lt;br /&gt;
&lt;br /&gt;
Next, you should check if anyone managed to upload malicious code to your site. &lt;br /&gt;
After these changes, FCKeditor should continue to work, but you won&#039;t be able to upload files with it.&lt;br /&gt;
&lt;br /&gt;
If you have any questions just send me an &lt;a href=&quot;http://www.achievo.org/contact/&quot;&gt;email&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sandy  
    </content:encoded>

    <pubDate>Wed, 11 Jun 2008 23:02:06 +0200</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/631-guid.html</guid>
    <category>achievo</category>
<category>release</category>
<category>security</category>

</item>
<item>
    <title>Achievo 1.3.2</title>
    <link>http://www.achievo.org/blog/archives/611-Achievo-1.3.2.html</link>
            <category>Release</category>
    
    <comments>http://www.achievo.org/blog/archives/611-Achievo-1.3.2.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=611</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=611</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    Today we released a bugfix release for Achievo 1.3, this will bring the current version up to 1.3.2. This release fixes 8 bugs that have been reported by the community and sponsors. I&#039;d like to thank the forum users for their help with finding the bugs and even for providing me fixes for the bugs they found.&lt;br /&gt;
&lt;br /&gt;
You can download and read the list of changes  &lt;a title=&quot;achievo 1.3.2&quot; href=&quot;http://www.achievo.org/download/releasenotes/1_3_2&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sandy&lt;br /&gt;
  
    </content:encoded>

    <pubDate>Thu, 06 Mar 2008 22:07:48 +0100</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/611-guid.html</guid>
    <category>achievo</category>
<category>release</category>

</item>
<item>
    <title>Achievo 1.3.1</title>
    <link>http://www.achievo.org/blog/archives/601-Achievo-1.3.1.html</link>
            <category>Release</category>
    
    <comments>http://www.achievo.org/blog/archives/601-Achievo-1.3.1.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=601</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=601</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    2 Weeks after the major 1.3 release I received 2 serious bugs from the community (thanks for reporting them).  Of course most of the time I try to test everything, but I am using (and testing) Achievo in the same way as I develop it. The result is that I don&#039;t always find those bugs.&lt;br /&gt;
&lt;br /&gt;
So here is the first bugfix release with 4 bugfixes, you can read the details &lt;a title=&quot;achievo 1.3.1&quot; href=&quot;http://www.achievo.org/download/releasenotes/1_3_1&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sandy&lt;br /&gt;
&lt;br /&gt;
  
    </content:encoded>

    <pubDate>Sun, 24 Feb 2008 22:33:19 +0100</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/601-guid.html</guid>
    <category>achievo</category>
<category>release</category>

</item>
<item>
    <title>SVN and Ohloh</title>
    <link>http://www.achievo.org/blog/archives/591-SVN-and-Ohloh.html</link>
            <category>Development</category>
            <category>Site</category>
    
    <comments>http://www.achievo.org/blog/archives/591-SVN-and-Ohloh.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=591</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=591</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    I nagged a long time for it at the company where I work (almost 2 years &lt;img src=&quot;http://www.achievo.org/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;), but we now have a public SVN server for Achievo and the Achievo modules. So if you want to develop some code, you can now use SVN for updating your achievo to the latest version. I made an &lt;a href=&quot;http://www.achievo.org/download/svn&quot;  title=&quot;SVN&quot;&gt;SVN&lt;/a&gt; page where you can find all details. A web based SVN viewer is also on the planning, but I will report on it later.&lt;br /&gt;
&lt;br /&gt;
Thanks to this SVN repository I also could add the Achievo project to &lt;a href=&quot;http://www.ohloh.net/projects/11690?p=Achievo&quot;  title=&quot;Achievo on Ohloh&quot;&gt;Ohloh&lt;/a&gt;. This site analyses applications based on their source code and full svn history and gives some pretty cool statistics.&lt;br /&gt;
&lt;br /&gt;
Sandy  
    </content:encoded>

    <pubDate>Tue, 19 Feb 2008 22:50:27 +0100</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/591-guid.html</guid>
    <category>achievo</category>
<category>ohloh</category>
<category>svn</category>

</item>
<item>
    <title>Achievo 1.3.0 and a brand new website</title>
    <link>http://www.achievo.org/blog/archives/581-Achievo-1.3.0-and-a-brand-new-website.html</link>
    
    <comments>http://www.achievo.org/blog/archives/581-Achievo-1.3.0-and-a-brand-new-website.html#comments</comments>
    <wfw:comment>http://www.achievo.org/blog/wfwcomment.php?cid=581</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.achievo.org/blog/rss.php?version=2.0&amp;type=comments&amp;cid=581</wfw:commentRss>
    

    <author>nospam@example.com (Sandy Pleyte)</author>
    <content:encoded>
    I&#039;m thrilled to announce the immediate availability of &lt;a href=&quot;http://www.achievo.org/download/releasenotes/1_3_0&quot;  title=&quot;Achievo 1.3.0&quot;&gt;Achievo 1.3.0&lt;/a&gt; This significant release marks both the end of the long and intensive development cycle leading up to &lt;a href=&quot;http://www.achievo.org/download/releasenotes/1_3_0&quot;  title=&quot;Achievo 1.3.0&quot;&gt;Achievo 1.3.0&lt;/a&gt;. The major changes are the new modules that are added to the Achievo core modules. The modules are:&lt;br /&gt;
&lt;ul&gt;&lt;br /&gt;
&lt;li&gt; Quotation module, for managing quotations.&lt;br /&gt;
&lt;li&gt; Document manager, for adding documents to projects, quotations and organizations.&lt;br /&gt;
&lt;li&gt; CRM Module, this will add some CRM features to the organization/contacts (see the new sales main menu).&lt;br /&gt;
&lt;li&gt;A brand new Scheduler module with recurring events.&lt;/ul&gt;&lt;br /&gt;
&lt;br /&gt;
Also more than 100 improvements are done in this release and we moved to PHP5.&lt;br /&gt;
In case you run into problems please post your problem in the &lt;a href=&quot;http://www.achievo.org/forum/&quot; title=&quot;Forum&quot;&gt;forum&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
To celebrate this long awaiting release &lt;a href=&quot;http://www.ibuildings.nl/&quot; title=&quot;Ibuildings BV&quot;&gt;Ibuildings&lt;/a&gt; sponsored a brand new website for the Achievo project.&lt;br /&gt;
I&#039;m still busy with completing the site, so it&#039;s possible that some pages are missing.&lt;br /&gt;
&lt;br /&gt;
Enjoy,&lt;br /&gt;
&lt;br /&gt;
Sandy&lt;br /&gt;
&lt;br /&gt;
  
    </content:encoded>

    <pubDate>Sun, 10 Feb 2008 23:59:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.achievo.org/blog/archives/581-guid.html</guid>
    <category>achievo</category>
<category>release</category>

</item>

</channel>
</rss>
