hdgarrood / redmine_release_notes

A plugin to add release notes to Redmine
GNU General Public License v3.0
73 stars 46 forks source link

Support redmine_ckeditor plugin #116

Open popy2k14 opened 10 years ago

popy2k14 commented 10 years ago

I am using redmine_ckeditor plugin and release notes doesnt support ckeditor.

ckeditor plugin: http://www.redmine.org/plugins/ckeditor

popy2k14 commented 10 years ago

Have done it the following way in file "_release_notes.html.erb": http://pastebin.com/wRmydu4s

Can anybody review/merge it. Dont have much github experience.

thx

asinteg-daehn commented 9 years ago

Thanks for your patch! Works great!

I applied it together with some fixes for the HTML format on my fork: https://github.com/asinteg-daehn/redmine_release_notes

popy2k14 commented 9 years ago

Nice that it also works for you :-)

pOpY

asinteg-daehn commented 9 years ago

Indeed! :+1:

Sadly this project seems to be unmaintained currently :(

popy2k14 commented 9 years ago

Yeah, its a great plugin. I have done several other improvements, sadly they depends on some baaaad redmine core hacks (because i dont very familiar with writing plugins which includes core patches). One improvement is an integration of the releasenotes in the roadmap. now i am using the roadmap as a changelog with releasenotes :-)

asinteg-daehn commented 9 years ago

That sounds really interesting - and I have the same problems of lacking knowledge, too.

Currently I reimplemented the display functions for the Release Notes page to support HTML better and to add a print preview dialog. In the moment I'm moving my hardcoded CSS code out into separate .css files and then all gets pushed into my open Github repo.

Your improvements sounds really really interesting - would love to see it.

Besides: I bought me a book for writing Redmine plugins (Packt Publishing) - maybe it'll help me to better understand the plugin stuff - and: maybe we could move your hacks into separate files or better: official plugin hooks. So your extensions can be part of the official plugin (or a fork of it).