Changeset 223
- Timestamp:
- 07/08/06 15:27:21 (3 years ago)
- Location:
- fusebox5
- Files:
-
- 4 modified
-
README.txt (modified) (1 diff)
-
skeleton/README.txt (modified) (1 diff)
-
skeleton/lexicon/cf/abort.cfm (modified) (1 diff)
-
skeleton/lexicon/cf/cookie.cfm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fusebox5/README.txt
r212 r223 20 20 - Railo 1.0.0.025 and higher 21 21 22 Non-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 22 31 See the official What's New In Fusebox 5 documentation: 23 32 -
fusebox5/skeleton/README.txt
r207 r223 10 10 11 11 Replace "localhost" with whatever is appropriate for your server. 12 13 Please note that the lexicon/cf/ directory contains a number of verbs that 14 have been submitted by the Fusebox community. Not all of these verbs have 15 been tested by the Fusebox Corporation and they are provided as-is for your 16 convenience and education. Please contact the authors of the verbs for more 17 information. Unattributed verbs were most likely submitted by Sean Corfield 18 seancorfield@gmail.com. -
fusebox5/skeleton/lexicon/cf/abort.cfm
r208 r223 1 1 <cfscript> 2 // Author: Nathan Strutz (strutz@gmail.com) 2 3 // example custom verb that compiles to a <cfabort> tag 3 4 // usage: -
fusebox5/skeleton/lexicon/cf/cookie.cfm
r208 r223 1 1 <cfscript> 2 // Author: Nathan Strutz (strutz@gmail.com) 2 3 // example custom verb that compiles to a <cfcookie> tag 3 4 // usage:
