Team Update: Gardening
- duck_ finished the rewrite tickets that were in our sights and moved on to import/export.
- The WP_Query improvements might land soon (#18536). I want to do some more testing with memcached first.
- The ajax code reorg is done (#15327). A few variable scope related bugs were fixed. Unit tests added.
- post_content_filtered is now the same size as post_content (#19387). Rejoice. I think this concludes the schema changes for 3.4.
- Review, test, commit, and pinch hit for other teams.
- Profiling of various admin pages, looking for slow things.
- And the usual gardening activities. The winnowing is slow but steady.
Coming up:
- Land WP_Query changes
- Import/export
- More unit tests
- Particularly autop unit tests. Anyone?
- Pick a couple of new components to ticket target. Suggestions?
Joost de Valk 8:03 pm on February 9, 2012 Permalink | Log in to Reply
There are quite a few tickets with patches that have been checked related to SEO; canonical, robots headers, titles, those stand a chance?
Ryan Boren 10:05 pm on February 9, 2012 Permalink | Log in to Reply
Such as #18548? Jane’s suggestion of allowing a user specified format is appealing, but I wonder what that would look like in the UI when all is said and done given the number of conditionals the title code handles. I’d love to see someone run with this. It might not make it into a gardening cycle or 3.4, but it is something we definitely want soon.
Beyond #18548, I can see a cycle for those other things. duck_ and nacin have already done a fair bit with canonical and 404, we can make an official cycle out of further fixes. Particular tickets in mind?
Joost de Valk 8:14 am on February 10, 2012 Permalink | Log in to Reply
#14069, #18465 (which needs a redo) #18660, #17977 & #18672 come to mind
Ryan Boren 7:06 pm on February 13, 2012 Permalink | Log in to Reply
I could go for #18645 and #18660. And cleaning up kses allowed tags handling to make things like #17977 easier is something nacin and I have been talking about.