<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/b6c702202f8290b345cb42e320c07fdaaa5472b1" style="text-decoration: none; font-weight: bold; color: #573;">tests: add test for author_email handling of invalid author strings  This shows that author_email can return invalid email addresses.</a></h1>
<div id="body">
kiilerix committed on 2016-02-15 18:29:26<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/b6c702202f8290b345cb42e320c07fdaaa5472b1">b6c70220</a><pre>tests: add test for author_email handling of invalid author strings

This shows that author_email can return invalid email addresses.

 M kallithea/tests/vcs/test_utils.py (3 lines added, 0 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>

<!DOCTYPE html>
<html>
  <head>
</head>
<body style='font: 12pt Roboto, "DejaVu Sans", Arial; margin-left: 5px; margin-right: 5px;'>
<div id="entry">
<h1 style='font: 12pt Roboto, "DejaVu Sans", Arial; display:block; background: #c0cf88; border-bottom: solid 3px #573; padding: 5px; margin-top: 0px; color: #573;'><a href="https://kallithea-scm.org/repos/kallithea/changeset/1fd82c81118df05c1619d1d0f34eb870a76e91d0" style="text-decoration: none; font-weight: bold; color: #573;">vcs: better handling of invalid email addresses: don't consider them email addresses  13da89053853 was in principle right in always returning email adresses ...</a></h1>
<div id="body">
kiilerix committed on 2016-02-15 18:29:26<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/1fd82c81118df05c1619d1d0f34eb870a76e91d0">1fd82c81</a><pre>vcs: better handling of invalid email addresses: don't consider them email addresses

13da89053853 was in principle right in always returning email adresses as
string ... but unfortunately the function also returned invalid email addresses
that didn't fit into strings.

To fix this, the function is refactored to always use regexp matching of valid
email addresses ... and to be simpler. The behaviour should be the same as
before for all valid email addresses.

 M kallithea/lib/vcs/utils/__init__.py (20 lines added, 16 lines removed)
 M kallithea/tests/vcs/test_git.py (2 lines added, 2 lines removed)
 M kallithea/tests/vcs/test_utils.py (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>