-
·
REST API Merge Proposal, Part 2: Content API
Hi everyone, it’s your friendly 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…
-
·
Twenty Seventeen Meeting Notes: Oct. 7 2016
Here’s the meeting summary for this week. If I missed anything, let me know in the comments. Housekeeping Slack archive of meeting. Meetings are every Friday at 18:00 UTC in #core-themes in SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. Agenda. Summary The group:…
-
·
Dev Chat Summary: October 5 (4.7 week 7)
This post summarizes the dev chat meeting from October 5th (agenda, Slack archive). Reminders Schedule: We are 2 weeks from the final chance to merge in major features. This includes Twenty Seventeen. Reviews and commits should be getting . Tickets: There are currently 167 tickets in the 4.7 milestone. This is 29 fewer than last…
-
·
Twenty Seventeen: Agenda for Oct 7, 2016 Meeting
Here’s the agenda for today’s weekly meeting on Twenty Seventeen. It will last 30 minutes, and I’ll be around in the #core-themes channel for at least 30 minutes afterward to answer any questions. General theme update. There isn’t much that hasn’t been already triaged, so that will be skipped. SVGs instead of icon fonts. Open…
-
·
Week in Core, September 28 – Oct 5, 2016
Welcome back the latest issue of Week in CoreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress., covering changes [38673-38735]. Here are the highlights: 62 commits 48 contributors 57 tickets created 9 tickets reopened 77 tickets closed Ticketticket Created for both bug reports and feature development on…
-
·
Docs-focused Bug Scrub Friday
We’ll have a docs-focused 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 #docs SlackSlack Slack is a Collaborative Group Chat Platform…
-
·
REST API Team Update (4.7 week 7)
Our two (pt1) part (pt2) (split due to team travel) weekly meeting is now complete, and we have some new updates from the APIAPI An API or Application Programming Interface is a software intermediary that allows programs to interact with each other and share data in limited, clearly defined ways. team! Team review & commentary…
-
·
Dev Chat Agenda for October 5 (4.7 week 7)
This is the agenda for the weekly dev meeting on : Schedule reminder: We are 2 weeks from the final chance to merge in major features. This includes Twenty Seventeen. Reviews and commits should be getting 2 fast 2 furious. Ticketticket Created for both bug reports and feature development on the bug tracker. reminder: There…
-
·
Twenty Seventeen Features Meeting Notes: Oct. 4 2016
Here’s the summary for this week. The meeting was busy, so feel free to add anything missed in the comments. Housekeeping Slack archive of meeting. Meetings are every Friday at 18:00 UTC in #core-themes in SlackSlack Slack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/. The major…
-
·
Using Custom Bulk Actions
Sorry it’s been such a long time since my last blogblog (versus network, site)! I’m happy to tell you that in WordPress 4.7, developers can register their own bulk actions on list table screens. Let’s walk through the steps required to add one. An option in the dropdown To add an option in the Bulk Actions dropdown HTMLHTML HyperText Markup Language. The…