<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>SilverStripe Documentation Wiki - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-71964ed9" type="application/json"/><link>http://silverstripe-doc.disqus.com/</link><description>Community for SilverStripe documentation</description><atom:link href="http://silverstripe-doc.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Sun, 15 Apr 2012 15:20:35 -0000</lastBuildDate><item><title>Re: Form field types | Reference | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/reference/form-field-types#comment-498355386</link><description>&lt;p&gt;&lt;a href="http://doc.silverstripe.org/sapphire/en/trunk/misc/contributing#writing-documentation" rel="nofollow"&gt;http://doc.silverstripe.org/sa...&lt;/a&gt; :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chillu</dc:creator><pubDate>Sun, 15 Apr 2012 15:20:35 -0000</pubDate></item><item><title>Re: Templates upgrading guide - Reference - Sapphire -  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/trunk/reference/templates-upgrading-guide#comment-498354463</link><description>&lt;p&gt;That's outdated info (I've just updated the docs). We've readded it through SSViewer_BasicIteratorSupport.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">chillu</dc:creator><pubDate>Sun, 15 Apr 2012 15:18:44 -0000</pubDate></item><item><title>Re: Templates upgrading guide - Reference - Sapphire -  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/trunk/reference/templates-upgrading-guide#comment-498323750</link><description>&lt;p&gt;You are joking? These iterator-specific keywords were the best feature about Silverstripe templates! A lot, I mean, all of my themes, in every single page, in every single site depend on these. They are very useful. What's the rationale? It makes for better separation of concerns, granted, but best practices only hold for as long as they make your life better. Without thse sort of helpers, I'd rather use plain PHP in my templates, if all I am allowed to do is simply access member variables and create loop constructs. Imho you are going the wrong way,making the same error as smarty: building a complex language on top of a templating language (php) that in effect removes almost nothing from the complexity of the original one.&lt;br&gt;I don't mean to bash, I am a SS advocate and admirer, but this is one decision that baffles me.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Xannax Prozaxx</dc:creator><pubDate>Sun, 15 Apr 2012 14:17:34 -0000</pubDate></item><item><title>Re: Phpunit configuration | Howto | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/howto/phpunit-configuration#comment-495677613</link><description>&lt;p&gt;In case you are trying to set up PHPUnit to use SQLite using the suggestion on this page, &amp;lt;var name="test_database" value="sqlite3"&amp;gt; can be retrieved in your _config.php with $GLOBALS['test_database'], not @$_GET['test_database']&lt;/p&gt;

&lt;p&gt;&amp;lt;/var&amp;gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bojan</dc:creator><pubDate>Thu, 12 Apr 2012 15:18:21 -0000</pubDate></item><item><title>Re: Extending a basic site | Tutorials | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/tutorials/2-extending-a-basic-site#comment-495304276</link><description>&lt;p&gt;Looks like it somehow ignores published/unpublished status if I am not mistaken... &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Prokop Toman</dc:creator><pubDate>Thu, 12 Apr 2012 06:35:46 -0000</pubDate></item><item><title>Re: Dataobject relationship management | Tutorials | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/tutorials/5-dataobject-relationship-management#comment-483576192</link><description>&lt;p&gt; Nothing on linking between datasets on the front end? :(&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Sheldrake</dc:creator><pubDate>Mon, 02 Apr 2012 10:50:01 -0000</pubDate></item><item><title>Re: Extending a basic site | Tutorials | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/tutorials/2-extending-a-basic-site#comment-480552439</link><description>&lt;p&gt;In the breakdown of changes it says:&lt;br&gt;$dateField-&amp;gt;setConfig('showCalendar', true);&lt;/p&gt;

&lt;p&gt;This will stop the date picker from showing if the user follows this instead of the original code block. As I wanted to learn what was going on rather than copy &amp;amp; paste chunks of code, I used this example and got stuck for 20 mins.&lt;/p&gt;

&lt;p&gt;It should read:$dateField-&amp;gt;setConfig('showcalendar', true);- with a lower cased "c"&lt;br&gt; &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Sheldrake</dc:creator><pubDate>Fri, 30 Mar 2012 05:23:03 -0000</pubDate></item><item><title>Re: Common problems | Installation | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/installation/common-problems#comment-479347652</link><description>&lt;p&gt;Just installed Silverstripe for the first time and encountered an issue and thought I'd share my fix... both to help anyone who has the same issue and hopefully have the developers correct the issue as it's quite a simple fix.&lt;/p&gt;

&lt;p&gt;After installing I received a "500 Internal Server Error"&lt;/p&gt;

&lt;p&gt;I tracked down the issue quite quickly to the .htaccess URL rewriting.&lt;/p&gt;

&lt;p&gt;The issue occurred because the local folder I installed Silverstripe into had a space in the folder name. Unfortunately the .htaccess is not generated in a way to deal with the spaces.&lt;/p&gt;

&lt;p&gt;Open up the .htaccess in the root folder and find the following line:&lt;/p&gt;

&lt;p&gt; RewriteBase /Your Folder Name&lt;/p&gt;

&lt;p&gt;Change this lilne by adding single quotes around the folder name like so:&lt;/p&gt;

&lt;p&gt; RewriteBase '/Your Folder Name'&lt;/p&gt;

&lt;p&gt;Hope it helps someone.&lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Sheldrake</dc:creator><pubDate>Thu, 29 Mar 2012 04:51:02 -0000</pubDate></item><item><title>Re: Rssfeed | Reference | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/reference/rssfeed#comment-474499929</link><description>&lt;p&gt;It's also good to add a tag in the header and format your rss feed appropriately (in this case xml) e.g.&lt;/p&gt;

&lt;p&gt;// allows url for /rss&lt;br&gt;static $allowed_actions = array(&lt;br&gt;	'rss'&lt;br&gt;);&lt;/p&gt;

&lt;p&gt;// includes rss function in page&lt;br&gt;function init() {&lt;br&gt;	RSSFeed::linkToFeed($this-&amp;gt;Link('rss'),"Latest News in the " . $this-&amp;gt;Parent()-&amp;gt;Title . " Section");&lt;br&gt;	parent::init();&lt;br&gt;}&lt;/p&gt;

&lt;p&gt;//list of children in rss feed&lt;br&gt;function rss() {&lt;br&gt;	$rss = new RSSFeed(&lt;br&gt;		$this-&amp;gt;Children(),&lt;br&gt;		$this-&amp;gt;Link('rss'),&lt;br&gt;		"Latest News in the " . $this-&amp;gt;Parent()-&amp;gt;Title . " Section"&lt;br&gt;	);&lt;/p&gt;

&lt;p&gt;	 // add link in header using xml content type&lt;br&gt;	$this-&amp;gt;response-&amp;gt;addHeader('Content-type','application/xml');&lt;br&gt;	$rss-&amp;gt;outputToBrowser();&lt;br&gt;}&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mike</dc:creator><pubDate>Fri, 23 Mar 2012 10:56:53 -0000</pubDate></item><item><title>Re: Extending a basic site | Tutorials | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/tutorials/2-extending-a-basic-site#comment-471908492</link><description>&lt;p&gt;PHP close tags are optional. We recommend you do not include them.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">willrossi</dc:creator><pubDate>Wed, 21 Mar 2012 04:27:10 -0000</pubDate></item><item><title>Re: Complextablefield | Reference | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/reference/complextablefield#comment-470701710</link><description>&lt;p&gt;The source code in the first example-box is wrong -- you have to specify an associative array for the column headers like in the example below. Otherwise there pops some array error up.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Wolf Vollprecht</dc:creator><pubDate>Tue, 20 Mar 2012 19:19:31 -0000</pubDate></item><item><title>Re: Form field types | Reference | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/reference/form-field-types#comment-470192532</link><description>&lt;p&gt;Pissing me off right now. So much broken documentation.&lt;/p&gt;

&lt;p&gt;What's that... "but the api is automatically documented - it's always up to date" ...i hear them whine - yes but that only documents individual methods which provides a very different job to documenting a package.&lt;/p&gt;

&lt;p&gt;Don't get me wrong - MVC in SS is great. But their crappy documentation often makes a simple task become a nightmare involving hours of trawling forums of posts from other users complaining of the same problem with some solution that involves hacking your way through javascript and PHP - only to find out that it's a fix that no longer works.&lt;/p&gt;

&lt;p&gt;SS is utterly let down by it's documentation. It would be better if most of it wasn't even there - it's one wild goose chase after another. I'm only using it cos my clients are used to it, however I'm urging them to drop it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">bevel</dc:creator><pubDate>Tue, 20 Mar 2012 09:52:46 -0000</pubDate></item><item><title>Re: Extending a basic site | Tutorials | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/tutorials/2-extending-a-basic-site#comment-464085945</link><description>&lt;p&gt;Why is there a PHP-Close-Tag in ArticleHolder.php and ArticlePage.php but not in Page.php, StaffPage.php and Staffholder.php ?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matze</dc:creator><pubDate>Tue, 13 Mar 2012 05:47:56 -0000</pubDate></item><item><title>Re: Theme development | Topics | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/topics/theme-development#comment-461932411</link><description>&lt;p&gt;In this example it is hardcoded but you could use $SiteConfig.Title to make it dynamic.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">willrossi</dc:creator><pubDate>Sat, 10 Mar 2012 23:59:57 -0000</pubDate></item><item><title>Re: Dataobjectset | Reference | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/reference/dataobjectset#comment-457953608</link><description>&lt;p&gt;$mySet-&amp;gt;getOffset(10);does not return multiple elements ($startingFromTen) but the ONE object after object no. 10&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Derralf</dc:creator><pubDate>Tue, 06 Mar 2012 12:41:35 -0000</pubDate></item><item><title>Re: Theme development | Topics | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/topics/theme-development#comment-456821078</link><description>&lt;p&gt;I'm confused why you need to include the name "Bob's Chicken Shack" in your theme. Doesn't that mean that everyone using that theme will either be editing the theme files or called  "Bob's Chicken Shack" ? Why doesn't it use some sort of variable to pull the name of the site from what I defined in the CMS?&lt;/p&gt;

&lt;p&gt;And, just above "CSS Files" you've got a link for Templates which goes to :&lt;br&gt;&lt;a href="http://doc.silverstripe.org/sapphire/en/reference/themes" rel="nofollow"&gt;http://doc.silverstripe.org/sa...&lt;/a&gt;&lt;br&gt;Which takes me to :&lt;br&gt;We're sorry…The page you are looking for does not exist, or might have moved.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Max_allan</dc:creator><pubDate>Mon, 05 Mar 2012 08:54:04 -0000</pubDate></item><item><title>Re: Mac osx | Installation | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/installation/mac-osx#comment-454733648</link><description>&lt;p&gt; Thank you Francisco, but one more thing. The only link I've got to install SiverStripe is: &lt;/p&gt;

&lt;p&gt;http://localhost:8888/silverstripe/&lt;/p&gt;

&lt;p&gt;Yet, it doesn't work. All i get is:&lt;/p&gt;

&lt;p&gt;"Firefox can't establish a connection to the server at localhost:8888."&lt;/p&gt;

&lt;p&gt;How do i do to install Silverstripe now?&lt;/p&gt;

&lt;p&gt;Mayelle&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mayellealvarado</dc:creator><pubDate>Fri, 02 Mar 2012 14:15:18 -0000</pubDate></item><item><title>Re: Mac osx | Installation | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/installation/mac-osx#comment-454649055</link><description>&lt;p&gt;mamp pro has an special menu called file/edit template&lt;br&gt;there you can edit the amount of ram assigned to php&lt;br&gt;the regular mamp doesn't have that menu.&lt;/p&gt;

&lt;p&gt;Francisco&lt;/p&gt;

&lt;p&gt;El viernes 2 de marzo de 2012 a las 14:36, Disqus escribió:&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">francisco arenas</dc:creator><pubDate>Fri, 02 Mar 2012 12:49:02 -0000</pubDate></item><item><title>Re: Mac osx | Installation | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/installation/mac-osx#comment-454612118</link><description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;the following url is not working:&lt;br&gt;http://localhost:8888/silverstripe/&lt;br&gt;How do I install SilverStripe on my MAC then?&lt;/p&gt;

&lt;p&gt;Thank you in advance for your reply&lt;/p&gt;

&lt;p&gt;Mayelle&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mayellealvarado</dc:creator><pubDate>Fri, 02 Mar 2012 12:08:40 -0000</pubDate></item><item><title>Re: Mac osx | Installation | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/installation/mac-osx#comment-454602903</link><description>&lt;p&gt;Hello. I've just installed MAMP, but I don't find the way to do this:&lt;/p&gt;

&lt;p&gt;Open up /Applications/MAMP/conf/PHP5/php.ini and make the following configuration changes: memory_limit = 64MI mean: i went to Applications, then MAMP, then conf, but I don't find PHP5 nor php.ini file.I did a file search, but only found php.ini file, and when I double clicked on it the first time I got an error. I tried double clicking again, but nothing else happened.Is it important to set up a memory limit of 64M? If so, is there another way to do it? I'm a newbie and I'm trying to figure out how all this works. Furthermore, when selecting the PHP version, under preferences, I get to choose between: 5.2.17 and 5.3.6. Is this relevant?Thank you in advance for your assistanceMayeli&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">mayelle</dc:creator><pubDate>Fri, 02 Mar 2012 11:58:27 -0000</pubDate></item><item><title>Re: Grid field - Topics - Sapphire -  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/trunk/topics/grid-field#comment-451721699</link><description>&lt;p&gt;the Form constructor in the sample code should be:&lt;br&gt;&lt;code class="php plain"&gt;&lt;br&gt;new Form($this, "MemberForm", new FieldSet($field), new FieldSet());&lt;br&gt;&lt;/code&gt;&lt;br&gt;rather than&lt;code class="php plain"&gt;&lt;br&gt;new Form("MemberForm", $this, new FieldSet($field), new FieldSet());&lt;/code&gt;&lt;/p&gt;&lt;code class="php plain"&gt;

&lt;/code&gt;&lt;p&gt;&lt;code class="php plain"&gt;&lt;/code&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Normann Lou</dc:creator><pubDate>Tue, 28 Feb 2012 18:50:28 -0000</pubDate></item><item><title>Re: Windows manual iis 7 | Installation | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/installation/windows-manual-iis-7#comment-449648503</link><description>&lt;p&gt;Where it says "Open a browser and point it to http://localhost/ss24" it should say Open a browser and point it to http://localhost/2.4 &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">The Toad</dc:creator><pubDate>Sun, 26 Feb 2012 21:59:13 -0000</pubDate></item><item><title>Re: Versioned | Reference | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/reference/versioned#comment-449588185</link><description>&lt;p&gt;This would actually send an email after a Page has been published, not just a blog page. It should be&lt;/p&gt;

&lt;p&gt;class BlogPage extends Page  &lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gavin bruce</dc:creator><pubDate>Sun, 26 Feb 2012 19:37:01 -0000</pubDate></item><item><title>Re: Forms | Tutorials | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/tutorials/3-forms#comment-445106769</link><description>&lt;p&gt;Maybe this should be mentioned in the tutorial:&lt;br&gt;if you have a $allowed_actions array in your controller, you have to add the Form name (in this case "BrowserPollForm") to the array, otherwise the Form is displayd but the submission will fail!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jürg</dc:creator><pubDate>Tue, 21 Feb 2012 15:49:35 -0000</pubDate></item><item><title>Re: Staticpublisher | Reference | Sapphire |  SilverStripe Documentation</title><link>http://doc.silverstripe.org/sapphire/en/reference/staticpublisher#comment-427634692</link><description>&lt;p&gt;Using the example code didn't work for me, had to change line 13.&lt;br&gt;Instead of SiteTree elements, I get Page elements to make it work.&lt;/p&gt;

&lt;p&gt;$pages = DataObject::get("SiteTree");&lt;br&gt;should be:&lt;br&gt;$pages = DataObject::get("Page"); &lt;br&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johannes</dc:creator><pubDate>Thu, 02 Feb 2012 06:07:28 -0000</pubDate></item></channel></rss>
