http://svn.edgewall.org/repos/trac/trunk
........
r6674 | cboos | 2008-03-10 10:55:32 -0500 (Mon, 10 Mar 2008) | 4 lines
Fix default reports so that they work with more db backends.
Closes #5543.
........
r6675 | cboos | 2008-03-10 10:59:00 -0500 (Mon, 10 Mar 2008) | 2 lines
Semi-automatic bug reporting: the jQuery version information and the user agent information were not properly added to the bug report.
........
r6676 | cboos | 2008-03-10 12:06:30 -0500 (Mon, 10 Mar 2008) | 8 lines
More exhaustive support for e-mail addresses.
The regexp used so far missed some unusual ones, like those containing quotes or double quotes. We're not going to complexify the regexp too much, so this is probably still not perfect.
Closes #6609.
This respects the constraints introduced by #4372 at the notification level, but doesn't yet inject the `[notification] admit_domains` in the Wiki regexp.
........
r6677 | cboos | 2008-03-10 12:14:55 -0500 (Mon, 10 Mar 2008) | 2 lines
Adding some unit tests for the EMAIL_LOOKALIKE_PATTERN introduced in r6676.
........