<?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>eisber's blog &#187; gallery</title>
	<atom:link href="http://www.eisber.net/blog/archives/category/gallery/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eisber.net/blog</link>
	<description>my personal-tech-project's journey log</description>
	<lastBuildDate>Fri, 27 May 2011 06:58:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Gallery customization: Logging ZipCart downloads</title>
		<link>http://www.eisber.net/blog/archives/28</link>
		<comments>http://www.eisber.net/blog/archives/28#comments</comments>
		<pubDate>Sun, 29 Apr 2007 20:04:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gallery]]></category>

		<guid isPermaLink="false">http://www.eisber.net/blog/?p=28</guid>
		<description><![CDATA[This is a customization for a photographer with a more or less permanent relationship with his customer. The users only have permission to view scaled versions of the image. I introduced a new flag in the zipcart configuration that lets the ZipCart download module override permissions to access the fullsize version. Each download gets logged [...]]]></description>
			<content:encoded><![CDATA[<p>This is a customization for a photographer with a more or less permanent relationship with his customer.</p>
<p>The users only have permission to view scaled versions of the image.<br />
I introduced a new flag in the zipcart configuration that lets the ZipCart download module override permissions to access the fullsize version.</p>
<p>Each download gets logged to the database.</p>
<p>The admin (or any other user with proper permissions) can view the log.</p>
<p>It's a hierarchical view Year -> Month -> User -> Images (time, host)</p>
<p><a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1709734&group_id=7130&atid=307130">Patch for gallery</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eisber.net/blog/archives/28/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Customizing Gallery</title>
		<link>http://www.eisber.net/blog/archives/26</link>
		<comments>http://www.eisber.net/blog/archives/26#comments</comments>
		<pubDate>Sat, 21 Apr 2007 14:38:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gallery]]></category>

		<guid isPermaLink="false">http://www.eisber.net/blog/?p=26</guid>
		<description><![CDATA[environment Customizing gallery debugging Edit config.php ... @ini_set('display_errors', 1); ... $gallery->setDebug('logged'); $gallery->setDebugLogFile('/some/path/gallery/log'); ... links Smarty - Toolkit Gallery template reference]]></description>
			<content:encoded><![CDATA[<p><strong>environment</strong> Customizing <a href="http://gallery.menalto.com/">gallery</a></p>
<p><strong>debugging</strong></p>
<p>Edit <code>config.php</code></p>
<pre>
...
@ini_set('display_errors', 1);
...
$gallery->setDebug('logged');
$gallery->setDebugLogFile('/some/path/gallery/log');
...
</pre>
<p><strong>links</strong></p>
<p><a href="http://smarty.php.net/manual/en/">Smarty - Toolkit</a></p>
<p><a href="http://codex.gallery2.org/Gallery2:Tpl_Reference">Gallery template reference</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eisber.net/blog/archives/26/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gallery and Login/Logout Problem &#8211; Caching in ISA Server 2005 R2</title>
		<link>http://www.eisber.net/blog/archives/25</link>
		<comments>http://www.eisber.net/blog/archives/25#comments</comments>
		<pubDate>Sat, 21 Apr 2007 14:17:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[gallery]]></category>
		<category><![CDATA[isa]]></category>

		<guid isPermaLink="false">http://www.eisber.net/blog/?p=25</guid>
		<description><![CDATA[environment gallery, ISA Server 2005 R2, WebSite hosted on Apache using http, publish through ISA with https. problem login/logout issue. User logs in. Clicks the gallery logo in the top left. Gets the guest front page. If the user visits a sub page it works again... and for some not... solution Turn of reverse proxy [...]]]></description>
			<content:encoded><![CDATA[<p><strong>environment</strong> <a href="http://gallery.menalto.com/">gallery</a>, ISA Server 2005 R2, WebSite hosted on Apache using http, publish through ISA with https.</p>
<p><strong>problem</strong> login/logout issue. User logs in. Clicks the gallery logo in the top left. Gets the <b>guest</b> front page. If the user visits a sub page it works again... and for some not...</p>
<p><strong>solution</strong> Turn of reverse proxy caching in ISA. Configuration/Cache/Cache Rules. Create a new rule including the server that hosts the web site. Check "Never cache the response" and disable http caching.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eisber.net/blog/archives/25/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

