<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Typo official weblog : Category Releases, everything about Releases</title>
    <link>http://blog.typosphere.org</link>
    <atom:link type="application/rss+xml" rel="self" href="http://blog.typosphere.org/category/releases.rss"/>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Making blogging easy</description>
    <item>
      <title>Typo 5.5 Richard Avedon for Rails 2.3.8</title>
      <description>&lt;p&gt;On July 22th, 2010, Typo version 5.5 named for famous photographer Richard Avedon was released to the public. Typo 5.5 is the result of the work of the Typo community, just like you, on adding or suggesting feature, reporting and fixing bugs.&lt;/p&gt;

&lt;p&gt;With its new admin and setup, Typo 5.4.4 was supposed to be the latest minor version running on Ruby on Rails 2.3, and we spent a few months exploring 2 new ways.&lt;/p&gt;

&lt;p&gt;The first one was being able to upgrade to Ruby on Rails 3.0 as soon as it would be released as production ready. Despite porting our own code without problems, we promptly discovered that too many plugins needed to be ported to Rails 3.0 before we could release.&lt;/p&gt;

&lt;p&gt;The second one was making Typo multiblog aware. Despite some interesting results, making it production ready was not the work of a single release. Our architecture is definitely mono blog oriented, and making it multi blog would force us to rewrite most of the code.&lt;/p&gt;

&lt;p&gt;So, we decided to make one more release on Ruby on Rails 2.3, upgrading to Rails 2.3.8. This release is Typo 5.5. It comes with a few new feature, bug fixes, and internal improvements.&lt;/p&gt;

&lt;h4&gt;Highlights&lt;/h4&gt;


&lt;p&gt;Typo now runs on Ruby on Rails 2.3.8, which means it won&amp;#8217;t run with an older Rails version.&lt;/p&gt;

&lt;p&gt;Being a long time wanted feature, Typo now handles password protected posts.&lt;/p&gt;

&lt;p&gt;Typo visual editor had no way to upload, browse, and use images. Thanks to htty, we now have a very nice resource browser CKEditor compliant.&lt;/p&gt;

&lt;p&gt;As I wrote on Typo Weblog (http://res.to/aQz6), we&amp;#8217;ve added a way to display users plugins setup into Typo admin. This is a first step on the way to a real plugin API.&lt;/p&gt;

&lt;p&gt;Typo now comes with a new cache system, way simpler than the database based cache we used to do. Files are stored into public/cache and Typo knows how to served cached file. You may need to update your configuration, please read doc/CACHE.SETUP.README&lt;/p&gt;

&lt;p&gt;For more information on Typo 5.5, please read the &lt;a href=&quot;http://github.com/fdv/typo/raw/master/CHANGELOG&quot;&gt;CHANGELOG&lt;/a&gt; file.&lt;/p&gt;

&lt;p&gt;As usual, we want to thank the Typo community, and in particular, by reverse commit order: Daniel Schweighoefer, htty, Yannick Francois,Szymon &amp;#8216;jeznet&amp;#8217; Je&#380;, Diego Elio &amp;#8216;Flameeyes&amp;#8217; Petten&#242;, Kristopher Murata and Michael Reinsch.&lt;/p&gt;</description>
      <pubDate>Thu, 22 Jul 2010 17:10:00 +0200</pubDate>
      <guid isPermaLink="false">urn:uuid:9f5dd348-0227-409e-89b1-24658640671b</guid>
      <comments>http://blog.typosphere.org/typo-5-5-richard-avedon-for-rails-2-3-8.html#comments</comments>
      <category>Releases</category>
      <link>http://blog.typosphere.org/typo-5-5-richard-avedon-for-rails-2-3-8.html</link>
    </item>
    <item>
      <title>Release of Typo 5.4.4</title>
      <description>&lt;p&gt;After releasing Typo 5.4.3, we realized something we actually knew for a while. If we wanted Typo to spread more, we had to make it prettier, easier to install and easier to use. That may sound obvious, but we were working with a quite old product, having legacy feature we didn&amp;#8217;t need, but, for some reason, we kept release after release, trying to work around instead of just dumping them. If we wanted to make Typo better, we first had to make it smaller. Dead obvious once again.&lt;/p&gt;

&lt;p&gt;Being the fourth of the Willy Ronis series, that version is the first going towards simplification: less useless feature, simpler, better interface, and lighter memory footprint.&lt;/p&gt;

&lt;p&gt;Typo now comes with a new, easier to use setup that suppresses needed initial configuration. Just provide an email and a blog title, and you&amp;#8217;re done. This setup is the first stone in refreshing Typo installation process.&lt;/p&gt;

&lt;p&gt;Previous admin refresh was not very satisfying, and we needed to rework it. Instead of trying to play the webdesigners, which none of us is, we used Jquery UI for the graphic part, and focused on Typo interface instead. The result is, for now, quite satisfying, even though we know we still can improve it.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://t37.net/files/typo_544.jpg&quot; alt=&quot;Typo 5.4.4&quot; /&gt;&lt;/p&gt;

&lt;p&gt;IPs and pattern blacklist has been completely removed. With Akismet and real time blacklist (RBL), Typo already provided 2 simple ways to fight against spam. Blacklisting IPs and patterns was a very advanced feature, which is definitely not a blogware job. If people want to do that type of filtering, they have many way to do it, using intrusion detection systems (IDS), Apache mod_security, or even packet filtering such as Linux Netfilter.&lt;/p&gt;

&lt;p&gt;For ages, Typo provided a full iTunes metadata support for podcast publishers. We&amp;#8217;ve completely removed them since it was useless for 99.99% of us. Typo still supports enclosure (files attached to a blog post, appearing in the RSS feed but not on the post itself) though.&lt;/p&gt;

&lt;p&gt;Instead of SQL stored sessions, we&amp;#8217;re back to plain old cookie sessions. Sessions table was never emptied and this was part of Typo heavy memory footprint.&lt;/p&gt;

&lt;p&gt;We&amp;#8217;ve also resolved a bunch of bugs as well:&lt;/p&gt;

&lt;p&gt;The main reason why we&amp;#8217;ve released that new version so early was because of a bug in the visual editor, losing posts content at saving time. Editors are very difficult to test since they rely on Javascript. However, we plan to add some Watir tests in a near future.&lt;/p&gt;

&lt;p&gt;Issue 152: fix poor email grammar.&lt;/p&gt;

&lt;p&gt;Issue 148: fixes a bug that prevents admin to edit a user without providing his password.&lt;/p&gt;

&lt;p&gt;Issue 160: 404 error on the lightbox loading.gif and closelabel.gif.&lt;/p&gt;

&lt;p&gt;Issue 155: after deleting an image, the file page is loaded.&lt;/p&gt;

&lt;p&gt;Issue 143: publishing posts in the future didn&amp;#8217;t work unless you manually unpublishes them.&lt;/p&gt;

&lt;p&gt;If you&amp;#8217;re still wondering whether or not you should upgrande, give &lt;a href=&quot;http://demo.typosphere.org&quot;&gt;our demo site&lt;/a&gt; a try first.&lt;/p&gt;</description>
      <pubDate>Mon, 05 Apr 2010 19:26:00 +0200</pubDate>
      <guid isPermaLink="false">urn:uuid:3fee692b-797e-4dd0-b9e5-8518fc336a7b</guid>
      <comments>http://blog.typosphere.org/release-of-typo-5-4-4.html#comments</comments>
      <category>Releases</category>
      <category>release</category>
      <category>ui</category>
      <category>jquery</category>
      <trackback:ping>http://blog.typosphere.org/trackbacks?article_id=54</trackback:ping>
      <link>http://blog.typosphere.org/release-of-typo-5-4-4.html</link>
    </item>
    <item>
      <title>Release of Typo 5.4.3 Willy Ronis</title>
      <description>&lt;p&gt;We&amp;#8217;re happy to release Typo 5.4.3, the third version of the Willy Ronis branch. Typo 5.4.3 fixes some nasty bugs that went through Typo 5.4.2 despite running tests before releasing. If you&amp;#8217;ve been using Typo 5.4.2, you really should upgrade. And if you&amp;#8217;re running any prior version, you should upgrade too.&lt;/p&gt;

&lt;p&gt;Here&amp;#8217;s the changelog:&lt;/p&gt;

&lt;ul&gt;
    &lt;li&gt;Fixing a critial bug that made the page editor crash at loading. &lt;/li&gt;
    &lt;li&gt;Now sorting articles by publication date instead of creation date in the admin.&lt;/li&gt;
    &lt;li&gt;In the admin, comment forms fields are now filled with the user info. Url and email fields have been switched too to fit front end comment forms.&lt;/li&gt;
    &lt;li&gt;Extending the editor a little bit, easier to use now.&lt;/li&gt;
    &lt;li&gt;Ticket 143: Publish at post setting does not work&lt;/li&gt;
    &lt;li&gt;Fixing a bug in RDOC that raised an error when installing.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;You can install Typo using the gem way or &lt;a href=&quot;http://github.com/downloads/fdv/typo/typo-5.4.3.tgz&quot;&gt;download the sources&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Sun, 14 Feb 2010 19:17:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:d8b01c4b-2fc8-4880-9534-416dc295e796</guid>
      <comments>http://blog.typosphere.org/release-of-typo-5-4-3-willy-ronis.html#comments</comments>
      <category>Releases</category>
      <category>release</category>
      <category>bugfix</category>
      <category>typo</category>
      <link>http://blog.typosphere.org/release-of-typo-5-4-3-willy-ronis.html</link>
    </item>
    <item>
      <title>Release of Typo 5.4.2 Willy Ronis</title>
      <description>&lt;p&gt;3 weeks after releasing Typo 5.4.1, and only 1 month after releasing Typo 5.4, we&amp;#8217;re happy to release Typo 5.4.2, an important bugfix release. Don&amp;#8217;t expect many feature here, even though we thought about some of them, it&amp;#8217;s really a bugfix, and nothing else.&lt;/p&gt;

&lt;p&gt;Typo 5.4.2 is avaliable as a &lt;a href=&quot;http://rubyforge.org/frs/?group_id=555&amp;amp;release_id=42418&quot;&gt;source package&lt;/a&gt; on Rubyforge,  or as a gem from Gemcutter.&lt;/p&gt;

&lt;h4&gt;Features&lt;/h4&gt;


&lt;p&gt;We&amp;#8217;ve split the attachments between images and non images assets. Provided you&amp;#8217;re using the simple editor, you can now use a fancy images carousel and insert your images in your text within a single click. This comes with a nice set of thumbnails.&lt;/p&gt;

&lt;p&gt;Finally, the long awaited &amp;#8220;forgot my password&amp;#8221; link is here. It will send you a new password whenever you lose yours. Cool isn&amp;#8217;t it?&lt;/p&gt;

&lt;p&gt;We&amp;#8217;ve also done some optimization in the way Typo sends assets and manages cache. CSS and Javascript are now sent into 1 file, making them faster to load. RSS generation has also been fastened up.&lt;/p&gt;

&lt;h4&gt;Bugs&lt;/h4&gt;


&lt;p&gt;A bug screwing up the editor when switching from simple to visual, causing users to lose their content when switching. Fixing that is a good reason to release today in itself.&lt;/p&gt;

&lt;p&gt;A bug preventing your registration email to go when creating your account, making you lose your password unless you change it manually before logging out.&lt;/p&gt;

&lt;p&gt;Fixed a security issue making the user passwords to be logged in clear in the application logs.&lt;/p&gt;

&lt;p&gt;Fixed a bug causing CKEditor to crash under MS Windows due to the lack of symlinks on windows.&lt;/p&gt;

&lt;p&gt;That&amp;#8217;s all folks. See you in a while for our next update!&lt;/p&gt;</description>
      <pubDate>Sat, 23 Jan 2010 19:42:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:8c34070c-3443-49e3-bd2a-8da00362067f</guid>
      <comments>http://blog.typosphere.org/release-of-typo-5-4-2-willy-ronis.html#comments</comments>
      <category>Releases</category>
      <category>bugfix</category>
      <category>release</category>
      <link>http://blog.typosphere.org/release-of-typo-5-4-2-willy-ronis.html</link>
    </item>
    <item>
      <title>Release of Typo 5.4.1 Willy Ronis</title>
      <description>&lt;p&gt;Only 1 week after releasing Typo 5.4, we&amp;#8217;re back with another Typo release. Since it was fixing a major security breach, we had to release Typo 5.4 was released a bit faster than we expected, and we left some unfixed bugs here and there. Typo 5.4.1 is a bugfix version and should be considered as the first stable of the 5.4 series.&lt;/p&gt;

&lt;p&gt;Don&amp;#8217;t expect any new feature here, it&amp;#8217;s only about bug fixing and code refactoring. We also started to work on the first Typo user&amp;#8217;s guide as part of our documentation effort. The 0.1 version is provided in Typo 5.4.1. We&amp;#8217;ve also upgraded every theme at Typogarden to make them 5.4.1 compliant.&lt;/p&gt;

&lt;p&gt;Now that we&amp;#8217;ve made Typo 5.4 slightly more stable, we&amp;#8217;re open for any request for enhancement. So don&amp;#8217;t mind  opening a ticket if you feel something is missing.&lt;/p&gt;

&lt;p&gt;[#68] Atom feed has duplicated content&lt;br /&gt;
There was a duplicate content in atom feed because of the use of atom:summary with extended content. Since summary is not mandatory, and it should not duplicate content, we&amp;#8217;ve decided to remove it one from the feed.&lt;/p&gt;

&lt;p&gt;[#75] &amp;lt;typo:code&gt; textfilter need change all &amp;lt; by &amp;lt; in atom feed&lt;/p&gt;

&lt;p&gt;[#86] Migrations out of necessary sequence&lt;/p&gt;

&lt;p&gt;[#124] &amp;gt; and &amp;lt; entities are decoded in the atom feed&lt;/p&gt;

&lt;p&gt;[#126] Previews give an application error&lt;/p&gt;

&lt;p&gt;[#127] Changing post&amp;#8217;s title changes the permalink slug&lt;/p&gt;

&lt;p&gt;[#128] Fix typogarden themes&lt;br /&gt;
Seems obvious isn&amp;#8217;t it?&lt;/p&gt;

&lt;p&gt;[#130] Theme editor textbox is too small&lt;br /&gt;
There was actually wet paint in our new admin. We fixed that quickly.&lt;/p&gt;

&lt;p&gt;[#131] New Tags are created two times&lt;br /&gt;
The way autosave on new / saved articles worked was quite complicated and ended with strange behavior.&lt;/p&gt;

&lt;p&gt;[#132] Categories are brocken&lt;br /&gt;
A typo in the category views.&lt;/p&gt;

&lt;p&gt;[#133] Installer parameter database=sqlite3 doesn&amp;#8217;t work&lt;br /&gt;
Awated parameter was database=sqlite, but since this could be confusing, we&amp;#8217;ve made sqlite3 avaliable as well.&lt;/p&gt;

&lt;p&gt;[#134] &amp;#8220;Continue reading &amp;#8230;&amp;#8221; link appears for posts that do not have additional content. &lt;br /&gt;
This one was actually the tree hiding the forest of all our themes being brocken because it constant renaming of the read controller and action name.&lt;/p&gt;</description>
      <pubDate>Mon, 28 Dec 2009 01:53:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:ac83f120-0da3-4c7e-8ffe-9f8a62fe3206</guid>
      <comments>http://blog.typosphere.org/release-of-typo-5-4-1-willy-ronis.html#comments</comments>
      <category>Releases</category>
      <category>release</category>
      <link>http://blog.typosphere.org/release-of-typo-5-4-1-willy-ronis.html</link>
    </item>
    <item>
      <title>Release of Typo 5.3 Robert Franck</title>
      <description>&lt;p&gt;We&amp;#8217;re proud to announce Typo 5.3 &amp;#8220;Robert Franck&amp;#8221; release, 1 day hahead our due date. After moving to Rails 2.2, Typo next release was just supposed to be a minor version, some bug fixes, maybe some enhancement, but nothing more. Unfortunately, what we decided to do went far beyond our foolishest expectation, and Typo 5.2.1 finally became Typo 5.3, as a major release.&lt;/p&gt;

&lt;p&gt;But let&amp;#8217;s start with the new features first.&lt;/p&gt;

&lt;p&gt;The main feature is without contest the new dynamic permalink scheme (with automated redirect from the old permas). You can now chose your favourite permalink format for articles only. Have a look at http://blog.typosphere.org/typo-gets-dynamic-permalink-url.html for more information.&lt;br /&gt;
Adding this went with lots of code ditching and refactoring. Cache system has been rewriten from almost scratch, and buggy semi static caching has been dropped.&lt;/p&gt;

&lt;p&gt;We&amp;#8217;ve finally added the long waited Feedburner support. Just add your feedburner ID in the admin, and let the magic happen.&lt;/p&gt;

&lt;p&gt;Another feedback from 5.2 was to get text filter settings on a per user and a per article basis. This is now back. When upgrading from a previous Typo version, every user will be given the blog default&amp;#8217;s text filter.&lt;/p&gt;

&lt;p&gt;Even more SEO capabilities. Tags and categories can be removed from search engines, using noindex, removed from sitemap.xml, and Typo now has a robots.txt editor&amp;#8230;&lt;/p&gt;

&lt;p&gt;The old drop down menus were replaced with some fancy calendar like date pickers in article date editor.&lt;/p&gt;

&lt;p&gt;Notifications for sidebar save and autosave are now done using growler, a fancy growl like javascript thing.&lt;/p&gt;

&lt;p&gt;Inline editor switching &#224; la Wordpress. Isn&amp;#8217;t that one really cool?&lt;/p&gt;

&lt;p&gt;Admin can now deactivate users.&lt;/p&gt;

&lt;p&gt;More performance improvement, Typo is really fast now&lt;/p&gt;

&lt;p&gt;Thank you to all the contributors who helped us,  sending improvements and bug fixes
We&amp;#8217;re now waiting for your feedback, ideas for the next roadmap&amp;#8230; Enjoy.&lt;/p&gt;

&lt;p&gt;Your Typo team&lt;/p&gt;</description>
      <pubDate>Fri, 27 Mar 2009 12:50:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:a5e1a502-af8f-4ad5-8f57-3057699d58af</guid>
      <comments>http://blog.typosphere.org/release-of-typo-5-3-robert-franck.html#comments</comments>
      <category>Releases</category>
      <category>release</category>
      <link>http://blog.typosphere.org/release-of-typo-5-3-robert-franck.html</link>
    </item>
    <item>
      <title>Typo 5.2 Helmut Newton for Rails 2.2 released</title>
      <description>&lt;p&gt;Even best things must come to an end, and that&amp;#8217;s just what happened to Typo 5.2 &lt;em&gt;Helmut Newton&lt;/em&gt; for Rails 2.2 development cycle which has been released today, Sunday January the 28th, 2009, 4 months after Typo 5.1.3, the last of the &lt;em&gt;Cartier Bresson&lt;/em&gt; series. Eug&#232;ne Atget, Don Mc Cullin, Henri Cartier Bresson, and now Helmut Newton, maybe those names don&amp;#8217;t sound familiar to you. They are just legends of the photography, from the 19th century to today, and tomorrow.&lt;/p&gt;

&lt;p&gt;Many things have passed since last summer, which are worth being told. First, &lt;a href=&quot;http://blog.shingara.fr&quot;&gt;Cyril Mougel&lt;/a&gt;, another frenchie, has joined the crew, and done a real hard and good work on Typo port to Rails 2.2, making this release possible. Having someone working hard on your project is incredibly motivating at a point you can&amp;#8217;t imagine.
Second, we&amp;#8217;ve moved our sources from subversion to &lt;a href=&quot;http://github.com/fdv/typo/tree/&quot;&gt;Github&lt;/a&gt;. That may seem meaningless to you, but I consider it as the most important step we&amp;#8217;ve done since I took over the project. It gave us more visibility than I was ever able to have in 2 years, showing people we were still alive, working, and doing good job. Which led the the third point.
Third, we had numerous people submitting patches. We had more contributors on this version than I had in 2 years of releases. I really want to thank them all, because, by adding some improvement here and there, by fixing bugs, they made this version exist. That&amp;#8217;s just great, you&amp;#8217;re just great.
Fourth, we&amp;#8217;ve moved our bug tracker to &lt;a href=&quot;http://typo.lighthouseapp.com/&quot;&gt;Lighthouse&lt;/a&gt;. Redmine is too damn buggy and was permanently using 100% of my 2.4GHZ CPU and 2GB of RAM. Maybe moving to something owned by Mephisto&amp;#8217;s creator sounds ironic to you. There is more in terms of irony. One of the guis who made this release possible, being our biggest contributor, is also the one who helped Mephisto to come back alive. &lt;q&gt;Isn&amp;#8217;t it ironic? Don&amp;#8217;t you think?&lt;/q&gt;. I finally made my mind on using lighthouse because it&amp;#8217;s a very good product, and that&amp;#8217;s the most important.&lt;/p&gt;

&lt;p&gt;It&amp;#8217;s now time to talk about the release, isn&amp;#8217;t it ?&lt;/p&gt;

&lt;p&gt;Typo 5.2 is more than a simple port from Rails 2.0.2 to Rails 2.2, it&amp;#8217;s a major, deep, rewrite of the application. Sometimes in a software life, you have to stop the run of feature addition, seat down, and watch the path done so far. Typo has known lots of Rails version, including a number of major versions, 1.0, 1.2, 2.0, and now 2.2, lots of additions, improvements, to a point where it became bloated, coming with some pieces worth figuring on Coding Horror. We&amp;#8217;ve ditched lot of code, sometimes slaughtering Typo with an axe before rebuilding things, aiming at stability and performance. We&amp;#8217;ve also removed some useless features, and managed to divide Typo&amp;#8217;s memory footprint by 4 on some really huge blogs. Some of them, like the preview, are useful and are already on our TODO list for the next release.&lt;/p&gt;

&lt;p&gt;We&amp;#8217;ve also fixed a huge, very huge amount of bugs, too many to be told here, actually, from functionnal aberrations to security breaches. See the CHANGLOG for more information.&lt;/p&gt;

&lt;p&gt;What about the features ?&lt;/p&gt;

&lt;p&gt;There are hopefully some new features.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;We&amp;#8217;ve rebuilt the admin, almost from scratch, focusing on both efficiency and usability.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;The new editor is easier to use, and is designed to display every needed information on the first part of your screen. Simple editor comes with easy to use XHTML quicktags toolbar, allowing most widely used tags as well as Typo macros. We plan to improve it in the futur.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;img src=&quot;http://blog.typosphere.org/files/typo-52-admin-1.jpg&quot; class=&quot;centered&quot; alt=&quot;Typo 5.2 editor&quot; /&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Some global configuration items have been moved on a user basis, like the editor choice. This is the first step to more personnalization. The first one to move was editor.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Search engine optimization everywhere on your blog. You can now define keywords and description for your whole blog, as well as for categories. Specially crafted titles and description are also avaliable for your posts, making them easy to index by search engines. Last but not least, in order to avoid content theft, you can add some content at the bottom of your RSS telling where the article comes from, with proper credits and link.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;img src=&quot;http://blog.typosphere.org/files/typo-52-admin-2.jpg&quot; class=&quot;centered&quot; alt=&quot;Typo 5.2 SEO configuration&quot; /&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A new theme catalogue, plugged to John Wang&amp;#8217;s one, which is soon going to be our Typogarden. You can now browse and download up to date themes from your Typo install, instead of browsing the web here and there, looking for outdated templates. All templates at Typogarden have been updated to work with 5.2. That&amp;#8217;s cool.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;img src=&quot;http://blog.typosphere.org/files/typo-52-admin-3.jpg&quot; class=&quot;centered&quot; alt=&quot;Typo 5.2 theme catalogue&quot; /&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;The long waited &lt;em&gt;delete all spam&lt;/em&gt; button, so cool when you have thousands of them coming each day.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Our old code syntax highlighting plugin has been replaced by Coderay, which supports coloration for many more languages: Ruby, C, Delphi, HTML, RHTML (Rails), Nitro-XHTML, CSS, Diff, Java, JavaScript, JSON and YAML. This makes Typo coder friendly as well as user friendly.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Excerpts, that allow you to display on your index something completely different as on your article, which won&amp;#8217;t appear on your RSS feed.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Our &lt;em&gt;live search&lt;/em&gt;, which was so hype 2 years ago, showed itself to be horrible to use and inefficient. It&amp;#8217;s now avaliable as a plugin and has been replaced with a more traditionnal and clearer search engine.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;And many more.&lt;/p&gt;

&lt;p&gt;You can now &lt;a href=&quot;http://rubyforge.org/frs/?group_id=555&quot;&gt;download Typo 5.2 on Rubyforge&lt;/a&gt;, or just install the Gem the old way. Documentation on how to &lt;a href=&quot;http://wiki.github.com/fdv/typo/install-typo-from-sources&quot;&gt;install from sources&lt;/a&gt; or &lt;a href=&quot;http://wiki.github.com/fdv/typo/install-typo-with-typo-installer&quot;&gt;with Typo installer&lt;/a&gt; are up to date at Github.&lt;/p&gt;

&lt;p&gt;Once again, thank you to every contributor who made it possible.
Hope you&amp;#8217;ll enjoy.&lt;/p&gt;</description>
      <pubDate>Sun, 25 Jan 2009 16:31:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:de1ea05a-715a-421a-b976-07f723ee973a</guid>
      <comments>http://blog.typosphere.org/typo-5-2-helmut-newton-for-rails-2-2-released.html#comments</comments>
      <category>Releases</category>
      <category>release</category>
      <category>refactoring</category>
      <category>improvement</category>
      <link>http://blog.typosphere.org/typo-5-2-helmut-newton-for-rails-2-2-released.html</link>
    </item>
    <item>
      <title>Release of Typo 5.1.98 for Rails 2.2</title>
      <description>&lt;p&gt;Time has passed since we moved to Github, and Cyril and I have been quite busy working on the next major version of Typo. Migrating from Rails 2.0 to 2.2 was not an easy trip, but we did it and we now can look forward with pride.&lt;/p&gt;

&lt;p&gt;Typo 5.1.98 is the release candidate for Typo &amp;#8220;Helmut Newton&amp;#8221; 5.2, meaning all the work done so far since last September is almost done. So, what?&lt;/p&gt;

&lt;p&gt;Typo 5.2 was half rewriting the existing with bugs removal and performances in sight and half adding new features. For the first part, the job was hard, but we&amp;#8217;ve divided the memory footprint by 4 for a blog with a hundred articles and a thousand of posts, and the results are faster.&lt;/p&gt;

&lt;p&gt;For the features part, Typo comes with :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Brand new admin, easier to use. We&amp;#8217;ve worked on usability and simplicity, rethinking the whole blogging experience.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;SEO improvements. We&amp;#8217;ve added lots of SEO related things like the ability to choose categories meta keywords and description, remove duplicate titles, descriptions and keywords between pages, clever robots.txt&amp;#8230;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Coderay support for more code syntax hilghlighting&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Default live search is now brought to you as a separate sidebar plugin and search internals and results display have been completely rewriten for a better result.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;And so many things that I can&amp;#8217;t write them down&lt;/p&gt;

&lt;p&gt;You can instal Typo 5.1.98 with the gem or download it at
http://rubyforge.org/frs/?group_id=555&amp;amp;release_id=30089&lt;/p&gt;

&lt;p&gt;Install Typo from the gem:
http://github.com/fdv/typo/wikis/install-typo-with-typo-installer&lt;/p&gt;

&lt;p&gt;Install Typo from sources:
http://github.com/fdv/typo/wikis/install-typo-from-sources&lt;/p&gt;

&lt;p&gt;You can also install:
Up to date plugins : http://github.com/fdv/
Up to date themes : http://typogarden.org&lt;/p&gt;</description>
      <pubDate>Sun, 04 Jan 2009 19:27:00 +0100</pubDate>
      <guid isPermaLink="false">urn:uuid:c05bd77a-12d4-4c76-b2e7-805ae5851f16</guid>
      <comments>http://blog.typosphere.org/release-of-typo-5-1-98-for-rails-2-2.html#comments</comments>
      <category>Releases</category>
      <link>http://blog.typosphere.org/release-of-typo-5-1-98-for-rails-2-2.html</link>
    </item>
    <item>
      <title>Typo 5.1.3 Cartier Bresson bugfix is out</title>
      <description>&lt;p&gt;We&amp;#8217;ve just released Typo 5.1.3, which is the fourth release of the &amp;#8220;Cartier-Bresson&amp;#8221; series and released on sunday August the 31th. It is mostly a bugfix and behaviour fix version, so don&amp;#8217;t expect many visible changes, except for people having problems with the closed bugs (thank you Captain Obvious). Typo 5.1.3 is avaliable as a gem with installer or sources.&lt;/p&gt;

&lt;p&gt;Following some discussion here, I&amp;#8217;ve removed the database dependencies from the Typo installer. We now assume that you have the bindings for any supported databases and won&amp;#8217;t force you to install them anymore.&lt;/p&gt;

&lt;p&gt;Complete CHANGELOG here:&lt;/p&gt;

&lt;p&gt;Bug #1244: error with postgresql database on admin/content&lt;br /&gt;
Bug #1251: Documentation on dashboard is 404&lt;br /&gt;
Bug #1252: migrations alter updated_at timestamps of articles and comments, affects RSS feeds&lt;br /&gt;
Bug #1253: Twice redirect in admin/user#list if no admin&lt;br /&gt;
Bug #1254: Fix little error when you use bad id in AdminUser#edit&lt;br /&gt;
Bug #1255: Doesn&amp;#8217;t autosave if no define title&lt;br /&gt;
Bug #1256: /article/ 301 redirect hits the default buffer which is not the expected behaviour&lt;br /&gt;
Bug #1257: Articles redirect doesn&amp;#8217;t work with non-nil relative_url_root&lt;br /&gt;&lt;/p&gt;

&lt;p&gt;Rev #1784: Fixed requirements and added our official Typo mascot&lt;br /&gt;
Rev #1786: Fixes a stupid behaviour that forces tags display name to be the same as the name in the url. IE : &amp;#8220;web 2.0&amp;#8221; would display on a page as web2-0 after transformation, which is stupid. Adds a migration that changes &amp;#8216;.&amp;#8217; into &amp;#8216;-&amp;#8217; in tag already in the database. Otherwise, it makes typo crash when accessing that tag. Allows edition of tag display name in the admin.&lt;br /&gt;
Rev #1787:Removes database dependencies from installer. Now we assume you already have MySQL, PgSQL or SQLLite adater installed. Deletes 2 themes from FCKEditor, about 300k lighter now. Suppress caching from development environment&lt;br /&gt;
Rev #1789: Fixes a stupid bug that allows a non administrative user to change his profile&lt;br /&gt;
Rev #1792: Removing tmcode textfilter. It now has its own life at http://svn.typosphere.org/plugins/typo_textfilter_tmcode/. Removing amazon textfilter. It now has its own life at http://svn.typosphere.org/plugins/typo_textfilter_amazon/. Removing sparkline textfilter. It now has its own life at http://svn.typosphere.org/plugins/typo_textfilter_sparkline/&lt;br /&gt;
Rev #1795: Fixes 2 nasty bugs with autosave. The first one broke autosave when no title was set. We now set a default title. The second one was overriding permalink with a void string when post was autosaved because the permalink field was empty after autosave. For autosave: If no title is given, Typo gives it a title like &amp;#8220;Article Draft + post_id&amp;#8221;. When publishing, every article-draft-something permalink is just replaced with the article title crafted permalink.&lt;br /&gt;
Rev #1796: Enables in admin database migration back, gets rid of the old pre 4.1 general controller, sets the CHANGELOG for 5.1.3.&lt;br /&gt;&lt;/p&gt;

&lt;p&gt;Many thanks to Cyril Mougel, Matijs van Zuijlen and Fr&#233;d&#233;ric Logier for submitting patches.&lt;/p&gt;</description>
      <pubDate>Sun, 31 Aug 2008 18:13:00 +0200</pubDate>
      <guid isPermaLink="false">urn:uuid:d3a38a5d-0c72-4759-9543-d4b3844a0ad4</guid>
      <comments>http://blog.typosphere.org/typo-5-1-3-cartier-bresson-bugfix-is-out.html#comments</comments>
      <category>Releases</category>
      <category>release</category>
      <category>bugfix</category>
      <link>http://blog.typosphere.org/typo-5-1-3-cartier-bresson-bugfix-is-out.html</link>
    </item>
    <item>
      <title>Typo 5.1 Cartier Bresson is out</title>
      <description>&lt;p&gt;Typo 5.1 &amp;#8220;Cartier-Bresson&amp;#8221; was released on monday July the 21st at around 8PM GMT and can be considered as a major Typo Version.&lt;/p&gt;

&lt;p&gt;It contains :&lt;/p&gt;

&lt;h4&gt;Multiple users and roles&lt;/h4&gt;


&lt;p&gt;This point actually makes Typo 5.1 a major version. This release introduces 3 roles, coming along with various privileges :
&lt;ul&gt;
  &lt;li&gt;Administrator, who owns full administrative and publishing power.&lt;/li&gt;&lt;br/&gt;
  &lt;li&gt;Publisher, who owns full publishing power on his own contents.&lt;/li&gt;
  &lt;li&gt;Contributors, who only have the right to login and edit their profile.&lt;/li&gt;
&lt;/ul&gt;&lt;/p&gt;

&lt;p&gt;There is now an option to allow new users to register by themselves or not. If not, the administrator will just have to add them himself in the admin.&lt;/p&gt;

&lt;h4&gt;Improved admin&lt;/h4&gt;


&lt;p&gt;The admin has been heavily refactored to be lighter, easier to use, and offer more capabilities.
&lt;ul&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;li&amp;gt;You can now save your posts as drafts. Drafts now appear in a separate area of your administration to separarte them from offline posts.&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;New editing interface.&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;Tag autocompletion.&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;A new dashboard that makes daily administration easier.&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;Save as draft capabilities&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;Autosave capabilities (only with simple visual editor)&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;Revamped UI&amp;lt;/li&amp;gt;
&amp;lt;li&amp;gt;Many more...&amp;lt;/li&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;/ul&gt;&lt;/p&gt;

&lt;h4&gt;New default theme&lt;/h4&gt;


&lt;p&gt;After leaving the too much long used Azure theme for some templates found on open source design websites, we realized Typo needed a new default theme. We asked O2Source a French web Agency involved in many free and open source templates, and they came up with Typographic.&lt;/p&gt;

&lt;p&gt;We wanted something new, far from the classic white and blue fixed width wordpressish thing, something with its own personnality, that would take the whole screen and adapt many resolutions, and we&amp;#8217;ve been quite delighted with what H&#233;l&#232;ne produced.&lt;/p&gt;

&lt;h4&gt;Come back of the gem and the installer&lt;/h4&gt;


&lt;p&gt;After fixing numerous bugs happening with Typo installed through our installer, we were able to provide the gem again, making Typo installation easier than ever.&lt;/p&gt;

&lt;p&gt;MySQL is now the default database and SQLITE dependency has been removed.&lt;/p&gt;

&lt;h4&gt;Lots of code improvement and refactoring&lt;/h4&gt;


&lt;p&gt;The code have been improved and refactored, maing Typo lighter than ever. This is a guarantee of less errors.&lt;/p&gt;

&lt;h4&gt;New migrators&lt;/h4&gt;


&lt;p&gt;We&amp;#8217;ve included new migrators, allowing easy import from Wordpress and Dotclear 1.2 and 2. Typepad and Textpattern may follow soon.&lt;/p&gt;

&lt;h4&gt;New site with up to date documentation&lt;/h4&gt;


&lt;p&gt;The bugtracker has been moved from Trac to Redmine, so has the documentation, which has been rewriten in many ways. Access to the doc has also been made easier by merging redmine.typosphere.org with trac.typosphere.org.&lt;/p&gt;

&lt;p&gt;Lots of bugfixes, too much to say here.&lt;/p&gt;</description>
      <pubDate>Mon, 21 Jul 2008 20:40:00 +0200</pubDate>
      <guid isPermaLink="false">urn:uuid:8d00af0b-0568-40f9-a130-2fab6ea2a89e</guid>
      <comments>http://blog.typosphere.org/typo-5-1-cartier-bresson-is-out.html#comments</comments>
      <category>Releases</category>
      <category>release</category>
      <category>typorelease</category>
      <link>http://blog.typosphere.org/typo-5-1-cartier-bresson-is-out.html</link>
    </item>
  </channel>
</rss>
