<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>WordPress Development Updates</title>
	<atom:link href="http://wpdevel.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wpdevel.wordpress.com</link>
	<description>Where code speaks louder than words.</description>
	<lastBuildDate>Wed, 01 Feb 2012 21:21:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='wpdevel.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>WordPress Development Updates</title>
		<link>http://wpdevel.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://wpdevel.wordpress.com/osd.xml" title="WordPress Development Updates" />
	<atom:link rel='hub' href='http://wpdevel.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Team Update i18n Technically our cycle started today&#8230;</title>
		<link>http://wpdevel.wordpress.com/2012/02/01/team-update-i18n-technically-our-cycle-started-today/</link>
		<comments>http://wpdevel.wordpress.com/2012/02/01/team-update-i18n-technically-our-cycle-started-today/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 20:56:25 +0000</pubDate>
		<dc:creator>Andrew Nacin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.4]]></category>
		<category><![CDATA[I18N]]></category>
		<category><![CDATA[team-update]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/02/01/team-update-i18n-technically-our-cycle-started-today/</guid>
		<description><![CDATA[Team Update: i18n Technically, our cycle started today. Really though, a few of us have been hammering away at a pre-cycle cycle for the past week or so. What we&#8217;ve been doing is focusing on bugs and enhancements, some of them quite old, that will provide more targeted control to translators. Since Dion is back [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1976&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Team Update: i18n</p>
<p>Technically, our cycle started today. Really though, a few of us have been hammering away at a pre-cycle cycle for the past week or so. What we&#8217;ve been doing is focusing on bugs and enhancements, some of them quite old, that will provide more targeted control to translators.</p>
<p>Since Dion is back in action starting next week, we&#8217;re back-dating our current cycle, if you will, to have started on January 23, and end on Feb 6. Soon thereafter a new cycle will begin, and that cycle will focus on the development of language pack installation. This cycle will continue to lay the groundwork for that to happen.</p>
<p>Things that have happened so far:</p>
<ul>
<li>Created a document for translators, <strong><a href="http://wppolyglots.wordpress.com/important-changes-for-wordpress-3-4/">Important Changes for WordPress 3.4</a></strong>, which outlines all of the changes (audience: translators) what I&#8217;m about to outline for you (audience: developers).</li>
<li>Worked with Gardener Boren on splitting up the pot files and only loading admin strings in the admin. This required some work on GlotPress, WP.org, the i18n repo, and core. <a href="http://core.trac.wordpress.org/ticket/19852">#19852</a></li>
<li>RTL locales are now automatically detected. <a href="http://core.trac.wordpress.org/ticket/19600">#19600</a> and <a href="http://core.trac.wordpress.org/ticket/19924">#19924</a></li>
<li>wp_salt() now falls back to the database for all keys and salts, and is much smarter about when it should fall back. The way we handle default secret keys is now improved and will prevent plugin errors when running a localized version of core. <a href="http://core.trac.wordpress.org/ticket/19599">#19599</a> <a href="http://core.trac.wordpress.org/ticket/14024">#14024</a></li>
<li>wptexturize() now has better locale support for all kinds of curly quotes/apostrophes/primes. This means that a localization like Hebrew can actually turn off curly quote replacement, without needing to resort to weird hacks in their he_IL.php file. <a href="http://core.trac.wordpress.org/ticket/19602">#19602</a></li>
<li>RSS feeds now properly reflect the language of the blog. The rss_language option is gone. <a href="http://core.trac.wordpress.org/ticket/13440">#13440</a></li>
<li>Locales can now specify a default timezone and start of week through translated strings (rather than PHP).  Also, default links can be localized, <a href="http://core.trac.wordpress.org/ticket/19601">#19601</a></li>
<li>setup-config.php nows use a regex to replace wp-config-sample.php placeholders, preventing translators from needing to keep the placeholders sync&#8217;d. <a href="http://core.trac.wordpress.org/ticket/18180">#18180</a></li>
<li>The non-gettexted WP_I18N_ strings are all gone. Core now leverages wp_load_translations_early(), which is carefully designed to work in the particular situations we need it. (Not for plugins, yo.) <a href="http://core.trac.wordpress.org/ticket/18180">#18180</a></li>
<li>setup-config.php is now fully internationalized and uses wp_load_translations_early() to ensure the local package&#8217;s mo file is loaded. Between this and the secret key changes, there is no longer a file in wp-admin or wp-includes that translators need to modify in their distribution. <a href="http://core.trac.wordpress.org/ticket/18180">#18180</a></li>
<li>Like the gardening team, we have been using Future Release and Awaiting Review as a potential gold mine, picking through <a href="http://core.trac.wordpress.org/query?component=I18N&amp;group=milestone&amp;status=!closed">all of the i18n tickets</a> to find the good enhancements and missed bugs. So far, this has resulted in fixes for <a href="http://core.trac.wordpress.org/ticket/19364">#19364</a>, <a href="http://core.trac.wordpress.org/ticket/11270">#11270</a>, <a href="http://core.trac.wordpress.org/ticket/18770">#18770</a>, <a href="http://core.trac.wordpress.org/ticket/19698">#19698</a>, <a href="http://core.trac.wordpress.org/ticket/19788">#19788</a>, and a few other tickets now slated for 3.4.</li>
</ul>
<p>Things that will probably happen in the next week:</p>
<ul>
<li>Some decision on support for RTL in feeds. <a href="http://core.trac.wordpress.org/ticket/6425">#6425</a></li>
<li>Word count work. <a href="http://core.trac.wordpress.org/ticket/8759">#8759</a></li>
<li>Comma fun. <a href="http://core.trac.wordpress.org/ticket/7897">#7897</a></li>
<li>Finishing off locale-specific modifications in core. <a href="http://core.trac.wordpress.org/ticket/19603">#19603</a> <a href="http://core.trac.wordpress.org/ticket/19601">#19601</a></li>
<li>Themes gaining header translation abilities, and translating page template names. Sergey is going to work on this and I&#8217;ll follow up with the makepot.php changes. <a href="http://core.trac.wordpress.org/ticket/15858">#15858</a> <a href="http://core.trac.wordpress.org/ticket/6007">#6007</a></li>
<li>And other things on <a href="http://core.trac.wordpress.org/query?component=I18N&amp;milestone=3.4&amp;status=!closed">this report</a>, as well as other aspects of laying the groundwork for language packs.</li>
</ul>
<p>Office Hours: Daily. We will likely set formal office hours for the second cycle as that will include me, Dion, and Sergey, and we&#8217;re evenly spaced around the world (UTC -5, +4, +10).</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpdevel.wordpress.com/1976/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpdevel.wordpress.com/1976/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpdevel.wordpress.com/1976/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpdevel.wordpress.com/1976/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpdevel.wordpress.com/1976/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpdevel.wordpress.com/1976/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpdevel.wordpress.com/1976/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpdevel.wordpress.com/1976/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpdevel.wordpress.com/1976/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpdevel.wordpress.com/1976/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpdevel.wordpress.com/1976/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpdevel.wordpress.com/1976/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpdevel.wordpress.com/1976/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpdevel.wordpress.com/1976/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1976&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wpdevel.wordpress.com/2012/02/01/team-update-i18n-technically-our-cycle-started-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/01cfe9feaafb068590891bbd1f6a7f5a?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">nacin</media:title>
		</media:content>
	</item>
		<item>
		<title>Team Update &#8211; Headerators</title>
		<link>http://wpdevel.wordpress.com/2012/02/01/team-update-headerators/</link>
		<comments>http://wpdevel.wordpress.com/2012/02/01/team-update-headerators/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 19:31:38 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[headerators]]></category>
		<category><![CDATA[team-update]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/?p=1973</guid>
		<description><![CDATA[We focused on flexible headers this cycle (#17242). We have a patch that we think is ready for commit, which adds flexible height and width. We had Nacin and Mark Jaquith look at the patch, they made some recommendations that we integrated, and it seems ready to go into core for some testing. You can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1973&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We focused on flexible headers this cycle (<a href="http://core.trac.wordpress.org/ticket/17242">#17242</a>).  We have a patch that we think is ready for commit, which adds flexible height and width.  We had Nacin and Mark Jaquith look at the patch, they made some recommendations that we integrated, and it seems ready to go into core for some testing.</p>
<p>You can test with the latest version of the <a href="https://github.com/aaroncampbell/Essence">Essence Theme on Github</a> or see <a href="http://core.trac.wordpress.org/ticket/17242#comment:48">comment 48 on the ticket</a> for information on how to add support to your own theme.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpdevel.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpdevel.wordpress.com/1973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpdevel.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpdevel.wordpress.com/1973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpdevel.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpdevel.wordpress.com/1973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpdevel.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpdevel.wordpress.com/1973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpdevel.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpdevel.wordpress.com/1973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpdevel.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpdevel.wordpress.com/1973/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpdevel.wordpress.com/1973/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpdevel.wordpress.com/1973/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1973&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wpdevel.wordpress.com/2012/02/01/team-update-headerators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f27b79eb04eb414c4c1fc98375fe7404?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">aarondcampbell</media:title>
		</media:content>
	</item>
		<item>
		<title>Team Update: Multisite (Wednesday)</title>
		<link>http://wpdevel.wordpress.com/2012/02/01/team-update-multisite-wednesday/</link>
		<comments>http://wpdevel.wordpress.com/2012/02/01/team-update-multisite-wednesday/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 19:17:26 +0000</pubDate>
		<dc:creator>Mark Jaquith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[multisite]]></category>
		<category><![CDATA[team-update]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/02/01/team-update-multisite-wednesday/</guid>
		<description><![CDATA[I worked some more on the patch we had for #19810. The original patch had features that exceeded our original scope (namely: the ability to bulk-add users). I removed that, cleaned up the JS a bit, and we now have a patch that can probably go in and be iterated. http://core.trac.wordpress.org/attachment/ticket/19810/19810.5.patch Next up is making [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1972&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I worked some more on the patch we had for <a href="http://core.trac.wordpress.org/ticket/19810">#19810</a>. The original patch had features that exceeded our original scope (namely: the ability to bulk-add users). I removed that, cleaned up the JS a bit, and we now have a patch that can probably go in and be iterated.</p>
<p><a href="http://core.trac.wordpress.org/attachment/ticket/19810/19810.5.patch" rel="nofollow">http://core.trac.wordpress.org/attachment/ticket/19810/19810.5.patch</a></p>
<p>Next up is making it work in the add-user-to-blog interface in the Network Admin.</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpdevel.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpdevel.wordpress.com/1972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpdevel.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpdevel.wordpress.com/1972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpdevel.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpdevel.wordpress.com/1972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpdevel.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpdevel.wordpress.com/1972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpdevel.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpdevel.wordpress.com/1972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpdevel.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpdevel.wordpress.com/1972/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpdevel.wordpress.com/1972/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpdevel.wordpress.com/1972/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1972&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wpdevel.wordpress.com/2012/02/01/team-update-multisite-wednesday/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2666073f86ab71d7579ed8f4cf78e194?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">markjaquith</media:title>
		</media:content>
	</item>
		<item>
		<title>Team Update Browsing Buddies Tuesdays Current Cycle Focus&#8230;</title>
		<link>http://wpdevel.wordpress.com/2012/02/01/team-update-browsing-buddies/</link>
		<comments>http://wpdevel.wordpress.com/2012/02/01/team-update-browsing-buddies/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 08:23:44 +0000</pubDate>
		<dc:creator>Mike Schroder</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsing-buddies]]></category>
		<category><![CDATA[team-update]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/?p=1957</guid>
		<description><![CDATA[Team Update &#8211; Browsing Buddies (Tuesdays) Current Cycle Focus: Themes Screen Infinite Scrolling (#19815) helenyhou: Created initial patch for hiding default theme details and displaying author on #19853.  Ported changes made on themes-list-table to theme-install-list-table. DH-Shredder: Enabled fetch-list for class-wp-themes-list-table.  Currently porting wp-includes/js/wplink.dev.js, which handles infinite scrolling for internal linking, to wp-themes.dev.js for use in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1957&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Team Update &#8211; Browsing Buddies (Tuesdays)</p>
<p>Current Cycle Focus: Themes Screen Infinite Scrolling (<a href="http://core.trac.wordpress.org/ticket/19815">#19815</a>)</p>
<ul>
<li>helenyhou: Created initial patch for hiding default theme details and displaying author on <a href="http://core.trac.wordpress.org/ticket/19853">#19853</a>.  Ported changes made on themes-list-table to theme-install-list-table.</li>
<li>DH-Shredder: Enabled fetch-list for class-wp-themes-list-table.  Currently porting wp-includes/js/wplink.dev.js, which handles infinite scrolling for internal linking, to wp-themes.dev.js for use in the Themes screen.  Initial patch (work in progress) posted on <a href="http://core.trac.wordpress.org/ticket/19815">#19815</a>.</li>
</ul>
<p>Office Hours:  22:00-24:00 UTC (2:00p-4:00p PST) on Fridays</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpdevel.wordpress.com/1957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpdevel.wordpress.com/1957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpdevel.wordpress.com/1957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpdevel.wordpress.com/1957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpdevel.wordpress.com/1957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpdevel.wordpress.com/1957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpdevel.wordpress.com/1957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpdevel.wordpress.com/1957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpdevel.wordpress.com/1957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpdevel.wordpress.com/1957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpdevel.wordpress.com/1957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpdevel.wordpress.com/1957/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpdevel.wordpress.com/1957/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpdevel.wordpress.com/1957/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1957&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wpdevel.wordpress.com/2012/02/01/team-update-browsing-buddies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/76424a001dc6b3ebb4faca0c567800c4?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">getsource</media:title>
		</media:content>
	</item>
		<item>
		<title>Team Update Gardening  Focused on security performance&#8230;</title>
		<link>http://wpdevel.wordpress.com/2012/01/28/team-update-gardening-focused-on-security-performance/</link>
		<comments>http://wpdevel.wordpress.com/2012/01/28/team-update-gardening-focused-on-security-performance/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 18:24:18 +0000</pubDate>
		<dc:creator>Ryan Boren</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[team-update]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/01/28/team-update-gardening-focused-on-security-performance/</guid>
		<description><![CDATA[Team Update: Gardening &#8220;Focused&#8221; on security, performance, and cache improvements with particular attention to i18n, rewrite, and query. We&#8217;re writing lots of unit tests as we go. Worked with the lang pack team on splitting up the pot files and loading only the necessary strings for frontend, admin, and network admin page loads. This greatly [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1954&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Team Update: Gardening</p>
<p>&#8220;Focused&#8221; on security, performance, and cache improvements with particular attention to i18n, rewrite, and query. We&#8217;re writing lots of unit tests as we go.</p>
<ul>
<li>Worked with the lang pack team on splitting up the pot files and loading only the necessary strings for frontend, admin, and network admin page loads. This greatly reduces the number of strings loaded for front page loads, yielding better performance. <a href="http://core.trac.wordpress.org/ticket/19852">#19852</a></li>
<li>duck_ is improving rewrite. This includes adding API, unit tests, and phpdoc and speeding up performance. <a href="http://core.trac.wordpress.org/ticket/19897">#19897</a> <a href="http://core.trac.wordpress.org/ticket/19871">#19871</a> <a href="http://core.trac.wordpress.org/ticket/16092">#16092</a> <a href="http://core.trac.wordpress.org/ticket/19876">#19876</a> <a href="http://core.trac.wordpress.org/ticket/19875">#19875</a> <a href="http://core.trac.wordpress.org/ticket/19636">#19636</a> and others</li>
<li>scribu is looking at WP_Query performance <a href="http://core.trac.wordpress.org/ticket/18536">#18536</a></li>
<li>Hunting down cache bugs such as <a href="http://core.trac.wordpress.org/ticket/19690">#19690</a></li>
<li>Security hardening such as <a href="http://core.trac.wordpress.org/ticket/19797">#19797</a></li>
<li>Improved cron locking: fewer race conditions, better performance on busy sites <a href="http://core.trac.wordpress.org/ticket/19700">#19700</a></li>
<li>Various cleanup, refactoring, warning removal. <a href="http://core.trac.wordpress.org/ticket/16302">#16302</a> <a href="http://core.trac.wordpress.org/changeset/19684">r19684</a> <a href="http://core.trac.wordpress.org/ticket/19249">#19249</a> <a href="http://core.trac.wordpress.org/ticket/15327">#15327</a> <a href="http://core.trac.wordpress.org/ticket/19552">#19552</a> <a href="http://core.trac.wordpress.org/ticket/12307">#12307</a></li>
<li>General gardening. Mining trac for gold, clearing old tickets that are already fixed or have become irrelevant, triage, etc.</li>
</ul><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpdevel.wordpress.com/1954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpdevel.wordpress.com/1954/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpdevel.wordpress.com/1954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpdevel.wordpress.com/1954/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpdevel.wordpress.com/1954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpdevel.wordpress.com/1954/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpdevel.wordpress.com/1954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpdevel.wordpress.com/1954/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpdevel.wordpress.com/1954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpdevel.wordpress.com/1954/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpdevel.wordpress.com/1954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpdevel.wordpress.com/1954/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpdevel.wordpress.com/1954/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpdevel.wordpress.com/1954/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1954&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wpdevel.wordpress.com/2012/01/28/team-update-gardening-focused-on-security-performance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c22398fb9602c967d1dac8174f4a1a4e?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">Administrator</media:title>
		</media:content>
	</item>
		<item>
		<title>Team Update XML RPC Friday The XML RPC&#8230;</title>
		<link>http://wpdevel.wordpress.com/2012/01/28/team-update-xml-rpc-friday-the-xml-rpc/</link>
		<comments>http://wpdevel.wordpress.com/2012/01/28/team-update-xml-rpc-friday-the-xml-rpc/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 10:49:52 +0000</pubDate>
		<dc:creator>Peter Westwood</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[team-update]]></category>
		<category><![CDATA[XML-RPC]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/01/28/team-update-xml-rpc-friday-the-xml-rpc/</guid>
		<description><![CDATA[Team Update: XML-RPC (Friday) The XML-RPC team is working on the implementation of an wp namespaced api for XML-RPC to allow the Creation, Read, Update and Delete of Posts/Pages or any CPT. We are focusing on a tight integration in naming and behaviour with the core WordPress apis and avoiding strict one to one backwards [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1953&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Team Update: XML-RPC (Friday)</p>
<p>The XML-RPC team is working on the implementation of an wp namespaced api for XML-RPC to allow the Creation, Read, Update and Delete of Posts/Pages or any CPT.  We are focusing on a tight integration in naming and behaviour with the core WordPress apis and avoiding strict one to one backwards compatibility with the older MetaWeblog/Blogger post creation apis so as to create a simpler more consistent api.</p>
<p>Relevant Tickets: <a href="http://core.trac.wordpress.org/ticket/18419">#18419</a>, <a href="http://core.trac.wordpress.org/ticket/18430">#18430</a>, <a href="http://core.trac.wordpress.org/ticket/18431">#18431</a>, <a href="http://core.trac.wordpress.org/ticket/18432">#18432</a>, <a href="http://core.trac.wordpress.org/ticket/18433">#18433</a></p>
<p>Some of the tickets have existing patches we are happy with and some we are reworking, our primary focus for the first week has been implementing wp.newPost (<a href="http://core.trac.wordpress.org/ticket/18429">#18429</a>) and reviewing the other tickets.  Once the implementation for wp.newPost is complete the other APIs should come together quickly.</p>
<p>Office Hours: TBD &#8211; I will post these once we have them</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpdevel.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpdevel.wordpress.com/1953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpdevel.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpdevel.wordpress.com/1953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpdevel.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpdevel.wordpress.com/1953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpdevel.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpdevel.wordpress.com/1953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpdevel.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpdevel.wordpress.com/1953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpdevel.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpdevel.wordpress.com/1953/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpdevel.wordpress.com/1953/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpdevel.wordpress.com/1953/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1953&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wpdevel.wordpress.com/2012/01/28/team-update-xml-rpc-friday-the-xml-rpc/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/5b3b5ce04dd402124aba53142b3e47f6?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">westi</media:title>
		</media:content>
	</item>
		<item>
		<title>Team Update Bugs RPC We&#8217;ve set our outline&#8230;</title>
		<link>http://wpdevel.wordpress.com/2012/01/28/team-update-bugs-rpc-weve-set-our-outline/</link>
		<comments>http://wpdevel.wordpress.com/2012/01/28/team-update-bugs-rpc-weve-set-our-outline/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 00:12:22 +0000</pubDate>
		<dc:creator>Joseph Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bugs-rpc]]></category>
		<category><![CDATA[team-update]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/01/28/team-update-bugs-rpc-weve-set-our-outline/</guid>
		<description><![CDATA[Team Update:Bugs-RPC We&#8217;ve set our outline for this cycle Blog post on: Friday (this counts for an update on Friday!) Current cycle description: The Max Cutler Hunt Max took the time to go through xml-rpc related tickets and post details about them. Eric and I will be going through his bugfix category of tickets this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1939&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<h3><strong>Team Update:</strong>Bugs-RPC</h3>
<p>We&#8217;ve set our <a href="http://wpdevel.wordpress.com/version-3-4-project-teams-and-status/">outline for this cycle</a></p>
<hr />
<p><strong>Blog post on:</strong> Friday (this counts for an update on Friday!)</p>
<p><strong>Current cycle description:</strong> The Max Cutler Hunt<br />
Max took the time to go through xml-rpc related tickets and post details about them. Eric and I will be going through his bugfix category of tickets this cycle.</p>
<p>Most of these tickets have already had some review and are likely ready to go. A few may need a bit more polish before they are commit ready.</p>
<p><strong>Relevant Tickets:</strong> <a href="http://core.trac.wordpress.org/ticket/19027">#19027</a> <a href="http://core.trac.wordpress.org/ticket/18126">#18126</a> <a href="http://core.trac.wordpress.org/ticket/18683">#18683</a> <a href="http://core.trac.wordpress.org/ticket/13917">#13917</a> <a href="http://core.trac.wordpress.org/ticket/10933">#10933</a> <a href="http://core.trac.wordpress.org/ticket/17132">#17132</a> <a href="http://core.trac.wordpress.org/ticket/17109">#17109</a> <a href="http://core.trac.wordpress.org/ticket/17981">#17981</a></p>
<p><strong>Current cycle start:</strong> 1/27</p>
<p><strong>Current cycle end:</strong> 2/9</p>
<p><strong>Previous cycles:</strong> N/A</p>
<p><strong>Office Hours:</strong> 14:30-15:30 UTC (6:30a-7:30a PST) on Tuesdays and Thursdays</p><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpdevel.wordpress.com/1939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpdevel.wordpress.com/1939/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpdevel.wordpress.com/1939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpdevel.wordpress.com/1939/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpdevel.wordpress.com/1939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpdevel.wordpress.com/1939/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpdevel.wordpress.com/1939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpdevel.wordpress.com/1939/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpdevel.wordpress.com/1939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpdevel.wordpress.com/1939/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpdevel.wordpress.com/1939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpdevel.wordpress.com/1939/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpdevel.wordpress.com/1939/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpdevel.wordpress.com/1939/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1939&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wpdevel.wordpress.com/2012/01/28/team-update-bugs-rpc-weve-set-our-outline/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/582b66ad5ae1b69c7601a990cb9a661a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">josephscott</media:title>
		</media:content>
	</item>
		<item>
		<title>Agenda for Dev Chat 1/25/2012</title>
		<link>http://wpdevel.wordpress.com/2012/01/25/agenda-for-dev-chat-1252012/</link>
		<comments>http://wpdevel.wordpress.com/2012/01/25/agenda-for-dev-chat-1252012/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 18:22:19 +0000</pubDate>
		<dc:creator>Jane Wells</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.4]]></category>
		<category><![CDATA[agenda]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/01/25/agenda-for-dev-chat-1252012/</guid>
		<description><![CDATA[Last week was more of an old school group status check and less of a new-process meeting (my bad, I had a time conflict). Let&#8217;s try to get back to the stuff we said we would start doing. First we&#8217;ll review past meeting to-dos and make sure everything is done that is supposed to be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1912&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week was more of an old school group status check and less of a new-process meeting (my bad, I had a time conflict). Let&#8217;s try to get back to the stuff we said we would start doing. </p>
<ul>
<li>First we&#8217;ll review past meeting to-dos and make sure everything is done that is supposed to be (or see if there&#8217;s anything that is supposed to be done by now but isn&#8217;t).</li>
<li>Look at draft project schedule, edit as needed and approve. <a href="http://wpdevel.wordpress.com/version-3-4-project-schedule/" rel="nofollow">http://wpdevel.wordpress.com/version-3-4-project-schedule/</a></li>
<li>Check in with each team to ID state (just finished scoping, already developing, or tested and commit-ready patch posted) and plug into schedule based on state + ux needs</li>
<li>Review each team&#8217;s planned scope/timing for 1st cycle</li>
<li>Assign days to each team for putting up weekly status posts on this blog (and add authors to site if needed)</li>
<li>Choose &#8216;office hours&#8217; for each team to be in this channel and meet to chat re progress and/or chat with community members who are working on related tickets and have questions or need patch review</li>
<li>See if there are any new sub-teams we can form to get cracking on more feature dev</li>
<li>ID to-dos for each team member for next week</li>
<li>Ticket discussion: people not on an assigned team who have posted a patch on a ticket can ask for core team to check it and give feedback</li>
<li>Ongoing discussions re feature dev</li>
</ul><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpdevel.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpdevel.wordpress.com/1912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpdevel.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpdevel.wordpress.com/1912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpdevel.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpdevel.wordpress.com/1912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpdevel.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpdevel.wordpress.com/1912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpdevel.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpdevel.wordpress.com/1912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpdevel.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpdevel.wordpress.com/1912/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpdevel.wordpress.com/1912/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpdevel.wordpress.com/1912/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1912&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wpdevel.wordpress.com/2012/01/25/agenda-for-dev-chat-1252012/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84987b436214f52ec0b04cd1f8a73c3c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">jane</media:title>
		</media:content>
	</item>
		<item>
		<title>New version of Akismet plugin was released 2.5.5&#8230;</title>
		<link>http://wpdevel.wordpress.com/2012/01/12/new-version-of-akismet-plugin-was-released-2-5-5/</link>
		<comments>http://wpdevel.wordpress.com/2012/01/12/new-version-of-akismet-plugin-was-released-2-5-5/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 02:16:52 +0000</pubDate>
		<dc:creator>Joseph Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[akismet]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/01/12/new-version-of-akismet-plugin-was-released-2-5-5/</guid>
		<description><![CDATA[New version of Akismet plugin was released: 2.5.5 Diff of 2.5.4 to 2.5.5 Two items: Nonce checks for removing comment author URL Link to configuration page fixes<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1897&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>New version of Akismet plugin was released: 2.5.5</p>
<p><a href="http://plugins.trac.wordpress.org/changeset?old_path=/akismet/tags/2.5.4&amp;old=&amp;new_path=/akismet/tags/2.5.5&amp;new">Diff of 2.5.4 to 2.5.5</a></p>
<p>Two items:</p>
<ul>
<li>Nonce checks for removing comment author URL</li>
<li>Link to configuration page fixes</li>
</ul><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpdevel.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpdevel.wordpress.com/1897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpdevel.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpdevel.wordpress.com/1897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpdevel.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpdevel.wordpress.com/1897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpdevel.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpdevel.wordpress.com/1897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpdevel.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpdevel.wordpress.com/1897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpdevel.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpdevel.wordpress.com/1897/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpdevel.wordpress.com/1897/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpdevel.wordpress.com/1897/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1897&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wpdevel.wordpress.com/2012/01/12/new-version-of-akismet-plugin-was-released-2-5-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/582b66ad5ae1b69c7601a990cb9a661a?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">josephscott</media:title>
		</media:content>
	</item>
		<item>
		<title>This Is Not a Feature List</title>
		<link>http://wpdevel.wordpress.com/2012/01/11/this-is-not-a-feature-list/</link>
		<comments>http://wpdevel.wordpress.com/2012/01/11/this-is-not-a-feature-list/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 21:02:52 +0000</pubDate>
		<dc:creator>Jane Wells</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.4]]></category>
		<category><![CDATA[agenda]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/01/11/this-is-not-a-feature-list/</guid>
		<description><![CDATA[The below notes are a discussion point of reference for today&#8217;s chat. This is NOT a feature list AT ALL. This means you, wpcandy and wptavern! Seriously, these are just notes so we talk about stuff, not features we are building. :::::::::::::::::::::::::::: &#8220;The &#8216;Customize Your Site&#8217; Release (a.k.a. the one that helps you make things [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1885&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The below notes are a discussion point of reference for today&#8217;s chat. This is NOT a feature list AT ALL. This means you, wpcandy and wptavern! <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Seriously, these are just notes so we talk about stuff, not features we are building.<br />
::::::::::::::::::::::::::::</p>
<p>&#8220;The &#8216;Customize Your Site&#8217; Release (a.k.a. the one that helps you make things look the way you want them to look)</p>
<p>Features: a &#8216;configure and activate&#8217; wizard (Code Name: Gandalf), new default theme, individual improvements within Appearance and/or that show up on the front end</p>
<p>Core Team: Ryan Mark Westi Ozz Nacin Dion Koop Cave</p>
<p>54 possible volunteers&#8221;<br />
========================================</p>
<p>Feature Possibilities:</p>
<h4>Twenty Twelve theme &#8211; Matt, Lance</h4>
<h4>Framework for configure and activate (theme + associated custom header, background, menus, widgets) &#8211; Koop, Ocean</h4>
<ul>
<li>live preview of theme changes</li>
<li>activate without configure</li>
<li>drag and drop sidebars/widget areas from old theme to new theme</li>
<li>configure a new theme, with preview, and then push that theme live</li>
<li>easier static front page process</li>
</ul>
<h4>Better multisite support &#8211; Mark, Pete</h4>
<ul>
<li>improve UI</li>
<li>network enable v activate (parity with plugins)</li>
<li>subdirectory installs</li>
<li>get rid of ms-files.php (performance win)</li>
<li>autocomplete usernames or site names for network admin &#8211; Drew, japheth</li>
</ul>
<h4>Language Packs (can we find some language that makes this more understandable to the average user?) &#8211; Nacin, Dion, Sergey</h4>
<h4>Project: PinkPonyPress</h4>
<ul>
<li>MVC</li>
<li>Database abstraction</li>
<li>Smarty templating</li>
</ul>
<h4>Better theme finding &#8211; Helen, Mike S</h4>
<ul>
<li>infinite scroll on themes screen</li>
<li>multiple screenshots per theme</li>
</ul>
<h4>Better widgets &#8211; unassigned</h4>
<ul>
<li>widget area locations</li>
<li>widget preview, explicit save</li>
<li>clean up widgets screen, make it more streamlined</li>
</ul>
<h4>Better headers &#8211; Aaron and sabreuse</h4>
<ul>
<li>variable height</li>
<li>choose from media library</li>
</ul>
<h4>Better backgrounds</h4>
<ul>
<li>choose from media library</li>
</ul>
<h4>Settings</h4>
<ul>
<li>title tag as a setting instead of owned by theme &#8211; Cave, Boren</li>
<li>meta description tag in general settings &#8211; Cave, Boren</li>
</ul>
<h4>Media</h4>
<ul>
<li>links in captions azaozz</li>
<li>imgmagick color profiles?</li>
<li>gallery wysiwyg if someone works on it</li>
</ul>
<h4>Editor</h4>
<ul>
<li>TMCE improvements &#8211; azaozz, stas</li>
</ul>
<h4>Mobile</h4>
<ul>
<li>Work well in iPad/Fire (responsive CSS) Azaozz, georgestephanis</li>
<li>XML-RPC Westi, Max Cutler, Marko (API focus)</li>
<li>XML-RPC Joseph, Eric Mann (Bugs/features focus)</li>
</ul>
<h4>Master Gardening &#8211; Ryan, Jon Cave</h4><br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/wpdevel.wordpress.com/1885/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/wpdevel.wordpress.com/1885/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/wpdevel.wordpress.com/1885/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/wpdevel.wordpress.com/1885/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/wpdevel.wordpress.com/1885/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/wpdevel.wordpress.com/1885/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/wpdevel.wordpress.com/1885/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/wpdevel.wordpress.com/1885/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/wpdevel.wordpress.com/1885/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/wpdevel.wordpress.com/1885/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/wpdevel.wordpress.com/1885/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/wpdevel.wordpress.com/1885/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/wpdevel.wordpress.com/1885/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/wpdevel.wordpress.com/1885/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=wpdevel.wordpress.com&amp;blog=2812357&amp;post=1885&amp;subd=wpdevel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://wpdevel.wordpress.com/2012/01/11/this-is-not-a-feature-list/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/84987b436214f52ec0b04cd1f8a73c3c?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">jane</media:title>
		</media:content>
	</item>
	</channel>
</rss>
