Wiki Extensions is a plugin which adds several useful wiki macros to Redmine.
http://www.r-labs.org/wiki/r-labs/Wiki_Extensions_en
-
Copy the plugin directory into the plugins directory
-
Migrate plugin: rake redmine:plugins:migrate RAILS_ENV=production
-
Start Redmine
-
Add wiki extensions module into your project.
This plugin works only on production mode.
- ru.yml - Dim A
- fr.yml - Pascal Menut
- de.yml - Albrecht Backhaus
- it.yml - earcar
- sv.yml - Henrik Jönsson
- es.yml - Francisco Benítez León
- no.yml - Thomas Nygreen
- pt.yml - Marcelo Fernandes
- pt-BR.yml - Marcelo Fernandes
- pl.yml - Łukasz Rymarczyk
- zh.yml - Tim lin, Steven Wong
- cs.yml - Strnadj
First of all try to run tests in your environment:
bundle exec rake redmine:plugins:test NAME=redmine_wiki_extensions
If everyhting is ok, push your changes into master branch and run merge script, which merge master into testing and push to remote (github):
./push_for_test.sh