Skip to content

matthusby/P2-Resolved-Posts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

=== P2 Resolved Posts ===
Contributors: danielbachhuber, automattic
Tags: gtd, productivity, workflow, p2
Requires at least: 3.1
Tested up to: 3.4.1
Stable tag: 0.3

Lightweight GTD for the P2 WordPress theme.

== Description ==

P2 Resolved Posts is a lightweight GTD plugin for WordPress and the P2 theme. Mark a thread as "unresolved" when there's something needing to be finished, and mark it as "resolved" when it's been finished.

Sidebar widgets allow you to see all unresolved posts, optionally filtered to a specific tag.

Watch the audit log to see who is doing what.

P2 is a great tool for communication and collaboration. P2 Resolved Posts makes it easier to better understand when a discussion has reached completion.

We're happy to receive feedback, questions, feature suggestions, and [pull requests](https://github.com/Automattic/P2-Resolved-Posts)

== Installation ==

The easiest way to install this plugin is to go to Add New in the Plugins section of your blog admin and search for "P2 Resolved Posts." On the far right side of the search results, click "Install."

You'll need to be running the P2 theme for any interface elements to appear.

If the automatic process above fails, follow these simple steps to do a manual install:

1. Extract the contents of the zip file into your `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Enjoy the merits of GTD in your P2!

== Frequently Asked Questions ==

Feel free to ask a question in the forums!

== Changelog ==
= 0.3 (Sept. 3, 2012) =
* Added abilty to customize the text for 'Resolved' and 'Unresolved' using P2_Resolved_Posts::change_resolved_names( 'Resolved Text', 'Unresolved Text' );

= 0.2 (Jul. 18, 2012) =
* Automatically mark new posts as unresolved by adding `add_filter( 'p2_resolved_posts_mark_new_as_unresolved', '__return_true' );` to your theme's functions.php. Thanks [macmeister](http://wordpress.org/support/topic/plugin-p2-resolved-posts-default-to-unresolved) for the request
* Audit log records who changes the post state and when they change it. View the audit log by hovering over the action link
* wp-cli command for the plugin includes a subcommand for programmatically changing the state of a post
* Includes a POT file for localization. Translations welcome!
* Display an error notice if you've activated the plugin but P2 isn't the currently active theme

= 0.1 (Mar. 23, 2012) =
* Initial release with basic ability to mark a post as "unresolved" and then "resolved"

About

Lightweight GTD for the P2 WordPress theme

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • PHP 100.0%