Add October 2018 post
This commit is contained in:
parent
9470732a48
commit
014c40fc90
|
@ -7,6 +7,7 @@
|
|||
* [July](https://til.bauke.xyz/posts/july-2018.html)
|
||||
* [August](https://til.bauke.xyz/posts/august-2018.html)
|
||||
* [September](https://til.bauke.xyz/posts/september-2018.html)
|
||||
* [October](https://til.bauke.xyz/posts/october-2018.html)
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
|
@ -23,6 +23,8 @@ html(lang="en")
|
|||
|
||||
section(id="posts")
|
||||
h1 Posts
|
||||
article(class="post")
|
||||
h2: a(href="posts/october-2018.html") October 2018
|
||||
article(class="post")
|
||||
h2: a(href="posts/september-2018.html") September 2018
|
||||
article(class="post")
|
||||
|
|
|
@ -0,0 +1,678 @@
|
|||
<!DOCTYPE html>
|
||||
html(lang="en")
|
||||
head
|
||||
meta(name="viewport", content="width=device-width, initial-scale=1.0")
|
||||
title October 2018
|
||||
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")
|
||||
|
||||
body
|
||||
div(id="wrapper")
|
||||
h1 October 2018
|
||||
|
||||
section(id="post")
|
||||
article(id="toc")
|
||||
h2 Table Of Contents
|
||||
ul
|
||||
li: a(href="#about") About
|
||||
li: a(href="#feedback") Feedback
|
||||
li
|
||||
a(href="#highlights") Highlights
|
||||
ul
|
||||
li: a(href="#search-tags") Search Tags
|
||||
li: a(href="#brave-donations") Brave Donations
|
||||
li: a(href="#six-months") Six-Month Anniversary
|
||||
li: a(href="#bookmarks") Bookmarks
|
||||
li: a(href="#statistics") Statistics
|
||||
li: a(href="#notable-official-topics") Notable Official Topics
|
||||
li
|
||||
a(href="#issue-table") Issue Table
|
||||
ul
|
||||
li: a(href="#opened") Opened
|
||||
li: a(href="#closed") Closed
|
||||
|
||||
article(id="about")
|
||||
h2 About
|
||||
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.
|
||||
|
||||
article(id="feedback")
|
||||
h2 Feedback
|
||||
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(href="https://tildes.net/user/Bauke/new_message") PM me
|
||||
|
|
||||
| or comment on the posted topic on Tildes.
|
||||
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.
|
||||
|
||||
article(id="highlights")
|
||||
h2 Highlights
|
||||
//- User written highlights of what happened with development and any notable changes, if applicable.
|
||||
|
||||
h3(id="search-tags") Search Tags
|
||||
p On the 16th, search was expanded to also include tags in the results so you can find that one obscure topic a little faster. You can find
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/~tildes.official/7j9") the official topic here
|
||||
| .
|
||||
details
|
||||
summary Details
|
||||
p Author:
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/user/Bauke") Bauke
|
||||
p Written Date: 2018-10-27
|
||||
|
||||
h3(id="brave-donations") Brave Donations
|
||||
p On the 25th, Tildes got the ability for users to donate via
|
||||
|
|
||||
|
|
||||
a(href="https://basicattentiontoken.org/") Brave's BAT system
|
||||
| ,
|
||||
| if you don't know what it is I recommend reading
|
||||
|
|
||||
a(href="https://basicattentiontoken.org/faq/#meaning") their FAQ
|
||||
|
|
||||
| and the comments
|
||||
|
|
||||
a(href="https://tildes.net/~tildes.official/7vm") on the announcement topic
|
||||
| .
|
||||
details
|
||||
summary Details
|
||||
p Author:
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/user/Bauke") Bauke
|
||||
p Written Date: 2018-10-29
|
||||
|
||||
h3(id="six-months") Six-Month Anniversary
|
||||
p On the 26th, Tildes became 6 months old. And
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/~tildes/7x5") a new demographics survey, the "Year 0.5 Survey,"
|
||||
|
|
||||
| popped up from user
|
||||
|
|
||||
a(href="https://tildes.net/user/Kat") @Kat
|
||||
| . So if you haven't already (and the survey is still open), fill it out! Remember that you can skip any questions you don't want to answer.
|
||||
details
|
||||
summary Details
|
||||
p Author:
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/user/Bauke") Bauke
|
||||
p Written Date: 2018-10-31
|
||||
|
||||
h3(id="bookmarks") Bookmarks
|
||||
p And finally,
|
||||
|
|
||||
|
|
||||
a(href="https://i.imgur.com/YZJt8WD.gif") on the spookiest day of the month
|
||||
|
|
||||
| a long-awaited feature,
|
||||
|
|
||||
a(href="https://tildes.net/~tildes.official/83l") "Bookmarking" was added
|
||||
| ! Another open-source contribution, once again by
|
||||
|
|
||||
a(href="https://tildes.net/user/what") @what
|
||||
| . A merge request that's been in the works
|
||||
|
|
||||
a(href="https://gitlab.com/tildes/tildes/merge_requests/27") for 2 months
|
||||
| !
|
||||
p You can bookmark any topics and comments you like and they will show up on a new user page
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/bookmarks") called Bookmarks
|
||||
| , which you can find in the sidebar on your profile, just above your invites.
|
||||
details
|
||||
summary Details
|
||||
p Author:
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/user/Bauke") Bauke
|
||||
p Written Date: 2018-10-31
|
||||
|
||||
article(id="statistics")
|
||||
h2 Statistics
|
||||
p In the month of October 39 issues were opened and 24 issues were closed.
|
||||
p An average of 1.30 issues were opened and 0.80 issues were closed each day.
|
||||
p The average time to close issues was 60.40 days or 1449.64 hours.
|
||||
p Top 3 issue creators:
|
||||
ol
|
||||
li
|
||||
a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
|
|
||||
| with
|
||||
|
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=Deimorz") 10 issues created
|
||||
| .
|
||||
li
|
||||
a(href="https://gitlab.com/Bauke") Bauke
|
||||
|
|
||||
| with
|
||||
|
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=Bauke") 7 issues created
|
||||
| .
|
||||
li
|
||||
a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
|
|
||||
| with
|
||||
|
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=cfabbro") 7 issues created
|
||||
| .
|
||||
p Amount of labels assigned to currently open issues:
|
||||
ul
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=bug") bug
|
||||
| :
|
||||
| 6 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=code") code
|
||||
| :
|
||||
| 6 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=design") design
|
||||
| :
|
||||
| 3 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=feature") feature
|
||||
| :
|
||||
| 3 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=investigate") investigate
|
||||
| :
|
||||
| 5 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=suggestion") suggestion
|
||||
| :
|
||||
| 11 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=tweak") tweak
|
||||
| :
|
||||
| 5 times.
|
||||
p Amount of labels assigned to closed issues:
|
||||
ul
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=bug") bug
|
||||
| :
|
||||
| 9 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=design") design
|
||||
| :
|
||||
| 2 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=feature") feature
|
||||
| :
|
||||
| 3 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=high+priority") high priority
|
||||
| :
|
||||
| 2 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=in+progress") in progress
|
||||
| :
|
||||
| 12 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=investigate") investigate
|
||||
| :
|
||||
| 1 time.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=tweak") tweak
|
||||
| :
|
||||
| 8 times.
|
||||
|
||||
article(id="notable-official-topics")
|
||||
h2 Notable Official Topics
|
||||
table
|
||||
thead
|
||||
tr
|
||||
td Date
|
||||
td Title
|
||||
td URL
|
||||
tbody
|
||||
tr
|
||||
td 2018-10-12
|
||||
td General Tildes feedback, questions, and so on
|
||||
td: a(href="https://tildes.net/~tildes.official/7f3") Click
|
||||
tr
|
||||
td 2018-10-22
|
||||
td Help/input wanted on a couple of updates
|
||||
td: a(href="https://tildes.net/~tildes.official/7rd") Click
|
||||
|
||||
article(id="issue-table")
|
||||
h2 Issue Table
|
||||
h3(id="opened") Opened
|
||||
table
|
||||
thead
|
||||
tr
|
||||
td Issue
|
||||
td Title
|
||||
td Author
|
||||
td Opened
|
||||
td Closed
|
||||
tbody
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/274") 274
|
||||
td Capital letters in ?tag= query results in no ma...
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/10/01 00:06:08
|
||||
td 2018/10/05 06:54:30
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/275") 275
|
||||
td Change border-left color for linked comments to...
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/10/01 15:52:26
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/276") 276
|
||||
td Favicon downloader is creating duplicates
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/10/01 16:07:38
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/277") 277
|
||||
td Discarded comment replies still trigger the "da...
|
||||
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||
td 2018/10/01 23:49:58
|
||||
td 2018/10/02 00:18:24
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/278") 278
|
||||
td When I reply to a comment via the notifications...
|
||||
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||
td 2018/10/02 00:46:52
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/279") 279
|
||||
td Add Ubuntu theme
|
||||
td: a(href="https://gitlab.com/haykam") haykam
|
||||
td 2018/10/03 00:37:41
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/280") 280
|
||||
td Tags having no character limit causes overflow ...
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/10/03 01:52:17
|
||||
td 2018/10/10 22:49:20
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/281") 281
|
||||
td If a user hasn't visited a topic comment sectio...
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/10/03 04:58:07
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/282") 282
|
||||
td Notify users when one of their comments has rec...
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/10/03 06:01:41
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/283") 283
|
||||
td Remove #-days requirement for labels (and possi...
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/10/03 17:06:42
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/284") 284
|
||||
td Linking to a child of a collapsed (e.g. noisy) ...
|
||||
td: a(href="https://gitlab.com/tvfj") tvfj
|
||||
td 2018/10/04 07:48:55
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/285") 285
|
||||
td YouTube metadata related suggestions
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/10/04 14:12:13
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/286") 286
|
||||
td Add link for (domainname) in the topic header t...
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/10/04 14:15:33
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/287") 287
|
||||
td Disable autocomplete on MFA code text field whe...
|
||||
td: a(href="https://gitlab.com/jaredmcateer") jaredmcateer
|
||||
td 2018/10/04 23:40:33
|
||||
td 2018/10/05 03:19:17
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/288") 288
|
||||
td Labelling a comment that's been deleted throws ...
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/10/05 17:06:01
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/289") 289
|
||||
td Change site-icons/favicon approach to not alway...
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/10/08 00:10:07
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/290") 290
|
||||
td Large exemplary label message causes the label ...
|
||||
td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2
|
||||
td 2018/10/09 21:52:30
|
||||
td 2018/10/27 00:29:43
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/291") 291
|
||||
td Image bug with topic icons
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/10/10 15:44:58
|
||||
td 2018/10/10 21:25:27
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/292") 292
|
||||
td Hide topic-comments section when there's no com...
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/10/10 23:22:39
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/293") 293
|
||||
td Make the donate page link more prominent on the...
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/10/11 21:07:58
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/294") 294
|
||||
td When linking to search results and ?tag=, users...
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/10/13 05:05:14
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/295") 295
|
||||
td Make "invalid tags" error message more informat...
|
||||
td: a(href="https://gitlab.com/ainar-g") ainar-g
|
||||
td 2018/10/14 18:25:45
|
||||
td 2018/10/14 23:50:20
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/296") 296
|
||||
td The left border should update immediately after...
|
||||
td: a(href="https://gitlab.com/smoores") smoores
|
||||
td 2018/10/15 23:39:22
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/297") 297
|
||||
td Add "final" mypy annotations
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/10/16 00:04:06
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/298") 298
|
||||
td Improve how posts are saved by Kindle extension
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/10/17 20:18:38
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/299") 299
|
||||
td cmark-gfm archive SHA256 hash is incorrect, cau...
|
||||
td: a(href="https://gitlab.com/talklittle") talklittle
|
||||
td 2018/10/17 21:55:18
|
||||
td 2018/10/17 22:22:00
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/300") 300
|
||||
td Validate HTML of pages with webtests
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/10/17 23:24:53
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/301") 301
|
||||
td Upgrade Redis to 5.0
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/10/19 00:45:14
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/302") 302
|
||||
td Upgrade PostgreSQL to 11
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/10/19 00:49:56
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/303") 303
|
||||
td Investigate replacing rabbitmq with Redis streams
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/10/19 01:21:23
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/304") 304
|
||||
td Feature Request: SQRL authentication
|
||||
td: a(href="https://gitlab.com/alex9099") alex9099
|
||||
td 2018/10/22 11:11:19
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/305") 305
|
||||
td Official Twitter account?
|
||||
td: a(href="https://gitlab.com/ainar-g") ainar-g
|
||||
td 2018/10/22 21:45:01
|
||||
td 2018/10/22 21:46:57
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/306") 306
|
||||
td "Set as account default" button disappears afte...
|
||||
td: a(href="https://gitlab.com/ainar-g") ainar-g
|
||||
td 2018/10/22 23:02:32
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/307") 307
|
||||
td Enable automatic light/dark theme switching bas...
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/10/25 22:48:19
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/308") 308
|
||||
td Add the ability to publish a topic later
|
||||
td: a(href="https://gitlab.com/ainar-g") ainar-g
|
||||
td 2018/10/27 20:40:27
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/309") 309
|
||||
td New Topic View - Make title input multiline - t...
|
||||
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||
td 2018/10/29 06:57:07
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/310") 310
|
||||
td IDNA URLs are not supported
|
||||
td: a(href="https://gitlab.com/ainar-g") ainar-g
|
||||
td 2018/10/30 12:01:19
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/311") 311
|
||||
td Replace javascript prompts for exemplary/malice...
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/10/31 08:36:11
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/312") 312
|
||||
td Add pagination for bookmarks pages
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/10/31 22:40:01
|
||||
td
|
||||
|
||||
h3(id="closed") Closed
|
||||
table
|
||||
thead
|
||||
tr
|
||||
td Issue
|
||||
td Title
|
||||
td Author
|
||||
td Opened
|
||||
td Closed
|
||||
tbody
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/7") 7
|
||||
td automatically inserting close tags after non-va...
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/04/29 22:05:17
|
||||
td 2018/10/29 20:32:25
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/33") 33
|
||||
td New comment rendering location
|
||||
td: a(href="https://gitlab.com/g4nym3de") g4nym3de
|
||||
td 2018/05/21 21:29:39
|
||||
td 2018/10/12 15:23:20
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/60") 60
|
||||
td research trello/gitlab integration/sync options
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/05/25 19:15:48
|
||||
td 2018/10/09 22:49:17
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/94") 94
|
||||
td add 'save' functionality
|
||||
td: a(href="https://gitlab.com/xiretza") xiretza
|
||||
td 2018/05/31 15:27:48
|
||||
td 2018/10/31 21:28:09
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/116") 116
|
||||
td Clicking 'tag' multiple times opens multiple in...
|
||||
td: a(href="https://gitlab.com/lpopesco") lpopesco
|
||||
td 2018/06/08 17:03:55
|
||||
td 2018/10/07 23:52:03
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/133") 133
|
||||
td Period-separated string is automatically parsed...
|
||||
td: a(href="https://gitlab.com/sidmani") sidmani
|
||||
td 2018/06/14 20:19:16
|
||||
td 2018/10/07 14:29:47
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/135") 135
|
||||
td Add reference on the password recovery settings...
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/06/15 06:42:01
|
||||
td 2018/10/05 03:32:29
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/139") 139
|
||||
td Put comments and replies into nested lists in H...
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/06/16 21:38:28
|
||||
td 2018/10/10 22:26:32
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/144") 144
|
||||
td More favicons for site-topic
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/06/25 13:52:59
|
||||
td 2018/10/07 13:34:41
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/171") 171
|
||||
td Fix/re-enable scraper for link topic favicons
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/07/23 23:06:49
|
||||
td 2018/10/01 07:39:36
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/193") 193
|
||||
td General theme overhaul
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/08/06 21:22:17
|
||||
td 2018/10/22 21:37:16
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/230") 230
|
||||
td Clicking the vote button allows you to open mul...
|
||||
td: a(href="https://gitlab.com/tmkv") tmkv
|
||||
td 2018/08/22 03:30:59
|
||||
td 2018/10/07 23:52:15
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/247") 247
|
||||
td Make "spoiler" tag synonymous with "spoilers"
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/09/04 14:41:14
|
||||
td 2018/10/05 07:27:48
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/269") 269
|
||||
td Add pagination for previously read notifications
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/09/28 04:29:28
|
||||
td 2018/10/03 02:34:27
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/270") 270
|
||||
td "Collapse old comments" isn't affecting deleted...
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/09/28 08:50:49
|
||||
td 2018/10/04 03:53:42
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/274") 274
|
||||
td Capital letters in ?tag= query results in no ma...
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/10/01 00:06:08
|
||||
td 2018/10/05 06:54:30
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/277") 277
|
||||
td Discarded comment replies still trigger the "da...
|
||||
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||
td 2018/10/01 23:49:58
|
||||
td 2018/10/02 00:18:24
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/280") 280
|
||||
td Tags having no character limit causes overflow ...
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/10/03 01:52:17
|
||||
td 2018/10/10 22:49:20
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/287") 287
|
||||
td Disable autocomplete on MFA code text field whe...
|
||||
td: a(href="https://gitlab.com/jaredmcateer") jaredmcateer
|
||||
td 2018/10/04 23:40:33
|
||||
td 2018/10/05 03:19:17
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/290") 290
|
||||
td Large exemplary label message causes the label ...
|
||||
td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2
|
||||
td 2018/10/09 21:52:30
|
||||
td 2018/10/27 00:29:43
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/291") 291
|
||||
td Image bug with topic icons
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/10/10 15:44:58
|
||||
td 2018/10/10 21:25:27
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/295") 295
|
||||
td Make "invalid tags" error message more informat...
|
||||
td: a(href="https://gitlab.com/ainar-g") ainar-g
|
||||
td 2018/10/14 18:25:45
|
||||
td 2018/10/14 23:50:20
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/299") 299
|
||||
td cmark-gfm archive SHA256 hash is incorrect, cau...
|
||||
td: a(href="https://gitlab.com/talklittle") talklittle
|
||||
td 2018/10/17 21:55:18
|
||||
td 2018/10/17 22:22:00
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/305") 305
|
||||
td Official Twitter account?
|
||||
td: a(href="https://gitlab.com/ainar-g") ainar-g
|
||||
td 2018/10/22 21:45:01
|
||||
td 2018/10/22 21:46:57
|
||||
|
||||
|
||||
footer(id="footer")
|
||||
h3: a(href="../index.html") Home
|
||||
h3: a(href="#") To Top
|
||||
h3: a(href="https://tildes.net") Tildes
|
||||
h3 Built with
|
||||
|
|
||||
|
|
||||
a(href="https://pugjs.org") Pug
|
||||
|
|
||||
| and
|
||||
|
|
||||
a(href="https://sass-lang.com/") Sass
|
||||
h3 Colors from
|
||||
|
|
||||
|
|
||||
a(href="https://draculatheme.com") Dracula
|
||||
h3 View the
|
||||
|
|
||||
|
|
||||
a(href="https://gitlab.com/Bauke/tildes-issue-log") source
|
Reference in New Issue