<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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">
	<channel>
		<title>Hardkap &#187; Topic: [Pritlog-0.8] Categorie / Tag : uppercase vs lowercase</title>
		<link>http://hardkap.net/forums/topic/pritlog-categorie-tag-uppercase-vs-lowercase</link>
		<description>Macpup, Pritlog, Pritdeals discussion forums</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 03:03:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://hardkap.net/forums/search.php</link>
		</textInput>
		<atom:link href="http://hardkap.net/forums/rss/topic/pritlog-categorie-tag-uppercase-vs-lowercase" rel="self" type="application/rss+xml" />

		<item>
			<title>Prit on "[Pritlog-0.8] Categorie / Tag : uppercase vs lowercase"</title>
			<link>http://hardkap.net/forums/topic/pritlog-categorie-tag-uppercase-vs-lowercase#post-970</link>
			<pubDate>Wed, 20 May 2009 00:00:40 +0000</pubDate>
			<dc:creator>Prit</dc:creator>
			<guid isPermaLink="false">970@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;Usually, we don't have a real need of sqlite_escape_string in categories. But, we can have it just in case. I will need to add this missing one in the next release. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pame on "[Pritlog-0.8] Categorie / Tag : uppercase vs lowercase"</title>
			<link>http://hardkap.net/forums/topic/pritlog-categorie-tag-uppercase-vs-lowercase#post-968</link>
			<pubDate>Tue, 19 May 2009 19:01:20 +0000</pubDate>
			<dc:creator>Pame</dc:creator>
			<guid isPermaLink="false">968@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;and... for 0.81 Alpha1&#60;/p&#62;
&#60;p&#62;1) line 2670&#60;/p&#62;
&#60;p&#62;[code]$public_data['postCategory'] = $postCategory=htmlentities(removeAccent($_POST[&#34;category&#34;]));[/code]&#60;/p&#62;
&#60;p&#62;2) line 2899&#60;/p&#62;
&#60;p&#62;[code]$public_data['postCategory']  = $postCategory=htmlentities(sqlite_escape_string(removeAccent($_POST[&#34;category&#34;])));[/code]&#60;/p&#62;
&#60;p&#62;I do not know if it is important ;-)) but I notice there is or not sqlite_escape_string()
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pame on "[Pritlog-0.8] Categorie / Tag : uppercase vs lowercase"</title>
			<link>http://hardkap.net/forums/topic/pritlog-categorie-tag-uppercase-vs-lowercase#post-967</link>
			<pubDate>Tue, 19 May 2009 18:24:44 +0000</pubDate>
			<dc:creator>Pame</dc:creator>
			<guid isPermaLink="false">967@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;Just ;-)) Like this ?&#60;/p&#62;
&#60;p&#62;I replace [code]$postCategory=strtolower($_POST[&#34;category&#34;]);[/code]&#60;br /&#62;
by [code]$postCategory=$_POST[&#34;category&#34;];[/code]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Prit on "[Pritlog-0.8] Categorie / Tag : uppercase vs lowercase"</title>
			<link>http://hardkap.net/forums/topic/pritlog-categorie-tag-uppercase-vs-lowercase#post-965</link>
			<pubDate>Tue, 19 May 2009 10:56:08 +0000</pubDate>
			<dc:creator>Prit</dc:creator>
			<guid isPermaLink="false">965@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;If you can remove the strtolower from strtolower($_POST[&#34;category&#34;]), it should work as you want. This is present in two places in the code.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pame on "[Pritlog-0.8] Categorie / Tag : uppercase vs lowercase"</title>
			<link>http://hardkap.net/forums/topic/pritlog-categorie-tag-uppercase-vs-lowercase#post-960</link>
			<pubDate>Tue, 19 May 2009 09:10:03 +0000</pubDate>
			<dc:creator>Pame</dc:creator>
			<guid isPermaLink="false">960@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;Yes ;-)) exactly... on the cloud also&#60;/p&#62;
&#60;p&#62;In fact, I'll whish never change uppercase (on the cloud also and side-bar and under each post)&#60;br /&#62;
if this modificaation is not too &#34;hard&#34; ;-)) to do
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Prit on "[Pritlog-0.8] Categorie / Tag : uppercase vs lowercase"</title>
			<link>http://hardkap.net/forums/topic/pritlog-categorie-tag-uppercase-vs-lowercase#post-959</link>
			<pubDate>Tue, 19 May 2009 00:30:16 +0000</pubDate>
			<dc:creator>Prit</dc:creator>
			<guid isPermaLink="false">959@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;Do you want to keep &#34;Reports&#34; as &#34;Reports&#34; on the cloud also?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Pame on "[Pritlog-0.8] Categorie / Tag : uppercase vs lowercase"</title>
			<link>http://hardkap.net/forums/topic/pritlog-categorie-tag-uppercase-vs-lowercase#post-955</link>
			<pubDate>Mon, 18 May 2009 21:37:30 +0000</pubDate>
			<dc:creator>Pame</dc:creator>
			<guid isPermaLink="false">955@http://hardkap.net/forums/</guid>
			<description>&#60;p&#62;I've got a problem with tag's name (Pritlog) !&#60;/p&#62;
&#60;p&#62;Is-it possible do not convert lowercase characteres into uppercase ?&#60;/p&#62;
&#60;p&#62;If I enter: &#34;Reports&#34;, then &#34;Reports&#34; (sidebar, Categories menu) and &#34;reports&#34; (cloud at the top) are displayed !&#60;/p&#62;
&#60;p&#62;How do to display &#34;TNS&#34; (&#34;T&#34;, &#34;N&#34; and &#34;S&#34; in lowercase!) for exemple ?&#60;/p&#62;
&#60;p&#62;Thanks, for your help...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

