Source: Make WordPress: Core

  • Menus UX Manifesto

    A Menus Manifesto? Now that the new menu system patchpatch A special text file that describes changes to code, by identifying the files and lines which are added, removed, and altered. It may also be referred to as a diff. A patch can be applied to a codebase for testing. is in and working, I’ve…

  • Agenda for Feb 25th 2010 dev chat

    Sprint status Woo Menus update Merge update Schedule update Multi-site configuration implementation. Peter (http://wpdevel.wordpress.com/2010/02/18/suggest-agenda-items-for-feb-25th-2010-d/comment-page-1/#comment-5060)

  • I’ve written a quick page on what the w…

    I’ve written a quick page on what the weekly developer chats are about to hi-light the focus on core development issues rather than general WordPress issues. It is linked from the sidebar and you can also visit it here: http://wpdevel.wordpress.com/weekly-developer-chats/

  • I’d like to give some props to Jeffr0 f…

    I’d like to give some props to Jeffr0 for putting his money (well, time) where his mouth (well, typing fingers) is. Over the past couple of weeks he’s been hopping into the Ideas forum and helping to manage older threads by looking up which features have been implemented already (and in which versions) and which…

  • There’s going to be a patch sprint of s…

    There’s going to be a patch sprint of sorts for 3.0 this week. Please grab a ticket, triage, patch or test: https://core.trac.wordpress.org/report/32. The feature freeze is March 1, so everything still on that report in 7 days from now will be punted to a future release. There are a few incomplete tasks out there that…

  • Plugins can now include videos in their readme.txt files

    The plugins directory now supports videos in readme.txt files. YouTube, Vimeo, and WordPress.comWordPress.com An online implementation of WordPress code that lets you immediately access a new WordPress environment to publish your content. WordPress.com is a private company owned by Automattic that hosts the largest multisite in the world. This is arguably the best place to…

  • Suggest Agenda Items for Feb 25th 2010 D…

    Suggest Agenda Items for Feb 25th 2010 Developer Chat #agenda

  • Meeting Summary for February 18, 2010 Dev Chat

    Menu management needs work. Jeffikus and wpmuguru will work together this week to try some fixing up to use custom post types. Dogfooddogfood The practice of using one’s own software, typically bleeding edge (trunk), thus “eating one’s own dogfood”. This also applies to using one’s own APIs internally., eaten. Rboren says we can bump jQuery…

  • Agenda for Feb 18th 2010 dev chat

    Menu Management Update – All Schedule Update – All WordPress Planet – ShaneF CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. plugins – Eric Marden (xentek) TracTrac An open source project by Edgewall Software that serves as a bug tracker and project management tool for WordPress.…

  • I’ve eliminated STYLE_DEBUG because it …

    I’ve eliminated STYLE_DEBUG because it wasn’t a full implementation. More or less, $concatenate_scripts was a bottleneck as it controls both CSS and JS. You now only need SCRIPT_DEBUG to use the unconcatenated development scripts and styles. https://core.trac.wordpress.org/ticket/12237 WP_DEBUG is now defined in wp-config-sample.php, with a note: “It is strongly recommended that plugin and theme developers…