Source: Make WordPress: Core

  • Suggest Agenda Items for May 20th 2010 D…

    Suggest Agenda Items for May 20th 2010 Developer Chat #agenda

  • For forking pleasure: http://github.com/…

    For forking pleasure: http://github.com/wordpress/ #git, #github

  • Per the dev chat today, I’ve created #1…

    Per the dev chat today, I’ve created #13383: Validate the HTMLHTML HyperText Markup Language. The semantic scripting language primarily used for outputting content in web browsers. in the adminadmin (and super admin) area. Any/all are welcome to assist, particularly if you want to help but aren’t sure how else you can for what’s left in…

  • Important changes to post type and tax registration

    Earlier this week, Nikolay committed a change via #12968 that now allows a post type to register a series of custom labels, via a labels array. This is backwards compatible, as I advised that we leave the label and singular_label properties alone. Nikolay is following up with taxonomyTaxonomy A taxonomy is a way to group…

  • Just ran some stats on where WordPress 3…

    Just ran some stats on where WordPress 3.0 development is compared to some of the previous larger releases: Closed 896 tickets so far compared to the previous peak of 786 for 2.8 and only 448 in 2.9 Been coding for ~5months so far compared to 7 months for 2.5 and 9 months for 1.5 (Those…

  • Agenda for May 13th 2010 dev chat

    Status update on betaBeta A pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process.…

  • Suggest Agenda Items for May 13th 2010 d…

    Suggest Agenda Items for May 13th 2010 dev chat #agenda

  • Michael Adams ran some Trac stats last w…

    Michael Adams ran some TracTrac An open source project by Edgewall Software that serves as a bug tracker and project management tool for WordPress. stats last week for my keynote at WCSF, I only mentioned one of them but here are the rest: We had 1,440 unique people particpate in tickets, attachments, comments, commit, or…

  • Agenda for May 6th 2010 dev chat

    Project Schedule status – beta2/rc readiness post sprint – all Ticketticket Created for both bug reports and feature development on the bug tracker. triagetriage The act of evaluating and sorting bug reports, in order to decide priority, severity, and other factors. time – Spend time triaging discussing high priority remaining tickets – all

  • In preparation for 3.0, themes should wr…

    In preparation for 3.0, themes should wrap calls to next_post_link() and previous_post_link() in is_singular() conditionals if those functions are being used on index.php/archive views. See #10867 . #3-0, #dev-notes, #themes