Skip to content

A Redmine plugins to allow user to select almost any redmine sub page as start page for a Redmine website

Notifications You must be signed in to change notification settings

fishermans/redmine_startpage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

startpage

This is a plugin for Redmine. It allows the user to select almost any redmine sub page as start page for a Redmine website

Some examples are: If the starting page must be this one (gatatac.net/projects/redminewikistartpage/wiki), then

Redmine 1.x

Controller: projects
Action: redminewikistartpage
Id: wiki
Extra argument name must be an empty string.
Extra argument value must be an empty string.

Redmine 2.x

Controller: wiki
Action: show
Id: wiki (name of the topic to show)
Extra argument name: project_id
Extra argument value: redminewikistartpage

If the starting page must be the books index for this project (gatatac.net/books?project_id=redminewikistartpage), then

Controller: books
Action must be an empty string.
Id must be an empty string.
Extra argument name: project_id.
Extra argument value: redminewikistartpage.

Github repository: github.com/txinto/redmine_startpage Install instructions www.redmine.org/projects/redmine/wiki/Plugins

About

A Redmine plugins to allow user to select almost any redmine sub page as start page for a Redmine website

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%