Leonidas Milosis

Results 34 issues of Leonidas Milosis

## Context * This PR implements the full workflow associated to the indexables page (see [this flowchart](https://lucid.app/lucidchart/719ffd09-f62a-45a2-82e9-f2021766bd1d/edit?viewport_loc=-906,-263,3669,1891,LLXA57Uoz3LU&invitationId=inv_01f10a21-ee23-48c4-8c0d-a5a3ad94e627) for a graphical representation of it) ## Summary This PR can be summarized...

changelog: non-user-facing

## Context * ## Summary This PR can be summarized in the following changelog entry: * Create an indexables page ## Relevant technical choices: * ## Test instructions ### Test...

## Context * We want to add a Zapier upsell in the Pre-Publishing sidebar when Premium is not active ## Summary This PR can be summarized in the following changelog...

UI change
changelog: non-user-facing

## Context * ## Summary This PR can be summarized in the following changelog entry: * Reduce the response size of the original request in the Indexables Page ## Relevant...

## Context * ## Summary This PR can be summarized in the following changelog entry: * Introduces notifications for multiple ignoring of indexables. ## Relevant technical choices: * ## Test...

## Context * ## Summary This PR can be summarized in the following changelog entry: * Turns on the WordProof integration by default ## Relevant technical choices: * ## Test...

## Bug Description The `WordPress.Security.ValidatedSanitizedInput.InputNotSanitized` error is thrown when a GET parameter is unslashed and then only used in a direct comparison, but it's not thrown when it's only used...

Type: Bug
Focus: Security

## Describe the bug The autofixer fixes the `Squiz.Formatting.OperatorBracket.MissingBrackets` in a specific case with the `??` operator by malrforming the existing logic: Instead of bracketing the whole statement, it brackets...

Type: bug
Status: triage

> [!Note] > Easiest to review commit-by-commit ## Context * We want to ensure that using the `Yoast\WP\SEO\should_index_indexables` filter (or being on a non-production environment) disables totally the indexable creation....

To understand the investigation that needs to happen, this is the current situation: * [In the builder of the homepage indexable](https://github.com/Yoast/wordpress-seo/blob/trunk/src/builders/indexable-home-page-builder.php#L86), we check the value of the WP-native `blog_public` setting...