<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Blog &#124; OSClass the free scripts classified</title>
	<atom:link href="http://osclass.org/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://osclass.org/blog</link>
	<description>Professional open source classifieds</description>
	<lastBuildDate>Tue, 22 May 2012 15:29:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>OSClass 2.4.1</title>
		<link>http://osclass.org/blog/2012/05/22/osclass-2-4-1/</link>
		<comments>http://osclass.org/blog/2012/05/22/osclass-2-4-1/#comments</comments>
		<pubDate>Tue, 22 May 2012 14:59:09 +0000</pubDate>
		<dc:creator>Juan Ramón</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://osclass.org/blog/?p=1217</guid>
		<description><![CDATA[Release highlights: Fixed a bug in the creation of the search url Watermark image must be a PNG Fixed a minor bug in item settings Show the correct numbers in the footers of the datatables Bug fixed in the upgrade &#8230; <a href="http://osclass.org/blog/2012/05/22/osclass-2-4-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Release highlights:</p>
<ul>
<li>Fixed a bug in the creation of the search url</li>
<li>Watermark image must be a <em>PNG</em></li>
<li>Fixed a minor bug in item settings</li>
<li>Show the correct numbers in the footers of the datatables</li>
<li>Bug fixed in the upgrade from versions previous 2.4 that have the country translated into multiple languages</li>
<li>Use <em>osc_esc_js</em> function to do not have javascript errors due to the language</li>
<li><em>Add currency</em> is clickable again</li>
<li>Fixed javascript error when creating new custom fields</li>
<li>Corrected multiple typos in texts</li>
</ul>
<p><span style="font-size: 24px; font-weight: bold;"><a href="http://osclass.org/page/download">Download</a></span></p>
<p><a href="http://wiki.osclass.org/Changelog">Changelog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://osclass.org/blog/2012/05/22/osclass-2-4-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSClass vs. ClassiPress: which platform should you choose for your classifieds site?</title>
		<link>http://osclass.org/blog/2012/05/11/osclass-vs-classipress-which-platform-should-you-choose-for-your-classifieds-site/</link>
		<comments>http://osclass.org/blog/2012/05/11/osclass-vs-classipress-which-platform-should-you-choose-for-your-classifieds-site/#comments</comments>
		<pubDate>Fri, 11 May 2012 13:56:16 +0000</pubDate>
		<dc:creator>Juan Ramón</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osclass.org/blog/?p=1189</guid>
		<description><![CDATA[This post is written by Navjot Tomer, the owner of Tuffclassified. When I started tuffclassified.com I needed a simple, easy-to-use script to build a classifieds portal, and I came across ClassiPress. For 2-3 years everything went reasonably well, and I learned a &#8230; <a href="http://osclass.org/blog/2012/05/11/osclass-vs-classipress-which-platform-should-you-choose-for-your-classifieds-site/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>This post is written by Navjot Tomer, the owner of <a href="http://tuffclassified.com/" target="_blank">Tuffclassified</a>.</em></p>
<p>When I started <a href="http://tuffclassified.com/" target="_blank">tuffclassified.com</a> I needed a simple, easy-to-use script to build a classifieds portal, and I came across <a href="http://www.appthemes.com/themes/classipress/" target="_blank">ClassiPress</a>. For 2-3 years everything went reasonably well, and I learned a lot of amazing things through being a webmaster. But after some time, I came to the realization that ClassiPress is not able to cope with the high volume of traffic and listings that came with my site&#8217;s growth. So I started the search for another classifieds script, and I found a free open-source classifieds script called OSClass. It was exactly what I was looking for. Tuffclassifieds is now running on OSClass, and I&#8217;m able to provide a comparison and explain why I chose OSClass over ClassiPress.</p>
<h3><strong>ClassiPress</strong></h3>
<p><span style="text-decoration: underline;">Pros</span></p>
<ol>
<li>The biggest advantage of ClassiPress is its WordPress backend. You can customize your ClassiPress installation and add features with just a few clicks thanks to the thousands of plugins that are in the WordPress ecosystem.</li>
<li>ClassiPress has very well commented and structured code, so a novice PHP developer can easily customize it to his/her needs.</li>
<li>Integrated Google Checkout/ PayPal payment gateways, manageable through an easy-to-understand dashboard. Customizable ad posting form and custom fields, as well as a multistep category selection.</li>
<li>ClassiPress has very advanced search options necessary for any classified portal.</li>
</ol>
<p><span style="text-decoration: underline;">Cons</span></p>
<ol>
<li>The WordPress database structure is not optimized for heavy transaction based database queries. Too much of the information is in a single table, which is ok for blog publishing purposes but can prove disastrous for a classifieds platform, which uses mainly transactional queries as opposed to selective queries.</li>
<li>An aggressive database abstraction layer is great for newbie and non-technical users, but it&#8217;s also slow. With a high volume of ads and visits, a WordPRess database can become too busy and cluttered.</li>
<li>Dependence on the WordPress platform. ClassiPress can&#8217;t increase its performance because it has to deal with WordPress&#8217; database structure, whereas OSClass developers can deal with performance issues head-on.</li>
</ol>
<h3><strong>OSClass</strong></h3>
<p><span style="text-decoration: underline;">Pros</span></p>
<ol>
<li>It&#8217;s not just a theme that will be based on any third-party CMS system. Actually, the whole CMS is created to be used for the needs of any general classifieds system. It supports a growing collection of plugins and themes, built by community members.</li>
<li>It&#8217;s quite a bit faster than its WordPress counterpart. It has a well-structured database, queries are fast and pages are quick to generate.</li>
<li>OSClass is open-source and free, that&#8217;s hard to resist! And it includes all the features that any general classifieds portal needs.</li>
<li>The dashboard is easy-to-use: it allows you to effortlessly manage all your plugins, listings, comments and OSClass itself.</li>
</ol>
<p><span style="text-decoration: underline;">Cons</span></p>
<ol>
<li>The UI where you manage listings and comments could use some improvement. It&#8217;s manageable for listings (and much better than WordPress) but comment moderation is not as good as it could be, especially when managing hundreds of comments.</li>
<li>Search result accuracy could improve as well. It&#8217;s a very important feature for classifieds sites. Integration with Sphinx Search server like is used at Craigslist could be an option.</li>
<li>User roles would be appreciated, in order to establish different tasks for different users. A single administration option is ok if the site is managed by a single person, but when managing single-handedly is not possible, multiple user roles would be great.</li>
</ol>
<h3><strong>Final thoughts</strong></h3>
<p>In my three-year experience with ClassiPress, everything was manageable until we hit 400,000 listings. After that, I switched to OSClass and it&#8217;s handling +19,000 users daily (generating over 56,000 pageviews a day) and over a thousand new listings every day with minimal resources. ClassiPress is adequate for sites with a local or small community, and WordPress backend and features are unparalleled, but I wouldn&#8217;t recommend it for a large-scale project. For my needs, OSClass is the best solution for a highly active and popular classifieds portal, due to its well-structured database and scaling.</p>
]]></content:encoded>
			<wfw:commentRss>http://osclass.org/blog/2012/05/11/osclass-vs-classipress-which-platform-should-you-choose-for-your-classifieds-site/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Installatron announced the availability of OSClass</title>
		<link>http://osclass.org/blog/2012/05/07/installatron-announced-the-availability-of-osclass/</link>
		<comments>http://osclass.org/blog/2012/05/07/installatron-announced-the-availability-of-osclass/#comments</comments>
		<pubDate>Mon, 07 May 2012 14:40:37 +0000</pubDate>
		<dc:creator>Juan Ramón</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osclass.org/blog/?p=1178</guid>
		<description><![CDATA[Installatron announced the availability of the OSClass for the Installatron family of automation products. Founded in 2004, Installatron is the leading provider of web application automation to businesses and website owners worldwide. Installatron Plugin enables web application automation for web &#8230; <a href="http://osclass.org/blog/2012/05/07/installatron-announced-the-availability-of-osclass/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://installatron.com/">Installatron</a> announced the availability of the <a href="http://installatron.com/apps#cmd=browser&amp;display=osclass">OSClass for the Installatron family</a> of automation products.</p>
<p>Founded in 2004, Installatron is the leading provider of web application automation to businesses and website owners worldwide. Installatron Plugin enables web application automation for web hosting control panel systems, including cPanel/WHM, DirectAdmin, Plesk Linux/Windows, and other popular control panel systems; Installatron Server is a standalone solution that enables web application for proprietary web hosting systems; and Installatron Remote, a web application auto-installer and auto-upgrader (also known as a script installer) for website owners and businesses.</p>
<p>Hosted on Installatron.com, <a href="http://installatron.com/remote">Installatron Remote</a> accepts a website&#8217;s FTP information, enabling web applications to be uploaded, install to install, upgrade, modify, backup and restore a growing collection the best applications on the web. Installatrom Remote is absolutely free for unlimited installs, backups, and restores, and upgrades are limited to three (3) per calendar month.</p>
]]></content:encoded>
			<wfw:commentRss>http://osclass.org/blog/2012/05/07/installatron-announced-the-availability-of-osclass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSClass 2.4</title>
		<link>http://osclass.org/blog/2012/05/02/osclass-2-4/</link>
		<comments>http://osclass.org/blog/2012/05/02/osclass-2-4/#comments</comments>
		<pubDate>Wed, 02 May 2012 20:53:24 +0000</pubDate>
		<dc:creator>Juan Ramón</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://osclass.org/blog/?p=1164</guid>
		<description><![CDATA[The latest version of OSClass software &#8211; 2.4 &#8211; is immediately available for download. For users One of the most important changes is the admin &#8211; known as oc-admin for most users &#8211; redesign. It has a cleaner design and &#8230; <a href="http://osclass.org/blog/2012/05/02/osclass-2-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The latest version of OSClass software &#8211; 2.4 &#8211; is <strong><a href="http://osclass.org/page/download">immediately available for download</a></strong>.</p>
<h3>For users</h3>
<p>One of the most important changes is the admin &#8211; known as oc-admin for most users &#8211; <strong>redesign</strong>. It has a cleaner design and a better user experience. In addition, there are available two more types in custom fields: url and checkbox.</p>
<p>The performance has improved a lot, <strong>now it&#8217;s faster than ever</strong>! Furthermore, you can customize the permalinks. So, now you can change the structure of most urls.</p>
<p>For those new users, you can <strong>install OSClass in your language</strong>. In the following days we&#8217;re going to upload the new translations (you can <a href="http://admin.osclass.org/register.php">register</a> to our translation backoffice if you haven&#8217;t done yet).</p>
<p>Finally, just in case your category or location stats doesn&#8217;t seem right, you can recalculate them through the admin panel.</p>
<h3>For developers</h3>
<p>There are some changes for developers as well. Plugin developers can throw exceptions during the installation to stop the process and display custom messages. It&#8217;s easier sanitize the text in themes and plugins in order to show it correctly in forms as well as not breaking javascript. There are more filters and hooks (we&#8217;re going to add  them in the following days in the documentation) and of course the list of improvements on the <a href="http://doc.osclass.org/Changelog">Changelog</a> and in <a href="https://github.com/osclass/OSClass/issues?milestone=3&amp;state=closed">Github issues</a>.</p>
<h3>What&#8217;s next?</h3>
<p>For next version our focus is in improving the user experience and the items manager. Remember that you can always <a href="http://forums.osclass.org/suggestions/">suggest new features</a> in our <a href="http://forums.osclass.org/">forum</a>.</p>
<p>We recommend to backup the database and the files before upgrading. Please, read <a href="http://doc.osclass.org/Updating_OSClass">how to update OSClass</a> before starting the process. Finally, if you&#8217;re using some of the attributes plugin, there are a <a href="http://osclass.org/page/plugins">new version available</a>.</p>
<p style="font-size: 22px;"><strong><a href="http://osclass.org/page/download">Download</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://osclass.org/blog/2012/05/02/osclass-2-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beta testers: OSClass 2.4 RC</title>
		<link>http://osclass.org/blog/2012/04/23/beta-testers-osclass-2-4-rc/</link>
		<comments>http://osclass.org/blog/2012/04/23/beta-testers-osclass-2-4-rc/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 14:01:48 +0000</pubDate>
		<dc:creator>Juan Ramón</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://osclass.org/blog/?p=1150</guid>
		<description><![CDATA[OSClass 2.4 is ready for beta testers! Here&#8217;s some of what&#8217;s new: Admin layout redesign. Better performance, now it&#8217;s faster than ever! (Most important: improved search queries) Install OSClass in your language! (Note: first we must have the translations) Customize &#8230; <a href="http://osclass.org/blog/2012/04/23/beta-testers-osclass-2-4-rc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>OSClass 2.4 is ready for beta testers!</p>
<p>Here&#8217;s some of what&#8217;s new:</p>
<ul>
<li>Admin layout redesign.</li>
<li>Better performance, <strong>now it&#8217;s faster than ever</strong>! (Most important: improved search queries)</li>
<li>Install OSClass in your language! (Note: first we must have the translations)</li>
<li>Customize permalinks. You can change most of the urls if you have permalinks enabled. (Please test!)</li>
<li>Recalculate category and location stats. (Please test!)</li>
<li>New alert system, now the alerts are saved in a JSON format. (Please test!)</li>
</ul>
<p>As always, it&#8217;s still in development and <strong>we don&#8217;t recommend that you run it on a production site</strong> - set up a test site just to play with the new version. If all goes well, we hope to release in the following days OSClass 2.4. If you find a bug, please report it in the <a href="https://github.com/osclass/osclass/issues">issues tab in github</a>.</p>
<p><a href="http://sourceforge.net/projects/osclass/files/2.4%20RC/osclass.2.4.rc.zip/download">Download 2.4 RC</a></p>
]]></content:encoded>
			<wfw:commentRss>http://osclass.org/blog/2012/04/23/beta-testers-osclass-2-4-rc/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>OSClass 2.3.7</title>
		<link>http://osclass.org/blog/2012/04/11/osclass-2-3-7/</link>
		<comments>http://osclass.org/blog/2012/04/11/osclass-2-3-7/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 10:29:39 +0000</pubDate>
		<dc:creator>Juan Ramón</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://osclass.org/blog/?p=1146</guid>
		<description><![CDATA[Release highlights: Changed blog feed url #207 Fixed a js bug with quote marks in manage comments #195 Pagination bug in manage media #178 Added osc_resource_preview_url helper #181 Don&#8217;t show duplicated items when &#8220;pics only&#8221; filter is selected in search &#8230; <a href="http://osclass.org/blog/2012/04/11/osclass-2-3-7/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Release highlights:</p>
<ul>
<li>Changed blog feed url <a href="https://github.com/osclass/OSClass/issues/207">#207</a></li>
<li>Fixed a js bug with quote marks in manage comments <a href="https://github.com/osclass/OSClass/issues/195">#195</a></li>
<li>Pagination bug in manage media <a href="https://github.com/osclass/OSClass/issues/178">#178</a></li>
<li>Added osc_resource_preview_url helper <a href="https://github.com/osclass/OSClass/issues/181">#181</a></li>
<li>Don&#8217;t show duplicated items when &#8220;pics only&#8221; filter is selected in search <a href="https://github.com/osclass/OSClass/issues/180">#180</a></li>
</ul>
<p>For those who don&#8217;t see the last OSClass news in the dashboard or they see <a href="http://forums.osclass.org/general-help/who-can-help-me-if-i-admin-login-i-get-this-error-sometimes-what-can-that-mean/">some warning errors</a>, I encourage them to update to the last version. It&#8217;s a problem caused because of the new web site, the <a href="http://osclass.org/blog/feed/">blog feed url</a> has changed.</p>
<h2><strong><a href="http://osclass.org/page/download">Download</a></strong></h2>
<p><a href="http://wiki.osclass.org/Changelog">Changelog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://osclass.org/blog/2012/04/11/osclass-2-3-7/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>OSClass 2.3.6</title>
		<link>http://osclass.org/blog/2012/03/05/osclass-2-3-6/</link>
		<comments>http://osclass.org/blog/2012/03/05/osclass-2-3-6/#comments</comments>
		<pubDate>Mon, 05 Mar 2012 18:36:44 +0000</pubDate>
		<dc:creator>Juan Ramón</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://osclass.org/?p=1040</guid>
		<description><![CDATA[Release highlights: PHP Warning in user profile when the description was empty #153 Added missing helper: osc_reset_resources #149 (thanks TurbineJesse!) Contact publisher is working OK now #134 Database errors during the installation are caught correctly. Now if you don&#8217;t set &#8230; <a href="http://osclass.org/blog/2012/03/05/osclass-2-3-6/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Release highlights:</p>
<ul>
<li>PHP Warning in user profile when the description was empty <a href="https://github.com/osclass/OSClass/issues/153">#153</a></li>
<li>Added missing helper: osc_reset_resources <a href="https://github.com/osclass/OSClass/issues/149">#149</a> (thanks <a href="https://github.com/TurbineJesse">TurbineJesse</a>!)</li>
<li>Contact publisher is working OK now <a href="https://github.com/osclass/OSClass/issues/134">#134</a></li>
<li>Database errors during the installation are caught correctly. Now if you don&#8217;t set well the database configuration, it warns you <a href="https://github.com/osclass/OSClass/issues/133">#133</a></li>
<li>Fixed redirect after wrong reCAPTCHA code after posting an item <a href="https://github.com/osclass/OSClass/issues/132">#132</a> (thanks again <a href="https://github.com/TurbineJesse">TurbineJesse</a>!)</li>
<li>We&#8217;ve removed PHP warnings from HTMLPurifier library <a href="https://github.com/osclass/OSClass/issues/130">#130</a></li>
<li>Default currency is selected in item forms <a href="https://github.com/osclass/OSClass/issues/129">#129</a> (thanks <a href="https://github.com/trains58554">trains58554</a>!)</li>
<li>We&#8217;ve added more checks in image deletion</li>
</ul>
<p>Special thanks to <a href="http://www.codseq.it/">Filippo Cavallarin</a> again for reporting a security vulnerability in combine.php file. If you&#8217;re using that file in your theme, I strongly recommend to <a href="https://github.com/osclass/OSClass/blob/master/oc-content/themes/modern/combine.php">update</a> it. Please, remember to visit the wiki if you don&#8217;t know how to <a href="http://wiki.osclass.org/Updating_OSClass">update OSClass</a>.</p>
<h2><strong><a href="http://osclass.org/download/">Download</a></strong></h2>
<p><a href="http://wiki.osclass.org/Changelog">Changelog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://osclass.org/blog/2012/03/05/osclass-2-3-6/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Downtime in all of our sites</title>
		<link>http://osclass.org/blog/2012/01/23/downtime-in-all-of-our-sites/</link>
		<comments>http://osclass.org/blog/2012/01/23/downtime-in-all-of-our-sites/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 13:23:48 +0000</pubDate>
		<dc:creator>Juan Ramón</dc:creator>
				<category><![CDATA[Community]]></category>

		<guid isPermaLink="false">http://osclass.org/?p=1021</guid>
		<description><![CDATA[During this morning our sites had been offline for some hours (starting at approximately 7 am UTC+1). All of this started with an overload of our server that had forced us to reboot the machine. After that, we saw that most &#8230; <a href="http://osclass.org/blog/2012/01/23/downtime-in-all-of-our-sites/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>During this morning our sites had been offline for some hours (starting at approximately 7 am UTC+1). All of this started with an overload of our server that had forced us to reboot the machine. After that, we saw that most of the files were gone. So, we download our backups from <a href="http://aws.amazon.com/s3/">S3</a> and restored them. However, the last backups weren&#8217;t correct and we had to use a backup from October.</p>
<p>How it will affect you? All the attached files in the forum since October/November are missing. So, if you have attached files in the forum you should upload them again.</p>
<p>Please, <a title="Contact" href="http://osclass.org/contact/">contact us</a> if you see something inusual. We&#8217;re still recovering: <del><a href="http://demo.osclass.org/">demo.osclass.org</a></del> and <del>download packages from <a href="http://geo.osclass.org/downloads/">geo.osclass.org/downloads</a></del> Sorry for the inconvenience, we are going to improve our backup system and recovery from this kind of failures.</p>
<p><strong>Update 23 January 2011 16:36 (UTC+1):</strong> demo sites and geo.osclass.org/downloads are working fine again.</p>
]]></content:encoded>
			<wfw:commentRss>http://osclass.org/blog/2012/01/23/downtime-in-all-of-our-sites/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>OSClass 2.3.5</title>
		<link>http://osclass.org/blog/2012/01/16/osclass-2-3-5/</link>
		<comments>http://osclass.org/blog/2012/01/16/osclass-2-3-5/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 19:00:09 +0000</pubDate>
		<dc:creator>Juan Ramón</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://osclass.org/?p=998</guid>
		<description><![CDATA[Release highlights: Escape quotes in attr values of input tags using a new helper: osc_esc_html #105 PHP Warning if the user doesn&#8217;t have a description in his profile #108 PHP Warning in Search model #110 Modified behavior in add/edit form of custom &#8230; <a href="http://osclass.org/blog/2012/01/16/osclass-2-3-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Release highlights:</p>
<ul>
<li>Escape quotes in attr <em>values</em> of <em>input </em>tags using a new helper: osc_esc_html <a href="https://github.com/osclass/OSClass/issues/105">#105</a></li>
<li>PHP Warning if the user doesn&#8217;t have a description in his profile <a href="https://github.com/osclass/OSClass/issues/108">#108</a></li>
<li>PHP Warning in Search model <a href="https://github.com/osclass/OSClass/issues/110">#110</a></li>
<li>Modified behavior in add/edit form of custom fields <a href="https://github.com/osclass/OSClass/issues/112">#112</a></li>
<li>Style of radio buttons in custom fields <a href="https://github.com/osclass/OSClass/issues/117">#117</a></li>
<li>JS error in add/edit page in oc-admin <a href="https://github.com/osclass/OSClass/issues/119">#119</a></li>
<li>XSS vulnerabilities in search page</li>
<li>SQL injections in search page and AJAX request in oc-admin (need to be logged as an admin)</li>
</ul>
<p>Special thanks to <a href="http://www.codseq.it/">Filippo Cavallarin</a> and <a href="https://www.htbridge.ch/">High-tech Bridge</a> for reporting discretely the security vulnerabilities until we&#8217;ve published a new version. Last week we uploaded a Romanian .sql file to <a href="http://geo.osclass.org/downloads/">geo.osclass.org/downloads</a> (thanks to Eduard Mihai). During this week we&#8217;re going to upload Latvia (thanks to Edgars Burmistris). If you want to add or improve your country locations, please contact us to <a href="mailto:info@osclass.org">info@osclass.org</a>.</p>
<h2><strong><a href="http://osclass.org/download/">Download</a></strong></h2>
<p><a href="http://wiki.osclass.org/Changelog">Changelog</a></p>
<p><strong>UPDATE 17/01/2012</strong>: Upload again the version because a mistake in custom fields of a last minute change</p>
]]></content:encoded>
			<wfw:commentRss>http://osclass.org/blog/2012/01/16/osclass-2-3-5/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>OSClass 2.3.4</title>
		<link>http://osclass.org/blog/2012/01/03/osclass-2-3-4/</link>
		<comments>http://osclass.org/blog/2012/01/03/osclass-2-3-4/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 10:56:07 +0000</pubDate>
		<dc:creator>desteban</dc:creator>
				<category><![CDATA[Releases]]></category>

		<guid isPermaLink="false">http://osclass.org/?p=990</guid>
		<description><![CDATA[This is a hotfix version, meaning that no new features were added, just bugs fixed. Release highlights: Deleting all admins bug fixed Multiple installs bug fixed Feeds url using permalinks SQL error using picture only items bug fixed Some hooks &#8230; <a href="http://osclass.org/blog/2012/01/03/osclass-2-3-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a hotfix version, meaning that no new features were added, just bugs fixed.</p>
<p>Release highlights:</p>
<ul>
<li>Deleting all admins bug fixed</li>
<li>Multiple installs bug fixed</li>
<li>Feeds url using permalinks</li>
<li>SQL error using picture only items bug fixed</li>
<li>Some hooks were added on admin</li>
<li>SQL optimized a little more</li>
</ul>
<p>As a reminder, if you are upgrading from a version 2.3.2 or earlier and it’s not a clean installation, please, remove the following files:</p>
<ul>
<li>oc-admin/themes/modern/tools/upgrade-plugins.php</li>
<li>oc-admin/upgrade-plugin.php</li>
<li>oc-admin/upgrade.php</li>
</ul>
<p>It’s important to remove this files for security reasons. For security issues of OSClass you should send an e-mail with the details to security [at] osclass.org. Include as much detail as you can. Please, you should not publish the details.</p>
<p><a title="Download Open Source Classifieds" href="http://osclass.org/download/">Download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://osclass.org/blog/2012/01/03/osclass-2-3-4/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

