-
Notifications
You must be signed in to change notification settings - Fork 83
Add support for quote reactions and improve quote detection #2330
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
Open
pfefferle
wants to merge
33
commits into
trunk
Choose a base branch
from
store-quotes
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+412
−13
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
3afe849
Add support for quote comments and improve quote detection
pfefferle a6b77d4
Merge branch 'trunk' into store-quotes
pfefferle 4b3b44d
Update includes/functions.php
pfefferle f3a587c
Update includes/collection/class-interactions.php
pfefferle 2a8353b
Refactor comment addition validation logic
pfefferle 960dfe1
Add facepile display style for comment types
pfefferle f3e6cf9
Merge branch 'trunk' into store-quotes
pfefferle 5553a2a
Merge branch 'trunk' into store-quotes
pfefferle d01494f
Merge branch 'trunk' into store-quotes
pfefferle 22be295
Merge branch 'trunk' into store-quotes
pfefferle c011031
Remove facepile display logic from comment types
pfefferle 3893740
Add tests for esc_hashtag function and filter
pfefferle ad6d41a
Add changelog
matticbot 007d4db
Update includes/functions.php
pfefferle 33839fe
Add support for quote activities in Fediverse
pfefferle 3ff06ac
Merge branch 'trunk' into store-quotes
pfefferle a1ebc93
Skip camelCase conversion for keys prefixed with '_'
pfefferle 79dcadd
Update includes/activity/class-base-object.php
pfefferle f96fe1c
Update includes/activity/class-base-object.php
pfefferle 2eb2486
Update tests/phpunit/tests/includes/class-test-functions.php
pfefferle cfa6544
Add quote-related properties to Base_Object
pfefferle 5d4187f
Remove translation from activity descriptions
pfefferle 2e58dbe
Merge branch 'trunk' into store-quotes
pfefferle 9b20c10
Fix camelCase to snake_case conversion logic
pfefferle 7d4d27a
Rename is_activity_quote to is_quote_activity
pfefferle 818ada9
Merge branch 'trunk' into store-quotes
pfefferle 34c58ed
Fix snake_case conversion logic in Generic_Object
pfefferle adc9bc1
Update @covers annotations with full namespace
pfefferle b646fcb
Merge branch 'trunk' into store-quotes
pfefferle d4b193c
Merge branch 'trunk' into store-quotes
pfefferle e8b42e8
Add 'quote' to Jetpack comment types
pfefferle 62be0dc
Merge branch 'trunk' into store-quotes
pfefferle fbbdcc2
Merge branch 'trunk' into store-quotes
pfefferle File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| Significance: minor | ||
| Type: added | ||
|
|
||
| Added support for quote comments, improving detection and handling of quoted replies and links in post interactions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.