LDEV-1987 Export portfolio not exporting imagesthis was related to LDEV-1971:, the image urls were not being adjusted properly in export becuse the "lams/www/secure" url was instead "rams/www/sevure" because this tool was developed in rams.now the "lams" bit is retrieved from the request context using:request.getContextPath().substring(0, 5);
LDEV-1971 : Main export server only adjusts image urls for lams, not in rams,this is because "/lams/secure/www" was included in the regexnow the "lams" bit is retrieved from the request context using:request.getContextPath().substring(0, 5);
LDEV-1985 - Inserting a url link breaks wiki linksThis was actually happening because the FCKEditor would escape the quotation characters the next time it was edited, fixed by making the link:javascript:changeWikiPage("<wikiPage>");