<!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/437545429441d2a194fdf1b82b532d870f4ffc0f" style="text-decoration: none; font-weight: bold; color: #573;">templates: drop id="body" on body - it wasn't used and caused duplicate IDs  There are lots of   <div id="body" class="codeblock"> where the body id perhaps ...</a></h1>
<div id="body">
kiilerix committed on 2017-01-06 00:43:50<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/437545429441d2a194fdf1b82b532d870f4ffc0f">43754542</a><pre>templates: drop id="body" on body - it wasn't used and caused duplicate IDs<br /><br />There are lots of<br />  <div id="body" class="codeblock"><br />where the body id perhaps also could be dropped.

 M kallithea/templates/base/root.html (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/785a9770e8e0febc9111c087d3a91123d087ddce" style="text-decoration: none; font-weight: bold; color: #573;">templates: textarea doesn't have a size attribute - drop it!  We could use the rows attribute ... but so far it has worked without ...</a></h1>
<div id="body">
kiilerix committed on 2017-01-06 00:43:50<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/785a9770e8e0febc9111c087d3a91123d087ddce">785a9770</a><pre>templates: textarea doesn't have a size attribute - drop it!<br /><br />We could use the rows attribute ... but so far it has worked without ...

 M kallithea/templates/files/files_add.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest.html (1 lines added, 1 lines removed)
 M kallithea/templates/pullrequests/pullrequest_show.html (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/0bc464a5528a28e361911cb227fd439725c9a520" style="text-decoration: none; font-weight: bold; color: #573;">templates: make various tables more well-formed with consistent columns</a></h1>
<div id="body">
kiilerix committed on 2017-01-06 00:43:50<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/0bc464a5528a28e361911cb227fd439725c9a520">0bc464a5</a><pre>templates: make various tables more well-formed with consistent columns

 M kallithea/templates/admin/repo_groups/repo_group_edit_perms.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/repos/repo_edit_permissions.html (1 lines added, 1 lines removed)
 M kallithea/templates/admin/settings/settings_system.html (1 lines added, 0 lines removed)
 M kallithea/templates/admin/user_groups/user_group_edit_perms.html (1 lines added, 1 lines removed)
 M kallithea/templates/base/perms_summary.html (3 lines added, 3 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/6e43c6fd9ebc1096b7c60dbd321c9e5a3d75f5fc" style="text-decoration: none; font-weight: bold; color: #573;">templates: make sure the fork submit button has a valid name</a></h1>
<div id="body">
kiilerix committed on 2017-01-06 00:43:50<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/6e43c6fd9ebc1096b7c60dbd321c9e5a3d75f5fc">6e43c6fd</a><pre>templates: make sure the fork submit button has a valid name

 M kallithea/templates/forks/fork.html (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/a996a08cf45c1b22f2d8268bdef97d0ca89524e2" style="text-decoration: none; font-weight: bold; color: #573;">templates: drop unused duplicate id in files_add</a></h1>
<div id="body">
kiilerix committed on 2017-01-06 00:43:50<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/a996a08cf45c1b22f2d8268bdef97d0ca89524e2">a996a08c</a><pre>templates: drop unused duplicate id in files_add

 M kallithea/templates/files/files_add.html (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/18e63f0ee80ee06dd1f7b72aeb1ab19c73791433" style="text-decoration: none; font-weight: bold; color: #573;">templates: form inside h5 is not valid html  Make journal.html do the same as admin.html does.</a></h1>
<div id="body">
kiilerix committed on 2017-01-06 00:43:50<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/18e63f0ee80ee06dd1f7b72aeb1ab19c73791433">18e63f0e</a><pre>templates: form inside h5 is not valid html<br /><br />Make journal.html do the same as admin.html does.

 M kallithea/public/css/style.css (0 lines added, 8 lines removed)
 M kallithea/templates/journal/journal.html (1 lines added, 3 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/2c1c03581874032c10a0be8bcbbbba83d1921618" style="text-decoration: none; font-weight: bold; color: #573;">templates: div inside dl is not valid html - move system settings message outside the dl</a></h1>
<div id="body">
kiilerix committed on 2017-01-06 00:43:50<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/2c1c03581874032c10a0be8bcbbbba83d1921618">2c1c0358</a><pre>templates: div inside dl is not valid html - move system settings message outside the dl

 M kallithea/templates/admin/settings/settings_system.html (5 lines added, 5 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/65b6797b102d48170b755c82525dffd75c4dcc6d" style="text-decoration: none; font-weight: bold; color: #573;">templates: div inside pre is not valid html - use span instead</a></h1>
<div id="body">
kiilerix committed on 2017-01-06 00:43:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/65b6797b102d48170b755c82525dffd75c4dcc6d">65b6797b</a><pre>templates: div inside pre is not valid html - use span instead

 M kallithea/lib/helpers.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/4fdf7ccd42dc47aae9584f9e604ee6a7b2444e39" style="text-decoration: none; font-weight: bold; color: #573;">templates: use valid ids for input fields in hook settings so labels can reference them correctly  h.text will generate safe ids based on the name ... but th...</a></h1>
<div id="body">
kiilerix committed on 2017-01-06 00:43:51<br />branch: default<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/4fdf7ccd42dc47aae9584f9e604ee6a7b2444e39">4fdf7ccd</a><pre>templates: use valid ids for input fields in hook settings so labels can reference them correctly<br /><br />h.text will generate safe ids based on the name ... but these ids are not<br />available in the template for referencing from <label for=...>.<br /><br />Instead, generate safe ids for the input fields.

 M kallithea/templates/admin/settings/settings_hooks.html (8 lines added, 6 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/c617f60486c2ea2e11099fe00ec6ac13ecb05150" style="text-decoration: none; font-weight: bold; color: #573;">templates: update copyright notice in footer to 2017</a></h1>
<div id="body">
kiilerix committed on 2017-01-06 00:43:51<br />branch: default<br />tag: tip<br />changeset: <a href="https://kallithea-scm.org/repos/kallithea/changeset/c617f60486c2ea2e11099fe00ec6ac13ecb05150">c617f604</a><pre>templates: update copyright notice in footer to 2017

 M kallithea/templates/base/base.html (1 lines added, 1 lines removed)</pre>
</div>
</div>
</div>
</body>
</html>