2016-02-29, 06:34:59
I also did some tests with cke_patch branch, mainly testing the new editor. No problem with icons, no need to clear cache. Look nice and clean. I tried to set ckeditor to "advanced", then to "full", no problem...
I did'nt try to add plugins for the moment...
Off topic, but I want to share a quick workaround I did on settings.php : I can't prevent browser to autofill the password ($pwd1), so I changed the if statement on line 119
from
if ($pwd1 != $pwd2) {
to
if ( ($pwd1 != $pwd2) && ($pwd2 != '') ) {
I did'nt try to add plugins for the moment...
Off topic, but I want to share a quick workaround I did on settings.php : I can't prevent browser to autofill the password ($pwd1), so I changed the if statement on line 119
from
if ($pwd1 != $pwd2) {
to
if ( ($pwd1 != $pwd2) && ($pwd2 != '') ) {
__
Contact me if you need a french translation file for your plugin.
Contact me if you need a french translation file for your plugin.