LDEV-2744: Major clean up and optimisation performed. The servlet uses LAMS logging mechanism. Return messages are sent by the servlet because they are not generated on new CKEditor side.
LDEV-2743: Change the way the function opening dialog gets registered in setup process.Plugins Paint, MoviePlayer and WikiLink were bidning to their commands functions with the same name, causing clash and incorrect registration of one function to multiple plugins.The function was removed from each Tool and an anonymous function was used instead.
LDEV-2741: Encode Organisation name before adding them as a javascript function parameter. For some reason the name needs to be encoded twice on Java side so it is encoded on JSP page as well.