cfdocs icon indicating copy to clipboard operation
cfdocs copied to clipboard

Auto Link Should Ignore

Open pfreitag opened this issue 3 years ago • 5 comments

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 another meaning and should be ignored.

Examples:

https://cfdocs.org/cflog

Please add a comment with any other functions that should be ignored.

pfreitag avatar Jul 25 '22 16:07 pfreitag

Found this one: https://cfdocs.org/writelog

pczarn2 avatar Nov 01 '22 03:11 pczarn2

Another one, the inline attribute autolinks "location", which is not what's intented in the context: https://cfdocs.org/trace

pczarn2 avatar Nov 01 '22 03:11 pczarn2

And same for corresponding https://cfdocs.org/cftrace

pczarn2 avatar Nov 01 '22 03:11 pczarn2

Found another one: https://cfdocs.org/listlen autolinks to "empty" function, but when I look at the "empty" documentation, I see that function has been deprecated.

pczarn2 avatar Nov 02 '22 18:11 pczarn2

This could be another candidate. On https://cfdocs.org/valuelist page, there is an autolink to evaluate function. Evaluate function states that it's use is discouraged due to security concerns.

pczarn2 avatar Nov 09 '22 14:11 pczarn2