GitXplorerGitXplorer
a

p2p_ui

public
19 stars
4 forks
4 issues

Commits

List of commits on branch master.
Unverified
ea109688251bf1a0624fd399a2fde7dcd3c6b92b

Solve the cardinality issue for old entries, default to one-to-many

mmpeshev committed 10 years ago
Unverified
34cb37a1aa808e68df8024b96e02e88e584c0576

Display back in admin menu even if not querible

mmpeshev committed 10 years ago
Unverified
9ad07a2f19e3997c8525ff00e2340b20a092ec7e

Merge branch 'master' of github.com:adammichaelwood/p2p_ui

mmpeshev committed 10 years ago
Unverified
26f26e1a3e2e9fa40bbaec0c8351b6904cb847ad

Single views and archive lists are not needed

mmpeshev committed 10 years ago
Unverified
3b235a187ad3c9ebe06f77f2f1c69f0a546851e6

add cardinality and avoid breaking posts2posts due to a missing argument

mmpeshev committed 10 years ago
Unverified
b8054a7c73983d385a1164e7d35350fb65bfb2e8

Fix notices for missing post_type before save

mmpeshev committed 10 years ago

README

The README file for this repository.

P2P UI is a WordPress plugin designed to be used in conjuction with Posts 2 Posts, a plugin by scribu. Posts 2 Posts URL: http://wordpress.org/extend/plugins/posts-to-posts/

The basic idea is a post-type of connection, which holds information about posts connections. These connections are then registered at init.

Additionally, a post-type of data-type is created. This is used in a similar manner to create new post-types.

This is a very simple, somewhat hacky implementation of this idea. If you think the bones are good and want to contribute here, please fork me. If you'd like to steal the idea and start from scratch, please do so (and let me know).