Adam Knight

  • Email:
  • Registered on: 2008-02-03

Activity

Reported issues: 9

2007-12-02

12:33 Redmine Defect #123: One user's bad email address breaks all email notifications for everyone on a project
I'm not saying it's invalid SMTP; it sends the messages more often than not, so it must be valid. I'm saying that in the specific case of company foo.com running redmine.foo.com and sending mail via mail.foo.com with users a@foo.com through z@foo...

2007-12-01

18:31 Redmine Defect #123: One user's bad email address breaks all email notifications for everyone on a project
No, this isn't a mail server-specific issue. This is standard for all mail servers that process mail for a domain. If any recipient in the list is invalid, the message is rejected. This is why mailing list servers send messages out one at a tim...

2007-11-21

16:12 Redmine Defect #152: Theme search path needs work
I'm using Apache 1.3 (no choice) to run a FastCGI install of Redmine (r921). It doesn't see the default theme. So I ran the Ruby server on the same install and it does see it. After much mucking around, I made a symlink to public inside pub...

2007-10-12

11:57 Redmine Feature #455: Emails should have site information
Emails should include the site's name, URL, and a short message stating how the user can turn off email notifications on the site.
11:56 Redmine Defect #125: News not parsed for Textile before mailing
It appears that when news items are emailed out as updates that they are not parsed for Textile. The raw content is sent out. This should be parsed and sent out all pretty like issues are.

2007-10-10

15:45 Redmine Feature #454: Trackers per-project
Redmine needs to be able to turn trackers on and off per project. Some projects may want Bugs, but some may be support only where Support is the only one you want. Others could be administrative and need only one called Tasks, etc.

2007-10-09

17:33 Redmine Defect #124: bulk edit doesn't change the category or fixed version properties
In testing bulk edit on r817, I changed every field and couldn't get category or fixed version to update for any item I selected.

2007-10-08

16:31 Redmine Defect #123: One user's bad email address breaks all email notifications for everyone on a project
Because everyone's email address is used in one email, if a mail server rejects the message because one address is bad and it hosts that domain, then no notifications are ever sent for any project that the bad user is a part of. Example: Say I h...

2007-10-05

16:33 Redmine Defect #121: Can't get to enumerations in r804
Okay, and that worked when I went from 803's DB to 804. However, when I copy my 0.5.1 DB to a test DB and then migrate it, the migrate fails when it's adding the enumerate column with a similar error. --- $ rake db:migrate RAILS_ENV="devel...
14:58 Redmine Defect #121: Can't get to enumerations in r804
I try to go to /enumerations in 804 and get the following: NoMethodError in Enumerations#index Showing app/views/enumerations/list.rhtml where line #12 raised: undefined method `is_default?' for #<Enumeration:0x31874fc> Extracted source ...

Also available in: Atom