<?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>Make WordPress Core &#187; team-update</title>
	<atom:link href="http://make.wordpress.org/core/tag/team-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://make.wordpress.org/core</link>
	<description>WordPress Development Updates</description>
	<lastBuildDate>Fri, 24 May 2013 07:56:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6-beta3-24330</generator>
	<atom:link rel='hub' href='http://make.wordpress.org/core/?pushpress=hub'/>
		<item>
		<title>Autosave and Post Locking Update</title>
		<link>http://make.wordpress.org/core/2013/01/23/autosave-and-post-locking-update/</link>
		<comments>http://make.wordpress.org/core/2013/01/23/autosave-and-post-locking-update/#comments</comments>
		<pubDate>Wed, 23 Jan 2013 04:53:19 +0000</pubDate>
		<dc:creator>Mike Schroder</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.6]]></category>
		<category><![CDATA[autosave and post locking]]></category>
		<category><![CDATA[team-update]]></category>

		<guid isPermaLink="false">http://make.wordpress.org/core/?p=2805</guid>
		<description><![CDATA[Today we had our first scheduled meeting. Consensus was, for a first pass: Display a simple lock/padlock icon next to locked posts within the post list screen, leaving the &#8220;Request Lock&#8221; button for the post edit screens. When a post is locked, hide the Quick Edit link, and disable batch edit for the post To [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Today we had our <a href="https://irclogs.wordpress.org/chanlog.php?channel=wordpress-dev&amp;day=2013-01-22&amp;sort=asc#m538367">first scheduled meeting</a>.</p>
<p>Consensus was, for a first pass:</p>
<ul>
<li>Display a simple lock/padlock icon next to locked posts within the post list screen, leaving the &#8220;Request Lock&#8221; button for the post edit screens.</li>
<li>When a post is locked, hide the Quick Edit link, and disable batch edit for the post</li>
<li>To unlock a post, the user will enter the post edit screen, then click a button to request a lock. Â This will trigger a request to appear for the user with the current lock, where they can decide whether or not to allow the new lock.</p>
</li>
</ul>
<p>As far as development tasks go, <a href='http://make.wordpress.org/core/mentions/azaozz/' class='mention'>@azaozz</a> is planning on finishing a first run at the &#8220;Heartbeat&#8221; API to be committed before the end of the week. I&#8217;ll begin working on the list table changes for post listings. We&#8217;re currently looking for volunteers to aid, as there&#8217;s plenty of room for help! Additional tasks will include the UI for handling post lock requests and auto-save to local storage.</p>
<p>We&#8217;ll certainly chat more about this tomorrow in dev chat, and are planning another meeting this Friday (2013&#8211;01&#8211;25), at 21:00 UTC (the same time as dev chat), unless this doesn&#8217;t work for many of you looking to help. Please post here, or come to the chats if you&#8217;re interested in helping with this project, and we&#8217;ll get in touch with you for further details!</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2013/01/23/autosave-and-post-locking-update/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Team Update XML RPC on behalf of westi&#8230;</title>
		<link>http://make.wordpress.org/core/2012/03/02/team-update-xml-rpc-on-behalf-of-westi/</link>
		<comments>http://make.wordpress.org/core/2012/03/02/team-update-xml-rpc-on-behalf-of-westi/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 17:30:21 +0000</pubDate>
		<dc:creator>Max Cutler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[team-update]]></category>
		<category><![CDATA[XML-RPC]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/03/02/team-update-xml-rpc-on-behalf-of-westi/</guid>
		<description><![CDATA[Team Update: XML-RPC (on behalf of westi) In our second cycle, the primary focus was CRUD methods for taxonomies. The work was tracked in #18438, and covers both the core implementation and the unit tests. We also spent more time refining the cycle 1 work (CRUD for all post types), tracked in #18429. This included [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Team Update: XML-RPC (on behalf of westi)</p>
<p>In our second cycle, the primary focus was CRUD methods for taxonomies. The work was tracked in<a href="http://core.trac.wordpress.org/ticket/18438"> #18438</a>, and covers both the core implementation and the unit tests.</p>
<p>We also spent more time refining the cycle 1 work (CRUD for all post types), tracked in<a href="http://core.trac.wordpress.org/ticket/18429"> #18429</a>. This included fixing some date bugs (related to<a href="http://core.trac.wordpress.org/ticket/15098"> #15098</a>), adding support for getting/setting post thumbnails (related to<a href="http://core.trac.wordpress.org/ticket/15098"> #15098</a>), and writing unit tests.</p>
<p>After using the posts methods from cycle 1, it became clear that the post type information methods from<a href="http://core.trac.wordpress.org/ticket/18436"> #18436</a> were highly desirable. The old patches on that ticket were updated and aligned with the rest of the XML-RPC work for this release.</p>
<p>westi was not available for much of this cycle, so Marko and I worked on our own; he is now reviewing our final patches and will comment or commit shortly. In the meantime, I&#8217;m finishing up work on XML-RPC documentation for the codex, which should be ready by beta. Marko and I will also continue to expand the XML-RPC unit tests suite (now around 75 tests).</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/03/02/team-update-xml-rpc-on-behalf-of-westi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Team Update: Browsing Buddies</title>
		<link>http://make.wordpress.org/core/2012/02/29/team-update-browsing-buddies-5/</link>
		<comments>http://make.wordpress.org/core/2012/02/29/team-update-browsing-buddies-5/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 06:11:44 +0000</pubDate>
		<dc:creator>Helen Hou-Sandi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsing-buddies]]></category>
		<category><![CDATA[team-update]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/02/29/team-update-browsing-buddies-5/</guid>
		<description><![CDATA[@getsource and I did some in-person hacking at WordCamp Phoenix over the weekend. New patch on #19816 for multiple screenshots that seems good to go in as a first pass after a JS sanity check and probably an update to using .data() instead of .attr() tomorrow before dev chat. Will definitely need some UI/UX once [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>@getsource and I did some in-person hacking at WordCamp Phoenix over the weekend. New patch on<a href="http://core.trac.wordpress.org/ticket/19816"> #19816</a> for multiple screenshots that seems good to go in as a first pass after a JS sanity check and probably an update to using .data() instead of .attr() tomorrow before dev chat. Will definitely need some UI/UX once that&#8217;s in, and will also likely need a little update for whatever the .org API response will be.</p>
<p>There is also a new patch on<a href="http://core.trac.wordpress.org/ticket/19815"> #19815</a> that adds a class member variable and removes a global (yay!) and passes data via JSON instead of parseQuery. Eyes also welcome on that.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/02/29/team-update-browsing-buddies-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>We&#8217;re digging in full bore to get things&#8230;</title>
		<link>http://make.wordpress.org/core/2012/02/28/team-update-twenty-twelve-4/</link>
		<comments>http://make.wordpress.org/core/2012/02/28/team-update-twenty-twelve-4/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 06:51:44 +0000</pubDate>
		<dc:creator>Lance Willett</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[team-update]]></category>
		<category><![CDATA[twentytwelve]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/?p=2110</guid>
		<description><![CDATA[We&#8217;re digging in full bore to get things done by freeze. #19978 is the primary ticket. Tasks that need to happen by Wed Feb 29: Finish the styling (Drew) CSS file cleanup (Lance) RTL stylesheet Editor stylesheet The last big missing piece for styling is post formats. Update Wed Feb 29: see my comment below.]]></description>
				<content:encoded><![CDATA[<p>We&#8217;re digging in full bore to get things done by freeze.<a href="http://core.trac.wordpress.org/ticket/19978"> #19978</a> is the primary ticket.</p>
<p>Tasks that need to happen by Wed Feb 29:</p>
<ul>
<li>Finish the styling (Drew)</li>
<li>CSS file cleanup (Lance)</li>
<li>RTL stylesheet</li>
<li>Editor stylesheet</li>
</ul>
<p>The last big missing piece for styling is post formats.</p>
<p><strong>Update Wed Feb 29:</strong> see my comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/02/28/team-update-twenty-twelve-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Team Gandalf Update</title>
		<link>http://make.wordpress.org/core/2012/02/27/team-gandalf-update-4/</link>
		<comments>http://make.wordpress.org/core/2012/02/27/team-gandalf-update-4/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 23:04:45 +0000</pubDate>
		<dc:creator>Daryl Koopersmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gandalf]]></category>
		<category><![CDATA[team-update]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/02/27/team-gandalf-update-4/</guid>
		<description><![CDATA[Last week marked the end of our second cycle and the beginning of our sprint to get things done. We began by doing just that: last Friday, we merged the theme customizer into core. There&#8217;s still quite a bit to do and polish, so please keep that in mind. Development is being trac(k)ed at #19910. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Last week marked the end of our second cycle and the beginning of our sprint to get things done. We began by doing just that: last Friday, <a href="http://core.trac.wordpress.org/changeset/19995">we merged the theme customizer into core</a>. There&#8217;s still quite a bit to do and polish, so please keep that in mind. Development is being trac(k)ed at <a href="http://core.trac.wordpress.org/ticket/19910">#19910</a>.</p>
<p>In the past week, we&#8217;ve introduced better JS APIs, working preview navigation (you can click URLs and it works, hooray), namespaced attributes (which will allow us to enable form submission within previews), and more. We also uncovered and fixed a fairly insane bug that stemmed from a low-level bug in Opera&#8217;s JS engine. Good times.</p>
<p>Moving forward, the main goals are to integrate more setting types (headers, widgets), improve the refreshing process, polish the UI, and remove any vestigial plugin cruft. Dominik&#8217;s time will be limited over the next few weeks due to exams, so if any of this sounds exciting to you, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/02/27/team-gandalf-update-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Team Update Bugs RPC Unfortunately nothing happened for&#8230;</title>
		<link>http://make.wordpress.org/core/2012/02/25/team-update-bugs-rpc-unfortunately-nothing-happened-for/</link>
		<comments>http://make.wordpress.org/core/2012/02/25/team-update-bugs-rpc-unfortunately-nothing-happened-for/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 04:24:22 +0000</pubDate>
		<dc:creator>Joseph Scott</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[team-update]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/02/25/team-update-bugs-rpc-unfortunately-nothing-happened-for/</guid>
		<description><![CDATA[Team Update: Bugs-RPC Unfortunately nothing happened for us this cycle. Since I will be out for awhile starting in a few days it has been proposed that the two XML-RPC teams be merged together.]]></description>
				<content:encoded><![CDATA[<p><strong>Team Update:</strong> Bugs-RPC</p>
<p>Unfortunately nothing happened for us this cycle.  Since I will be out for awhile starting in a few days it has been proposed that the two XML-RPC teams be merged together.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/02/25/team-update-bugs-rpc-unfortunately-nothing-happened-for/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Team Update: Browsing Buddies</title>
		<link>http://make.wordpress.org/core/2012/02/22/team-update-browsing-buddies-4/</link>
		<comments>http://make.wordpress.org/core/2012/02/22/team-update-browsing-buddies-4/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 05:55:18 +0000</pubDate>
		<dc:creator>Helen Hou-Sandi</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[browsing-buddies]]></category>
		<category><![CDATA[team-update]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/02/22/team-update-browsing-buddies-4/</guid>
		<description><![CDATA[@getsource (DH-Shredder) spent some more time over the past week working with @dkoopersmith refining the infinite scroll JS for #19815, which was committed earlier today. We briefly discussed having more results/pagination for some of the other theme-install.php tabs with @nacin (requires changes on the API end), as well as the recurring thought that perhaps the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>@getsource (DH-Shredder) spent some more time over the past week working with @dkoopersmith refining the infinite scroll JS for<a href="http://core.trac.wordpress.org/ticket/19815"> #19815</a>, which was committed earlier today. We briefly discussed having more results/pagination for some of the other theme-install.php tabs with <a href='http://make.wordpress.org/core/mentions/nacin/' class='mention'>@nacin</a> (requires changes on the API end), as well as the recurring thought that perhaps the featured tab should show first. Therefore, the other patch that restricted the JS enqueue to the theme-install.php search tab only was not committed for the time being.</p>
<p>After reviewing some comps with @jane, we started on the display of multiple screenshots. An initial rough patch will be up on<a href="http://core.trac.wordpress.org/ticket/19816"> #19816</a> soon. We still need to hash out the details of retrieving multiple screenshots, both in get_themes() and from the .org API, and how those images will be added to the extended details div without displaying in no JS, as discussed when first scoping the feature. We also need to take into consideration what happens when the window is resized. Provided that we can get that sorted out tomorrow, it looks like we&#8217;re on target for the cycle.</p>
<p>I wrote the Theme Review Team and gave them an update on the anticipated screenshot sizes, which will remain at 300&#215;225 (4:3), constrained by CSS. Gandalf functions as the large screenshot <img src='http://make.wordpress.org/core/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  The screenshots in the list table view will be enlarged to match, as there is more space now that details are hidden by default.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/02/22/team-update-browsing-buddies-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Team Update: Twenty Twelve</title>
		<link>http://make.wordpress.org/core/2012/02/20/team-update-twenty-twelve-3/</link>
		<comments>http://make.wordpress.org/core/2012/02/20/team-update-twenty-twelve-3/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 22:00:27 +0000</pubDate>
		<dc:creator>Lance Willett</dc:creator>
				<category><![CDATA[post]]></category>
		<category><![CDATA[team-update]]></category>
		<category><![CDATA[twentytwelve]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/?p=2085</guid>
		<description><![CDATA[We are still plugging away at theme styles and related code changes. See the task list on our last update for the exact things we&#8217;re working on and who&#8217;s working on what. I&#8217;ll keep that list updated as we continue to crank on the theme. You can also follow along in the main Trac ticket: [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>We are still plugging away at theme styles and related code changes. See the <a href="http://wpdevel.wordpress.com/2012/02/14/team-update-twenty-twelve-2/#comment-38415">task list</a> on our last update for the exact things we&#8217;re working on and who&#8217;s working on what.</p>
<p>I&#8217;ll keep that list updated as we continue to crank on the theme. You can also follow along in the main Trac ticket:<a href="http://core.trac.wordpress.org/ticket/19978"> #19978</a>.</p>
<p>One thing that came up this week is a minor revamp to the default comment markup, see<a href="http://core.trac.wordpress.org/ticket/20088"> #20088</a> for notes and a patch. If those changes are approved we can delete a big chunk of code from Twenty Twelve&#8217;s functions file.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/02/20/team-update-twenty-twelve-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Team Gandalf Update</title>
		<link>http://make.wordpress.org/core/2012/02/17/team-gandalf-update-3/</link>
		<comments>http://make.wordpress.org/core/2012/02/17/team-gandalf-update-3/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 03:59:06 +0000</pubDate>
		<dc:creator>Daryl Koopersmith</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gandalf]]></category>
		<category><![CDATA[team-update]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/02/17/team-gandalf-update-3/</guid>
		<description><![CDATA[Yesterday marked the halfway point of our second cycle. We&#8217;re moving along at a steady clip. The main goal for the coming week is to tie up any loose ends and begin integrating the plugin into core. Until then, follow our progress at #19910 and in the plugin repo. We&#8217;ve made considerable progress in the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Yesterday marked the halfway point of our second cycle. We&#8217;re moving along at a steady clip. The main goal for the coming week is to tie up any loose ends and begin integrating the plugin into core. Until then, follow our progress at <a href="http://core.trac.wordpress.org/ticket/19910">#19910</a> and in <a href="https://plugins.svn.wordpress.org/gandalf/branches/dev">the plugin repo</a>.</p>
<p>We&#8217;ve made considerable progress in the past week. We completed a first pass for menu locations and have almost all of the elements we need for custom backgrounds (all that remains is the file upload dialog and fixing the color picker). We also added the ability to alter/choose a static front page within the customization (as decided in dev chat yesterday). Under the hood, we&#8217;ve made numerous improvements including working APIs (including rendering controls, previewing, and saving) for theme_mods and options, proper handling of multidimensional IDs, and a whole bunch of bug fixes.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/02/17/team-gandalf-update-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Team Update: Headerators</title>
		<link>http://make.wordpress.org/core/2012/02/16/team-update-headerators-2/</link>
		<comments>http://make.wordpress.org/core/2012/02/16/team-update-headerators-2/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 16:14:50 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.4]]></category>
		<category><![CDATA[headerators]]></category>
		<category><![CDATA[team-update]]></category>

		<guid isPermaLink="false">http://wpdevel.wordpress.com/2012/02/16/team-update-headerators-2/</guid>
		<description><![CDATA[We&#8217;ve pretty much wrapped up flexible headers (#17242) for both width and height. We&#8217;re currently reviewing a patch on #19840 and hope to have that finished this cycle. Our next project will be to work with Team Gandalf to help integrate flexible headers into their theme preview.]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve pretty much wrapped up flexible headers (#17242) for both width and height.  We&#8217;re currently reviewing a patch on<a href="http://core.trac.wordpress.org/ticket/19840"> #19840</a> and hope to have that finished this cycle.  Our next project will be to work with Team Gandalf to help integrate flexible headers into their theme preview.</p>
]]></content:encoded>
			<wfw:commentRss>http://make.wordpress.org/core/2012/02/16/team-update-headerators-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
