Project

General

Profile

Wiki Extensions Plugin

Added by Haruyuki Iida over 14 years ago

Let me announce to you My "Wiki Extensions Plugin".
This plugin adds some wiki macros and enhancements to your redmine.

Features:
  • Sidebar
  • Footnote
  • Comment form
  • Tags
  • and more.

Demo page is here .

Thank you.


Replies (148)

RE: Wiki Extensions Plugin - Added by XXX XXX over 14 years ago

Mano Swerts wrote:

There was one thing I missed:

Isn't it possible to make a macro that lists all children of a particular page? So that I can put it in the Footer page so that below every page their children are displayed as links?

Thanks in advance.

Rich Hong wrote:

[...]

http://www.redmine.org/wiki/redmine/RedmineWikiFormatting#Macros

Mano Swerts wrote:

Yes that is a way to do it, but you must know the name of the page in advance. I would like to list the child pages of the currently opened wiki page in the SideBar or in the Footer. Or is this already possible?

Is anybody able to give me an answer for this problem? Is it already implemented and if not, can this be done in the following release?

Thanks in advance.

RE: Wiki Extensions Plugin - Added by Corrado Polentes over 14 years ago

when i run on my mac rake db:migrate_plugins RAILS_ENV=production ?

thanks

RE: Wiki Extensions Plugin - Added by Haruyuki Iida over 14 years ago

Hi Albrecht.

Albrecht Backhaus wrote:

when adding a wiki page as an additional tab into the project menu it appears right behind the wiki tab. When selecting this added tab, the related page is displayed but the Wiki tab is again marked as selected with css class="selected" which means that it appears as the active menu item though the other tab was selected.

Additional tab just forwards your request to the wiki page. So additional tab never be active. Same as "Download" tab of this site.

Thanks.

RE: Wiki Extensions Plugin - Added by Haruyuki Iida over 14 years ago

Hi Mano.

Mano Swerts wrote:

Yes that is a way to do it, but you must know the name of the page in advance. I would like to list the child pages of the currently opened wiki page in the SideBar or in the Footer. Or is this already possible?

Is anybody able to give me an answer for this problem? Is it already implemented and if not, can this be done in the following release?

Thanks in advance.

Use Wiki Extensions Plugin 0.1.1 and write {{child_pages}} macro to Footer page.

Thanks.

RE: Wiki Extensions Plugin - Added by Albrecht Backhaus over 14 years ago

Haru Iida wrote:

Additional tab just forwards your request to the wiki page. So additional tab never be active. Same as "Download" tab of this site.

Dear Haru, I had recognized this already. The problem is that it doesn't work like "normal" users would expect it to work. When selecting a tab in the menu - and another tab is highlighted as selected you are not sure that you got the content you wanted to have - this is more than confusing and contrary to all cognitions of usability and designing a user interface. This is surely also true for the "Download" tab on this site.
Isn't it possible to display the selected wiki page without doing this redirection ?

Regards, Albrecht

RE: Wiki Extensions Plugin - Added by Haruyuki Iida over 14 years ago

Hi Albrecht

Albrecht Backhaus wrote:

The problem is that it doesn't work like "normal" users would expect it to work. When selecting a tab in the menu - and another tab is highlighted as selected you are not sure that you got the content you wanted to have - this is more than confusing and contrary to all cognitions of usability and designing a user interface. This is surely also true for the "Download" tab on this site.

Thanks for your comment. I agree with you.

Isn't it possible to display the selected wiki page without doing this redirection ?

Possible but not easy. I'm afraid I can't promise that I will solve this problem.

Regards.

RE: Wiki Extensions Plugin - Added by Albrecht Backhaus over 14 years ago

Hello Haru

Possible but not easy. I'm afraid I can't promise that I will solve this problem.

Would be fine if you can find a way to solve this issue. It are the users who are making a product (assuming that redmine is one) successful or not and providing a proper usability is the main step in fostering acceptance in the market.

Thanks, for your understanding and your effort in sharing your work with the community, Albrecht

RE: Wiki Extensions Plugin - Added by Martin G over 14 years ago

Hi,

i use Redmin 0.8.4 and i have installen wiki_extensions 0.1.1
I get following error using the fn macro:

Error executing the fn macro (undefined method `page' for nil:NilClass)

I tried this syntax: {{fn(Redmine, One of the best project management tool.)}}

RE: Wiki Extensions Plugin - Added by Martin G over 14 years ago

Martin G wrote:

Hi,

i use Redmin 0.8.4 and i have installen wiki_extensions 0.1.1
I get following error using the fn macro:

[...]

I tried this syntax: {{fn(Redmine, One of the best project management tool.)}}

Hi,

for your info: I get the error only on the preview. When i save the wiki-page the macro works fine.

RE: Wiki Extensions Plugin - Added by Martin G over 14 years ago

Hi,

i have another question about css. I'm a newbie with html. How i have to include a css in a HTML header of each page?

Thanx for your help.

RE: Wiki Extensions Plugin - Added by Haruyuki Iida over 14 years ago

Hi Martin.

Martin G wrote:

i use Redmin 0.8.4 and i have installen wiki_extensions 0.1.1
I get following error using the fn macro:

Thanks. I will fix it in next release.

i have another question about css. I'm a newbie with html. How i have to include a css in a HTML header of each page?

Create the wiki page named "StyleSheet" and write the css in it.

Regards.

Wiki Extensions Plugin 0.1.2 Released. - Added by Haruyuki Iida over 14 years ago

Wiki Extensions Plugin 0.1.2 was released.

http://redminewikiext.googlecode.com/files/redmine_wiki_extensions-0.1.2.zip

Features:

  • {{iframe}} macro was added.
  • German translation was added. Thanks, Albrecht Backhaus.

Fixed bug:

  • {{fn}} macro failed on preview of new page.

Demo page of the {{iframe}} macro is here.

http://www.r-labs.org/wiki/r-labs/Wiki_Extensions_en#Displays-the-page-of-other-site

Regards.

RE: Wiki Extensions Plugin - Added by Craig Presti over 14 years ago

Great plugin, I'm using the Footer functionality to allow commenting on my wiki pages like this:

h1. Comments

{{comment_form}}

{{comments}}

Is there any way to show a link for the user who made a comment (or an admin) to delete that comment?

RE: Wiki Extensions Plugin - Added by Dario Laera over 14 years ago

Very nice plugin!

It would be even nicer if it can handle attachment update, like described in #4032

RE: Wiki Extensions Plugin - Added by Billy T over 14 years ago

hi, could anyone give me a hint of enabling a new/updated translation. After I update a yml file, it doesnot make any changes on the web.
Thanks.

RE: Wiki Extensions Plugin - Added by Haruyuki Iida over 14 years ago

Hi Graig.

Craig Presti wrote:

Is there any way to show a link for the user who made a comment (or an admin) to delete that comment?

No, not yet. Please wait for a next release.

Regards.

RE: Wiki Extensions Plugin - Added by Haruyuki Iida over 14 years ago

Hi Dario.

Dario Laera wrote:

It would be even nicer if it can handle attachment update, like described in #4032

Thank you for your idea. It seems useful, but I think it is impossible to achieve it without modifying redmine's core module.

Regards.

RE: Wiki Extensions Plugin - Added by Haruyuki Iida over 14 years ago

Hi Billy.

Billy T wrote:

hi, could anyone give me a hint of enabling a new/updated translation. After I update a yml file, it doesnot make any changes on the web.
Thanks.

If you use Redmine stable, you must edit lang/*.yml. If you use trunk, you must edit config/locales/*.yml.
And you must reboot redmine to enabling updated translation.

RE: Wiki Extensions Plugin - Added by Billy T over 14 years ago

Haru Iida wrote:

Hi Billy.

Billy T wrote:

hi, could anyone give me a hint of enabling a new/updated translation. After I update a yml file, it doesnot make any changes on the web.
Thanks.

If you use Redmine stable, you must edit lang/*.yml. If you use trunk, you must edit config/locales/*.yml.
And you must reboot redmine to enabling updated translation.

Thank for reply.
Maybe I didnot describe my problem clearly, my fault.
I meant how to create a new translation for wiki extension, and enable it.
I found lang files in <wiki extension folder>/lang.
However, when I created a new yml based on existing one, and restarted redmine, I still got "trans;ation missing" error on web.
Can I fix it?

Thank you

RE: Wiki Extensions Plugin - Added by Craig Presti over 14 years ago

Haru Iida wrote:

Hi Graig.

Craig Presti wrote:

Is there any way to show a link for the user who made a comment (or an admin) to delete that comment?

No, not yet. Please wait for a next release.

Regards.

No prob, looking forward to it :)

Is there a somewhere in the db I can manually remove them from in the meantime?

Wiki Extensions Plugin 0.1.3 Released. - Added by Haruyuki Iida over 14 years ago

Wiki Extensions Plugin 0.1.3 Released.

http://redminewikiext.googlecode.com/files/redmine_wiki_extensions-0.1.3.zip

Features:

  • Now you can edit or delete wiki comments.
  • Italian translation was added.

Thanks.

RE: Wiki Extensions Plugin - Added by Craig Presti over 14 years ago

Haru Iida wrote:

Wiki Extensions Plugin 0.1.3 Released.

http://redminewikiext.googlecode.com/files/redmine_wiki_extensions-0.1.3.zip

Features:

  • Now you can edit or delete wiki comments.
  • Italian translation was added.

Thanks.

That was quick! Thanks, works great :)

Feature request: auto-replace text in wiki. based on user rules - Added by Aleksey Timohin over 14 years ago

Allow to define "user dictionary" to allow automatically replace one text(word) with another.
F.e. I have text:

Redmine is very good issue-tracker. I love Redmine very much!

Then I add new rule to "user dictionary":
Text to find Text to show instead
Redmine [[Redmine] ]:)

And after adding, my text should look like this:

[[Redmine] ]:) is very good issue-tracker. I love [[Redmine] ]:) very much!

Can your plugin be extended to implement such behaviour?

Registered as feature request here: Feature #4062
Discussing topic in forum

Spam removed - Added by evamillerus evamillerus over 14 years ago

Spam kindly removed by Mischa The Evil.

Spam removed - Added by usapaymain usapaymain over 14 years ago

Spam kindly removed by Mischa The Evil.

(51-75/148)