Skip to content

Commit

Permalink
Item455: work in progress
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/ActionTrackerPlugin@1324 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Dec 13, 2008
1 parent 7d10435 commit 6d57dea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 31 deletions.
34 changes: 5 additions & 29 deletions data/TWiki/ActionTrackerPlugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -406,9 +406,12 @@ Thanks are due to the following sponsors, who have helped make this plugin possi
* [[http://windriver.com][Wind River Systems]]
* [[http://www.goldstarevents.com][Goldstar Events]]

| Plugin Author: | TWiki:Main/CrawfordCurrie, http://c-dot.co.uk |
| Plugin Version: | %$VERSION% |
| Author: | [[http://c-dot.co.uk][CrawfordCurrie]] |
| Version: | %$VERSION% |
| Copyright | Copyright © 2002-2003 Motorola. All Rights Reserved.%BR% Copyright © 2004-2008 Crawford Currie |
| License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) |
| Change History: | |
| 5 Dec 2008 | |
| 7 May 2008 | TWikibug:Item5607: http: was being doubled up on URLs in mail due to a core bug |
| 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 |
| 17 Sep 2007 | TWikibug:Item4648 $formfield wasn't working on 4.1.2 |
Expand Down Expand Up @@ -446,33 +449,6 @@ Thanks are due to the following sponsors, who have helped make this plugin possi
| 9 Jan 2002 | Bugfix version |
| Dependencies: | %$DEPENDENCIES% |
| Plugin Home: | http://foswiki.org/Extensions/ActionTrackerPlugin |
| Feedback: | http://foswiki.org/Extensions/ActionTrackerPluginDev |

__Related Topics:__ %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]]

---++ Further development

Further development of this code is welcomed. It is recommended that you unpack the distribution into a development directory and use the supplied build file which provides targets to run the test suite, and install and uninstall your development code into a test installation. Please, please, _please_ run, and extend if necessary, the test set!

Developer discussion is in Foswiki:Extensions/ActionTrackerPluginDev.

---++ Copyright

This code is an original development of Motorola Inc. and is protected by the following copyrights:
* Copyright © 2002-2003 Motorola. All Rights Reserved.
* Portions Copyright © 2004-2007 Crawford Currie, http://c-dot.co.uk

---++ License

As required for the publication of all extensions to TWiki, this
software is published under the terms of the GNU General Public
License.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details, published at
http://www.gnu.org/copyleft/gpl.html

%META:FILEATTACHMENT{name="styles.css" attr="" comment="Stylesheet for actions"}%
%META:FILEATTACHMENT{name="juggle.gif" attr="h" comment="Logo"}%
Expand Down
2 changes: 1 addition & 1 deletion templates/actionform.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<form method="post" action="%SCRIPTURLPATH{"%SUBMITCOMMAND%"}%/%WEB%/%TOPIC%%SUBMITCMDOPT%" enctype="application/x-www-form-urlencoded">
<h1>Action %UID% in %WEB%.%TOPIC%</h1>
%EDITFIELDS%
<textarea name="text" wrap="virtual" rows="%EBH%" cols="%EBW%" style="width:99%" class="foswikiTextarea twikiEditboxStyleProportional">%TEXT%</textarea>
<textarea name="text" wrap="virtual" rows="%EBH%" cols="%EBW%" style="width:99%" class="twikiTextarea twikiEditboxStyleProportional">%TEXT%</textarea>
%HIDDENFIELDS%
<br />
<label for="sig" class="twikiGrayText">Your signature to copy/paste:&nbsp;&nbsp;</label><input name="sig" type="text" readonly="readonly" title="Select, copy and paste your signature text to the bottom of your entry" id="sig" value="-- <nop>%WIKIUSERNAME% - %DATE%" /></div>
Expand Down
2 changes: 1 addition & 1 deletion templates/edit.action.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%TMPL:INCLUDE{"foswiki"}%
%TMPL:INCLUDE{"twiki"}%
%TMPL:DEF{"copyright"}%%TMPL:END%
%TMPL:DEF{"main"}%
%UNENCODED_TEXT%
Expand Down

0 comments on commit 6d57dea

Please sign in to comment.