Andy Fragen

Results 34 issues of Andy Fragen

Exit foreach loop early if certain data are not defined. When undefined they cause many PHP notices. Fixes https://github.com/johnbillion/query-monitor/issues/500

As of WP 3.9 a symlink can be used for wp-content or for plugins/themes. I've done this in a local environment and QM now only lists all queries as coming...

type:task

Fixes https://github.com/GlotPress/GlotPress/issues/1446 I'm not certain the changes to the unit tests are correct. I was unable to run phpunit according to the instruction for `wp-env` 😞

Fixes https://github.com/GlotPress/GlotPress/issues/1463 https://lindevs.com/sort-comparison-functions-that-return-boolean-value-is-deprecated-in-php-8-0/

This is deprecated as of PHP 8.0. The solution seems to be using the spaceship operator `` as of PHP 7.x. Since GlotPress requires PHP 7.4, this should be a...

PHP 8 throws the following deprecation notices regarding the parameter order. > PHP Deprecated: Required parameter $type follows optional parameter $object_id in /sites/translate.git-updater.com/files/wp-content/plugins/glotpress/gp-includes/meta.php on line 82 > PHP Deprecated: Required...

good first issue
[Type] Code Quality

All the current information now resides in the [Git Updater Knowledge Base](https://git-updater.com/knowledge-base/)

informational

Git Updater is now dogfooding it's own Language Pack updates. Translation files reside in a separate repo, https://github.com/afragen/git-updater-translations **Translators** The main plugin will always contain the most recent POT file,...

informational

I have created a [Git Updater team for Slack](https://git-updater.slack.com). Anyone can join and any member can send out invites. Any member may create a new channel. Please let's keep actual...

informational

I have a branch `oauth` where I was working on OAuth authentication for all git hosts. I got to a reasonable place but hit a roadblock as each git host...

needs-patch
feature-request
need-help