Plugins Directory » Wiki Table-Of-Contents
Author: | Anton Argirov | |
---|---|---|
Website: | - | |
Code repository: | - | |
Registered on: | 2012-08-22 (over 12 years ago) | |
Current version: | 0.0.4 | |
Compatible with: | Redmine 2.1.x, 2.0.x, 1.4.x | |
User ratings: |
This plug-in allows to order Wiki pages and adds a macro to display the table of contents of Wiki pages in the specified order. Also it changes the way links to Wiki pages displayed by adding a number like "1.1.2." to the title of the page.
Installation notes
From a ZIP file:
- Download the latest version of the plugin
- Unzip to /plugins (Redmine 2.x) or /vendor/plugins (Redmine 1.x) folder of Redmine
- Run rake redmine:plugins:migrate (Redmine 2.x) or rake db:migrate:plugins (Redmine 1.x).
- Restart Redmine.
- Enable "Table of contents of Wiki" module for projects you need.
- Setup permissions for roles
- Reorder wiki pages
- View table of contents of Wiki -- enable it if you have "View wiki pages" permission enabled
Changelog
0.0.4 (2012-10-22)
Compatible with Redmine 2.1.x, 2.0.x, 1.4.x.
Added option to disable numeric prefix for specific pages
Don't forget to migrate plugins and run bundle install.
0.0.3 (2012-09-03)
Compatible with Redmine 1.4.x, 2.0.x, 2.1.x.
Fixed bugs, added Chinese translation
0.0.2 (2012-08-24)
Compatible with Redmine 1.4.x, 2.0.x, 2.1.x.
Added compatibility with 1.4.x and 2.0.x
0.0.1 (2012-08-22)
Compatible with Redmine 2.1.x.