Feature #429
openMerge Home and My page
0%
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
Related issues
Updated by Damien McKenna about 17 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
Updated by Damien McKenna about 17 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
Updated by Dipan Mehta over 11 years ago
You can do exactly the same thing using Redmine Start Page plugin
Install, and config [ contoller= my , action = page ]
Updated by Toshi MARUYAMA over 11 years ago
- Description updated (diff)
- Category set to My page