Bugzilla – Attachment 9467 Details for
Bug 7589
tinymce editor broken in .deb packages - in 'en' templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates
Bug-7589---tinymce-editor-broken-in-deb-packages--.patch (text/plain), 1.14 KB, created by
Mason James
on 2012-05-08 23:37:41 UTC
(
hide
)
Description:
Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates
Filename:
MIME Type:
Creator:
Mason James
Created:
2012-05-08 23:37:41 UTC
Size:
1.14 KB
patch
obsolete
>From e8175689f8485e3db0da84f420fe780fed19719a Mon Sep 17 00:00:00 2001 >From: Mason James <mtj@kohaaloha.com> >Date: Tue, 8 May 2012 16:59:20 +1200 >Subject: [PATCH] Bug 7589 - tinymce editor broken in .deb packages - in 'en' templates >Content-Type: text/plain; charset="utf-8" >http://koha-community.org > >this patch fixes a glitchy symlink to tiny_mce >--- > debian/rules | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/debian/rules b/debian/rules >index 7fed07e..9d1387b 100755 >--- a/debian/rules >+++ b/debian/rules >@@ -28,8 +28,9 @@ override_dh_auto_install: > # $(TMP)/usr/share/koha/opac/htdocs/opac-tmpl/prog/en/lib/jquery/jquery.js > rm -r \ > $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/js/tinymce >+ mkdir -p $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/js/tinymce/jscripts > ln -s /usr/share/tinymce2/www \ >- $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/js/tinymce >+ $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/js/tinymce/jscripts/tiny_mce > rm -r \ > $(TMP)/usr/share/koha/intranet/htdocs/intranet-tmpl/prog/en/lib/yui > ln -s /usr/share/javascript/yui \ >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7589
:
9448
|
9467
|
9548
|
11549