<!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/d91c4f0a470ba0966d5d889f73ecc5851063961a" style="text-decoration: none; font-weight: bold; color: #573;">style: prefer Lucida Console over Consolas font  The letter l and the number 1 are very similar in the Consolas font, unlike in Lucida Console (available on ...</a></h1>
<div id="body">
patrickdp committed on 2015-05-27 15:18:33<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/d91c4f0a470ba0966d5d889f73ecc5851063961a">d91c4f0a</a><pre>style: prefer Lucida Console over Consolas font

The letter l and the number 1 are very similar in the Consolas font, unlike in
Lucida Console (available on almost all Windows versions [1]) where the
difference is more obvious.

In identifiers like
    foo_Vl_bar_V1
a clear visual difference is important during reviews.

[1] <a href="https://www.microsoft.com/typography/Fonts/font.aspx?FMID=1262">https://www.microsoft.com/typography/Fonts/font.aspx?FMID=1262</a>

 M kallithea/public/css/style.css (4 lines added, 4 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/a6accd29d038e694de0dfdc2316dd1b1bb72a06d" style="text-decoration: none; font-weight: bold; color: #573;">helpers: add automatic logging of Flash messages shown to users  Log all messages displayed through a flash to the user.  Subsequent patches can change the l...</a></h1>
<div id="body">
patrickdp committed on 2015-03-28 20:08:01<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a6accd29d038e694de0dfdc2316dd1b1bb72a06d">a6accd29</a><pre>helpers: add automatic logging of Flash messages shown to users

Log all messages displayed through a flash to the user.

Subsequent patches can change the log level for individual flash calls to
make the log more useful.

 M kallithea/lib/helpers.py (19 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/5fb4e6f884cec710b34736756d4eadaa53dd51d0" style="text-decoration: none; font-weight: bold; color: #573;">changeset: reduce log level of stack trace on innocent exceptions  When the user performs an unallowed action and a flash is displayed, there is no need to l...</a></h1>
<div id="body">
patrickdp committed on 2015-06-11 06:18:14<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/5fb4e6f884cec710b34736756d4eadaa53dd51d0">5fb4e6f8</a><pre>changeset: reduce log level of stack trace on innocent exceptions

When the user performs an unallowed action and a flash is displayed, there
is no need to log the stack trace at 'error' level. Reduce the stack trace
log to debug instead.

 M kallithea/controllers/changeset.py (2 lines added, 2 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>