---++ ActionTrackerPlugin Settings These settings can be overridden in the WebPreferences topic of the current web (by defining ACTIONTRACKERPLUGIN_TABLEHEADER or ACTIONTRACKERPLUGIN_TABLEFORMAT etc). * Set to 1 to enable debug features, including the undocumented =%ACTIONNOTIFICATIONS{}%= and =%ACTIONTRACKERPREFS%= features. * Set DEBUG = 1 * One line description, shown in the TextFormattingRules topic * Set SHORTDESCRIPTION = Adds support for action tags in topics, and automatic notification of action statii * The format of an action output. The following fields can be output: web, topic, text, who, due, notify, uid, creator, state, edit, and any 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. * Set TABLEHEADER = | Short Description | Assigned to | Priority | State | Due date | Created | Created By | Notify || * Set TABLEFORMAT = | $shortdes | $who | $prior | $state | $due | $created | $creator | $notify | $edit | * Set TABLEORIENT = cols * The alternative text format of an action, as seen by a mail recipient who doesn't accept HTML in mail. Used when mailing action or change notifications. * Set TEXTFORMAT = Action for $who, due $due, $state$n$shortdes$n * The colours for late actions, errors and the table headers. Accepts standard HTML colours. * Set LATECOL = yellow * Set BADDATECOL = blue * Set HEADERCOL = gray * The format of the fields in the action editor. You can also set EDITBOXWIDTH and EDITBOXHEIGHT to override the defaults (which are %EDITBOXWIDTH%x%EDITBOXHEIGHT%) just for the action editor. * Set EDITHEADER = | Assigned to | Due date | State | Short Description | Notify | * Set EDITFORMAT = | $who | $due | $state | $shortdes | $notify | * Set EDITORIENT = cols * If set to 1 will edit an action in a separate browser window (requires JavaScript) * Set USENEWWINDOW = 1 * If set to 1, action edits will offer a 'Save Changes' instead of the usual 'Preview Changes' button. If this is set along with the USENEWWINDOW parameter, the subwindow _should_ close on save, but it won't because I haven't worked out how to do this safely in JavaScript. * Set NOPREVIEW = 1 #SettingsNotify * The fields to scan to detect changes for actionnotify. Changes in other fields are ignored. * Set NOTIFYCHANGES = $due,$state,$shortdes * Non-standard attributes - see [[#NonStandardAttributes][Non-standard attributes]] above. * Set EXTRAS = |prior,select,"hi","mdm,"low"|shortdes,text,25| * Setup for Mishoo JSCalendar * The following styles are available: system blue blue2 brown green tas win2k-1 win2k-2 win2k-cold-1 win2k-cold-2 * Set CAL_STYLE = system * The following languages are available: af es ko-utf8 ru br fi lt si ca fr lt-utf8 sk cs-win hr nl sp da hr-utf8 no sv de hu pl tr du it pl-utf8 zh el jp pt en ko ro * Set CAL_LANG = en ---