FireFile
FireFile copied to clipboard
Firefox CSS Live Editing Plugin
I have tried to run firefile.php on a local server and on a live server. In both cases, nothing seems to happen when you call the PHP file. I read...
Hello: This is my first post in this repository so I apologize for any procedures you follow. Anyways I followed all the instruction to install FireFile onto my web server....
no updates no fixes for the problem that Firefile dont work anymore...? No activity for months? is the project dead? regards,
HI, I using joomla 2.5 with a rockettheme template... Went through all the steps with firefile but nothing happens if i save to the server... Please help
I just installed the Firefile Firefox addon, and now I'm trying to set it up so I can use it. But I cannot link Firefile to my Firebug, because I...
I've got a css file which i used to edit with firefile since a long time. As soon as i use the current version, the file is corrupted while saving....
css attributs like this will not work in firefile.php because of urldecode(): h4.teaser + a.btn { .... } The plus sign disappears because of urldecode(). Use rawurldecode() instead and everything...
I just noticed that it does not work anymore. Not sure why, maybe because of my FF getting update 17.0.1. Now when I select a style instead of css value...
Current version of firefile.php still doesn't support https URLs for saving because of hardcoded string "http" in line 109: Please replace hardcoded "http" at least against something like ``` ($_SERVER['HTTPS']...