Source: Make WordPress: Core

  • Dev Chat Summary, January 28th

    https://wordpress.slack.com/archives/core/p1422478864000437 https://make.wordpress.org/core/2015/01/28/dev-chat-agenda-january-28th/   Decisions Jumpstart posts will be posted every Monday. Weekly bugbug A bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority. scrubs will occur on…

  • Bug Scrub Friday, January 30

    What: This Friday kicks off the first weekly bugbug A bug is an error or unexpected result. Performance improvements, code optimization, and are considered enhancements, not defects. After feature freeze, only bugs are dealt with, with regressions (adverse changes from the previous version) being the highest priority. scrub in the 4.2 release cycle. Where: The…

  • Trac Tickets – the band’s taking requests

    At the beginning of the past few releases or so, we’ve put a call out for community priority tickets. There are over 3000 tickets in TracTrac An open source project by Edgewall Software that serves as a bug tracker and project management tool for WordPress.. If there’s a ticketticket Created for both bug reports and…

  • WordPress Core Weekly

    Hi Everyone! It’s time for another run-down of what’s going on in WordPress coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress.. This edition covers January 17th, 2015 [31234] through January 25th, 2015 [31281]. If you’re interested in helping out with these updates, comment below, or pingPing…

  • Dev Chat Agenda, January 28, 2015

    Here’s the agenda for Wednesday’s Dev Chat in the #core channel on Slack. Time/Date: : Kickoff Part II – Let’s talk a little bit about how we’re going to structure this release from week to week: Monday Jumpstart posts Bug scrubs Ticketticket Created for both bug reports and feature development on the bug tracker. management…

  • Kickoff Shortcake (Shortcode UI) Discussion

    What: Let’s chat about Shortcake (ShortcodeShortcode A shortcode is a placeholder used within a WordPress post, page, or widget to insert a form or function generated by a plugin in a specific location on your site. UIUI User interface), a proposed feature plugin that’s currently midway through its development cycle. Why: To get a better sense of interest…

  • Open Update Thread, Week of January 26th

    It’s been awhile since the last open thread. What’s happening in your coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. development world? Share on the OUT.

  • Community Hub Poll

    Here’s a reminder for those who haven’t seen it. Please take a few minutes to fill in the Community Hub Poll as the poll closes in the next few days. Get at it!

  • Proposal: Customizer Transactions

    You may be familiar with transactions in a database context. The idea is simple: once you start a transaction, any change made to the database in the current session will not be applied to other database sessions until a transaction COMMIT is done. Changes performed when the transaction is open will be reflected in any SQL SELECT queries made, and if…

  • Customizer Theme Switcher Update

    The Customizer Theme Switcher feature-pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the…