The Age Old Performance Question
Hello SS Folks,I present to you the age old Performance Question. Mainly because I can't find any performance data whatsoever. Where would the latest version of SS stack up in something like...
View ArticleRe: silverstripe vs wordpress
Silverstripe is much more than a CMS, it includes a web application framework that will let you build basically anything you need. In fact, you don't even need to use the CMS, you can just use the...
View ArticleRe: Shortcodes and Youtube Videos
There's an excellent tutorial that does just that here:http://www.ssbits.com/tutorials/2010/2-4-using-short-codes-to-embed-a-youtube-video/Posted to: Shortcodes and Youtube Videos | Show Thread | Post...
View ArticleRe: silverstripe vs wordpress
Can you be more specific? How did it satisfy your unique business requirements for instance.Yes, I understand wordpress is not really built on an MVC framework.Do you have any case studies where...
View ArticleRe: Copying Dataobjects (solved sort of)
I have come across the same problem, follow the advice here and managed to copy one DataObject to another similar DataObject. Just remember to unset the ID and ClassName from the original DataObject,...
View Articlesilverstripe and MAMP 3
Hi,I tried to update my MAMP version from MAMP2 to MAMP3. Unfortunately... al my SS3 sites won't run with php version 5.4.4 or 5.5.I even tried adding php 5.4.1 to mamp 3, but then apache won't...
View ArticlePotential Bug
Not sure if this is intentional or not, but I might have spotted a bug in the DataObject class:public static $allowed_actions = null;Shouldn't this be:private static $allowed_actions = null;As per the...
View ArticleRe: Instanting Objects
In an effort to find harmony and peace of mind, are there any more thoughts on this?Posted to: Instanting Objects | Show Thread | Post Reply
View ArticleRe: Copying Dataobjects (solved sort of)
Would it not be better to write a wrapper and use reflection?Posted to: Copying Dataobjects (solved sort of) | Show Thread | Post Reply
View ArticleRe: silverstripe vs wordpress
Hi,Simply put if you are a coder and you are looking to build a stable strong webbased application with is mainly custom code and you want a total decent MVC framework - silverstripe is IMHO the...
View ArticleRe: Potential Bug
Hi Bonner,Is this is a bug please raise it on github where issues are now tracked.I doubt it though and I think the advice is for subclasses of it, not the root object itself.Posted to: Potential Bug |...
View ArticleRe: The Age Old Performance Question
Hi Pix,There is a lot of common sense in http://www.silverstripe.org/improving-silverstripe-performance/ - and of these static publishing is the main key (althoguh I note not working with latest...
View ArticleRe: Meta tags
oh man .... WOW o_OThank you for that info!!!Posted to: Meta tags | Show Thread | Post Reply
View ArticleRe: silverstripe vs wordpress
Hi All,I have been struggling with the same question... What does SS stand out comparing to other CMS'es. Joomla, WordPress and many more are blogging systems at first which made it to a CMS due to...
View ArticleSS3 dev / build speed [dramatically slow - 10 minutes+]
Hi,I've recently started using SS3 and have had some rather bad experiences with dev / build - it has become dramatically slow - 10 minutes+ and locks the site while going!I don't recall ever having...
View ArticleRe: Potential bug? - DataObject $allowed_actions static is public not private...
Well the subclass can't have a private static $allowed_access can it?That is the problem.Hence why I'm asking if the community thinks this is a bug or not.Posted to: Potential bug? - DataObject...
View ArticleRe: Potential bug? - DataObject $allowed_actions static is public not private...
Hi Bonner, thanks for spotting that - as swaiba suggests, best place to log this is the issues section of the framework repository on...
View ArticleRe: Potential bug? - DataObject $allowed_actions static is public not private...
Hi camfindlayThanks for the link, I'll get it logged on github and see what is said there.I'll post the outcome when there is one.Thanks,MattPosted to: Potential bug? - DataObject $allowed_actions...
View ArticleRe: Potential bug? - DataObject $allowed_actions static is public not private...
Here is the link to the issue:https://github.com/silverstripe/silverstripe-framework/issues/3200Posted to: Potential bug? - DataObject $allowed_actions static is public not private in 3.1 | Show Thread...
View ArticleRe: Potential bug? - DataObject $allowed_actions static is public not private...
Much appreciated Matt.Just a bit of house keeping, would you mind editing your original thread topic title to be more verbose please. Part of what makes the forums useful is others using it as a...
View Article