Aaron Carlino

Results 120 comments of Aaron Carlino

Should be fixed in https://github.com/unclecheese/silverstripe-kickassets/commit/fdf1151f8203b6bd41604f792f16ea7e48f16ceb

Yeah, good catch. I'm all for using TreeDropdownField if I can hide the pages that have no children. Does the API support that? I'll take a look.

Good fix for the short term. I'll merge it. I'm playing around with TreeDropdownField and setFilterFunction() to keep the tree limited to only those nodes with children. The biggest issue...

Integreated TreeDropdownField in 03d8d2f12a4c1f75a4c90207900bafc806194b5a

Thanks! That was what I was going for. Access to files should be context agnostic! What exactly is your feature request? You can select adjacent items by drawing a lasso...

Thanks for this. Replacing files actually almost made it into the first release, but I decided to cut it at the last minute as it was becoming more complicated than...

Yup. It was a nice feature in KickAssets 2, and it almost made it into this release, but it was buggy so I removed it. Will revisit it for sure....

Well, that didn't work! Would you believe I never actually tested moving a folder? Ha. Will sort this out for the 3.1 release.

Something's really screwed up, because Core.php doesn't have a line 366. https://github.com/silverstripe/silverstripe-framework/blob/3.1/core/Core.php

Great catch. I was wondering where that was configured. Implementation will be a bit tricky. Not sure the cleanest way to pass that from the config into the tinymce plugin...