<?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: Daily NetOffice Activity</title>
	<atom:link href="http://www.waterfallweb.net/archives/2005/07/daily-netoffice-activity/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.waterfallweb.net/archives/2005/07/daily-netoffice-activity/</link>
	<description>website design, development, marketing and management (and the odd gadget)</description>
	<lastBuildDate>Thu, 20 May 2010 15:15:01 +1000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jason</title>
		<link>http://www.waterfallweb.net/archives/2005/07/daily-netoffice-activity/comment-page-1/#comment-658</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 11 May 2006 22:44:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.waterfallweb.net/?p=74#comment-658</guid>
		<description>No - don&#039;t change that. Just looking at the file you mentioned and you&#039;re right - that function isn&#039;t called.

Looking a bit closer at what you&#039;re trying to do, we don&#039;t want to change that file anyway. Open edittask.php and find &lt;code&gt;$c = convertFormattedData($c);&lt;/code&gt; 

Below that, add &lt;code&gt;$cUp = convertFormattedData($cUp);&lt;/code&gt;.

That should escape any characters except the &lt; and the &gt;</description>
		<content:encoded><![CDATA[<p>No &#8211; don&#8217;t change that. Just looking at the file you mentioned and you&#8217;re right &#8211; that function isn&#8217;t called.</p>
<p>Looking a bit closer at what you&#8217;re trying to do, we don&#8217;t want to change that file anyway. Open edittask.php and find <code>$c = convertFormattedData($c);</code> </p>
<p>Below that, add <code>$cUp = convertFormattedData($cUp);</code>.</p>
<p>That should escape any characters except the < and the ></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sawan</title>
		<link>http://www.waterfallweb.net/archives/2005/07/daily-netoffice-activity/comment-page-1/#comment-656</link>
		<dc:creator>sawan</dc:creator>
		<pubDate>Thu, 11 May 2006 10:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.waterfallweb.net/?p=74#comment-656</guid>
		<description>hi,

do you want me to change in library.php file? i could find &#039;convertData&#039; in that file not historytask.php

following is an extract from library.php file:

function convertData($data)
{
    if (get_magic_quotes_gpc() == 1) {
        $data = str_replace(&#039;&quot;&#039;, &#039;&quot;&#039;, $data);
        $data = str_replace(&#039;&#039;, &#039;&gt;&#039;, $data);
        return($data);
    } else {
        $data = str_replace(&#039;&quot;&#039;, &#039;&quot;&#039;, $data);
        $data = str_replace(&#039;&#039;, &#039;&gt;&#039;, $data);
        $data = addslashes($data);
        return($data);
    } 
}</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>do you want me to change in library.php file? i could find &#8216;convertData&#8217; in that file not historytask.php</p>
<p>following is an extract from library.php file:</p>
<p>function convertData($data)<br />
{<br />
    if (get_magic_quotes_gpc() == 1) {<br />
        $data = str_replace(&#8217;&#8221;&#8216;, &#8216;&quot;&#8217;, $data);<br />
        $data = str_replace(&#8221;, &#8216;&gt;&#8217;, $data);<br />
        return($data);<br />
    } else {<br />
        $data = str_replace(&#8217;&#8221;&#8216;, &#8216;&quot;&#8217;, $data);<br />
        $data = str_replace(&#8221;, &#8216;&gt;&#8217;, $data);<br />
        $data = addslashes($data);<br />
        return($data);<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.waterfallweb.net/archives/2005/07/daily-netoffice-activity/comment-page-1/#comment-654</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Wed, 10 May 2006 22:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.waterfallweb.net/?p=74#comment-654</guid>
		<description>There is a function that automatically escapes &lt; and &gt; characters that I had to bypass when I added the toolbar to the description.

Search for the call to &#039;convertData&#039; in the file where you added the toolbar and change it to &#039;convertFormattedData&#039; and it will escape problem characters without escaping the &lt; and the &gt;.

Let me know if that doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>There is a function that automatically escapes < and > characters that I had to bypass when I added the toolbar to the description.</p>
<p>Search for the call to &#8216;convertData&#8217; in the file where you added the toolbar and change it to &#8216;convertFormattedData&#8217; and it will escape problem characters without escaping the < and the >.</p>
<p>Let me know if that doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sawan</title>
		<link>http://www.waterfallweb.net/archives/2005/07/daily-netoffice-activity/comment-page-1/#comment-653</link>
		<dc:creator>sawan</dc:creator>
		<pubDate>Wed, 10 May 2006 14:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.waterfallweb.net/?p=74#comment-653</guid>
		<description>hi jason,

i need a small help from you,

i have added the html editor in &quot;Task update history&quot; textarea too, but when the same in displayed on historytask.php the content is shown with html tags, i want it to display me in html format. what should i do.

sorry i am novice in PHP

thanks,
sawan</description>
		<content:encoded><![CDATA[<p>hi jason,</p>
<p>i need a small help from you,</p>
<p>i have added the html editor in &#8220;Task update history&#8221; textarea too, but when the same in displayed on historytask.php the content is shown with html tags, i want it to display me in html format. what should i do.</p>
<p>sorry i am novice in PHP</p>
<p>thanks,<br />
sawan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sawan</title>
		<link>http://www.waterfallweb.net/archives/2005/07/daily-netoffice-activity/comment-page-1/#comment-559</link>
		<dc:creator>sawan</dc:creator>
		<pubDate>Wed, 01 Mar 2006 06:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.waterfallweb.net/?p=74#comment-559</guid>
		<description>thanks jason, you are a hero. this works gr8.

i do a lot of stuff in ASP, but php is really not cup of my tea, i have a few projects in PHP on hand but dont have any programmers who can do it.

thanks again
sawan</description>
		<content:encoded><![CDATA[<p>thanks jason, you are a hero. this works gr8.</p>
<p>i do a lot of stuff in ASP, but php is really not cup of my tea, i have a few projects in PHP on hand but dont have any programmers who can do it.</p>
<p>thanks again<br />
sawan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.waterfallweb.net/archives/2005/07/daily-netoffice-activity/comment-page-1/#comment-555</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 24 Feb 2006 23:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.waterfallweb.net/?p=74#comment-555</guid>
		<description>Your wish is granted... ;)

http://www.waterfallweb.net/archives/2006/02/formatting-for-task-descriptions/</description>
		<content:encoded><![CDATA[<p>Your wish is granted&#8230; ;)</p>
<p><a href="http://www.waterfallweb.net/archives/2006/02/formatting-for-task-descriptions/" rel="nofollow">http://www.waterfallweb.net/archives/2006/02/formatting-for-task-descriptions/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waterfall Web &#187; Blog Archive &#187; Formatting for task descriptions</title>
		<link>http://www.waterfallweb.net/archives/2005/07/daily-netoffice-activity/comment-page-1/#comment-554</link>
		<dc:creator>Waterfall Web &#187; Blog Archive &#187; Formatting for task descriptions</dc:creator>
		<pubDate>Fri, 24 Feb 2006 23:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.waterfallweb.net/?p=74#comment-554</guid>
		<description>[...] Thanks to Sawan for this suggestion - don&#8217;t know why nobody thought of this earlier [...]</description>
		<content:encoded><![CDATA[<p>[...] Thanks to Sawan for this suggestion &#8211; don&#8217;t know why nobody thought of this earlier [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sawan</title>
		<link>http://www.waterfallweb.net/archives/2005/07/daily-netoffice-activity/comment-page-1/#comment-524</link>
		<dc:creator>sawan</dc:creator>
		<pubDate>Tue, 21 Feb 2006 05:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.waterfallweb.net/?p=74#comment-524</guid>
		<description>i am sorry the html code got foratted in my previous post,

what i meant is that it display the code

[b]Hello![/b] 

please consider [] brackets as  for understanding.</description>
		<content:encoded><![CDATA[<p>i am sorry the html code got foratted in my previous post,</p>
<p>what i meant is that it display the code</p>
<p>[b]Hello![/b] </p>
<p>please consider [] brackets as  for understanding.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sawan</title>
		<link>http://www.waterfallweb.net/archives/2005/07/daily-netoffice-activity/comment-page-1/#comment-523</link>
		<dc:creator>sawan</dc:creator>
		<pubDate>Tue, 21 Feb 2006 05:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.waterfallweb.net/?p=74#comment-523</guid>
		<description>i am sorry i did not explain well.

The editor is excellent and is fitted well too. but when you submit since you know that the html coding gets saved in database. now when this is displayed in task description it displays all html code, instead of formatting html code, for eg:

if following is used:
&lt;b&gt;Hello!&lt;/b&gt;

it will display as
&lt;b&gt;Hello!&lt;/b&gt; instead of making Hello! as bold.

do you know why this is happening?</description>
		<content:encoded><![CDATA[<p>i am sorry i did not explain well.</p>
<p>The editor is excellent and is fitted well too. but when you submit since you know that the html coding gets saved in database. now when this is displayed in task description it displays all html code, instead of formatting html code, for eg:</p>
<p>if following is used:<br />
<b>Hello!</b></p>
<p>it will display as<br />
<b>Hello!</b> instead of making Hello! as bold.</p>
<p>do you know why this is happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.waterfallweb.net/archives/2005/07/daily-netoffice-activity/comment-page-1/#comment-520</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 20 Feb 2006 22:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.waterfallweb.net/?p=74#comment-520</guid>
		<description>You got me there... Wherever I have used Widg in the past it has just taken care of that automagically.

Did you notice any JS errors? Without having checked, I&#039;m thinking there might be a conflict with some javascript the NetOffice is already using.</description>
		<content:encoded><![CDATA[<p>You got me there&#8230; Wherever I have used Widg in the past it has just taken care of that automagically.</p>
<p>Did you notice any JS errors? Without having checked, I&#8217;m thinking there might be a conflict with some javascript the NetOffice is already using.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
