[Koha-bugs] [Bug 7589] tinymce editor broken in .deb packages - in 'en' templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Aug 10 14:02:22 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7589

--- Comment #10 from Mason James <mtj at kohaaloha.com> ---
(In reply to comment #9)
> I just tested on an installation of 3.8.3 running off the official packages,
> and it has tiny_mce working beautifully for both English and Norwegian.
> Maybe this is just a problem for 3.6.x now?



well... looks like its still broken, in the latest stable .deb

mason at gw1:~$ dpkg -c ./koha-common_3.8.3.1-1_all.deb |grep jscript |wc -l
0

what that '0' means is that there is ZERO dirs in the package called 'jscript'

the 'jscript' dir gets deleted in ./debian/rules 
rm -r $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/js/tinymce    

which means that the below call for tiny_mce in
./prog/en/modules/tools/koha-news.tt will fail (which is the bug)

script language="javascript" type="text/javascript" src="[% themelang %]/js   
/tinymce/jscripts/tiny_mce/tiny_mce.js"></script>  


and thats the bug, that the patch fixes

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list