Feature #2
favicon is missing
| Status : | Closed | Start : | 04/28/2008 | |
| Priority : | Low | Due date : | ||
| Assigned to : | Yuki Sonoda | % Done : | 0% |
|
| Category : | - | |||
| Target version : | - | |||
Description
Associated revisions
Revision 51d91c73824f4dd4ba5149cec5717733234e2edb
fixed [redmine4ruby-lang:21]
Redmine will send mails in text/plain.
Revision 54f58c5fb6b52c38bb7ca713839d052454ae4fb0
Commit messages are now scanned for referenced or fixed issue IDs. Keywords and the status to apply to fixed issues can be defined in Admin -> Settings.
Default keywords: - for referencing issues: refs, references, IssueID - for fixing issues: fixes,closes There's no default status defined for fixed issue. You'll have to specify it if you want to enable auto closure of issues.
Example of a working commit message: "This commit references #1, #2 and fixes #3"
git-svn-id: svn://rubyforge.org/var/svn/redmine/trunk@473 e93f8b46-1217-0410-a6f0-8f06a7374b81
Revision 6da2e13f24f610a8d2564e38e4fc21d3106e5693
added favicon. (from http://www.ruby-lang.org/favicon.ico)
[fixes #2]
Revision 8b1be97ec12d8aa2003533b6e2a5c4724c1a3318
- Issues can be identified via mail number.
Fixes
[redmine4ruby-lang:20].
Revision 9539cb9f72dd70d2d8ea7ead1fe8df11af167a7c
- shows author's name in the from address of the notificaton mail, when an issue created.
- fixed
[redmine4ruby-lang:24]