orchitech / redmine_reformat

A Swiss-Army Knife for Converting Redmine Rich Text Data
Other
33 stars 6 forks source link

Draft: Redmine 5 #14

Closed benibr closed 2 years ago

benibr commented 2 years ago

This is a draft working towards Redmine 5 support

benibr commented 2 years ago

Tested with Redmine 5.0.3 with Textile and rake reformat:convert to_formatting=markdown dryrun=1 --trace RAILS_ENV=production but still got some errors:

[WARNING] WikiContent#53: /projects/foobar/wiki/importantstuff - reformatting MD table failed

There are also a lot of deprecation warnings which probably should be fixed.

benibr commented 2 years ago

Fixed by https://github.com/orchitech/redmine_reformat/commit/5eee6f30da2ff418616ac0bd6258cfa8261fcf61

martincizek commented 2 years ago

Thank you for your contribution. It was a little more complex in the end. Hope it works now.