<!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/ff9eba8e25415b6a4c1777bdecf3a6210c69f7ac" style="text-decoration: none; font-weight: bold; color: #573;">localization: set language for formencode based on config file  Before, the language would be taken from the environment - such as LANG. Now it will use exac...</a></h1>
<div id="body">
domruf committed on 2016-03-03 17:53:16<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/ff9eba8e25415b6a4c1777bdecf3a6210c69f7ac">ff9eba8e</a><pre>localization: set language for formencode based on config file

Before, the language would be taken from the environment - such as LANG. Now it
will use exactly what has been configured as lang in .ini .

The formencode initialization could be done in many places and there is no
obvious place ... but this one seems ok.

 M kallithea/config/environment.py (2 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/20bf8e618bc9ffc5d6f0149d9bd41108293ae459" style="text-decoration: none; font-weight: bold; color: #573;">windows: node paths should always use posixpath - avoid \ in repo internal paths on windows  Using \ on Windows would result in a wrong node path which could...</a></h1>
<div id="body">
domruf committed on 2016-03-02 17:58:25<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/20bf8e618bc9ffc5d6f0149d9bd41108293ae459">20bf8e61</a><pre>windows: node paths should always use posixpath - avoid \ in repo internal paths on windows

Using \ on Windows would result in a wrong node path which could not be checked
out with Git on Windows.

 M kallithea/controllers/files.py (2 lines added, 1 lines removed)
 M kallithea/model/scm.py (2 lines added, 1 lines removed)
 M kallithea/tests/functional/test_files.py (25 lines added, 24 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/2d92227f576da32e6a59d32445a103df66593ce3" style="text-decoration: none; font-weight: bold; color: #573;">tests: binary streams/files need to be opened in binary mode  Without binary, the stream may be closed on EOF character http://stackoverflow.com/a/9069009/70...</a></h1>
<div id="body">
domruf committed on 2016-03-02 18:50:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/2d92227f576da32e6a59d32445a103df66593ce3">2d92227f</a><pre>tests: binary streams/files need to be opened in binary mode

Without binary, the stream may be closed on EOF character
<a href="http://stackoverflow.com/a/9069009/7029">http://stackoverflow.com/a/9069009/7029</a> .

 M kallithea/tests/vcs/test_archives.py (2 lines added, 2 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/83dbf427f1dceb430c4c05ceb6e08ac1dd036b69" style="text-decoration: none; font-weight: bold; color: #573;">tests: load fixture in binary mode - otherwise \r would be filtered on Windows</a></h1>
<div id="body">
domruf committed on 2016-03-02 17:51:58<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/83dbf427f1dceb430c4c05ceb6e08ac1dd036b69">83dbf427</a><pre>tests: load fixture in binary mode - otherwise \r would be filtered on Windows

 M kallithea/tests/fixture.py (1 lines added, 1 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/e5f525856315e1b04df25191dc5060bcc73cdb93" style="text-decoration: none; font-weight: bold; color: #573;">vcs: the git backend requires string encoded repository names too  Shown by test.functional.test_admin_repos.test_delete_non_ascii on Windows.</a></h1>
<div id="body">
domruf committed on 2016-03-03 13:19:06<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/e5f525856315e1b04df25191dc5060bcc73cdb93">e5f52585</a><pre>vcs: the git backend requires string encoded repository names too

Shown by test.functional.test_admin_repos.test_delete_non_ascii on Windows.

 M kallithea/model/db.py (4 lines added, 5 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>