Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0

feat: may 2019 post

This commit is contained in:
Bauke 2019-05-31 23:55:29 +02:00
parent f2dfa8c94b
commit cebe9ab222
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 706 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## 2019
* [May](https://til.bauke.xyz/posts/may-2019.html)
* [April](https://til.bauke.xyz/posts/april-2019.html)
* [March](https://til.bauke.xyz/posts/march-2019.html)
* [February](https://til.bauke.xyz/posts/february-2019.html)

View File

@ -25,6 +25,11 @@
<section id="posts">
<h1>Posts</h1>
<h2>2019</h2>
<article class="post">
<h2>
<a href="posts/may-2019.html">May</a>
</h2>
</article>
<article class="post">
<h2>
<a href="posts/april-2019.html">April</a>

700
src/posts/may-2019.html Normal file
View File

@ -0,0 +1,700 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>May 2019</title>
<link rel="stylesheet" href="../css/common.css">
<link rel="stylesheet" href="../css/post.css">
<!-- NOTE: favicons are under "src/favicons" but in "public/" for build -->
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png">
<link rel="manifest" href="../site.webmanifest">
<link rel="mask-icon" href="../safari-pinned-tab.svg" color="#282a36">
<link rel="shortcut icon" href="../favicon.ico">
<meta name="msapplication-TileColor" content="#282a36">
<meta name="msapplication-config" content="../browserconfig.xml">
<meta name="theme-color" content="#282a36">
</head>
<body>
<div id="wrapper">
<h1>May 2019</h1>
<section id="post">
<article id="toc">
<h2>Table Of Contents</h2>
<ul>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#feedback">Feedback</a>
</li>
<li>
<a href="#highlights">Highlights</a>
<ul>
<li>
<a href="#group-wikis">Group Wikis</a>
</li>
<li>
<a href="#various-fixes">Various Fixes</a>
</li>
</ul>
</li>
<li>
<a href="#statistics">Statistics</a>
</li>
<li>
<a href="#notable-official-topics">Notable Official Topics</a>
</li>
<li>
<a href="#issue-table">Issue Table</a>
<ul>
<li>
<a href="#opened">Opened</a>
</li>
<li>
<a href="#closed">Closed</a>
</li>
</ul>
</li>
</ul>
</article>
<article id="about">
<h2>About</h2>
<p>The Tildes Issue Log is a monthly recurring post about the changes and progression that Tildes has made.
Highlighting some of the newest additions and changes, as well as a complete table of every issue opened and
closed in that month, along with some interesting statistics so you can get a look into the development
process and a quick grasp of anything you may have missed.</p>
</article>
<article id="feedback">
<h2>Feedback</h2>
<p>If anything is incorrect or you have anything that you'd like to see changed or added please
<a href="https://gitlab.com/Bauke/tildes-issue-log/issues">open an issue</a>,
<a href="https://tildes.net/user/Bauke/new_message">PM me</a>
or comment on the posted topic on Tildes.</p>
<p>If you'd like to write a highlight section or want to contribute in any other way, feel free to do so. Like
Tildes, this will remain entirely open-source.</p>
</article>
<article id="highlights">
<h2>Highlights</h2>
<h3 id="group-wikis">Group Wikis</h3>
<p>On the 24th, <a href="https://tild.es/drm">group wikis were added</a>. These wikis can be accessed through any group's sidebar, for example in <a href="https://tildes.net/~tildes">~tildes</a> you can find the <a href="https://tildes.net/~tildes/wiki/introduction">Introduction</a> wiki page. Anyone can view the wikis but if you want to be able to edit them you'll have to <a href="https://tildes.net/user/Deimos">send @Deimos a message</a> or comment on the <a href="https://tildes.net/drm">announcement topic</a> and ask for the permission.</p>
<details>
<summary>Details</summary>
<p>Author:
<a href="https://tildes.net/user/Bauke">Bauke</a>
</p>
<p>Written Date: 2019-05-29</p>
</details>
<h3 id="various-fixes">Various Fixes</h3>
<p>Across May there were also various issues that got fixed that are noteworthy:</p>
<ul>
<li>When bookmarking you can now easily unbookmark again (<a href="https://gitlab.com/tildes/tildes/issues/377">#377</a>)</li>
<li>Headers on userpages and notifications will now display properly (<a href="https://gitlab.com/tildes/tildes/issues/349">#349</a>)</li>
<li>Certain errors will now no longer dump HTML but display the proper error message (<a href="https://gitlab.com/tildes/tildes/issues/82">#82</a>, <a href="https://gitlab.com/tildes/tildes/issues/85">#85</a>, <a href="https://gitlab.com/tildes/tildes/issues/130">#130</a> <a href="https://gitlab.com/tildes/tildes/issues/164">#164</a>, <a href="https://gitlab.com/tildes/tildes/issues/476">#476</a>)</li>
<li>You can now verify your Tildes account on Mastodon (<a href="https://gitlab.com/tildes/tildes/issues/415">#415</a>)</li>
<li>A problem with launching a local development environment was identified and fixed (<a href="https://gitlab.com/tildes/tildes/issues/482">#485</a>)</li>
</ul>
<details>
<summary>Details</summary>
<p>Author:
<a href="https://tildes.net/user/Bauke">Bauke</a>
</p>
<p>Written Date: 2019-05-31</p>
</details>
</article>
<article id="statistics">
<h2>Statistics</h2>
<p>In the month of May, 46 commits were made by 3 contributors, changing a total of 841 (+1257|-416) lines. 37 issues were opened and 26 issues were closed.</p>
<p>An average of 1.23 issues were opened and 0.87 issues were closed each day.</p>
<p>The average time to close issues was 137.03 days or 3288.73 hours.</p>
<p>Top 3 issue creators:</p>
<ol>
<li>
<a href="https://gitlab.com/cfabbro">cfabbro</a> with <a href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=cfabbro">14 issues created</a>.
</li>
<li>
<a href="https://gitlab.com/Bauke">Bauke</a> with <a href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=Bauke">9 issues created</a>.
</li>
<li>
<a href="https://gitlab.com/deing">deing</a> with <a href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=deing">4 issues created</a>.
</li>
</ol>
<p>Amount of labels assigned to currently open issues:</p>
<ul>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=bug")>bug</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=feature")>feature</a>:3 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=investigate")>investigate</a>:5 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=suggestion")>suggestion</a>:18 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=tweak")>tweak</a>:3 times.
</li>
</ul>
<p>Amount of labels assigned to closed issues:</p>
<ul>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=bug")>bug</a>:8 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=design")>design</a>:7 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=feature")>feature</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=in+progress")>in progress</a>:1 time.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=suggestion")>suggestion</a>:6 times.
</li>
<li>
<a href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=tweak")>tweak</a>:5 times.
</li>
</ul>
</article>
<article id="notable-official-topics">
<h2>Notable Official Topics</h2>
<table>
<thead>
<tr>
<td>Date</td>
<td>Title</td>
<td>URL</td>
</tr>
</thead>
<tbody>
<tr>
<td>2019-05-14</td>
<td>alyaza is banned (maybe permanently, but for at least a week regardless)</td>
<td>
<a href="https://tild.es/dd4">Click</a>
</td>
</tr>
<tr>
<td>2019-05-15</td>
<td>alyaza is unbanned</td>
<td>
<a href="https://tild.es/df4">Click</a>
</td>
</tr>
<tr>
<td>2019-05-24</td>
<td>A basic wiki system is now available for groups</td>
<td>
<a href="https://tild.es/drm">Click</a>
</td>
</tr>
</tbody>
</table>
</article>
<article id="issue-table">
<h2>Issue Table</h2>
<h3 id="opened">Opened</h3>
<table>
<thead>
<tr>
<td>Issue</td>
<td>Title</td>
<td>Author</td>
<td>Opened</td>
<td>Closed</td>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/448">448</a></td>
<td>Add "high contrast" and/or colour blind friendl...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/02 05:54:16</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/449">449</a></td>
<td>Allow users to disable "areyousure" confirmatio...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/02 15:52:43</td>
<td>2019/05/02 21:35:54</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/450">450</a></td>
<td>Split up subgroup/parent group links in the top...</td>
<td><a href="https://gitlab.com/deing">deing</a></td>
<td>2019/05/02 21:22:30</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/451">451</a></td>
<td>Add friending mechanic to the site.</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/03 20:01:59</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/452">452</a></td>
<td>Allow users to label their own comments with "s...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/07 05:53:39</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/453">453</a></td>
<td>Inconsistent styling of used vs yet-unused tool...</td>
<td><a href="https://gitlab.com/deing">deing</a></td>
<td>2019/05/07 12:04:02</td>
<td>2019/05/09 05:34:59</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/454">454</a></td>
<td>Add comment feed feature for groups</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/07 23:26:55</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/455">455</a></td>
<td>Add comment filtering feature similar to topic ...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/07 23:30:58</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/456">456</a></td>
<td>Can't go to topics without title slug</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/05/10 17:12:46</td>
<td>2019/05/10 21:56:00</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/457">457</a></td>
<td>Make Tildes LibreJS Compliant</td>
<td><a href="https://gitlab.com/fdsasd">fdsasd</a></td>
<td>2019/05/11 07:01:54</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/458">458</a></td>
<td>Ability to sort tables by column</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/05/11 13:02:24</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/459">459</a></td>
<td>Vacation Notice (or account parking)</td>
<td><a href="https://gitlab.com/refragable">refragable</a></td>
<td>2019/05/11 22:09:16</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/460">460</a></td>
<td>Limit width of hr?</td>
<td><a href="https://gitlab.com/jleclanche">jleclanche</a></td>
<td>2019/05/12 14:29:18</td>
<td>2019/05/17 02:11:35</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/461">461</a></td>
<td>Add labels to accepted and declined merge reque...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/05/12 14:30:20</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/462">462</a></td>
<td>Add "block user" feature</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/13 14:04:08</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/463">463</a></td>
<td>Add "unfollow" feature, allowing users to turn ...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/13 14:05:26</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/464">464</a></td>
<td>Placebo comment labels</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/13 14:15:50</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/465">465</a></td>
<td>Show the comment label button for users 1 week...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/05/13 17:39:47</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/466">466</a></td>
<td>Add warning when replying to very old thread</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/13 20:12:19</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/467">467</a></td>
<td>Make it clearer when someone gets banned</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/05/14 11:23:30</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/468">468</a></td>
<td>Searching for "parenttag.subtag" results in no ...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/16 07:13:36</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/469">469</a></td>
<td>Weird search result behavior</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/16 07:16:41</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/470">470</a></td>
<td>Give more information when posts/comments are r...</td>
<td><a href="https://gitlab.com/gkeegan">gkeegan</a></td>
<td>2019/05/17 01:57:20</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/471">471</a></td>
<td>Linkify Fediverse links properly</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/05/17 18:32:19</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/473">473</a></td>
<td>Ways to increase community engagement and deleg...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/18 03:57:23</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/474">474</a></td>
<td>H2 header size inconsistency in topic comment v...</td>
<td><a href="https://gitlab.com/cfabbro">cfabbro</a></td>
<td>2019/05/19 19:09:51</td>
<td>2019/05/19 23:22:34</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/475">475</a></td>
<td>Comment sort box looks out of place with low wi...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/05/21 21:12:11</td>
<td>2019/05/28 06:21:40</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/476">476</a></td>
<td>Attempting to comment on cached now locked post...</td>
<td><a href="https://gitlab.com/Spirits_">Spirits_</a></td>
<td>2019/05/22 09:17:22</td>
<td>2019/05/29 20:47:47</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/477">477</a></td>
<td>Trailing slash on shortener links 404s</td>
<td><a href="https://gitlab.com/Deimorz">Deimorz</a></td>
<td>2019/05/23 04:08:49</td>
<td>2019/05/29 21:22:22</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/478">478</a></td>
<td>Notify users when changing outdated topic tags</td>
<td><a href="https://gitlab.com/deing">deing</a></td>
<td>2019/05/23 19:25:33</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/479">479</a></td>
<td>Embed twitter threads completely</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/05/24 14:43:23</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/480">480</a></td>
<td>Add Table of Contents to wiki pages</td>
<td><a href="https://gitlab.com/Deimorz">Deimorz</a></td>
<td>2019/05/25 02:18:05</td>
<td></td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/481">481</a></td>
<td>Collapsing topic text does not properly collaps...</td>
<td><a href="https://gitlab.com/DrTacoMD">DrTacoMD</a></td>
<td>2019/05/26 00:02:29</td>
<td>2019/05/26 01:44:27</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/482">482</a></td>
<td>Vagrant fails to initialize databases in a fres...</td>
<td><a href="https://gitlab.com/deing">deing</a></td>
<td>2019/05/26 17:25:21</td>
<td>2019/05/26 23:05:04</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/483">483</a></td>
<td>Syntax highlighting error in perl6</td>
<td><a href="https://gitlab.com/Elronnd">Elronnd</a></td>
<td>2019/05/29 07:42:43</td>
<td>2019/05/29 08:26:04</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/484">484</a></td>
<td>Tags that aren't converted to chips are still a...</td>
<td><a href="https://gitlab.com/Bauke">Bauke</a></td>
<td>2019/05/30 12:59:55</td>
<td>2019/05/30 20:24:07</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/485">485</a></td>
<td>Move comment excerpts into `data-` attributes a...</td>
<td><a href="https://gitlab.com/Deimorz">Deimorz</a></td>
<td>2019/05/30 22:32:06</td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="closed">Closed</h3>
<table>
<thead>
<tr>
<td>Issue</td>
<td>Title</td>
<td>Author</td>
<td>Opened</td>
<td>Closed</td>
</tr>
<thead>
<tbody>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/82">82</a></td>
<td>adding too many tags results in ugly error
<td><a href="https://gitlab.com/cfabbro">cfabbro</a>
<td>2018/05/28 05:04:00</td>
<td>2019/05/29 20:48:30</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/85">85</a></td>
<td>Expired CSRF when submitting form causes ugly H...
<td><a href="https://gitlab.com/anowlcalledjosh">anowlcalledjosh</a>
<td>2018/05/28 23:15:57</td>
<td>2019/05/29 20:48:19</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/130">130</a></td>
<td>Posting an egregiously lengthy text/comment res...
<td><a href="https://gitlab.com/twcus">twcus</a>
<td>2018/06/13 21:15:19</td>
<td>2019/05/29 20:47:27</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/164">164</a></td>
<td>Posting a reply on a topic that's been deleted ...
<td><a href="https://gitlab.com/Bauke">Bauke</a>
<td>2018/07/20 18:37:20</td>
<td>2019/05/29 20:48:09</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/196">196</a></td>
<td>Darken URLs that have already been visited
<td><a href="https://gitlab.com/Palmidence">Palmidence</a>
<td>2018/08/07 01:39:14</td>
<td>2019/05/30 09:39:14</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/202">202</a></td>
<td>UI Bug - Long usernames might make vote button ...
<td><a href="https://gitlab.com/SoptikHa2">SoptikHa2</a>
<td>2018/08/10 01:03:18</td>
<td>2019/05/30 09:37:49</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/228">228</a></td>
<td>Add group wikis
<td><a href="https://gitlab.com/ivanfon">ivanfon</a>
<td>2018/08/20 02:53:08</td>
<td>2019/05/24 23:04:47</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/236">236</a></td>
<td>Display nested lists better
<td><a href="https://gitlab.com/Bauke">Bauke</a>
<td>2018/08/26 17:02:31</td>
<td>2019/05/30 09:36:10</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/238">238</a></td>
<td>Make a UI change that makes it more clear when ...
<td><a href="https://gitlab.com/teaearlgraycold">teaearlgraycold</a>
<td>2018/08/27 23:35:38</td>
<td>2019/05/30 09:32:12</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/276">276</a></td>
<td>Favicon downloader is creating duplicates
<td><a href="https://gitlab.com/Bauke">Bauke</a>
<td>2018/10/01 16:07:38</td>
<td>2019/05/30 09:28:26</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/278">278</a></td>
<td>When I reply to a comment via the notifications...
<td><a href="https://gitlab.com/AdamsT">AdamsT</a>
<td>2018/10/02 00:46:52</td>
<td>2019/05/30 09:27:10</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/349">349</a></td>
<td>h2 headings are displayed differently in thread...
<td><a href="https://gitlab.com/anowlcalledjosh">anowlcalledjosh</a>
<td>2019/01/04 01:43:08</td>
<td>2019/05/28 01:47:45</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/377">377</a></td>
<td>Topic bookmark button doesn't offer an option t...
<td><a href="https://gitlab.com/asoftbird">asoftbird</a>
<td>2019/03/01 19:37:23</td>
<td>2019/05/10 08:05:31</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/415">415</a></td>
<td>Enable Mastodon Link Verification
<td><a href="https://gitlab.com/deing">deing</a>
<td>2019/04/12 21:28:54</td>
<td>2019/05/07 20:25:46</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/449">449</a></td>
<td>Allow users to disable "areyousure" confirmatio...
<td><a href="https://gitlab.com/cfabbro">cfabbro</a>
<td>2019/05/02 15:52:43</td>
<td>2019/05/02 21:35:54</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/453">453</a></td>
<td>Inconsistent styling of used vs yet-unused tool...
<td><a href="https://gitlab.com/deing">deing</a>
<td>2019/05/07 12:04:02</td>
<td>2019/05/09 05:34:59</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/456">456</a></td>
<td>Can't go to topics without title slug
<td><a href="https://gitlab.com/Bauke">Bauke</a>
<td>2019/05/10 17:12:46</td>
<td>2019/05/10 21:56:00</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/460">460</a></td>
<td>Limit width of hr?
<td><a href="https://gitlab.com/jleclanche">jleclanche</a>
<td>2019/05/12 14:29:18</td>
<td>2019/05/17 02:11:35</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/474">474</a></td>
<td>H2 header size inconsistency in topic comment v...
<td><a href="https://gitlab.com/cfabbro">cfabbro</a>
<td>2019/05/19 19:09:51</td>
<td>2019/05/19 23:22:34</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/475">475</a></td>
<td>Comment sort box looks out of place with low wi...
<td><a href="https://gitlab.com/Bauke">Bauke</a>
<td>2019/05/21 21:12:11</td>
<td>2019/05/28 06:21:40</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/476">476</a></td>
<td>Attempting to comment on cached now locked post...
<td><a href="https://gitlab.com/Spirits_">Spirits_</a>
<td>2019/05/22 09:17:22</td>
<td>2019/05/29 20:47:47</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/477">477</a></td>
<td>Trailing slash on shortener links 404s
<td><a href="https://gitlab.com/Deimorz">Deimorz</a>
<td>2019/05/23 04:08:49</td>
<td>2019/05/29 21:22:22</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/481">481</a></td>
<td>Collapsing topic text does not properly collaps...
<td><a href="https://gitlab.com/DrTacoMD">DrTacoMD</a>
<td>2019/05/26 00:02:29</td>
<td>2019/05/26 01:44:27</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/482">482</a></td>
<td>Vagrant fails to initialize databases in a fres...
<td><a href="https://gitlab.com/deing">deing</a>
<td>2019/05/26 17:25:21</td>
<td>2019/05/26 23:05:04</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/483">483</a></td>
<td>Syntax highlighting error in perl6
<td><a href="https://gitlab.com/Elronnd">Elronnd</a>
<td>2019/05/29 07:42:43</td>
<td>2019/05/29 08:26:04</td>
</tr>
<tr>
<td><a href="https://gitlab.com/tildes/tildes/issues/484">484</a></td>
<td>Tags that aren't converted to chips are still a...
<td><a href="https://gitlab.com/Bauke">Bauke</a>
<td>2019/05/30 12:59:55</td>
<td>2019/05/30 20:24:07</td>
</tr>
</tbody>
</table>
</article>
</section>
<footer id="footer">
<h3>
<a href="../index.html">Home</a>
</h3>
<h3>
<a href="#">To Top</a>
</h3>
<h3>
<a href="https://tildes.net">Tildes</a>
</h3>
<h3>Built with
<a href="https://gulpjs.com">Gulp</a>
and
<a href="https://sass-lang.com/">Sass</a>
</h3>
<h3>Colors from
<a href="https://draculatheme.com">Dracula</a>
</h3>
<h3>View the
<a href="https://gitlab.com/Bauke/tildes-issue-log">source</a>
</h3>
</footer>
</div>
</body>
</html>