Changeset 2228
- Timestamp:
- 01/29/09 15:20:53 (3 years ago)
- Location:
- trunk/ActionTrackerPlugin
- Files:
-
- 2 edited
-
data/System/ActionTrackerPlugin.txt (modified) (1 diff)
-
lib/Foswiki/Plugins/ActionTrackerPlugin.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ActionTrackerPlugin/data/System/ActionTrackerPlugin.txt
r2227 r2228 412 412 | License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 413 413 | Change History: | | 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=|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: finished support for header, footer etc. Foswikitask:Item412: added =reverse= Foswikitask:Item5962: removed apparently spurious newline | 415 415 | 7 May 2008 | TWikibug:Item5607: http: was being doubled up on URLs in mail due to a core bug | 416 416 | 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 | -
trunk/ActionTrackerPlugin/lib/Foswiki/Plugins/ActionTrackerPlugin.pm
r2227 r2228 314 314 315 315 my $text = $action->stringify(); 316 $text = "$pretext$text \n$posttext";316 $text = "$pretext$text$posttext"; 317 317 318 318 # take the opportunity to fill in the missing fields in actions
Note: See TracChangeset
for help on using the changeset viewer.
