<?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; 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>
	<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.4 Release</title>
		<link>http://tarskitheme.com/2008/12/11/24-release/</link>
		<comments>http://tarskitheme.com/2008/12/11/24-release/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 10:04:26 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.4]]></category>
		<category><![CDATA[HTTP API]]></category>
		<category><![CDATA[options page]]></category>
		<category><![CDATA[threaded comments]]></category>
		<category><![CDATA[update notifier]]></category>
		<category><![CDATA[WordPress 2.7]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=219</guid>
		<description><![CDATA[Tarski 2.4 adds support for new WordPress 2.7 features including threaded comments and the <abbr title="Hypertext Transport Protocol">HTTP</abbr> <abbr title=Application Programming Interface">API</abbr>.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 2.4</strong> adds support for new WordPress 2.7 features including threaded comments and the redesigned admin panel. Details are available <a href="http://tarskitheme.com/about/changelog/">in the changelog</a>. <em>Please note that WordPress 2.7 is required for this release.</em></p>
<p><a class="download" href="http://tarskitheme.com/downloads/tarski_2.4.zip">Download Tarski 2.4</a></p>
<p>You can also get this release as a <a href="http://github.com/ionfish/tarski/tree/2.4">Git tag</a> or a Subversion <a href="http://tarski.googlecode.com/svn/releases/2.4/">tag</a> or <a href="http://tarski.googlecode.com/svn/branches/2.4/">branch</a>.</p>
<p><strong>We strongly recommend following the <a href="http://tarskitheme.com/help/updates/">upgrade guide</a>. Always back up your files and database before running a WordPress or Tarski upgrade. Please ensure that you upgrade WordPress <em>before</em> installing the new version of Tarski.</strong></p>
<p>Tarski 2.3 was an extremely stable release, so while there are a lot of changes in 2.4, they&#8217;re almost all in support of new features. A lot of behind-the-scenes work to make Tarski&#8217;s code cleaner, more robust and compatible with <a href="http://wordpress.org/development/2008/12/coltrane/">WordPress 2.7</a> has taken place, but the interesting parts for most users will be the two major functionality changes to comments and the options page.</p>
<p>Tarski now supports the new threaded comments functionality added in WordPress 2.7. Threading and paging are both built into the <abbr title="WordPress">WP</abbr> core, and are pretty configurable from the admin panel. One can decide whether comments should be paginated, and if so, how many top-level comments should appear on each page (if threading is disabled, all comments will be top-level ones). The maximum level of nesting can be set from 1 to 10, and comment threads can be set to automatically close after a certain period of time.</p>
<p>The changes made to accommodate this new functionality mean that Tarski&#8217;s comments are now &#8216;inline&#8217; with the main content area, and are no longer forced down by the sidebar. This decision was difficult to make; Tarski&#8217;s distinctive comments were, to my mind, one of the more elegant features of the theme and the limitations they imposed were minor compared to the benefits of better spacing and a decent content area for comments to fit into. However, given Tarski&#8217;s ability to swap columns around and the need to support <abbr title="Right To Left">RTL</abbr> languages, the development and ongoing support burden would have been too much, given the vast amounts of added complexity that the new comments system brings.</p>
<p>Obviously the biggest user-facing change in WordPress 2.7 is the new, completely redesigned admin panel. When it became clear just how radical the changes were, I decided that despite the Tarski options page being thoroughly overhauled not too long ago in <a href="http://tarskitheme.com/2008/05/20/21-release/">version 2.1</a>, I had to revisit both the aesthetics and the functionality. The result is, I think, a cleaner and more effective options page which doesn&#8217;t feel out of place in the new admin area.</p>
<p>There have also been some changes to the way options are saved to the database: Tarski now uses the WordPress <a href="http://codex.wordpress.org/Handling_POST_and_AJAX_Requests">generic admin <code>POST</code> handler</a>, which both leads to more modular code and bakes in a certain amount of additional security protection. Furthermore, building on the security improvements in <a href="http://tarskitheme.com/2008/08/10/23-release/">version 2.3</a>, the options handlers now check the referrer to protect against <abbr title="Cross-Site Request Forgery">CSRF</abbr> attacks&#8212;a type of attack that Tarski&#8217;s login and logout links are also now hardened against, thanks to <a href="http://trac.wordpress.org/ticket/7790">Mark Jaquith&#8217;s thoughtfulness</a>.</p>
<p>Tarski&#8217;s update notifier now uses the new <a href="http://codex.wordpress.org/Version_2.7#HTTP_API"><abbr title="Hypertext Transport Protocol">HTTP</abbr> <abbr title="Application Programming Interface">API</abbr></a>, which has several advantages over Tarski&#8217;s native update notifier code. To begin with, it will work across a far wider range of transports, potentially making update notifications available to many more people whose servers don&#8217;t support <code>libcurl</code> or <code>fsockopen</code>. Just as importantly, it will be supported by the core WordPress team, reducing the amount of complex and highly specialised code in Tarski. This leaves me more time to focus on Tarski&#8217;s core competencies and reduces the opportunities for bugs in the update notifier (something that has been an ongoing issue ever since it was introduced).</p>
<p>Thanks to those who tested the release candidates; I hope everyone enjoys using the new version.</p>
<p class="insert">Please post any bugs or suggestions <a href="http://tarskitheme.com/forum/">on the forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2008/12/11/24-release/feed/</wfw:commentRss>
		<slash:comments>32</slash:comments>
		</item>
		<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>Benedict 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 [...]]]></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>
		<slash:comments>16</slash:comments>
		</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>Benedict 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>
		<slash:comments>30</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>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>Benedict 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>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

