<?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; options page</title>
	<atom:link href="http://tarskitheme.com/tag/options-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarskitheme.com</link>
	<description>An elegant, flexible WordPress theme</description>
	<pubDate>Thu, 14 Aug 2008 09:16:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>2.2 Release</title>
		<link>http://tarskitheme.com/2008/07/19/22-release/</link>
		<comments>http://tarskitheme.com/2008/07/19/22-release/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 15:13:43 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

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

		<category><![CDATA[options page]]></category>

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

		<category><![CDATA[WordPress 2.6]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=132</guid>
		<description><![CDATA[Tarski 2.2 improves Tarski&#8217;s compatibility with WordPress 2.6, tidies up various parts of the hooks API, improves performance, and adds a much cleverer navbar link selector. Details are in the changelog as per usual.
In my view, the best part of this release is a vastly improved navbar selector. It&#8217;s a major improvement over the old [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 2.2</strong> improves Tarski&#8217;s compatibility with WordPress 2.6, tidies up various parts of the hooks API, improves performance, and adds a much cleverer navbar link selector. Details are in the <a href="http://tarskitheme.com/about/changelog/">changelog</a> as per usual.</p>
<p>In my view, the best part of this release is a vastly improved navbar selector. It&#8217;s a major improvement over the old implementation for a few reasons, firstly because it actually shows you the structure of your pages: they&#8217;re not just a big long list, but a properly indented tree that allows you to see just where in the overall structure of your site a given page fits.</p>
<p>Secondly, some people have a lot of pages. Until now, if that was the case, the navbar selector would utterly overwhelm the options page. Now it doesn&#8217;t have to: each sub-list is collapsible, so you can reduce the list to just what you need to see at any one time. I&#8217;ve found it a great help . Which lists are collapsed and which aren&#8217;t is saved in the database, so if you collapse a load of menus you won&#8217;t find them expanding out again next time you visit the Tarski options page.</p>
<p>Performance improvements have been gleaned by only loading Tarski&#8217;s library of administrative functionality when you&#8217;re actually using the WordPress admin page, not for every visitor hitting your front page. In addition to this, paginating archive and search pages is now the default, and the code that removes pagination and shows all the results for a given year, tag or search query has been reimplemented in a more optimised way that generally reduces the number of database queries required to generate the page by a significant number.</p>
<p>Additionally, changes in the WordPress core in version 2.6 has allowed me to deprecate a large chunk of Tarski code in favour of simpler and more elegant WordPress API calls. This makes the Tarski codebase more maintainable and also helps with performance. Removing a few unnecessary Tarski API hooks also helps with this.</p>
<p>Lastly, I&#8217;ve tidied up Tarski&#8217;s gallery and image support a bit so it fits in better with the gallery functionality added in WordPress 2.5 and updated in 2.6. Galleries should now be styled a little more nicely, and individual image pages are cleaner. Hope you enjoy the new version.</p>
<p class="insert">Support requests should go in <a href="http://tarskitheme.com/forum/">the forum</a> as usual.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2008/07/19/22-release/feed/</wfw:commentRss>
		</item>
		<item>
		<title>2.1 Release</title>
		<link>http://tarskitheme.com/2008/05/20/21-release/</link>
		<comments>http://tarskitheme.com/2008/05/20/21-release/#comments</comments>
		<pubDate>Tue, 20 May 2008 13:38:01 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

		<category><![CDATA[options page]]></category>

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

		<guid isPermaLink="false">http://tarskitheme.com/?p=127</guid>
		<description><![CDATA[Tarski 2.1 includes a number of enhancements, including a fully widget-based footer area, avatar support, and a reworked options page in line with the new WordPress admin interface.
]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 2.1</strong> includes a number of enhancements, including a fully widget-based footer area, avatar support, and a reworked options page in line with the new WordPress admin interface. Details are in the <a href="http://tarskitheme.com/about/changelog/">changelog</a> as always.</p>
<div class="insert">
<h3>Upgrade guide</h3>
<ol>
<li>Back up any custom stylesheets, sidebars etc.</li>
<li>Switch to the default theme</li>
<li>Update your Tarski files</li>
<li>Put your custom files back</li>
<li>Switch back to Tarski</li>
</ol>
<p>Changing themes ensures that Tarski isn&#8217;t running while you update your files, and triggers the upgrade routine (visiting the Tarski options page is another way to do this, if you&#8217;re just running <code>svn up</code> for example).
</div>
<p>Recently I&#8217;ve been contributing the odd patch to the WordPress core, and coupled with the many other huge improvements in <a href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress 2.5</a>, the result has been that I&#8217;ve been able to remove a few things from Tarski. The ability to choose which feed type is linked to by default, for example, has been added to WordPress, and so it&#8217;s been dropped from Tarski.</p>
<h3>Widgets</h3>
<p>I also decided to finally give in to the inevitable, and drop Tarski&#8217;s native sidebar implementation in favour of the widgets it&#8217;s had since version 1.1.2. If you&#8217;re using the Tarski sidebar, don&#8217;t worry: your settings will be automatically converted into widgets. If you&#8217;re using a custom sidebar file, that will be picked up too: if it&#8217;s there it&#8217;ll be used, overriding the widget sidebar, and if it isn&#8217;t, it won&#8217;t.</p>
<p>The main footer area is now a widget field, too, and Tarski&#8217;s recent articles code has been rewritten as a widget, so you can either keep things as they are, or start customising madly. Tarski&#8217;s <a href="http://tarskitheme.com/help/hooks/">hooks system</a> has received a number of additions, so anyone building their website on top of Tarski should find it that much easier to make adjustments. Some 2.1 developer notes will be forthcoming once I find the time to finish writing them up.</p>
<h3>Avatars &#038; icons</h3>
<p>After being absent for a few versions, avatars are now back, courtesy of the native WordPress implementation in 2.5. You&#8217;ll be able to see them in action by commenting on this post.</p>
<p>I&#8217;ve also taken the opportunity to freshen up the theme with some new icons. Obviously if you want to use them in any other <acronym title="Gnu Public License">GPL</acronym>-compatible project then you&#8217;re free to do so.</p>
<h3>Options page</h3>
<p>Obviously the biggest change in WordPress 2.5 is the new admin interface, and Tarski&#8217;s options page has received a thorough overhaul too. The last time we made such a big change was in <a href="http://tarskitheme.com/2007/04/02/13-release/">version 1.3</a>&#8212;almost a year ago. Things have come on a fair bit since then. Enjoy the new version.</p>
<p class="insert">Bugs and suggestions <a href="http://tarskitheme.com/forum/">on the forum</a> please.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2008/05/20/21-release/feed/</wfw:commentRss>
		</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 - 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 - 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>
		</item>
		<item>
		<title>1.3 Release</title>
		<link>http://tarskitheme.com/2007/04/02/13-release/</link>
		<comments>http://tarskitheme.com/2007/04/02/13-release/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 23:40:51 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

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

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

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

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

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

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

		<category><![CDATA[options page]]></category>

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

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

		<guid isPermaLink="false">http://tarskitheme.com/2007/04/02/13-release/</guid>
		<description><![CDATA[Tarski 1.3 includes a new shiny new Options page and new sidebar functionality.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 1.3</strong> doesn&#8217;t have the longest <a href="http://tarskitheme.com/help/changelog/#v1.3">changelog</a> in the world, but don&#8217;t let that deceive you; there are some substantial changes.</p>
<p>Obviously the major change is the new Tarski Options page, with an overhauled appearance as well as completely renovated markup. Functionally it&#8217;s little different, but it&#8217;s much better put together from a design perspective. Most of the help text, labels and so on were completely rewritten, so there&#8217;s a new <acronym title="Portable Object Template">POT</acronym> file on the <a href="http://tarskitheme.com/help/localisation/">localisation page</a>.</p>
<p>There&#8217;s also a new sidebar customisation option: those of you who like to write your own code can now make a <code>user-sidebar.php</code> file and tinker to your heart&#8217;s content.</p>
<h3>Legacy version, 1.2.5</h3>
<p>We&#8217;re actually releasing two versions today; the other one is <strong>Tarski 1.2.5</strong>, which has an even <em>shorter</em> <a href="http://tarskitheme.com/help/changelog/#v1.2.5">changelog entry</a>&#8212;just one item. 1.2.5 is a legacy version, intended for those who can&#8217;t (or won&#8217;t) get WordPress 2.1 or higher, which 1.3 requires. You can download it from the <a href="http://tarskitheme.com/help/legacy/">Legacy Versions</a> page.</p>
<p>Thanks to everyone who&#8217;s helped us with Tarski; hope you enjoy the new release.</p>
<p class="insert">Bugs and suggestions <a href="http://tarskitheme.com/forum/">on the forum</a> as always.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/04/02/13-release/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
