-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MERL-1270: Do not rewrite links in the post editor #1625
Merged
Merged
Commits on Oct 27, 2023
-
fix: do not rewrite links in the post editor
When Faust’s “Enable Post and Category URL rewrites” is enabled, this has been causing URLs to be rewritten in the editor to contain the front-end URL instead of the WP URL, which causes them to be saved to the database this way. Instead, we want the WP URL saved to the database.
Configuration menu - View commit details
-
Copy full SHA for ac1b0e5 - Browse repository at this point
Copy the full SHA ac1b0e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b28506 - Browse repository at this point
Copy the full SHA 9b28506View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2f4249 - Browse repository at this point
Copy the full SHA f2f4249View commit details
Commits on Oct 31, 2023
-
test: confirm post_link filtering behavior.
Confirms links are not rewritten on post-new.php pages when $_POST is empty. Also confirms Ajax requests to generate sample permalinks are not rewritten. These checks prevent the incorrect guid from being written to the database. Confirms `wp-link-ajax` Ajax requests are not rewritten. This is used by the Classic Editor when linking content. chore: update `enable_rewrites` values in tests to be `1` instead of `true`, for consistency.
Configuration menu - View commit details
-
Copy full SHA for f86c9a5 - Browse repository at this point
Copy the full SHA f86c9a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 592f6b6 - Browse repository at this point
Copy the full SHA 592f6b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ed2451 - Browse repository at this point
Copy the full SHA 5ed2451View commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ca09f06 - Browse repository at this point
Copy the full SHA ca09f06View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 14d8384 - Browse repository at this point
Copy the full SHA 14d8384View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.