-
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
Approach for posts relationships implementation #112
Labels
Comments
There are several themes that use P2P as a library. They used manual loading (example) because they needed to be compatible with PHP 5.2. |
pdclark
added a commit
to pdclark/WP-Parser
that referenced
this issue
Jun 30, 2014
minimum-stability set to "dev" because posts-to-posts requires scribu/scb-framework as dev-master. Dependency fails to load if parent project is not set to allow development branches. Repository for posts-to-posts added manually because composer doesn't find it on its own. Path for posts-to-posts manually set because type "wordpress-plugin" causes it to be installed in a wp-content directory created within this plugin directory. Fixes WordPress#112
pdclark
added a commit
to pdclark/WP-Parser
that referenced
this issue
Jun 30, 2014
* Requires posts-to-posts vendor library if not loaded as a plugin. * Registers post relationships * Extends import to create relationships between plugins. To-do: * Connect functions to methods and hooks: "uses" arrays don't appear to be populating for either of these * Connect Methods to methods and hooks * Clear wp_p2p and wp_p2p_meta tables of previously imported relationships before running import. For now, the tables should be manually cleared. Fixes WordPress#112
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So we got ok from dot org about using Posts2Posts there, and there are quite a few open parser issues on data side that simply don't come together without relationships.
Immediate implementation questions is which do we do:
Discuss.
The text was updated successfully, but these errors were encountered: