Project

General

Profile

Plugins Directory » Wiki Table-Of-Contents

Author: Anton Argirov
Website: -
Code repository: -
Registered on: 2012-08-22 (over 11 years ago)
Current version: 0.0.4
Compatible with: Redmine 2.1.x, 2.0.x, 1.4.x
User ratings:   (1)

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
After download:
  1. Run rake redmine:plugins:migrate (Redmine 2.x) or rake db:migrate:plugins (Redmine 1.x).
  2. Restart Redmine.
  3. Enable "Table of contents of Wiki" module for projects you need.
  4. Setup permissions for roles
Available permissions:
  • 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.

plugins.redmine_wiki_toc.zip (18 KB) plugins.redmine_wiki_toc.zip Anton Argirov, 2013-04-01 13:00

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.

screenshot

000040.png (66.8 KB) 000040.png screenshot Anton Argirov, 2012-08-22 11:41

User ratings

  by Mikaso Mikaso about 8 years ago

Great plugin! Do you plan to support Redmine 3.x?