-
Notifications
You must be signed in to change notification settings - Fork 13
Description
I have just downloaded the master branch zipball and installed it on my PHP hosting. InPlaceEditor looks very promising, but it is buggy right now.
First of all, there is no info in README about file permissions, password being salted in sha1('#1_' . $_POST["password"] . '+%6') and required changing SERVER_PATH in inplaceeditor.js to run it.
Next, index.html, login page and new.html files lack CSS assets, e.g. http://getbootstrap.com/2.3.2/ which is in any case obsolete, throw JS errors, e.g. TypeError: $.browser is undefined in bootstrap-transition.js:37.
Next, login page layout is hardcoded in htmlEntities.inc rather than showing a modal on top of my theme (index.html).
Finally, while editing a text, I cannot add a header due to a NS_ERROR_FAILURE in inplaceeditor.js:374. I am using the latest Firefox.
For now InPlaceEditor is not ready for prime time, but keep working on it, because it has potential.