Project

General

Profile

Plugins Directory » Redmine Start Page

Author: Txinto Vaz
Website: http://gatatac.org/projects/redmine-startpage/wiki
Code repository: https://github.com/txinto/redmine_startpage
Registered on: 2011-09-27 (over 12 years ago)
Current version: 0.0.3
Compatible with: Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.3.x, 1.2.x, 1.1.x
User ratings:   (5)

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 the initial wiki page (the topic named ‘wiki’) for the ‘redminewikistartpage’ project, 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 (name of the controller)
  • Action: show
  • Id: wiki (name of the topic to show)
  • 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
Homepage: http://gatatac.org/projects/redmine-startpage/wiki

Changelog

0.0.3 (2013-11-21)

Compatible with Redmine 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.3.x, 1.2.x, 1.1.x.

0.0.2 (2011-09-27)

Compatible with Redmine 1.2.x.

User ratings

  by Danilo Muñoz about 8 years ago

It worked very well until I had to change to Redmine 3. I would recommend updating this plugin in order to continue doing its job on new updates.
For a while, and working around, I changed the config/routes.rb:
root :to => redirect('relative URL')

  by Jan Jiránek about 9 years ago

Tested with 2.6.2 stable. Plugin works well!

Can someone help me with settings this plugin?
I need setup homepage to this relative URL "projects//issues".

  by Enver Ablyaev about 9 years ago

Excellent plugin!
Tested with 2.6.1.stable

  by Michael Sanders almost 10 years ago

Great plugin. It's a little hard to get this configured initially, and it probably won't take user's accessible projects into account (especially if I want to point a user to a non-public project.)

  by iron geex almost 10 years ago

I don't put five because sample is very poor, you must list controllers, actions because I had to search in source code.

below a sample to redirect on project overview
controller: projects
action: show
id: project_id