kcfinder icon indicating copy to clipboard operation
kcfinder copied to clipboard

Rename "..png" to "period.png" for the sake of various tools out there that can't cope with a file named "..png"

Open BenWoodford opened this issue 10 years ago • 2 comments

It's likely this will need to do some file_exists() checking as it'll break various themes, but tools such as Laravel's artisan vendor:publish command can't deal with "..png" and instead treat it as going up one directory if not two.

It's not an ideal situation, but with so many problems that can happen using a naming format like this it seems like a sensible move to change it. I doubt ".period" is going to show up as an extension any time soon.

BenWoodford avatar Mar 29 '15 12:03 BenWoodford

Ah, whoops. It seems I accidentally included my own hacks for Laravel Admin in this, I'll revert that in my dot-fix branch.

BenWoodford avatar Mar 29 '15 12:03 BenWoodford

Better fix: #97

enumag avatar Jun 06 '15 21:06 enumag