Changeset 1324
- Timestamp:
- 12/13/08 16:59:48 (3 years ago)
- Location:
- trunk/ActionTrackerPlugin
- Files:
-
- 3 edited
-
data/TWiki/ActionTrackerPlugin.txt (modified) (2 diffs)
-
templates/actionform.tmpl (modified) (1 diff)
-
templates/edit.action.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ActionTrackerPlugin/data/TWiki/ActionTrackerPlugin.txt
r878 r1324 407 407 * [[http://www.goldstarevents.com][Goldstar Events]] 408 408 409 | Plugin Author: | TWiki:Main/CrawfordCurrie, http://c-dot.co.uk | 410 | Plugin Version: | %$VERSION% | 409 | Author: | [[http://c-dot.co.uk][CrawfordCurrie]] | 410 | Version: | %$VERSION% | 411 | Copyright | Copyright © 2002-2003 Motorola. All Rights Reserved.%BR% Copyright © 2004-2008 Crawford Currie | 412 | License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 411 413 | Change History: | | 414 | 5 Dec 2008 | | 412 415 | 7 May 2008 | TWikibug:Item5607: http: was being doubled up on URLs in mail due to a core bug | 413 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 | … … 447 450 | Dependencies: | %$DEPENDENCIES% | 448 451 | Plugin Home: | http://foswiki.org/Extensions/ActionTrackerPlugin | 449 | Feedback: | http://foswiki.org/Extensions/ActionTrackerPluginDev |450 451 __Related Topics:__ %SYSTEMWEB%.DefaultPreferences, %USERSWEB%.SitePreferences, [[%SYSTEMWEB%.Plugins][Plugins]]452 453 ---++ Further development454 455 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!456 457 Developer discussion is in Foswiki:Extensions/ActionTrackerPluginDev.458 459 ---++ Copyright460 461 This code is an original development of Motorola Inc. and is protected by the following copyrights:462 * Copyright © 2002-2003 Motorola. All Rights Reserved.463 * Portions Copyright © 2004-2007 Crawford Currie, http://c-dot.co.uk464 465 ---++ License466 467 As required for the publication of all extensions to TWiki, this468 software is published under the terms of the GNU General Public469 License.470 471 This program is distributed in the hope that it will be useful, but472 WITHOUT ANY WARRANTY; without even the implied warranty of473 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU474 General Public License for more details, published at475 http://www.gnu.org/copyleft/gpl.html476 452 477 453 %META:FILEATTACHMENT{name="styles.css" attr="" comment="Stylesheet for actions"}% -
trunk/ActionTrackerPlugin/templates/actionform.tmpl
r1194 r1324 7 7 <h1>Action %UID% in %WEB%.%TOPIC%</h1> 8 8 %EDITFIELDS% 9 <textarea name="text" wrap="virtual" rows="%EBH%" cols="%EBW%" style="width:99%" class=" foswikiTextarea twikiEditboxStyleProportional">%TEXT%</textarea>9 <textarea name="text" wrap="virtual" rows="%EBH%" cols="%EBW%" style="width:99%" class="twikiTextarea twikiEditboxStyleProportional">%TEXT%</textarea> 10 10 %HIDDENFIELDS% 11 11 <br /> -
trunk/ActionTrackerPlugin/templates/edit.action.tmpl
r906 r1324 1 %TMPL:INCLUDE{" foswiki"}%1 %TMPL:INCLUDE{"twiki"}% 2 2 %TMPL:DEF{"copyright"}%%TMPL:END% 3 3 %TMPL:DEF{"main"}%
Note: See TracChangeset
for help on using the changeset viewer.
