Welcome to the MetaMetaMeta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. Team!
The Meta team is responsible for maintaining and managing WordPress.orgWordPress.orgThe community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ websites. Our work is mostly done on the meta trac. If you see a bug, file a ticket!
Here is a list of WordCamp.org feature developments and maintenance work that has been accomplished since the last update.
ShippedWordCampWordCampWordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. blocks for all sites!
Refactored our client for the Meetup.com APIAPIAn 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. to authenticate with OAuth 2.0 and use exclusively version 3 endpoints, just ahead of the platform’s hasty deprecation of API keys and v2 endpoints.
Made progress on an additional WordCamp Schedule blockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience..
Made progress on improvements to WordCamp’s PWA pluginPluginA 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 WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party.
Fixed a problem that was preventing new sites from connecting to Jetpack.
Improved our ability to respond quickly to plugin security updates by making upgrade notices visible on production server, and setting up Composer dependencies.
Oops! The ticket scrub scheduled for August 15th did not occur, so we’re trying again next week. This time the ticket scrub will happen on 2019-08-22 17:00 UTC in the #meta-wordcamp channel.
The focus is on MetaMetaMeta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. tickets with the WordCamp Site & Plugins component.
Comment below if there’s a specific ticket or topic you’d like to discuss.
The focus is on MetaMetaMeta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. tickets with the WordCamp Site & Plugins component.
Comment below if there’s a specific ticket or topic you’d like to discuss.
+make.wordpress.orgWordPress.orgThe community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org//community
Here’s a brief outline of the status of the various parts of the blockBlockBlock is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. directory project.
The design of the Block Inserter within GutenbergGutenbergThe Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ has gone through detailed explorations and iterations. The installation flow has been handed off for implementation. There is still some ongoing discussion around how to handle missing blocks and other error states. Mel has also explored some ideas for managing blocks within wp-admin.
Block Inserter work in progress
Implementing the Block Inserter is in progress in the form of a pull request. Some internal architectural changes are underway, but that’s testable now by anyone able to run a Gutenberg local environment. The next major hurdle after re-architecting the code is fully implementing and testing the pluginPluginA 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 WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party install code.
The Block Directory itself exists in a minimal form within the Plugin Directory. There is a prototype APIAPIAn 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. endpoint for searching by block name, and work ongoing to implement that properly with ElasticSearch. Plugin developers can submit block-only plugins to the directory by including a block.json file and reaching out to @tellyworth in SlackSlackSlack is a Collaborative Group Chat Platform https://slack.com/. The WordPress community has its own Slack Channel at https://make.wordpress.org/chat/.. We’ve also explored the feasibility of supporting GitHubGitHubGitHub is a website that offers online implementation of git repositories that can can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/ for block plugins.
Here is a list of WordCamp.org feature developments and maintenance work that has been accomplished since the last update.
### July 2 – July 15
Pulled data for 2018 annual WordCampWordCampWordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. report.
Improved contributor onboarding by creating new sample database for location environment.
Iterated on GitGitGit is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Git is easy to learn and has a tiny footprint with lightning fast performance. Most modern plugin and theme development is being done with this version control system. https://git-scm.com/. -> SVNSVNApache Subversion (often abbreviated SVN, after its command name svn) is a software versioning and revision control system. Software developers use Subversion to maintain current and historical versions of files such as source code, web pages, and documentation. Its goal is to be a mostly compatible successor to the widely used Concurrent Versions System (CVS). WordPress core and the wordpress.org released code are all centrally managed through SVN. https://subversion.apache.org/. sync.
Minor maintenance: fixing duplicate invoices, fixing caching bug, tested upstream PWA PRs for compatibility, installed pluginPluginA 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 WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party updates.
### June 18 – July 1
Rate limited penetration tests against CampTix.
Iterated on offline schedule and day-of-event template.
Drafted a plan to upgrade our Meetup.com APIAPIAn 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. client to use oAuth and v3 endpoints ahead of their last-minute deprecation deadline.
Improved committer devex and onboarding process by switching the WordCamp.org repository from SVN to GitHubGitHubGitHub is a website that offers online implementation of git repositories that can can easily be shared, copied and modified by other developers. Public repositories are free to host, private repositories require a paid subscription. GitHub introduced the concept of the ‘pull request’ where code changes done in branches by contributors can be reviewed and discussed before being merged be the repository owner. https://github.com/, and setting up fully-trusted SSLSSLSecure Socket Layer - Encryption from the server to the browser and back. Prevents prying eyes from seeing what you are sending between your browser and the server. certs in Docker.
Minor maintenance fixes: Installed plugin updates, enabled responsive embeds, updated “Polldaddy” strings to “Crowdsignal”.
The focus is on MetaMetaMeta is a term that refers to the inside workings of a group. For us, this is the team that works on internal WordPress sites like WordCamp Central and Make WordPress. tickets with the WordCamp Site & Plugins component.
Comment below if there’s a specific ticket or topic you’d like to discuss.
Here is a list of WordCamp.org feature developments and maintenance work that has been accomplished since the last update.
Completed the first milestone for WordCampWordCampWordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more.’s GutenbergGutenbergThe Gutenberg project is the new Editor Interface for WordPress. The editor improves the process and experience of creating new content, making writing rich content much simpler. It uses ‘blocks’ to add richness rather than shortcodes, custom HTML etc. https://wordpress.org/gutenberg/ blocks. They are now available for beta testing.
Mitigated an issue with “global terms” on the WordCamp.org multisiteMultisiteMultisite is a WordPress feature which allows users to create a network of sites on a single WordPress installation. Available since WordPress version 3.0, Multisite is a continuation of WPMU or WordPress Multiuser project. WordPress MultiUser project was discontinued and its features were included into WordPress core.https://codex.wordpress.org/Create_A_Network. network that caused some taxonomyTaxonomyA taxonomy is a way to group things together. In WordPress, some common taxonomies are category, link, tag, or post format. https://codex.wordpress.org/Taxonomies#Default_Taxonomies. terms to be uneditable.
Created an experimental Docker-based WordCamp development environment.
Partially fixed an old bug where organizers and speaker badges are erroneously removed in some instances.
Added a payment gateway for WordCamp ticket purchases in Bangladesh.
Added new fields to WordPress.orgWordPress.orgThe community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/ profiles where people can add details about how they contribute to the project.
Merged a feature pluginFeature PluginA plugin that was created with the intention of eventually being proposed for inclusion in WordPress Core. See Features as Plugins. created by the WCEU team that adds Progressive Web App (PWA) functionality to WordCamp sites. Currently it is in betaBetaA 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. testing exclusively on the WCEU site.
Iterations/fixes for Gutenberg compatibility, themes, error logs, security, updates, taxonomy terms, invoicing, and site URLs.
So we had a meeting during WordCampWordCampWordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more. Europe 2019 (Berlin) with the following people: @nao@sergeybiryukov@kenshino@itsmarvin@helika@netweb@akirk@estela
In reference to the original discussion post https://make.wordpress.org/polyglots/2019/03/27/helphub-localisation-plan-meeting-notes/ and in parallel consultation with @ocean90 about the use of GlotPress (who doesn’t think GlotPress is designed to deal with what we’re proposing), we have agreed on an approach.
We will activate the HelpHub pluginPluginA 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 WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party on selected rosetta sites (e.g. ja.wordpress.orgWordPress.orgThe community site where WordPress code is created and shared by the users. This is where you can download the source code for WordPress core, plugins and themes as well as the central location for community conversations and organization. https://wordpress.org/)
As a start locale teams would be able to transcreate content using the English HelpHub as a basis (https://wordpress.org/support/)
The English HelpHub will remain the source of truth
We’ll devise a proper roadmap following the plugin activation to link the locale HelpHub with the English one. Here’s some things we thought of
To track revision numbers across both the original HelpHub and the localised one
To have notifications to inform the locale team that the English HelpHub article has been updated
To make sure that the HelpHub articles have language links
And more
The above steps will also largely apply to the Community Handbook
To request for the activation of the plugin:
Locale teams should create a meta ticket at https://meta.trac.wordpress.org/ and the Meta team can do so provided that
The Documentation Team is kept informed of all localised HelpHub installations
The Community Team is kept informed of all localised Community Handbooks
This is the start towards localised user and community docs!