mathew murphy
- Registered on: 2008-06-06
- Last connection: 2008-08-08
Activity
Reported issues: 3
2008-08-08
- 19:58 Redmine Feature #1142: CC list for issues
- +1 from me too. Often I add something to RedMine that someone reported to me by e-mail. I'd like to be able to add them to the CC list so when I update RedMine, I don't have to manually e-mail them.
- 19:56 Redmine Open discussion: RE: Server error after user logs in for first time with LDAP authentication
- Could be related to #1420?
2008-06-20
- 21:44 Redmine Defect #1512: Colons and whitespace wrapping
- This is a pretty trivial issue, but... When looking at an issue in "read" mode, each field label has " : " after it, i.e. space colon space. Conventional English punctuation is *not* to put a space before a colon. In addition, the space o...
2008-06-11
- 18:13 Redmine Defect #1426: User model does not allow person's first name to contain a dot '.'
- Our LDAP server contains usernames like "J.R. Ewing" and "J. Emmet Smith". These fail to be allowed to log in to Redmine. Fix is simple, validates_format_of :firstname, :lastname, :with => /^[\w\s\'\-\.]*$/i in app/models/user.rb
2008-06-10
- 19:18 Redmine Defect #1420: LDAP authentication extremely flaky
- I hit a problem with LDAP on Linux. It turns out that net/ldap is extremely unreliable when authenticating against the LDAP server at work. I've filed a bug against net/ldap on RubyForge, but since the project seems dormant it's not clear anything...
- 19:14 Redmine Feature #1413: Alphabetical Sorting of Drop-Down Lists
- I think you'll find that user lists *are* sorted alphabetically, they're just alphabetical on surname. Caught me out too. Should probably be a user preference thing.
Also available in: Atom