<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Tarski &#187; 1.6</title>
	<atom:link href="http://tarskitheme.com/tag/16/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarskitheme.com</link>
	<description>An elegant, flexible WordPress theme</description>
	<pubDate>Sun, 20 Jul 2008 21:47:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1-alpha</generator>
	<language>en</language>
			<item>
		<title>1.6 Release</title>
		<link>http://tarskitheme.com/2007/08/17/16-release/</link>
		<comments>http://tarskitheme.com/2007/08/17/16-release/#comments</comments>
		<pubDate>Fri, 17 Aug 2007 20:25:05 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[1.6]]></category>

		<category><![CDATA[1.6.1]]></category>

		<category><![CDATA[bugs]]></category>

		<category><![CDATA[changelog]]></category>

		<category><![CDATA[CRIR]]></category>

		<category><![CDATA[download]]></category>

		<category><![CDATA[features]]></category>

		<category><![CDATA[headers]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[libraries]]></category>

		<category><![CDATA[localisation]]></category>

		<category><![CDATA[release]]></category>

		<category><![CDATA[security]]></category>

		<category><![CDATA[tweaks]]></category>

		<category><![CDATA[update notification]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/08/17/16-release/</guid>
		<description><![CDATA[Tarski 1.6 features a rewritten update notification system and header selector, as well as loads of bug fixes and tweaks.]]></description>
			<content:encoded><![CDATA[<p>Despite only releasing the previous version a month or so ago, we decided to call this release <strong>Tarski 1.6</strong> since there have been some fairly major changes. You can obsess over the details in the <a href="http://tarskitheme.com/help/changelog/">changelog</a> as usual.</p>
<p>Perhaps most importantly, the header selection code in the Tarski Options page has been almost completely rewritten, although it preserves the same functionality as before. Where before it relied on JavaScript being enabled in the user&#8217;s browser, it now degrades gracefully&#8212;when JavaScript and <acronym title="Cascading Stylesheets">CSS</acronym> are disabled, it will still be functional, building up from an <acronym title="Hypertext Markup Language">HTML</acronym> skeleton rather than down from a JavaScript implementation. For this you can thank Chris Erwin, author of the <a href="http://www.chriserwin.com/scripts/crir/">Checkbox &#038; Radio Input Replacement</a> script that makes our new header selection code tick, and Richard Fliam who did some sterling work making our implementation compatible with Internet Explorer.</p>
<p>In line with other changes being phased into the WordPress admin panel, we&#8217;ve switched our required JavaScript library to <a href="http://jquery.com/">jQuery</a>, which now does the show and hide legwork for the sidebar options selection. The comments file has also been rewritten, stripping out some forty lines of code and resulting in a cleaner, leaner and more maintenance-friendly file.</p>
<p>We&#8217;ve also fixed several bugs, including both a recently introduced one where the &#8216;Author&#8217; field in the comments form was being filled by the author link of the last commenter, and a very long-standing one where comments display was screwed up for users of the &#8216;Recent Articles&#8217; sidebar widget (many thanks to Peter Cawley for providing this and other fixes).</p>
<p>The new update notification system will hopefully pass unnoticed, as a seamless replacement for the old one. Essentially it&#8217;s just an <a href="http://www.atomenabled.org/">Atom feed</a>, which Tarski checks whenever you visit the Dashboard or Tarski Options page (I may look into caching results for the next version). This is more secure, and allows the notification text to be translated&#8212;something that wasn&#8217;t possible with the old system. Niels Leenheer&#8217;s <a href="http://rakaz.nl/extra/code/feedparser">Feedparser</a> does the heavy lifting.</p>
<p><a href="http://tarski.googlecode.com/svn/translations/releases/1.5/">1.5 translations</a> have been frozen and the latest translations can be found in the <a href="http://tarski.googlecode.com/svn/translations/trunk/">translations trunk directory</a> as usual. Just as a heads-up, this will probably be our last major release before WordPress 2.3 comes out. Enjoy the rest of your summer, and we&#8217;ll see you in September for Tarski 1.7.</p>
<p class="insert">Bugs, suggestions and new translations to the <a href="http://tarskitheme.com/forum/">forum</a> please.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/08/17/16-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>1.6 Beta</title>
		<link>http://tarskitheme.com/2007/08/09/16-beta/</link>
		<comments>http://tarskitheme.com/2007/08/09/16-beta/#comments</comments>
		<pubDate>Thu, 09 Aug 2007 14:50:18 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Asides]]></category>

		<category><![CDATA[1.6]]></category>

		<category><![CDATA[beta]]></category>

		<category><![CDATA[IE6]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Subversion]]></category>

		<category><![CDATA[testing]]></category>

		<category><![CDATA[trunk]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/08/09/16-beta/</guid>
		<description><![CDATA[A beta of Tarski 1.6 is now available for testing.]]></description>
			<content:encoded><![CDATA[<p>A beta version of Tarski 1.6 is now <a href="http://tarskitheme.com/help/subversion/">available via <code>svn</code></a>. If you find any bugs, please post them on <a href="http://tarskitheme.com/forum/">the forum</a>. One issue we haven&#8217;t yet resolved is that the new header selection code doesn&#8217;t work in Internet Explorer 6, so help with that would be particularly appreciated.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/08/09/16-beta/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
