-
Notifications
You must be signed in to change notification settings - Fork 79
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
P2p relationships #137
Merged
Merged
P2p relationships #137
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
ca63172
Add scribu/posts-to-posts to composer.json
pdclark b7e6f15
Register post relationships. Connect functions to functions.
pdclark 46310ff
Move wp_parser_ending_import action to before counting is turned back…
pdclark ca012d1
Remove minimum-stability and include UI-less p2p
cef8033
Make P2P work while only including p2p core
d108e44
Remove current relationships if they exist
4fcf640
Fix a bug that prevent functions_to_hooks from working
138352f
Fix functions_to_hooks relationships
57bf9c6
Implement method calls relationships
f7dac24
Add methods_to_x relationships
atimmer 96204f2
Remove debug cruft
atimmer 37472de
Fix an error with getLocation on the ClassMethod check
atimmer b1497ac
Fix an error when parsing method calls on function calls
atimmer c4c7d75
Enable self connections the methods_to_methods relation
atimmer c2fb6d9
Prevent an error with Node_Scalar_Encapsed
atimmer 8575b63
Correctly report the function name a method is called on
atimmer c57628b
Add function to class mapping for methods
atimmer ad97c9f
Merge branch 'master' into p2p-relationships
atimmer 6047cad
Fix file indentation
atimmer 845323a
Fix some merge leftovers
atimmer 04d7c9a
Add some missing newlines at the end of files
atimmer 9fdf176
Add documentation where it was previously missing
atimmer 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 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 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 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 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're going to add a parameter to the hook, you should also update the hook docs.