Project

General

Profile

Actions

Feature #429

open

Merge Home and My page

Added by Damien McKenna over 16 years ago. Updated almost 11 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
My page
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:

Description

The Home and My Page pages should be merged into one. The easiest way to do this IMHO would be to completely drop the
Home page and make My Page the default. To replace the current Home page simply create a way of customizing the default
My Page contents, which would be viewed by anyone not logged in (presuming Authent. Required is not enabled).


Files

_welcome.rhtml (41 Bytes) _welcome.rhtml Damien McKenna, 2008-02-03 11:09
_latestprojects.rhtml (353 Bytes) _latestprojects.rhtml Damien McKenna, 2008-02-03 11:09

Related issues

Related to Redmine - Feature #1233: change default homepage to My pageNew2008-05-13

Actions
Actions #1

Updated by Damien McKenna over 16 years ago

Here's a custom block for the My Page to display the welcome
text. Here's
the diff to make it work:

Index: app/controllers/my_controller.rb =============================================== ====================
--- app/controllers/my_controller.rb (revision 721)
++ app/controllers/my_controller.rb (working copy)
@ -24,7 +24,8 @
- 'documents' => :label_document_plural
'documents' => :label_document_plural,
+ 'welcome' => :setting_welcome_text

Actions #2

Updated by Damien McKenna over 16 years ago

Attached is a file to list the latest projects, suitable for
the My Page view. Here
are the changes required for the my_controller.rb file:

- 'documents' => :label_document_plural
+ 'documents' => :label_document_plural,
+ 'latestprojects' => :label_project_latest

Actions #3

Updated by Dipan Mehta about 11 years ago

You can do exactly the same thing using Redmine Start Page plugin

Install, and config [ contoller= my , action = page ]

Actions #4

Updated by Filou Centrinov almost 11 years ago

Category: My page

Actions #5

Updated by Toshi MARUYAMA almost 11 years ago

  • Description updated (diff)
  • Category set to My page
Actions

Also available in: Atom PDF