Re: Firefox 29 Crashes
Hey there, yes we have found (but still unsure why) Firefox 29/30 is crashing when using the CMS. Investigated a bit and appears that 31 beta solves the problem suggest grabbing that or getting your...
View ArticleRe: Removal of extendedSQL() and buildSQL()
Hey Bonner, It might be a good time to point you in the direction of the developer list (A google group to discuss higher level ideas about the Framework and CMS). This might be a good question to...
View ArticleRe: silverstripe and MAMP 3
Can you define "won't run" a bit more?I know in some of the "...AMP" type of stacks that are coming out now are using Apache 2.4 which has been causing some issues with the URL rewriting.The issue is...
View ArticleRe: SS3 dev / build speed [dramatically slow - 10 minutes+]
I can't say that I have noticed this kind of issue, are we talking a fresh install or a project?Posted to: SS3 dev / build speed [dramatically slow - 10 minutes+] | Show Thread | Post Reply
View ArticleRe: Built in search functionality bug - use of word 'as'
This to me looks like a bug and I have been able to replicate on a fresh copy of 3.1.5. Would be worth raising a bug over at https://github.com/silverstripe/silverstripe-framework/issues.Posted to:...
View ArticleRe: Built in search functionality bug - use of word 'as'
Thanks for clarifying this is still an issue in the core code of SS 3.1 @camfindlayI have raised a bug as suggested - https://github.com/silverstripe/silverstripe-framework/issues/3212Lets hope someone...
View ArticleRe: Removal of extendedSQL() and buildSQL()
Hi CamfindlayThanks for the link, believe it or not in the 10 years I've been a developer I've never used Google groups I'll make a swift move over there and contribute where I can.Thanks,BonnerPosted...
View ArticleCreating a summary row of combined total bookings in SS_reports
Hi AllI am trying to create a report that is date filtered of bookings. That part I have completed. However I need to amend GridField so that the last row is a summary of the total combined booking...
View ArticleRe: Creating a summary row of combined total bookings in SS_reports
Thinking about this... How would you make that summary row stand out and maybe always be visible, even if the report consisted of many pages?Wouldn't just creating a second report called total bookings...
View ArticleRe: Creating a summary row of combined total bookings in SS_reports
Thats out of the questions, needs to be a summary on this report, infact I would like to remove paging probably too.Posted to: Creating a summary row of combined total bookings in SS_reports | Show...
View ArticleRe: Composer update results in "Could not scan for classes inside...
Any ideas would be appreciated.Posted to: Composer update results in "Could not scan for classes inside framework//tests/behat/features/bootstrap" | Show Thread | Post Reply
View ArticleRe: Composer update results in "Could not scan for classes inside...
Hey Tama, Can you post your composer.json file? I have heard composer being a bit of a pain at times on windows, perhaps try clearing the composer cache?Posted to: Composer update results in "Could not...
View ArticleRe: Firefox 29 Crashes
Just wanted to add my 2 pennies as I have the same problem here with 29 and 30 and same explanation as Intodevel on how to replicate.Personally, I downgraded to v28 and disabled auto updates.You can do...
View ArticleRe: silverstripe and MAMP 3
Hi Cam,The probleem is indeed Apache 2.4. Mamp3 uses it and silverstripe apparantly has issues with Apache 2.4. It's definitly not the php version, because sites on our hosting company use 5.4.4. The...
View Articlecreating an archive
Hi Alli am really stuck, have spent many hours searching for answers and i really need some help.I have a data object called quote, this has several functions that return a result on the fly, this...
View ArticleRe: Creating a summary row of combined total bookings in SS_reports
This might work as a starting point:class BookingTotalSummary implements GridField_HTMLProvider { private $report; public function __construct($report) { $this->report = $report; }...
View ArticleRe: creating an archive
Just to make sure you didn't miss this: the following will return a DataList:$Archive = Archive::get()->filter(array('QuoteID' => $this->ID));To get the actual DataObject, do:$Archive =...
View ArticleRe: Composer update results in "Could not scan for classes inside...
Hi Cam, thank you for the reply.I just tried clearing the cache and still got the "Could not scan for classes inside" error message.Here is my composer.json file for this project:{ "name":...
View ArticleSSViewer::set_theme() deprecation - I need it!!
GuysI have introduced a page level template choice which uses SSViewer::set_theme() as the means to set the theme on a per page basis. This appears to work perfectly and have little or no overhead. I...
View ArticleRe: Composer update results in "Could not scan for classes inside...
Tama, I'm just running your composer file here - I'll report back if I find something out.Can you give me more details about your local dev environment? and is composer working in other projects...
View Article