Aaron Carlino

Results 120 comments of Aaron Carlino

The required version should be 5.4... because I think it needs the `(new Object())->method()` syntax. If there is a case of `empty()` running on an expression, that needs to be...

The SS4 upgrade is very much in flux, and I'm looking to wrap it up this week. See the `feature/ss4-upgrade` branch.

Well, there's no support currently for UploadField on the frontend, so I think we would be jumping the gun a bit to integrate it in Bootstrap Forms. Might have to...

I think so. Zauberfisch would know best. He maintains that code. aaron_carlino { web_developer www.leftandmain.com } On Monday, September 17, 2012 at 4:45 PM, Juerg Rast wrote: > Do you...

Oh, interesting. Looks like the intent is to remove a trailing slash. Maybe we should put a guard around it to check if the last character is a slash.. or...

Sorry I didn't see this. I had an email issue that wasn't allowing me to get notifications from Github for 6 months. I have a lot to catch up on!...

So the tricky part about this is finding a way to fire an event when a specific DOM node enters the tree. Entwine is quite good at this: ``` $('.FileAttachmentField').entwine({...

This should be resolved in https://github.com/unclecheese/silverstripe-dropzone/commit/97f32550e7ec1bfcac56c91eef147217acbc66ba

Pretty sure this was fixed in https://github.com/unclecheese/silverstripe-gridfield-betterbuttons/pull/86 and https://github.com/unclecheese/silverstripe-gridfield-betterbuttons/pull/83

That should be fine, @nzstephenf. I'm wondering if your issue relates to https://github.com/unclecheese/silverstripe-gridfield-betterbuttons/pull/86, which was never actually merged. That PR needs to be refactored, per my description on that thread.