forked from ekandreas/flowboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
executable file
·126 lines (85 loc) · 3.39 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
=== Plugin Name ===
Contributors: EkAndreas
Tags: agile, tools, whiteboard, project management, sticky notes, kanban, scrum
Requires at least: 3.4
Tested up to: 3.5
Stable tag: 1.5.3
FlowBoard makes it easier for web development to visualize the agile process.
== Description ==
Web development tool, agile whiteboard with sticky notes.
FlowBoard makes it easier for web development to visualize the agile process.
Eg. Use it with Scrum or Kanban projects!
Benefits: Make your development process more transparent!
To see the plugin in action visit the [Development and Demo Site](http://plugins.flowcom.se/flowboard)!
Every note is saved as a custom post type and editable in wp-admin. The FlowBoard data is stored under the note posts metadata (custom fields).
== FAQ ==
Q: How to add a board to a post, if a script conflict blocks me from pressing the 'add board' button in TinyMCE?
A: The shortcode, that is used for that is [FlowBoard id=4], where the id is for the board.
Q: How do I get the board id?
A: By opening the board for editing in the admin panel: http://your-domain.com/wp-admin/post.php?post=4&action=edit - ?post=4 is what you seek.
Q: How do I make a list of all the tasks for a specific user?
A: You can use [usernotes userid='1'] for that. If you don't specify an user id, you'll get all tasks by all users.
== Installation ==
This section describes how to install the plugin and get it working.
1. Download the plugin
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Create a new board in wp-admin/Notes/Boards (just title is enough)
4. Open a post or a page and click the "note"-button to add a board to your page!
In the admin settings menu you can change the board background image for your purposes.
== Frequently Asked Questions ==
= Does it fit into my theme? =
Yes, you can choose your own background in the admin settings. The whiteboard takes full width.
= Have ideas? =
Please post ideas at the plugin site http://plugins.flowcom.se/flowboard
== Screenshots ==
1. The whiteboard of notes.
2. Edit your note with simple text OR go to the post for more information.
== Changelog ==
= 1.5.3 =
* Touch-Pounch added, support for ipad/iphone
= 1.5.2 =
* Post date fixed thanks to "innerbot".
* Post content editable in popup (no html), thanks to "vlood".
* Some removal of fonts in css
= 1.5.1 =
* New note didn't show until refresh, fixed.
* New note on top, fixed.
= 1.5 =
* Added zones to board
= 1.4 =
* Added Board as an entity / custom post type (preparing for properties, burndown, etc)
* Metabox added to Notes
* Cascade postition at new note
= 1.3.1 =
* Quick fix, estimate and timeleft switched in edit note
* Admin url fixed in edit post from edit note
= 1.3 =
* Button added in HTML-editor
* Thickbox instead of jQuery-UI dialog
* 100% content background image
* Custom post type flowboard_note for posts in boards
* Default note author name from profile in WP
* Changed name from HyperBoard to FlowBoard
= 1.2 =
Import posts by ID
Bugfixes
= 1.1 =
Public Access checkbox in the settings to override post edit access check.
= 1.0.1 =
Bugfixes
= 1.0 =
Settings menu added and cleaner view.
= 0.9 =
Updated ajax urls, absolute.
= 0.8.1 =
Bugfixes.
= 0.8 =
Hidden custom metakey and bugfixes.
= 0.7 =
Bugfix and colors
= 0.6 =
Notes as posts
= 0.5 =
Initial
== Upgrade Notice ==
1.3 to 1.4, You will have to recreate the board and reset all Note posts to the right board ID.