Source: Make WordPress: Core

  • Multisite Office Hours Recap (May 19, 2015)

    Multisitemultisite Used to describe a WordPress installation with a network of multiple blogs, grouped by sites. This installation type has shared users tables, and creates separate database tables for each blog (wp_posts becomes wp_0_posts). See also network, blog, site office hours are held every Tuesday at 20:00 UTC in #core-multisite. Overall 4.3 Release Objectives Last…

  • WP REST API: Version 1.2.2 (Security Release)

    WP REST APIREST API The REST API is an acronym for the RESTful Application Program Interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. It is how the front end of an application (think “phone app” or “website”) can communicate with the data store (think “database” or “file system”) https://developer.wordpress.org/rest-api/ versions…

  • This week in 4.3: May 18 – 24

    This is the jump-start post for the third week of the WordPress 4.3 release cycle. CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. Meetings this week: Core Dev Chat: in #core Bug Scrubs: and in #core. 4.3 Feature Chats this week: Passwords: in #core-passwords Networknetwork (versus…

  • Dev Chat Summary, May 13

    Agenda, Slack log. Editor (#) @azaozz, @iseulde @azaozz has been looking at the “WordPress integration” parts the last couple of days, a lot of things that can be improved there. It removes some of the oddities, like running the post content through wpautop() before outputting it in the textarea, but only when TinyMCE is expected to be…

  • Multisite Office Hours Recap (May 12, 2015)

    Multisitemultisite Used to describe a WordPress installation with a network of multiple blogs, grouped by sites. This installation type has shared users tables, and creates separate database tables for each blog (wp_posts becomes wp_0_posts). See also network, blog, site office hours are held every Tuesday at 20:00 UTC in #core-multisite. 4.3 Release Objectives Our objectives…

  • Devchat Agenda for May 13

    Here’s the agenda for tomorrow’s Dev Chat in the #core channel on Slack. Time/Date: : Feature Updates Editor – @azaozz / @iseulde Adminadmin (and super admin) UIUI User interface – @helen Multisitemultisite Used to describe a WordPress installation with a network of multiple blogs, grouped by sites. This installation type has shared users tables, and…

  • Shortcake (Shortcode UI) chat summary – May 11th, 2015

    Present: @danielbachhuber, @matth_eu, @goldenapples Fusion pushed Image Shortcake to production today. It’s a 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…

  • The Plan for Passwords

    For the 4.3 release, I’m leading the group working on passwords. We had a chat today, and here is our plan: Re-work password choosing/changing UIUI User interface This has four main points: Default to generating a password for the user — if they want to choose their own password, they can, but the default should…

  • Weekly core UI meetings for 4.3

    Remember weekly UIUI User interface chats? It’s been a couple years since they wound down, but I’d like to get them started again for at least the 4.3 cycle, as we have some efforts that are not specific to a given feature or component team. UI chats are also a great way for newer contributors…

  • This week in 4.3: May 11 – 17

    This is the jump-start post for the third week of the WordPress 4.3 release cycle. CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. Meetings this week: Core Dev Chat: in #core Bug Scrubs: and in #core. 4.3 Feature Chats this week: Passwords: in #core-passwords Networknetwork (versus…