cfdocs icon indicating copy to clipboard operation
cfdocs copied to clipboard

Repository for the cfdocs.org site.

Results 127 cfdocs issues
Sort by recently updated
recently updated
newest added

## IsInThread > Determines whether the executing code is inside a cfthread or not. (This appears to be a Lucee-only method.) https://docs.lucee.org/reference/functions/isinthread.html

easy
hacktoberfest
good first issue

Problem: Auto link function will automatically link words that match the name of a function to that doc page. Sometimes a word that is a function such as `log` has...

easy

The example code had some errors in it and would not run in Lucee. The expected result was also the wrong way around.

Code examples have incorrect expected return values

updated shorthand syntax for ordered case-sensitive struct

Including the page name in the param header is redundant. I think it looks better without it and is more consistent with the other section headers.

Added missing List functions

Currently `cfinput` shows `disabled` as a `boolean`. However, that's not actually the behavior. Both of these result in a disabled input field: ``` ``` This is because ColdFusion treats this...

easy
hacktoberfest
good first issue