<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tarski &#187; tweaks</title>
	<atom:link href="http://tarskitheme.com/tag/tweaks/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarskitheme.com</link>
	<description>An elegant, flexible WordPress theme</description>
	<lastBuildDate>Sun, 22 Apr 2012 18:14:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>2.0.5 Release</title>
		<link>http://tarskitheme.com/2007/12/09/205-release/</link>
		<comments>http://tarskitheme.com/2007/12/09/205-release/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 21:08:03 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.0.5]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[navbar]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[theme hooks]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/12/09/205-release/</guid>
		<description><![CDATA[Tarski 2.0.5 fixes various bugs and improves Tarski's inner workings.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 2.0.5</strong> was initially slated as a pure bugfix release, but as with most things, it grew in the making. Details are in the <a href="http://tarskitheme.com/help/changelog/">changelog</a>.</p>
<p>However, the most major features are the bugs fixed. To begin with, the navbar now reorders correctly, and no longer needs to save that order when pages are saved; more efficient and better-written code makes it all happen dynamically.</p>
<p>A problem with Tarski&#8217;s options saving and updating code was exposed by the new multiple authors checking instituted in 2.0.3, with the result that the save-and-restore no longer worked properly: restoring one&#8217;s options after deleting them would merely save the defaults to the database. The underlying issues have now been fixed.</p>
<p>On the new features front is one I know I&#8217;ll appreciate as I continue to improve Tarski: the code behind the version check is now a lot smarter. It used to just check whether the version grabbed from the stylesheet and the one in the database&#8212;now it can tell whether any given version is newer or older than the installed version, which lets us do things like show a notice on the Dashboard notifying the user that they&#8217;re using a development version.</p>
<p>Lastly, I appropriated some WordPress widget code to rewrite the recent articles section, with the result that it&#8217;s now added via an <a href="http://tarskitheme.com/help/hooks/reference/#actions">action hook</a>, <code>th_fmain</code>, and can consequently be removed by a plugin as well as through the Options page. The recent articles&#8217; excerpts also have WordPress&#8217; excerpt filters applied to them too, so any plugin which adds or removes those filters will now work as expected on Tarski&#8217;s excerpts.</p>
<p>Enjoy the new version; all being well, it&#8217;ll be the last before Tarski 2.1, but I wouldn&#8217;t bet my life on it.</p>
<p class="insert">Please post bugs and suggestions <a href="http://tarskitheme.com/forum/">on the forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/12/09/205-release/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>2.0.3 Release</title>
		<link>http://tarskitheme.com/2007/11/19/203-release/</link>
		<comments>http://tarskitheme.com/2007/11/19/203-release/#comments</comments>
		<pubDate>Mon, 19 Nov 2007 16:28:00 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[2.0.3]]></category>
		<category><![CDATA[2.0.4]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[file_get_contents]]></category>
		<category><![CDATA[libcurl]]></category>
		<category><![CDATA[navbar]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[robustness]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[update notifier]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/11/19/203-release/</guid>
		<description><![CDATA[Tarski 2.0.3 fixes a few bugs and adds more polish to Tarski 2.]]></description>
			<content:encoded><![CDATA[<p>There are a few more tweaks and bug fixes in <strong>Tarski 2.0.3</strong>, all of which are detailed in the <a href="http://tarskitheme.com/help/changelog/">changelog</a>.</p>
<p>The update notifier has been the subject of a few improvements, including adding support for <acronym title="PHP: Hypertext Preprocessor">PHP</acronym>&#8216;s own <code>file_get_contents</code> function for people whose servers don&#8217;t have <code>libcurl</code> installed. Its error handling has also been made more robust, so when required <acronym title="PHP: Hypertext Preprocessor">PHP</acronym> components aren&#8217;t available it will let users know what the issue is and how to resolve it.</p>
<p>If you want to use images as links but don&#8217;t like borders, the new <code>imagelink2</code> <a href="http://tarskitheme.com/help/styling/images/">image class</a> will let you do that simply and easily.</p>
<p>There are a few text changes in this version, so if people could provide updated translations (shouldn&#8217;t take long) that would be wonderful.</p>
<p class="insert">Bugs and suggestions to the <a href="http://tarskitheme.com/forum/">forum</a> please.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/11/19/203-release/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Change Title Separator</title>
		<link>http://tarskitheme.com/2007/11/06/change-title-separator/</link>
		<comments>http://tarskitheme.com/2007/11/06/change-title-separator/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 13:07:24 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Change Title Separator]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[separator]]></category>
		<category><![CDATA[title]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/11/06/change-title-separator/</guid>
		<description><![CDATA[A small plugin to change the title separator in Tarski.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve written a small plugin that changes the separator character in Tarski&#8217;s document titles. You can get the code <a href="http://tarskitheme.com/code/title_sep_swap.phps">here</a>; just save it as <code>title_sep_swap.php</code> in your WordPress install&#8217;s plugins directory. The code provided changes the separator to the pipe character, but you can make it use whatever you prefer by changing the second argument of the <code>define</code> call on line 11.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/11/06/change-title-separator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1.7 Release</title>
		<link>http://tarskitheme.com/2007/09/16/17-release/</link>
		<comments>http://tarskitheme.com/2007/09/16/17-release/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 12:17:02 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.7]]></category>
		<category><![CDATA[alternate styles]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[navbar]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[update notification]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/09/16/17-release/</guid>
		<description><![CDATA[Tarski 1.7 includes a bunch of new features and makes Tarski usable with WordPress 2.3.]]></description>
			<content:encoded><![CDATA[<p>When WordPress 2.1 was released, we <a href="http://tarskitheme.com/2007/01/23/wordpress-21-and-tarski/">made the mistake</a> of not having a <a href="http://tarskitheme.com/2007/01/26/122-release/">compatible version</a> of Tarski ready. WordPress 2.3&#8212;which will be out <a href="http://www.google.com/calendar/embed?src=fhcihol34up7rl0pqa6ngc9qf8%40group.calendar.google.com">pretty soon</a>&#8212;includes a number of changes which will be significant for Tarski users, and consequently we were determined not to make the same mistake twice. <strong>Tarski 1.7</strong> remains backwards-compatible with the WordPress 2.1/2.2 branch, but it&#8217;s decidedly forward-looking. You can mull over the details on the <a href="http://tarskitheme.com/help/changelog/">changelog</a>.</p>
<p>Perhaps the biggest change is the removal of our Ultimate Tag Warrior support in favour of the new &#8216;core&#8217; WordPress tags system. Unless you&#8217;re running the 2.3 release candidate, this means your tags will disappear until you upgrade your WordPress installation and import your <acronym title="Ultimate Tag Warrior">UTW</acronym> tags. Tarski&#8217;s new tags page template, which you can see in action on <a href="http://tarskitheme.com/tags/">our tags page</a>, uses the new <acronym title="WordPress">WP</acronym> tag cloud.</p>
<p>While the overall goal of 1.7 was to make Tarski compatible with the new version of WordPress, we also took it as an opportunity to polish our code a bit and add a few helpful new features. As you can see by casting an eye up to the navbar, the &#8216;Home&#8217; link can now be renamed. People have been asking for this for a while now, and I decided it was time to give in. You can change that on the Tarski Options page; look for the &#8216;Navigation Options&#8217; header.</p>
<p>Speaking of the navbar, we&#8217;ve fixed an annoying issue where one had to re-save one&#8217;s Tarski options to get the navbar to reorder. It now reorders automatically whenever you save a page (since that&#8217;s when you change the Page Order value). The navbar output has also been added to the <a href="http://tarskitheme.com/help/hooks/">hooks system</a>, which means two things: firstly, the <code>constants.php</code> file is now fully replaced (at least as far as it&#8217;s going to be), and that you can now add links to the navbar using a plugin. I hope to use this functionality to add a more elegant, user-friendly way to include external links.</p>
<p>The update notifier improvements in the <a href="http://tarskitheme.com/2007/08/17/16-release/">last release</a> have received a boost too, as the version check is now cacheable. To enable the cache, you need to make sure permissions on <code>library/cache/</code> in your Tarski directory are set to <code>777</code>. More details are available on the <a href="http://tarskitheme.com/help/updates/notifier/">Update Notifier page</a>.</p>
<p>For those who prefer to use a header image as their website title, and hide the actual title, I&#8217;ve improved the code so the <code>alt</code> attribute description is the site title when the title isn&#8217;t displayed, and the image itself links home (when you&#8217;re not on the front page, of course). A pinch of <acronym title="Cascading Stylesheets">CSS</acronym> means things should display as before, but the way things work is a bit more closely aligned with the expected behaviour (i.e., the site title links to the home page).</p>
<p>Category and author archives have had their first improvement in a long while: if there&#8217;s a description associated with them, they&#8217;re now displayed instead of the boring &#8220;This is a category archive for&#8230;&#8221; or &#8220;You are currently browsing so-and-so&#8217;s articles&#8230;&#8221;. So if you view <a href="http://tarskitheme.com/author/ionfish/">my posts</a>, you get a brief sentence about me instead of generic filler text. In addition to this, the document <code>body</code> now has an <code>id</code> which is set depending on which page you&#8217;re viewing, so you could make a particular author or category archive display in a certain way just by adding some extra code to your <a href="http://tarskitheme.com/help/styles/">custom style</a>. We&#8217;ve also assigned <acronym title="Hypertext Markup Language">HTML</acronym> classes to certain elements of the post metadata, so you can style those more easily.</p>
<p>As I detailed in my article on <a href="http://tarskitheme.com/2007/09/04/tarski-plugin-integration/">Tarski Plugin Integration</a>, the support for specific plugins is now gone, so if you want to carry on using those plugins with Tarski I strongly recommend giving it a read.</p>
<p>Many thanks to everyone who helped me track down and fix the various bugs in Tarski 1.6; hopefully 1.7 won&#8217;t have the same problems. Enjoy the new version.</p>
<p class="insert">Please post bugs, suggestions and new translations on the <a href="http://tarskitheme.com/forum/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/09/16/17-release/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<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>Benedict 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>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>1.5 Release</title>
		<link>http://tarskitheme.com/2007/07/14/15-release/</link>
		<comments>http://tarskitheme.com/2007/07/14/15-release/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 13:16:51 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.5]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[theme hooks]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/07/14/15-release/</guid>
		<description><![CDATA[Those of you who&#8217;ve been following our updates via Subversion will know this already, but for traditionalists who like to download a zip file each time, here&#8217;s Tarski 1.5. Quite a lot of stuff in the changelog, but I&#8217;ll give the usual rundown here as well. First up is a rudimentary mobile stylesheet; something I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Those of you who&#8217;ve been following our <a href="http://tarski.googlecode.com/svn/trunk/">updates via Subversion</a> will know this already, but for traditionalists who like to download a <code>zip</code> file each time, here&#8217;s <strong>Tarski 1.5</strong>. Quite a lot of stuff in the <a href="http://tarskitheme.com/help/changelog/">changelog</a>, but I&#8217;ll give the usual rundown here as well.</p>
<p>First up is a rudimentary mobile stylesheet; something I&#8217;ve been meaning to add for ages but only recently got round to. It&#8217;s not amazing, but it&#8217;s functional and preserves the Tarski aesthetic.</p>
<p>The <a href="">theme hooks</a> system has been massively overhauled, with the clunky and simplistic <code>constants.php</code> replaced by the <a href="http://extralogical.net/2007/06/wphooks/">custom plugin hooks</a> system I described recently. Check out <code>library/tarski-hooks.php</code> for the hooks, and <code>library/constants-hooks.php</code> for the bridge between that and the existing <code>constants.php</code> file, which is still supported as a legacy system (and a simpler one for the less <acronym title="PHP: Hypertext Preprocessor">PHP</acronym>-savvy amongst us).</p>
<p>Amongst the other new features are better OpenID comments support, and thanks to <a href="http://tarskitheme.com/forum/discussion/308/moving-blog-off-home-page-navigation-menu-with-static-front-page/">one user&#8217;s intervention</a> there&#8217;s also much better support for static front pages&#8212;which just goes to show, if you bring an issue up in the forum there&#8217;s a decent chance something will be done about it.</p>
<p>Other than that, there are the usual tweaks and bug fixes. Thanks as always to those who&#8217;ve contributed translations, suggestions, and code, especially to Jordan Liggitt who <a href="http://tarskitheme.com/forum/discussion/156/">solved a problem</a> with the older and newer entries navigation.</p>
<p>A quick note on translations: translations for <strong>Tarski 1.4</strong> have been frozen <a href="http://tarski.googlecode.com/svn/translations/releases/1.4/">here</a>, translations for 1.5 will be added to the <a href="http://tarski.googlecode.com/svn/translations/trunk/">translations directory</a> as they come in. The <code>.pot</code> file in that directory is up-to-date.</p>
<p class="insert">Bug reports, suggestions and translations to <a href="http://tarskitheme.com/forum/">the forum</a> please.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/07/14/15-release/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Custom WordPress Hooks Article</title>
		<link>http://tarskitheme.com/2007/06/13/hooks-article/</link>
		<comments>http://tarskitheme.com/2007/06/13/hooks-article/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 12:36:17 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[1.5]]></category>
		<category><![CDATA[custom headers]]></category>
		<category><![CDATA[customisability]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[ionfish]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[theme hooks]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/06/13/hooks-article/</guid>
		<description><![CDATA[New tutorial on <a href="http://extralogical.net/2007/06/wphooks/">adding custom hooks</a> to <acronym title="WordPress">WP</acronym> themes.]]></description>
			<content:encoded><![CDATA[<p>Just published an article over on Extralogical about <a href="http://extralogical.net/2007/06/wphooks/">adding custom hooks</a> to WordPress themes, which might be of interest to the theme authors amongst you. It also offers a little preview of how the new hooks system in Tarski 1.5 will work.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/06/13/hooks-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1.4 Release</title>
		<link>http://tarskitheme.com/2007/04/14/14-release/</link>
		<comments>http://tarskitheme.com/2007/04/14/14-release/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 13:39:18 +0000</pubDate>
		<dc:creator>Chris Sternal-Johnson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.3.1]]></category>
		<category><![CDATA[1.4]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[custom headers]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[options page]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[swapped columns]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[WPMU]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/04/14/14-release/</guid>
		<description><![CDATA[Tarski 1.3.1 makes the recent articles listing optional, and fixes a number of bugs.]]></description>
			<content:encoded><![CDATA[<p>As 1.2.5 turned into 1.3, so 1.3.1 has turned into <strong>Tarski 1.4</strong>. A few nice things in this release; all the details are in <a href="http://tarskitheme.com/help/changelog/">changelog</a> as usual.</p>
<p>First, something I&#8217;m quite pleased with &#8211; Tarski now works right out-of-the-box with <a href="http://mu.wordpress.org/">WordPress <acronym title="Multi-User">MU</acronym></a>.  The theme will now auto-detect <acronym title="WordPress Multi-User">WPMU</acronym> and tweak its functioning accordingly; the specifics are in the changelog.  We&#8217;ve been pleased to see networks like <a href="http://wordpress.com/">WordPress.com</a> and <a href="http://edublogs.org/">Edublogs</a> picking up Tarski, and we hope this makes it easier to implement.</p>
<p>Fans of custom header images will be happy to hear that we&#8217;ve plugged WordPress&#8217;s custom header functionality into Tarski, so you can upload new header images with ease.</p>
<p>In the interests of cleaning up the database a little bit, and making it easier to change options via the database and so on, we&#8217;ve combined all the various <code>tarski_blahblahblah</code> options into one array. An upgrade script is included and will run automatically (it&#8217;s also available in <code>library/upgrade-to-1.4.php</code> if you prefer, or wish to peruse).  <strong>Note:</strong> The very first pageview after upgrading may have some SQL errors &#8211; just ignore them and refresh the page, they should disappear.</p>
<p>Most of the bug fixes are things we should have fixed ages ago, to do with the display of comments when the columns have been swapped. In all honesty it had just slipped our minds, so thank you to those of you who posted about this issue on the <a href="http://tarskitheme.com/forum/">forum</a>.</p>
<p>Other than that, there&#8217;s a small localisation issue fix (which again, several people pointed out on the forum), and a bit of footer triage: the default &#8216;About&#8217; header has been removed and the blurb has moved above the recent articles listing. If you want the header back you can add it in via the Options page, but you don&#8217;t have to.</p>
<p>Thanks again to everyone who&#8217;s pointed out bugs and contributed translations; hope you enjoy the new release.</p>
<p class="insert">Point out bugs or add suggestions <a href="http://tarskitheme.com/forum/">on the forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/04/14/14-release/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Roadmap Update</title>
		<link>http://tarskitheme.com/2007/02/27/roadmap-update-2/</link>
		<comments>http://tarskitheme.com/2007/02/27/roadmap-update-2/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 12:32:55 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[1.2.4]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[localisation]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[translations]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/02/27/roadmap-update-2/</guid>
		<description><![CDATA[Just a quick note to say the <a href="http://tarskitheme.com/help/roadmap/">the roadmap</a> has been updated.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated <a href="http://tarskitheme.com/help/roadmap/">the roadmap</a> with some more information on the changes that will appear in the next version of Tarski.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/02/27/roadmap-update-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running the Alpha</title>
		<link>http://tarskitheme.com/2006/10/18/running-the-alpha/</link>
		<comments>http://tarskitheme.com/2006/10/18/running-the-alpha/#comments</comments>
		<pubDate>Wed, 18 Oct 2006 23:17:16 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.2]]></category>
		<category><![CDATA[beta test]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2006/10/18/running-the-alpha/</guid>
		<description><![CDATA[<a href="http://ionfish.co.uk/">My website</a> is running the 1.2 Alpha.]]></description>
			<content:encoded><![CDATA[<p>As I mentioned in my <a href="http://tarskitheme.com/2006/10/17/feedburner-with-tarski/">previous post</a>, my <a href="http://ionfish.co.uk/">website</a>&#8216;s theme broke the <acronym title="WordPress">WP</acronym> admin panel, so until Chris and I figure out what&#8217;s going on, I&#8217;ll be running Tarski. Since <a href="http://tarskitheme.com/help/roadmap/">1.2</a> is not a million miles away from finished, I thought I&#8217;d upload that and use my site as a sort of field test to iron out bugs&#8212;I&#8217;ve already caught a couple. Hopefully we&#8217;ll iron out the biggest issues over the weekend and get a Beta copy out to our testers. We&#8217;ll keep you posted.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/10/18/running-the-alpha/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

