farcry

farcry

Prefixfarcry
Library path/tags/farcry
CFImport

<farcry:_error ...>

XML StyleYes

Attributes

<farcry:_farcryApplicationInit ...>

initialise application level code. Sets up site config and permissions cache

NameTypeRequiredDefaultOptionsDescription
None
XML StyleYes

Attributes

<farcry:_farcryOnRequestEnd ...>

NameTypeRequiredDefaultOptionsDescription
None
XML StyleYes

Attributes

<farcry:_requestScope ...>

NameTypeRequiredDefaultOptionsDescription
None
XML StyleYes

Attributes

<farcry:callProjectApplication ...>

NameTypeRequiredDefaultOptionsDescription
None
XML StyleYes

Attributes

<farcry:callProjectOnRequestEnd ...>

NameTypeRequiredDefaultOptionsDescription
None
XML StyleYes

Attributes

<farcry:deprecated ...>

As a core developer you can flag deprecated code by using this tag to pass in a deprecated message.

NameTypeRequiredDefaultOptionsDescription
None
XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
messagestringNoThe message to be logged. Should include instructions for the appropriate best practice to replace the deprecated code.

<farcry:download ...>

Locates the relevant file and delivers to the user.

XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
fieldnamestringNo
typenamestringNo
dispstringNoattachment
loginpathstringNo#application.fapi.getLink(href=application.url.publiclogin,urlParameters='returnUrl='&application.fc.lib.esapi.encodeForURL(cgi.script_name&'?'&cgi.query_string))#

<farcry:dump ...>

XML StyleYes

Attributes

<farcry:logevent ...>

This tag provides an interface for logging events (errors, deprecated code, security, coapi add/edit/delete) to farLog

NameTypeRequiredDefaultOptionsDescription
None
XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
objectstringNoThe uuid of the associated object
typestringNoThe type of the associated object (can be non-coapi, e.g. security)
eventstringNoThe event that is being logged
locationstringNoThe location of the event
useridstringNounknownThe user associated with the event
ipaddressstringNo#cgi.REMOTE_HOST#The ip of user
notesstringNoFree text :D
notestringNo

<farcry:machineSpecific ...>

Executes the contents of the tag only if the machine name matches the current machine name the code is running on.

XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
namestringNo your local machine name

<farcry:managescheduledtask ...>

XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
taskstringNo
parametersstringNo
titlestringNo
frequencystringNoDaily
startDatestringNo#now()#
idstringNo

<farcry:traceWebskin ...>

A standard HTML div tag usefull when coding so that opening and closing cfoutput tags are not required thereby cleaning up output.

XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
objectidstringNoThe objectid of the object being traced
typenamestringNoThe typename of the object being traced
templatestringNoThe webskin name
bAllowTracestringNotrueIs the outputting of the wrapping trace div allowed?

<farcry:webskinTracer ...>

XML StyleYes

Attributes

NameTypeRequiredDefaultOptionsDescription
None