Project

General

Profile

Wiki - missing macro buttons

Added by Richard Schell almost 10 years ago

Hi,

I recently made a huge update from Redmine 1.3.3.stable to 2.5.1.stable, while also updating Ruby (1.8.7 to 1.9.3-p194) and Rails (2.3.14 to 3.2.17). Redmine is running on a Debian wheezy, using mysql and apache.
Besides having some problems finding compatible versions of some plugins, the update went fairly well considering that I've never worked with any of the aforementioned products. Thanks a lot to the nice update Guide.

The problem is, I am missing some buttons in the wiki editor. In the old environment there used to be buttons from several plugins, which would insert macro commands.
For example there was a button for the Glossary Plugin, inserting the macro "{{term()}}" (compare to the bottom of the plugin page: http://en.sourceforge.jp/projects/rp-glossary/wiki/PluginUsageEn). The macro itself is working though.

As mentioned before I don't know much about ruby on rails and therefore don't know where and how the webpage is supposed to be built, thus having trouble locating the actual problem and making adjustments. I assumed, if the plugin's css, js and png are residing in subfolders of plugin_assets and are read-/writeable, they are included in the building process.

Does someone know, what I am missing or can direct me to some documentation on this topic? I don't know if this has to do with rails, rake, passenger or something else.

This is the output of RAILS_ENV=production script/about
Environment:

Redmine version 2.5.1.stable
Ruby version 1.9.3-p194 (2012-04-20) [i486-linux]
Rails version 3.2.17
Environment production
Database adapter Mysql2

SCM:

Subversion 1.6.17
Git 1.7.10
Filesystem

Redmine plugins:

redmine_backlogs v1.0.6
redmine_glossary 0.7.1
redmine_image_cache 1.0
redmine_local_avatars 0.1.1
redmine_thumbnails 1.0
wiki_external_filter 0.0.2

Any form of help is appreciated.
Thank you very much.


Replies (2)

RE: Wiki - missing macro buttons - Added by Jan Niggemann (redmine.org team member) almost 10 years ago

You're using the 0.7.1 version, where did you get it?
This fork of the plugin is at 0.7.1, do you use this one? Its author says it's been tested against 2.3 and 2.4: https://github.com/maxrossello/redmine_glossary

RE: Wiki - missing macro buttons - Added by Richard Schell almost 10 years ago

Thanks for the response.
Yes, I am using maxrosello's fork. I don't know if it's the plugin's fault, as the thumbnails plugin did not add its buttons either.
I am aware that several of my plugins might not be developed for or tested against 2.5.1, and if something has been modified, connected to the toolbar, I'd also guess that the plugins do not work with my Redmine version.

Currently I am thinking about using this plugin https://github.com/tleish/redmine_jstoolbar_ext_buttons and adding the buttons with its help, or manipulating the public/javascripts/jstoolbar/textile.js itself, though I would prefer not doing it like this.

From my understanding the buttons (script, image, etc) are not found when building the page, either they are not searched for, they were not raked or I missed some step along the way. I just don't know how it should be and how I can check at which point something fails.

    (1-2/2)