Changeset 1324


Ignore:
Timestamp:
12/13/08 16:59:48 (3 years ago)
Author:
CrawfordCurrie
Message:

Item455: work in progress

Location:
trunk/ActionTrackerPlugin
Files:
3 edited

Legend:

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

    r878 r1324  
    407407   * [[http://www.goldstarevents.com][Goldstar Events]] 
    408408 
    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]]) | 
    411413|  Change History: | | 
     414|  5 Dec 2008 | | 
    412415|  7 May 2008 | TWikibug:Item5607: http: was being doubled up on URLs in mail due to a core bug | 
    413416|  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 | 
     
    447450|  Dependencies: | %$DEPENDENCIES% | 
    448451|  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 development 
    454  
    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 ---++ Copyright 
    460  
    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.uk 
    464  
    465 ---++ License 
    466  
    467 As required for the publication of all extensions to TWiki, this 
    468 software is published under the terms of the GNU General Public 
    469 License. 
    470  
    471 This program is distributed in the hope that it will be useful, but 
    472 WITHOUT ANY WARRANTY; without even the implied warranty of 
    473 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
    474 General Public License for more details, published at 
    475 http://www.gnu.org/copyleft/gpl.html 
    476452 
    477453%META:FILEATTACHMENT{name="styles.css" attr="" comment="Stylesheet for actions"}% 
  • trunk/ActionTrackerPlugin/templates/actionform.tmpl

    r1194 r1324  
    77<h1>Action %UID% in %WEB%.%TOPIC%</h1> 
    88%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> 
    1010%HIDDENFIELDS% 
    1111<br /> 
  • trunk/ActionTrackerPlugin/templates/edit.action.tmpl

    r906 r1324  
    1 %TMPL:INCLUDE{"foswiki"}% 
     1%TMPL:INCLUDE{"twiki"}% 
    22%TMPL:DEF{"copyright"}%%TMPL:END% 
    33%TMPL:DEF{"main"}% 
Note: See TracChangeset for help on using the changeset viewer.