Re: (solved)Strange error in cms adding pages or products
This is a bug in 2.4.8. Updating to 2.4.9 will fix the issue. http://www.silverstripe.org/security-releases/Posted to: (solved)Strange error in cms adding pages or products | Show Thread | Post Reply
View ArticleRe: (solved)Strange error in cms adding pages or products
That solved it thanksPosted to: (solved)Strange error in cms adding pages or products | Show Thread | Post Reply
View ArticlePage name dilemma
I am having a problem with naming a page. I have mailed a product out and put in a "readme" file on the disc with a link that points back to my site ... but ... I called the link...
View ArticleMobile Module File Upload
Hi there,Im working on a mobile site so have installed the mobile module, all good looks lovely. Using the default mobile theme with grabs the jquery.mobile js files and i like the look as its just...
View ArticleRe: [SOLVED] Strange template include/loop order in SS3
I got a reply by submitting this as a bug, so in case anyone finds this and would like to know how it was solved, this is the reply I got from hfried:--------------------------------Hi,This is expected...
View ArticleRe: SS3.0.3 Bug? User Password not working
Thanks for posting this, helped me after 2h of searching! Found my Unit-Tests failing: User-Authentication did not work anymore. Because I did other changes, I didn't think, the Dashboard-Module was...
View ArticleRe: Performance SS3
This CMS looked interesting, but I guess I gotta look somewhere else.I see the latest version is 3.0.3. And this bug is supposed to be resolved in 3.1.How can a bug causing slowness be treated as low...
View ArticleRe: Translatable Javascript
In SilverStripe 3.0.x you can add a lang attribute to the body element and it will get picked up by the i18n JavaScript implementation. You may want to do it this way if you're using an HTML5 doctype...
View ArticleRe: Modifying Mobile Themes
thank you,I'll try that out Posted to: Modifying Mobile Themes | Show Thread | Post Reply
View ArticleRe: SS3.0.3 Bug? User Password not working
The issue has been resolved in the Dashboard-Module (https://github.com/unclecheese/silverstripe-dashboard/issues/17)Posted to: SS3.0.3 Bug? User Password not working | Show Thread | Post Reply
View ArticleRe: Performance SS3
3.1 is currently in beta and will be released as stable as soon as all the serious bugs have been ironed out. Give the beta a go and help report any issues.Posted to: Performance SS3 | Show Thread |...
View ArticleRe: Page name dilemma
You can use any suffix you like. Just create a 'readme' page.http://ss3.demo.silverstripe.org/about/http://ss3.demo.silverstripe.org/about.htmlBoth works.Posted to: Page name dilemma | Show Thread |...
View ArticleRe: GridFieldConfig_RelationEditor select by checkbox?
Have a look at https://github.com/simonwelsh/silverstripe-GridFieldRelationHandler this is what you want Posted to: GridFieldConfig_RelationEditor select by checkbox? | Show Thread | Post Reply
View ArticleRe: Page name dilemma
Thanks for the help and links.I created a "readme.html" but the page keeps getting renamed to "readme-html". Am I doing something wrong?MarcPosted to: Page name dilemma | Show Thread | Post Reply
View ArticleRe: Page name dilemma
Devlin is right - I hadn't noticed this! In ss3 seems you don't need to change the pagename: readme.html will automatically redirect to readme... It doesn't look like this works out of the box in 2.4.x...
View ArticleOne page for all languages
I'm creating multilingual site and I want to translate some pages and some of them leave untranslated. Is there a easy way to:* in each language show all pages (entire menu structure). If there is...
View ArticleRe: Keep getting logged out when navigating between pages.
Anyone? Getting pretty desperate here now. It basically means I can't use it. Just need some tips on where to look if it could be my code?Posted to: Keep getting logged out when navigating between...
View ArticleRe: Keep getting logged out when navigating between pages.
OK. So after speaking to our web host about it (and them denying it) it actually turns out to be them. I've come back from a long weekend and the problem has magically fixed itself.Posted to: Keep...
View ArticleRe: Page name dilemma
Hi Devlin and Marti,Marti: thanks for the tip. I will just put a redirect as you said till it's no longer needed, seems like the most reasonable choice.Devlin: nice to see that ss3 will not have this...
View Articleusing FixtureFactory in 3.0?
The functional testing docs show how to use FixtureFactory to prepare test...
View Article