<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Regular Expression to add output=false to cffunction</title>
	<atom:link href="http://www.ghidinelli.com/2011/01/17/regex-cffunction-output-false/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ghidinelli.com/2011/01/17/regex-cffunction-output-false</link>
	<description></description>
	<lastBuildDate>Thu, 01 Jun 2017 18:51:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Brian</title>
		<link>http://www.ghidinelli.com/2011/01/17/regex-cffunction-output-false/comment-page-1#comment-61930</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Mon, 14 Feb 2011 20:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=1226#comment-61930</guid>
		<description>@Daniel - not a great place to ask that question but the quick answer is, if you are using Jrun multi-server install, you need to install it to each directory (cfusion is the default instance usually).  You install it via the CFAdmin by clicking the &quot;I&quot; information button at the top right and then selecting the file.  Hope that helps!</description>
		<content:encoded><![CDATA[<p>@Daniel &#8211; not a great place to ask that question but the quick answer is, if you are using Jrun multi-server install, you need to install it to each directory (cfusion is the default instance usually).  You install it via the CFAdmin by clicking the &#8220;I&#8221; information button at the top right and then selecting the file.  Hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daniel godinez</title>
		<link>http://www.ghidinelli.com/2011/01/17/regex-cffunction-output-false/comment-page-1#comment-61928</link>
		<dc:creator>daniel godinez</dc:creator>
		<pubDate>Mon, 14 Feb 2011 00:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=1226#comment-61928</guid>
		<description>Hi,
My name is Daniel. I am from Australia.
I was hoping you could help me with this, does Cumulative Hot Fix 4 have to be applied to each CF server instance or just the main CFUSION?
We are migrating to CF9 in late June, but I am just starting in this role and realised that the hot fix wasn’t applied to our servers and they are affected by some of these bugs.
Regards,
Daniel</description>
		<content:encoded><![CDATA[<p>Hi,<br />
My name is Daniel. I am from Australia.<br />
I was hoping you could help me with this, does Cumulative Hot Fix 4 have to be applied to each CF server instance or just the main CFUSION?<br />
We are migrating to CF9 in late June, but I am just starting in this role and realised that the hot fix wasn’t applied to our servers and they are affected by some of these bugs.<br />
Regards,<br />
Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3 Useful Regular Expressions &#187; ghidinelli.com</title>
		<link>http://www.ghidinelli.com/2011/01/17/regex-cffunction-output-false/comment-page-1#comment-61903</link>
		<dc:creator>3 Useful Regular Expressions &#187; ghidinelli.com</dc:creator>
		<pubDate>Tue, 08 Feb 2011 21:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=1226#comment-61903</guid>
		<description>[...] I posted the regexp for adding output=&#8221;false&#8221; recently, it reminded me that I had saved a number of other regular expressions for previous [...]</description>
		<content:encoded><![CDATA[<p>[...] I posted the regexp for adding output=&#8221;false&#8221; recently, it reminded me that I had saved a number of other regular expressions for previous [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Knutson</title>
		<link>http://www.ghidinelli.com/2011/01/17/regex-cffunction-output-false/comment-page-1#comment-61806</link>
		<dc:creator>Josh Knutson</dc:creator>
		<pubDate>Wed, 26 Jan 2011 04:57:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghidinelli.com/?p=1226#comment-61806</guid>
		<description>for those users that may be lazy like me, the regex for checking output=false on cfomponent is
^((?!output).)*&lt;cfcomponent((?!output).)*$

It is a really good idea to run these regular expressions on projects at least once a month or before a big release since I still come across places where people have typed out ouptut=&quot;false&quot; or are missing it entirely. Granted that sometimes I find cases where people have type the word locla instead of local also.</description>
		<content:encoded><![CDATA[<p>for those users that may be lazy like me, the regex for checking output=false on cfomponent is<br />
^((?!output).)*&lt;cfcomponent((?!output).)*$</p>
<p>It is a really good idea to run these regular expressions on projects at least once a month or before a big release since I still come across places where people have typed out ouptut=&quot;false&quot; or are missing it entirely. Granted that sometimes I find cases where people have type the word locla instead of local also.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
