Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not support the Redmine_CKeditor #1

Open
archonwang opened this issue Oct 11, 2011 · 3 comments
Open

Can not support the Redmine_CKeditor #1

archonwang opened this issue Oct 11, 2011 · 3 comments

Comments

@archonwang
Copy link

Hi, I found that the plugin can not support the Redmine_CKeditor.
Could anyone tell me what's the problem.

Thanks.

@archonwang
Copy link
Author

http://github.com/a-ono/redmine_ckeditor

when I used the texttile, it's OK.

If you have any idea, please tell me. Thanks.

@a1exsh
Copy link
Owner

a1exsh commented Oct 11, 2011

The reason this doesn't work out of the box is that redmine ties itself too tightly to the default text editor.

In order to support both plugins at the same time, redmine needs to be patched to extract the render(:update) part of the code from the JournalsController#new into a separate method. The redmine_ckeditor plugin then needs to be updated to patch only that extracted method instead of new action also, this plugin needs to be patched to use that extracted method in place of the current CannedResponsesController#insert action.

@archonwang
Copy link
Author

OK. I see. Thanks so much.

Maybe I should suggest that the redmine should give up the default text editor in some way. Thanks a lot .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants