Ignore:
Timestamp:
01/29/09 15:09:14 (3 years ago)
Author:
CrawfordCurrie
Message:

Item4312: support for header, footer etc. Item412: added =reverse= sort for searches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ActionTrackerPlugin/data/System/ActionTrackerPlugin.txt

    r2226 r2227  
    1010--> 
    1111<div style="float:right"> 
    12 <a href="http://wikiring.com"><img src="%ATTACHURLPATH%/juggle.gif" title="WikiRing: Professional Wiki Innovation and Support" /></a> 
     12<a href="http://wikiring.com"><img src="%ATTACHURLPATH%/logo.png" title="WikiRing: Professional Wiki Innovation and Support" /></a> 
    1313</div> 
    14 It takes the skills of a juggler to keep track of all the demands that modern life makes on us. Wouldn't it be great if we could capture what we have to do _at the time we think of it_, and be able to get a to-do list on demand? No more fighting with post-it notes, no more forgetting actions from the minutes of obscure meetings, and remember your partners birthday every year into the bargain!  
    15  
    16 This plugin provides support for tracking actions embedded in topics. Actions captured this way can then be tracked from anywhere you want. 
    17  
    18 This is particularly useful for [[http://en.wikipedia.org/wiki/Minutes][meeting minutes]]. As you write the minutes during the meeting, you simply enter the actions into the text and as soon as the topic is saved, the actions "go live". For example, at a recent meeting of the British Cabinet: 
     14This plugin provides support for tracking actions embedded in topics. Actions captured this way can then be searched from any topic in the wiki. 
     15 
     16---+ Features 
     17   * Actions are be embedded in topics. 
     18   * List actions using searches. 
     19   * Automatic e-mail notification of changes. 
     20   * Assign actions to individuals, or to predefined groups. 
     21   * Pop-up action editor. 
     22   * Fully configurable - add your own action attributes. 
     23 
     24This plugin is particularly useful for [[http://en.wikipedia.org/wiki/Minutes][meeting minutes]]. As you write the minutes during the meeting, you simply enter the actions into the text, and as soon as the topic is saved, the actions "go live".  
     25For example, at a recent meeting of the British Cabinet: 
    1926<verbatim> 
    2027GordonBrown agreed to a zero tax rate for all self-employed software engineers, to make up for past unfair treatment. 
     
    2936Actions are nicely formatted for display, and automatic notification of actions is supported using 'cron'. 
    3037 
     38Actions are _embedded into topics_ so you can easily edit them, and even process them with other tools. No separate database to worry about! 
     39 
    3140%TOC% 
    32  
    33 ---+ Features 
    34         * Actions can be embedded in  topics. 
    35         * Actions can be listed using searches. 
    36         * Automatic action state e-mail notification. 
    37         * Actions can be assigned to individuals, or to predefined groups. 
    38         * Fully configurable. 
    3941 
    4042--- 
     
    342344</pre> 
    343345---++ Formatting how actions are displayed 
    344 The format of an action output. The following fields can be output: =web=, =topic=, =text=, =who=, =due=, =notify=, =uid=, =creator=, =state=, =edit=, and any =ACTIONTRACKERPLUGIN_EXTRAS= you may have. These settings can be overridden in an =ACTIONSEARCH= command using the =format= and =header= attributes. =TABLEHEADER= defines the column headings, =TABLEFORMAT= defines the contents of the columns, and if =TABLEORIENT= is set to =rows=, action tables will be aligned as rows of values instead of the default columns of values. 
     346The default format of an action output, unless overridden by =format=, =header= etc. The following fields can be output: =web=, =topic=, =text=, =who=, =due=, =notify=, =uid=, =creator=, =state=, =edit=, and any =ACTIONTRACKERPLUGIN_EXTRAS= you may have. =TABLEHEADER= defines the column headings, =TABLEFORMAT= defines the contents of the columns, and if =TABLEORIENT= is set to =rows=, action tables will be aligned as rows of values instead of the default columns of values. 
    345347   * ACTIONTRACKERPLUGIN_TABLEHEADER =| Assigned to | Due date | Description | State | Notify ||= 
    346348   * ACTIONTRACKERPLUGIN_TABLEFORMAT =| $who | $due | $text $link | $state | $notify | $edit |= 
     
    410412|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    411413|  Change History: | | 
    412 |  29 Jan 2009 | Foswikitask:Item455: port to foswiki Foswikitask:Item5974: correct CSS for search results table Foswikitask:Item5938: load CSS for ACTIONSEARCH Foswikitask:Item5606: Foswikitask:Item5915: respect global settings for time format | 
     414|  29 Jan 2009 | Foswikitask:Item455: port to foswiki Foswikitask:Item5974: correct CSS for search results table Foswikitask:Item5938: load CSS for ACTIONSEARCH Foswikitask:Item5606: Foswikitask:Item5915: respect global settings for time format Foswikitask:Item4312: support for header, footer etc. Foswikitask:Item412: added =reverse= | 
    413415|  7 May 2008 | TWikibug:Item5607: http: was being doubled up on URLs in mail due to a core bug | 
    414416|  13 Apr 2008 | TWikibug:Item4649: merged TWiki:Main.JoaquinBuendia's fix for AJAX updates on IE. TWikibug:Item4760: fixed WYSIWYG editing of topics containing actions TWikibug:Item5531: added simple button option for state changes | 
     
    450452 
    451453%META:FILEATTACHMENT{name="styles.css" attr="" comment="Stylesheet for actions"}% 
    452 %META:FILEATTACHMENT{name="juggle.gif" attr="h" comment="Logo"}% 
     454%META:FILEATTACHMENT{name="logo.png" attr="h" comment="Logo"}% 
    453455%META:FILEATTACHMENT{name="wikiringlogo20x20.png" attr="h" comment="" version="1"}% 
Note: See TracChangeset for help on using the changeset viewer.