<?xml version="1.0"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Forum posts to 'Archive'</title>
		<link>http://www.silverstripe.org/archive/rss</link>
		<atom:link href="http://www.silverstripe.org/archive/rss" rel="self" type="application/rss+xml" />
		<description></description>

		
		<item>
			<title>Re: A question about DataObjectDecorators</title>
			<link>http://www.silverstripe.org/archive/show/2572?start=0#post4448</link>
			<description>&lt;p&gt;OK, I fixed that in r40925 (also for the forum module: GSoC branch r40926).&lt;/p&gt;&lt;p&gt;It's not the best (scalable) solution but it works for the moment and Hayden said that I should not change the core's validation behavior at the moment.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: A question about DataObjectDecorators &lt;a href=&quot;http://www.silverstripe.org/archive/show/2572?start=0#post4448&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/2572?start=0#post4448&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 28 Aug 2007 01:11:17 +1200</pubDate>
			<dc:creator>Markus</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/2572?start=0#post4448</guid>
		</item>
		
		<item>
			<title>Re: A question about DataObjectDecorators</title>
			<link>http://www.silverstripe.org/archive/show/2572?start=0#post3080</link>
			<description>&lt;p&gt;Are there any news on this? How can I implement a validator on a DataObjectDecorator??&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: A question about DataObjectDecorators &lt;a href=&quot;http://www.silverstripe.org/archive/show/2572?start=0#post3080&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/2572?start=0#post3080&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Mon, 30 Jul 2007 20:48:49 +1200</pubDate>
			<dc:creator>Markus</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/2572?start=0#post3080</guid>
		</item>
		
		<item>
			<title>Re: A question about DataObjectDecorators</title>
			<link>http://www.silverstripe.org/archive/show/2572?start=0#post2638</link>
			<description>&lt;p&gt;OK, I fixed it in r38854 (and added also defaults to it). But this doesn't help to solve my problem  &lt;img src='http://www.silverstripe.org/sapphire/images/smilies/sad.gif'&gt; &lt;/p&gt;&lt;p&gt;Now I can prevent that duplicate entries are created, but no error message will be shown since an database error occurs.. is there any way to implement a validator for DataObjectDecorators or handle such database errors (&lt;em&gt;&quot;Duplicate entry 'http://markus-lanthaler.myopenid.com/' for key 2&quot;&lt;/em&gt;)?&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: A question about DataObjectDecorators &lt;a href=&quot;http://www.silverstripe.org/archive/show/2572?start=0#post2638&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/2572?start=0#post2638&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Wed, 18 Jul 2007 00:49:48 +1200</pubDate>
			<dc:creator>Markus</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/2572?start=0#post2638</guid>
		</item>
		
		<item>
			<title>Re: A question about DataObjectDecorators</title>
			<link>http://www.silverstripe.org/archive/show/2572?start=0#post2620</link>
			<description>&lt;p&gt;Arg, this is a bug.  I forgot to includes indexes on the list of You'll need to fix DataObjectDecorator::loadExtraDBFields()&lt;/p&gt;&lt;p&gt;There's a list of the static variables that are updated; just add indexes to this list.&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: A question about DataObjectDecorators &lt;a href=&quot;http://www.silverstripe.org/archive/show/2572?start=0#post2620&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/reply/2572?start=0#post2620&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 17 Jul 2007 20:54:09 +1200</pubDate>
			<dc:creator>Sam</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/2572?start=0#post2620</guid>
		</item>
		
		<item>
			<title>A question about DataObjectDecorators</title>
			<link>http://www.silverstripe.org/archive/show/2572#post2572</link>
			<description>&lt;p&gt;For OpenID support I implemented a DataObjectDecorator, but I couldn't figure out how I can add a custom validator to it.&lt;/p&gt;&lt;p&gt;I need to ensure that the entered OpenID is unique so that only one user account is linked to a specific OpenID. Is that somehow possible?&lt;/p&gt;&lt;p&gt;The only way I know about is to use the augmentDatabase() method to add an unique-index to the database (adding it to extraDBFields() 'indexes' doesn't work) but in that way I can't output an error-message.&lt;/p&gt;&lt;p&gt;Does someone know how this can be solved?&lt;/p&gt;&lt;p&gt;Thanks a lot,&lt;br /&gt;Markus&lt;/p&gt;&lt;br&gt;&lt;br&gt;Posted to: A question about DataObjectDecorators &lt;a href=&quot;http://www.silverstripe.org/archive/show/2572#post2572&quot;&gt;Show Thread&lt;/a&gt; | &lt;a href=&quot;http://www.silverstripe.org/archive/show/2572#post2572&quot;&gt;Post Reply&lt;/a&gt;</description>
			<pubDate>Tue, 17 Jul 2007 04:21:49 +1200</pubDate>
			<dc:creator>Markus</dc:creator>
			<guid>http://www.silverstripe.org/archive/show/2572#post2572</guid>
		</item>
		

	</channel>
</rss>