<?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>phTagr &#187; release</title>
	<atom:link href="http://www.phtagr.org/tag/release/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phtagr.org</link>
	<description>Tag your photos once. Find them forever.</description>
	<lastBuildDate>Fri, 06 Jan 2012 11:10:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Release 2.1.3</title>
		<link>http://www.phtagr.org/2011/01/14/release-2-1-3/</link>
		<comments>http://www.phtagr.org/2011/01/14/release-2-1-3/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 10:19:34 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[announce]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.phtagr.org/?p=453</guid>
		<description><![CDATA[I&#8217;m proud to announce the release of phtagr version 2.1.3 You can download the new version from sourceforge  at Sourceforge. Read How To Migrate for migration help. Here are the improvements since 2.1.2 Bread Crumb Search The search term is splitted into single search bread crumbs. The search crumbs simplifies the customization of the search [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m proud to announce the release of phtagr version 2.1.3</p>
<p>You can download the new version from sourceforge  at <a href="https://sourceforge.net/projects/phtagr/files">Sourceforge</a>. Read <a href="http://trac.phtagr.org/wiki/HowToMigratePhtagr">How To Migrate</a> for migration help.</p>
<p>Here are the improvements since 2.1.2</p>
<ul>
<li><strong>Bread Crumb Search</strong> The search term is splitted into single search  bread crumbs. The search crumbs simplifies the customization of the search</li>
<li><strong>Fast preview file responder</strong> Now the images are loaded faster and are  fast as hell. It by-passes the MVC CakePHP framework stack based on the  HTTP session</li>
<li><strong>Translations</strong> Added Estonian (Craig), Polish (Bartosz Fenski aka  fEnIo), Italian (Francesco Piraneo G) translation</li>
<li><strong>Mobile Device Support</strong> If your are open the gallery with your mobile  device a new customized mobile theme is loaded automatically.</li>
<li><strong>Email Notification</strong> Add email notification for new media which could  be triggered by cron job. The notification interval could be set from  half an hour to once a month</li>
<li><strong>Improved Group Handing</strong> The creation and managing of groups is  simplified which makes the gallery more social. Try it!</li>
<li><strong>SMTP Configuration</strong> You can now configure your own SMTP configuration  in app/config/core.php to enable email functionality to your web gallery</li>
<li>Improved the preview manager. Now a preview might depend on the next  larger preview and a preview is not always calculated by the original  file which saves a lot of time for smaller previews.</li>
<li>Add interval search in the explorer. If you already set a time limit  of your search you can easily add another time bound for an interval search.</li>
<li>View media based on upload path</li>
<li>Add sync shell task to sync all media at once (console based)</li>
<li>Add fallback of image size. In rare cases the image size could not  extracted correcly. Now getimagesize() should fix this gap.</li>
<li>Auto completion for tag, category, and location &#8211; also in bread crumbs.</li>
<li>And lots of bug fixes&#8230;</li>
</ul>
<p>The next release should get a face lift with a backend and easy  customizable frontend &#8211; besides tagging, sharing and searching  improvements <img src='http://www.phtagr.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phtagr.org/2011/01/14/release-2-1-3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>phTagr 2.1.2 released!</title>
		<link>http://www.phtagr.org/2010/07/11/phtagr-2-1-2-released/</link>
		<comments>http://www.phtagr.org/2010/07/11/phtagr-2-1-2-released/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 18:02:47 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[announce]]></category>
		<category><![CDATA[cakephp]]></category>
		<category><![CDATA[Related Links]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.phtagr.org/?p=334</guid>
		<description><![CDATA[2.1.1 phTagr is released! It has a simplified upload function which is enabled by default and replaces the advance file browser. Users have now an upload menu entry where uploaded files are stored in a daily upload directory. ZIP archives are extracted automatically. Uploaded and extracted files are imported and are shown immediately. Therefore, users [...]]]></description>
			<content:encoded><![CDATA[<p>2.1.1 phTagr is released! It has a simplified upload function which is enabled by default and replaces the advance file browser. Users have now an upload menu entry where uploaded files are stored in a daily upload directory. ZIP archives are extracted automatically. Uploaded and extracted files are imported and are shown immediately. Therefore, users can upload their media within three clicks and the upload form has now five upload field instead of one.</p>
<p>The next big improvement is the quick search which covers sub word. The quick search of &#8216;<em>ice</em>&#8216; returns also media with tags of &#8216;<em>slice</em>&#8216; or &#8216;<em>rice</em>&#8216;.</p>
<p>phTagr is build on top of the MVC framework CakePHP and uses now CakePHP 1.3 instead of CakePHP 1.2. You have to upgrade your CakePHP if you use SVN trunk. See <a href="http://trac.phtagr.org/wiki/HowToMigratePhtagr">How To Migrate Phtagr</a> for more details.</p>
<p>An admin user can now see the access level of other users and can change these. This feature was requested to handle private or malicious media.</p>
<p>phTagr supports now Dutch as new language &#8211; Thanks to Remy Wetzels. See also <a href="http://trac.phtagr.org/wiki/HowToTranslate">How To Translate</a>.</p>
<p><strong>Following Tickets where closed since 2.1.1</strong></p>
<ul>
<li><a href="http://trac.phtagr.org/ticket/14">#14</a> &#8211; Automatic media import on upload</li>
<li><a href="http://trac.phtagr.org/ticket/63">#63</a> &#8211; Multiple inputs for HTML upload</li>
<li><a href="http://trac.phtagr.org/ticket/90">#90</a> &#8211; Wish: search on part of a tag</li>
<li><a href="http://trac.phtagr.org/ticket/110">#110</a> &#8211; Admin rights: Change access level of others</li>
<li><a href="http://trac.phtagr.org/ticket/89">#89</a> &#8211; Wish: change &#8220;Welcome to phTagr&#8221; via system preferences</li>
<li><a href="http://trac.phtagr.org/ticket/83">#83</a> &#8211; Wrong import of files with UTF-8 multi-byte characters</li>
<li><a href="http://trac.phtagr.org/ticket/86">#86</a> &#8211; PEAR path is missing in include_path variable</li>
<li><a href="http://trac.phtagr.org/ticket/85">#85</a> &#8211; User with 0 quota, file uploaded shows up in &#8220;My Files&#8221; even it said &#8220;Could not upload&#8221;</li>
<li><a href="http://trac.phtagr.org/ticket/87">#87</a> &#8211; User can see root of filesystem in &#8220;My Files&#8221;</li>
<li><a href="http://trac.phtagr.org/ticket/91">#91</a> &#8211; Search on unknown string returns &#8220;Array&#8221; as search key</li>
<li><a href="http://trac.phtagr.org/ticket/93">#93</a> &#8211; Shorten the user authentication keys</li>
<li><a href="http://trac.phtagr.org/ticket/">#112</a> &#8211; Broken Unzip functionality</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.phtagr.org/2010/07/11/phtagr-2-1-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phTagr 2.1.1 released!</title>
		<link>http://www.phtagr.org/2010/05/08/phtagr-2-1-1-released/</link>
		<comments>http://www.phtagr.org/2010/05/08/phtagr-2-1-1-released/#comments</comments>
		<pubDate>Sat, 08 May 2010 13:13:38 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[announce]]></category>
		<category><![CDATA[Related Links]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.phtagr.org/?p=304</guid>
		<description><![CDATA[I&#8217;m happy to announce phTagr 2.1.1 which simplifies the setup and adds multi-language support. As first language German was submitted. You can submit your language to translation [AT] phtagr.org. See How To Translate for further information. Further, the geo tagging was improved and some minor bugs were fixed. You can download it from SourceForge (ca. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m happy to announce phTagr 2.1.1 which simplifies the setup and adds multi-language support.  As first language <a href="http://www.phtagr.org/2010/05/08/phtagr-spricht-deutsch/">German</a> was submitted. You can submit your language to translation [AT] phtagr.org.  See <a href="http://trac.phtagr.org/wiki/HowToTranslate">How To Translate</a> for further information.</p>
<p>Further, the geo tagging was improved and some minor bugs were fixed.</p>
<p>You can download it from <a href="https://sourceforge.net/projects/phtagr/files/phtagr-2.1.1.zip/download">SourceForge</a> (ca. 2.9 MB). Please do not hesitate to report any success story, bugs or feature request. See <a href="http://trac.phtagr.org/wiki/HowToHelp">How To Help</a> for further details.</p>
<p>Following Tickets where solved since 2.1</p>
<p><strong>Setup and Requirements:</strong></p>
<ul>
<li>Fix <a href="http://trac.phtagr.org/ticket/6">#6</a> (Minimum setup requirements)</li>
<li>Fix <a href="http://trac.phtagr.org/ticket/74">#74</a> (Automatic setup redirection)</li>
<li>Fix <a href="http://trac.phtagr.org/ticket/13">#13</a> (Customizable gallery title)</li>
<li>Fix <a href="http://trac.phtagr.org/ticket/64">#64</a> (Add multi-language support (internationalization))</li>
<li>Fix <a href="http://trac.phtagr.org/ticket/66">#66</a> (Fallback of getId3 at ImageFilter if exiftool is not available)</li>
<li>Fix <a href="http://trac.phtagr.org/ticket/67">#67</a> (Fallback of getId3 at VideoFilter if ffmpeg is not available)</li>
<li>Fix <a href="http://trac.phtagr.org/ticket/68">#68</a> (Include required PEAR files to vendor directory)</li>
</ul>
<p><strong>Explorer: Geotagging</strong></p>
<ul>
<li> Fix <a href="http://trac.phtagr.org/ticket/78">#78</a> (Resizeable Google Map)</li>
<li>Fix <a href="http://trac.phtagr.org/ticket/79">#79</a> (Goto address input for geo map)</li>
<li>Fix <a href="http://trac.phtagr.org/ticket/25">#25</a> (Current media selection in map)</li>
</ul>
<p><strong>General:<br />
</strong></p>
<ul>
<li>Fix <a href="http://trac.phtagr.org/ticket/80">#80</a> (Show user of random media at home)</li>
<li>Fix <a href="http://trac.phtagr.org/ticket/81">#81</a> (User information is droped on date links)</li>
<li>Fix <a href="http://trac.phtagr.org/ticket/69">#69</a> (Incorrect import of south and west geo location in ImageFilter)</li>
<li>Fix <a href="http://trac.phtagr.org/ticket/82">#82</a> (Place cakeDebug output into html layout)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.phtagr.org/2010/05/08/phtagr-2-1-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 2.1 Released!</title>
		<link>http://www.phtagr.org/2009/12/27/version-2-1-released/</link>
		<comments>http://www.phtagr.org/2009/12/27/version-2-1-released/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 15:56:14 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[announce]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.phtagr.org/?p=241</guid>
		<description><![CDATA[I am proud to release version 2.1. The new version comes with lots of features, improvements and bug fixes. It looks better, is more sexy and it rocks! Download it now! (TAR.GZ 2.0 MB &#124; ZIP 2.6 MB) New since v2.0: User comments with email notifications Geo Tagging (via Google Maps) HTML upload with extracting [...]]]></description>
			<content:encoded><![CDATA[<p>I am proud to release version 2.1. The new version comes with lots of features, improvements and bug fixes. It looks better, is more sexy and it rocks!</p>
<div style="border: 3px solid #338833; padding: 2pt; background-color: #88ff88; display: block; width: 50%; text-align: center;"><a style="font-size: 140%;" title="phTagr 2.1 TAR ball (including cakePHP)" href="http://demo.phtagr.org/download/phtagr-2.1.tar.gz"><strong>Download it now!</strong></a><br />
(<a title="phTagr 2.1 TAR ball (including cakePHP)" href="http://demo.phtagr.org/download/phtagr-2.1.tar.gz">TAR.GZ</a> 2.0 MB | <a title="phTagr 2.1 ZIP Archive (including cakePHP)" href="http://demo.phtagr.org/download/phtagr-2.1.zip">ZIP</a> 2.6 MB)</div>
<p><strong>New since v2.0:</strong></p>
<ul>
<li>User comments with email notifications</li>
<li>Geo Tagging (via Google Maps)</li>
<li>HTML upload with extracting zip archives</li>
<li>Build in slideshow via PicLens light</li>
<li>RSS, mediaRSS, RSS for comments</li>
<li>Technical image info like shutter speed, aperture, ISO, camera model</li>
<li>Anonymous user registration</li>
<li>Improved Homepage with recent media and comments</li>
<li>New database schema with splitted media and files (see <a href="http://www.phtagr.org/2009/04/25/merged-branch-phtagr-media-schema">merged-branch-phtagr-media-schema</a>)</li>
<li>Quick Search (thanks to martin)</li>
<li>Authenticated links for users and guests</li>
<li>Improved file browser</li>
<li>Tabbed input</li>
<li>New FilterManager to handle different media like images, videos and GPS logs</li>
<li>New Pagination component with exclusions</li>
<li>Static Logger</li>
<li>Updated <a href="http://flowplayer.org/">Flowplayer</a> to 3.1.4</li>
<li>Media view count</li>
<li>Much much more and of course lots of bug fixes</li>
</ul>
<p><strong>Also:</strong></p>
<ul>
<li>First Plugin <a href="http://trac.phtagr.org/wiki/DupFinder">DupFinder</a> is available to find and merge duplicate media</li>
<li>Since version 2.0 we have also a documentation and ticket system at <a href="http://trac.phtagr.org">http://trac.phtagr.org</a></li>
</ul>
<p>It is recommended to upgrade to version 2.1 since you don&#8217;t want to miss the new features! Please upgrade your database schema with the provided shell script <em>upgradeMediaSchema.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.phtagr.org/2009/12/27/version-2-1-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phTagr 2.0 is out</title>
		<link>http://www.phtagr.org/2008/05/05/phtagr-20-is-out/</link>
		<comments>http://www.phtagr.org/2008/05/05/phtagr-20-is-out/#comments</comments>
		<pubDate>Mon, 05 May 2008 18:00:32 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[announce]]></category>
		<category><![CDATA[info]]></category>
		<category><![CDATA[Related Links]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.phtagr.org/?p=12</guid>
		<description><![CDATA[In the last couple of months, phTagr was completely rewritten from scratch using the great framework cakePHP. The new version called phTagr 2.0 is much better and faster! phTagr 2.0 supports so far the basic functionality like image uploading via WebDAV, multiple tagging, group based access control, guest account creation. Short (and maybe incomplete) installation [...]]]></description>
			<content:encoded><![CDATA[<p>In the last couple of months, phTagr was completely rewritten from scratch using the great framework <a title="cakePHP" href="http://www.cakephp.org">cakePHP</a>. The new version called <strong>phTagr 2.0</strong> is much better and faster! phTagr 2.0 supports so far the basic functionality like image uploading via WebDAV, multiple tagging, group based access control, guest account creation.</p>
<p>Short (and maybe incomplete) installation procedure is (on Ubuntu 8.04):</p>
<p>Install required tools (apart from apache2 with rewrite module, php, and mysql):</p>
<pre>$ sudo apt-get install ffmpeg flvtool2 imagemagick exif php-pear
$ sudo pear update-channels
$ sudo pear install HTTP_WebDAV_Server-1.0.0RC4</pre>
<p>Download the code</p>
<pre>$ cd /var/www
$ sudo svn co https://svn.cakephp.org/repo/branches/1.2.x.x cake
$ sudo chown -R `whoami` cake
$ cd cake
$ svn co https://svn.phtagr.org/phtagr/trunk phtagr
$ cd phtagr
$ sudo chown -R www-data tmp users</pre>
<p>Now open <code>http://localhost/cake/phtagr/setup</code> in your browser and follow the installation procedure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phtagr.org/2008/05/05/phtagr-20-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

