ndl / wiki_external_filter

Redmine plugin which allows defining macros that process macro argument using external filter program and render its result in wiki.
http://www.ndl.kiev.ua/content/redmine-wiki-external-filter-plugin
Other
36 stars 35 forks source link

Using Wiki External Filter with Redmine v1.0.3 (2010-10-31) #4

Closed siamak-haschemi closed 13 years ago

siamak-haschemi commented 13 years ago

Hello,

I wonder if you have the patch files to let Wiki External Filter work with Redmine v1.0.3 (2010-10-31)

Cheers, Siamak

ndl commented 13 years ago

I do have patches for Redmine 1.0.2, see here but I have not checked if they work OK for 1.0.3 or not - you might give them a try, though.

siamak-haschemi commented 13 years ago

I will give it a try, but on a first sight, the affected files (lib/redmine/wiki_formatting.rb , redmine/app/helpers/application_helper.rb ) seem to be changed.

siamak-haschemi commented 13 years ago

I tried it out and finally it works!

You can keep the redmine-1.0.2-macros-escaping.patch without any change. The file redmine-1.0.2-attachments.patch needs a change:

From:


...
@@ -509,17 +509,23 @@
...

to:


...
@@ -495,17 +495,23 @@
...

;-)

Cheers, Siamak