Hosting Team meeting summary 2021-07-14

Some extra items that have been discussed and deserve to be in the summary.

WordPress HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Live

The First WordPress Hosting Meetup happened last week – Did anyone here today attend? Catch it on YouTube later on? What did you think? Any ideas for expanding and improving?

  • Youtube (sorry, but the video can’t be embedded yet)
  • Twitter

Meetup WPHosting – YouTube WPHosting – Twitter WPHosting

PHPUnit 8.x support

There are some related tickets around the PHPUnit support (PHPPHP PHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response. 7 vs. PHP 8):

Next meeting

The next meetings are scheduled with the following details:

When

Where

#meetings, #notes

Hosting Team meeting agenda 2021-06-16

The next meeting is scheduled with the following details:

When

Where

Highlights

  • WordPress 5.8 BetaBeta Beta is the software development phase following alpha. A Beta phase generally begins when the software is feature complete but likely to contain a number of known or unknown bugs. Software in the beta phase will generally have many more bugs in it than completed software, speed or performance issues, and may still cause crashes or data loss. The focus of beta testing is reducing impacts to users, often incorporating usability testing. 1
  • GutenbergGutenberg The 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/ 10.8
  • WordPress 5.8 Beta & Double the Bounties

HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. news

Hosting Team Time

  • WP Hosting Live

Check-in

  • Handbook pending PR
  • Test-Runner pending PR

#agenda, #meetings

Hosting Team meeting summary 2021-06-09

After the meeting, some extra items that have been discussed and deserve to be in the summary.

Handbook

WebP Support in WP 5.8

WordPress 5.8 supports the WebP format, and may require some improvements at the hostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. level. For the system to be lossless, ImageMagick is required.

Please check the comments on the post WordPress 5.8 adds WebP support.

WordPress Hosting Live

We have some pending things:

  • Design: There are some design proposals at Figma (I don’t have access, and don’t know how to use it), but there are some ideas there.
  • MeetupMeetup All local/regional gatherings that are officially a part of the WordPress world but are not WordCamps are organized through https://www.meetup.com/. A meetup is typically a chance for local WordPress users to get together and share new ideas and seek help from one another. Searching for �?WordPress’ on meetup.com will help you find options in your area.: We need to define the first Official English Meetup. @Crixu is working on that
  • Meetup: @JavierCasares will do a CacheCache A cache is a component that stores data so that future requests for that data can be served faster; the data stored in a cache might be the result of an earlier computation or a copy of data stored elsewhere. Meetup in Spanish (around July 3er week?).
  • Testing: @JavierCasares will test the streaming.

Meetup WPHosting – YouTube WPHosting – Twitter WPHosting

Next meeting

The next meetings are scheduled with the following details:

When

Where

#meetings, #notes

X-post: Experiment: A Public Channel for All Team Reps

X-comment from +make.wordpress.org/updates: Comment on Experiment: A Public Channel for All Team Reps

Why hosters should install the PHP-intl extension

Although there are many types of hostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web., most WordPress users use shared hosting, and some use VPSVPS A virtual private server (VPS) is a virtual machine sold as a service by an Internet hosting service. A VPS runs its own copy of an operating system (OS), and customers may have superuser-level access to that operating system instance, so they can install almost any software that runs on that OS. or Cloud hosting. Those who use VPS or Cloud usually manage their own servers and therefore decide the use of PHPPHP PHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response. extensions, but those who use shared hosting usually do not have that option.

A few weeks ago came to the Hosting Team a request to analyze the suitability of using the Internationalization PHP extension because, although the WordPress CoreCore Core is the set of software required to run WordPress. The Core Team builds WordPress. does not need it just now, partly because it is known that it is not recommended or mandatory, development teams do not use it because it is not there, and hosters do not install it because WordPress does not use it. It’s the fish that bites its own tail.

Deciding which ApacheApache Apache is the most widely used web server software. Developed and maintained by Apache Software Foundation. Apache is an Open Source software available for free. modules, which PHP extensions, which databaseDatabase A database is an organized collection of data. Access to this data is usually provided by a "database management system" (DBMS) consisting of an integrated set of computer software that allows users to interact with one or more databases and provides access to all of the data contained in the database. Because of the close relationship between them, the term "database" is often used casually to refer to both a database and the DBMS used to manipulate it. configuration or choice of cacheCache A cache is a component that stores data so that future requests for that data can be served faster; the data stored in a cache might be the result of an earlier computation or a copy of data stored elsewhere. is not something to be taken lightly.

Why is the PHP Intl extension important?

WordPress is a global, international software, with support for a multitude of languages and with infinite combinations. Approximately half of the installations are in a language that is not the default (English) and this leads us to think about localisms, transliteration, encoding conversions, calendar operations, collation … in short, everything you have with the different languages and formats that are around the planet. And this is what the PHP Intl extension provides.

What do we as a WordPress Community gain from this extension?

Above all, we gain the possibility to use a lot of functions that can make our life easier than developers and that would improve the way we develop to improve WordPress.

Functions like collator_compare will allow us to compare Unicode text strings; with numfmt_format we will be able to format a number according to the selected locale; the normalization of characters; the formatting of messages; to know which is the first day of the week according to the locale, without needing to ask the user for it.

And not only in functionality or ease, also to improve security, with functions such as Spoofchecker that can tell you if �?google.com’, �?goog1e.com’ can confuse the user, or functions related to Internet domains, both to convert an IDN domain to text and text to IDN.

Yes, you may well think that WordPress already does many of these things, but in many cases it does them using hacks that could now be deprecated and used natively.

Hosting Team Recommendation

Taking into account that WordPress continues to grow, the Hosting Team has considered a good recommendation, but not an obligation, for all hostings that work with WordPress the possibility of offering this extension, by default, to all users.

Also, we open discussion to all hosters and also the Core Team and Plugins Team.

+make.wordpress.org/core/
+make.wordpress.org/plugins/
+make.wordpress.org/updates/

#core, #php, #plugins

Hosting Team meeting summary 2021-05-19

After listing the items on the agenda, some extra items that have been discussed and deserve to be in the summary.

Handbook

About the manifest, we had some discussion about the order in those pages. There is the possibility to add somehow the order in the JSONJSON JavaScript Object Notation (JSON) is an open standard file format, and data interchange format, that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and array data types. It is a very common data format, with a diverse range of applications, such as serving as a replacement for XML in AJAX systems., or do it directly using the “order priority†at the Handbook pages (right now is how is it).

Test Runner

WordPress HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Live

Last week we had an introduction with the community team about the topic based meetupMeetup All local/regional gatherings that are officially a part of the WordPress world but are not WordCamps are organized through https://www.meetup.com/. A meetup is typically a chance for local WordPress users to get together and share new ideas and seek help from one another. Searching for �?WordPress’ on meetup.com will help you find options in your area. for Hosting. Since Friday the meetup is officially hosted by WordPress with @JavierCasares and @Crixu as the Co-Hosts.

The Global Meetup Hosting will be the first pilot having global topic Meetups.

We’re now continuing to plan the first meetup. If you would like to participate and have a talk ready for it feel free to pingPing The act of sending a very small amount of data to an end point. Ping is used in computer science to illicit a response from a target server to test it’s connection. Ping is also a term used by Slack users to @ someone or send them a direct message (DM). Users might say something along the lines of “Ping me when the meeting starts.†us.

Follow us at Meetup/WPHosting.

Intl extension in Site HealthSite Health This WordPress functionality will perform a number of checks on your installation to detect common configuration errors and known issues, and also allows plugins and themes to add their own checks. Check

Following trac ticket #52654.

We will publish a post about the PHPPHP PHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response.-intl extension, the benefits from that, and x-cross with the CoreCore Core is the set of software required to run WordPress. The Core Team builds WordPress. and Plugins Team; also waiting feedback from hosters.

WCEU 2021

The Marketing team has requested some text for the WCEU 2021.

We remind you that registration is now open.

Next meeting

The next meetings are scheduled with the following details:

When

Where

#meetings, #notes

Hosting Team meeting agenda 2021-05-19

The next meeting is scheduled with the following details:

When

Where

Highlights

  • WordPress 5.7.2 Security Release
  • WP-CLIWP-CLI WP CLI is the Command Line Interface for WordPress, used to do administrative and development tasks in a programmatic way. 2.5

HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team Time

  • GithubGitHub GitHub 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. Actions for phpunit-test-runner
  • WP Hosting Live
  • Allowed file exts for MultisiteMultisite Multisite 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.

Check-in

  • Handbook pending PR
  • Test-Runner pending PR

Hosting Team meeting summary 2021-05-12

After listing the items on the agenda, some extra items that have been discussed and deserve to be in the summary.

Handbook

There are some PRs for the Handbook:

Test Runner

Nothing to report

WordPress HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Live

The MeetupMeetup All local/regional gatherings that are officially a part of the WordPress world but are not WordCamps are organized through https://www.meetup.com/. A meetup is typically a chance for local WordPress users to get together and share new ideas and seek help from one another. Searching for �?WordPress’ on meetup.com will help you find options in your area. has been approved by the Community team and we have a meeting this coming Friday for the next steps.

Intl extension in Site HealthSite Health This WordPress functionality will perform a number of checks on your installation to detect common configuration errors and known issues, and also allows plugins and themes to add their own checks. Check

Following trac ticket #52654.

We will publish a post about the PHPPHP PHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response.-intl extension, the benefits from that, and x-cross with the CoreCore Core is the set of software required to run WordPress. The Core Team builds WordPress. and Plugins Team; also waiting feedback from hosters.

WCEU 2021

The Marketing team has requested some text for the WCEU 2021 Contributor DayContributor Day Contributor Days are standalone days, frequently held before or after WordCamps but they can also happen at any time. They are events where people get together to work on various areas of https://make.wordpress.org/ There are many teams that people can participate in, each with a different focus. https://2017.us.wordcamp.org/contributor-day/ https://make.wordpress.org/support/handbook/getting-started/getting-started-at-a-contributor-day/..

We remind you that registration is now open.

Next meeting

The next meetings are scheduled with the following details:

When

Where

Hosting Team meeting agenda 2021-05-12

The next meeting is scheduled with the following details:

When

Where

Highlights

  • Make Openverse
  • GutenbergGutenberg The 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/ 10.6.0 RC1

HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Team Time

  • Post about PHPPHP PHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response.-intl
  • WP Hosting Live

Check-in

  • Handbook pending PR
  • Test-Runner pending PR

Hosting Team meeting summary 2021-05-05

After listing the items on the agenda, some extra items that have been discussed and deserve to be in the summary.

Handbook

There are some PRs for the Handbook:

Both merged PR’s will be published before next meeting.

Test Runner

There are some PRs for the Test Runner:

WordPress HostingHosting A web hosting service is a type of Internet hosting service that allows individuals and organizations to make their website accessible via the World Wide Web. Live

No news this week.

Intl extension in Site HealthSite Health This WordPress functionality will perform a number of checks on your installation to detect common configuration errors and known issues, and also allows plugins and themes to add their own checks. Check

@clorith approached the team to take a look at the following trac ticket #52654

The first thing that was checked was if this library is in PHPPHP PHP (PHP: Hypertext Preprocessor) is a general-purpose scripting language especially suited to web development. PHP code is usually processed on a web server by a PHP interpreter. On a web server, the result of the interpreted and executed PHP code would form the whole or part of an HTTP response. 8.0 since in the documentation it does not appear as such, although @javiercasares analyzed at that time and it seems that it is available. On the other hand @mikeschroder found the source code in Github of the intl extension.

After several analyses, taking into account that half of the WordPress are used in a language that is not the native (English) and that many, therefore, the internationalization is something potential of WordPress, the Hosting team considers that the installation of the PHP-intl extension (Internationalization) should be recommended in the PHP Handbook.

Next meeting

The next meetings are scheduled with the following details:

When

Where

+make.wordpress.org/updates/
+make.wordpress.org/core/