Changeset 223

Show
Ignore:
Timestamp:
07/08/06 15:27:21 (3 years ago)
Author:
scorfield
Message:

Addresses #93 by updating skeleton verbs with authors as appropriate and READMEs with known issues and caveats.

Location:
fusebox5
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • fusebox5/README.txt

    r212 r223  
    2020- Railo 1.0.0.025 and higher 
    2121 
     22Non-English Operating Systems: 
     23- Some non-English operating systems only provide the "date last 
     24  modified" for files to the closest minute. This can cause the 
     25  core files to take up to a minute to detect that a circuit XML 
     26  file (or the fusebox XML file) has been modified and therefore 
     27  needs to be reloaded. This is a known issue for German-locale 
     28  Windows XP, for example. A fix for this is under consideration 
     29  for Fusebox 5.1. 
     30 
    2231See the official What's New In Fusebox 5 documentation: 
    2332 
  • fusebox5/skeleton/README.txt

    r207 r223  
    1010         
    1111Replace "localhost" with whatever is appropriate for your server. 
     12 
     13Please note that the lexicon/cf/ directory contains a number of verbs that 
     14have been submitted by the Fusebox community. Not all of these verbs have 
     15been tested by the Fusebox Corporation and they are provided as-is for your 
     16convenience and education. Please contact the authors of the verbs for more 
     17information. Unattributed verbs were most likely submitted by Sean Corfield 
     18seancorfield@gmail.com. 
  • fusebox5/skeleton/lexicon/cf/abort.cfm

    r208 r223  
    11<cfscript> 
     2        // Author: Nathan Strutz (strutz@gmail.com) 
    23        // example custom verb that compiles to a <cfabort> tag 
    34        // usage: 
  • fusebox5/skeleton/lexicon/cf/cookie.cfm

    r208 r223  
    11<cfscript> 
     2        // Author: Nathan Strutz (strutz@gmail.com) 
    23        // example custom verb that compiles to a <cfcookie> tag 
    34        // usage: