<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Lars&#039; Tech Tips</title>
	<link>http://lars.targetit.ro</link>
	<description>Small things that make your life easier</description>
	<lastBuildDate>Thu, 08 Apr 2010 11:53:42 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Configuring FileField allowed extensions in Drupal</title>
		<description><![CDATA[Problem: you try to upload a file in Drupal and you get something like this:
The selected file &#60;file&#62; cannot not be  uploaded. Only files with the following extensions are allowed:&#8230;
for an extension that is included in Administer-&#62;File Uploads.
I found that I had the module CCK FileField installed and its allowed extensions are configured in [...]]]></description>
		<link>http://lars.targetit.ro/2010/04/08/configuring-filefield-allowed-extensions-in-drupal/</link>
			</item>
	<item>
		<title>Change the date format in Symfony with Propel</title>
		<description><![CDATA[You&#8217;ll usually want to have the same date format all over your Symfony / Propel project.
You only need to change one thing to do that:
In config/propel.ini:
propel.defaultTimeStampFormat = j M Y H:i
propel.defaultTimeFormat      = H:i
propel.defaultDateFormat      = j M Y
You can set the above format using PHP date() formatting.
After setting this run Symfony tasks propel:build-all (you may not [...]]]></description>
		<link>http://lars.targetit.ro/2010/03/02/change-the-date-format-in-symfony-with-propel/</link>
			</item>
</channel>
</rss>
