Defect #4542
Copyright year should be update to 2010
Status: | Closed | Start date: | 2010-01-09 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | 0.9.1 | |||
Resolution: | Affected version: | 0.9.0 |
Description
On Redmine 0.9, copyright year in the footer line should be updated to 2010.
Associated revisions
Copyright updated (#4542).
History
#1
Updated by Jean-Philippe Lang about 13 years ago
- Category set to UI
- Target version set to 0.9.1
- Affected version (unused) set to 0.9.0
- Affected version set to 0.9.0
#2
Updated by Jean-Philippe Lang about 13 years ago
- Status changed from New to Closed
#3
Updated by M Salzburg about 13 years ago
Wouldnt it be more effective to define a dynamic date like <%= DateTime.now.year.to_s %>
?
Powered by <%= link_to Redmine::Info.app_name, Redmine::Info.url %> © 2006-<%= DateTime.now.year.to_s %> Jean-Philippe Lang
#4
Updated by Otaci Martins about 13 years ago
M Salzburg wrote:
Wouldnt it be more effective to define a dynamic date like
<%= DateTime.now.year.to_s %>
?[...]
But this approach can result in wrong information depending on system date.