September Entry
This commit is contained in:
parent
2399edf0c1
commit
2ae4027068
|
@ -23,6 +23,8 @@ html(lang="en")
|
|||
|
||||
section(id="posts")
|
||||
h1 Posts
|
||||
article(class="post")
|
||||
h2: a(href="posts/september-2018.html") September 2018
|
||||
article(class="post")
|
||||
h2: a(href="posts/august-2018.html") August 2018
|
||||
article(class="post")
|
||||
|
|
|
@ -0,0 +1,590 @@
|
|||
<!DOCTYPE html>
|
||||
html(lang="en")
|
||||
head
|
||||
meta(name="viewport", content="width=device-width, initial-scale=1.0")
|
||||
title September 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 September 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="#comment-labels") Comment Tag... Labels!
|
||||
li: a(href="#scraping-data") Scraping Data
|
||||
li: a(href="#syntax-highlighting") Syntax Highlighting
|
||||
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
|
||||
h3(id="comment-labels") Comment Tag... Labels!
|
||||
p Early on in September,
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/~tildes.official/63s") comment tags
|
||||
|
|
||||
| were re-enabled. Primarily for experimentation and to see how people would use them. During the coming 10 days, comment tags received a few changes here and there to see what works and what doesn't. Eventually leading up to
|
||||
|
|
||||
a(href="https://tildes.net/~tildes.official/6hn") the introduction of the "relevance" comment sort order
|
||||
| .
|
||||
p The relevance sort order was made the default and it's basically the "most votes" order however the comment tags also affect a comment's placement. So if people tagged your comment as "noise" it would become automatically collapsed, off-topic will be lowered compared to on-topic comments, etc.
|
||||
p Then, after another number of days,
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/~tildes.official/6ue") comment tags were renamed to labels
|
||||
| .
|
||||
| As well as a number of other changes and even a new, positive comment label entirely. Definitely a topic to read if you haven't already.
|
||||
|
||||
details
|
||||
summary Details
|
||||
p Author:
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/user/Bauke") Bauke
|
||||
p Written Date: 2018-09-28
|
||||
|
||||
h3(id="scraping-data") Scraping Data
|
||||
p On the 11th,
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/~tildes.official/696") scraping data was added
|
||||
|
|
||||
| using
|
||||
|
|
||||
a(href="https://embed.ly/extract") Embedly's "Extract" API
|
||||
| .
|
||||
| A plethora of things can be done with it but for now there's only been a handful of additions. Namely, embedding a tweet's content in a topic and showing the published date of an article if the article is 3 days older than the topic.
|
||||
|
||||
details
|
||||
summary Details
|
||||
p Author:
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/user/Bauke") Bauke
|
||||
p Written Date: 2018-09-28
|
||||
|
||||
h3(id="syntax-highlighting") Syntax Highlighting
|
||||
p On the 21st,
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/user/Soptik") @Soptik
|
||||
| 's
|
||||
| syntax highlighting contribution was implemented and will be a great addition to the style of the site. Especially over in
|
||||
|
|
||||
a(href="https://tildes.net/~comp") ~comp
|
||||
| .
|
||||
p You can find
|
||||
|
|
||||
|
|
||||
a(href="https://gitlab.com/tildes/tildes/merge_requests/31") the merge request here
|
||||
|
|
||||
| and
|
||||
|
|
||||
a(href="https://tildes.net/~tildes.official/6o6") the announcement topic here
|
||||
| .
|
||||
|
||||
details
|
||||
summary Details
|
||||
p Author:
|
||||
|
|
||||
|
|
||||
a(href="https://tildes.net/user/Bauke") Bauke
|
||||
p Written Date: 2018-09-28
|
||||
|
||||
article(id="statistics")
|
||||
h2 Statistics
|
||||
p In the month of September 31 issues were opened and 16 issues were closed.
|
||||
p An average of 1.03 issues were opened and 0.53 issues were closed each day.
|
||||
p The average time to close issues was 25.74 days or 617.69 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") 6 issues created
|
||||
| .
|
||||
li
|
||||
a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
|
|
||||
| with
|
||||
|
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=cfabbro") 5 issues created
|
||||
| .
|
||||
li
|
||||
a(href="https://gitlab.com/Bauke") Bauke
|
||||
|
|
||||
| with
|
||||
|
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=Bauke") 5 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
|
||||
| :
|
||||
| 4 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=code") code
|
||||
| :
|
||||
| 1 time.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=feature") feature
|
||||
| :
|
||||
| 4 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=high+priority") high priority
|
||||
| :
|
||||
| 1 time.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=investigate") investigate
|
||||
| :
|
||||
| 7 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=suggestion") suggestion
|
||||
| :
|
||||
| 8 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=tweak") tweak
|
||||
| :
|
||||
| 2 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
|
||||
| :
|
||||
| 6 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=code") code
|
||||
| :
|
||||
| 1 time.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=design") design
|
||||
| :
|
||||
| 1 time.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=feature") feature
|
||||
| :
|
||||
| 2 times.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=high+priority") high priority
|
||||
| :
|
||||
| 1 time.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=in+progress") in progress
|
||||
| :
|
||||
| 5 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=suggestion") suggestion
|
||||
| :
|
||||
| 1 time.
|
||||
li
|
||||
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=tweak") tweak
|
||||
| :
|
||||
| 1 time.
|
||||
|
||||
article(id="notable-official-topics")
|
||||
h2 Notable Official Topics
|
||||
//- Table format should be like this:
|
||||
table
|
||||
thead
|
||||
tr
|
||||
td Date
|
||||
td Title
|
||||
td URL
|
||||
tbody
|
||||
tr
|
||||
td 2018-09-07
|
||||
td Comment tags have been re-enabled to experiment with, input wanted on plans.
|
||||
td: a(href="https://tildes.net/~tildes.official/63s") Click
|
||||
tr
|
||||
td 2018-09-11
|
||||
td Starting to experiment a little with using data scraped from the destination of link topics.
|
||||
td: a(href="https://tildes.net/~tildes.official/696") Click
|
||||
tr
|
||||
td 2018-09-17
|
||||
td Comment tags now affect sorting, more changes coming.
|
||||
td: a(href="https://tildes.net/~tildes.official/6hn") Click
|
||||
tr
|
||||
td 2018-09-21
|
||||
td Syntax highlighting for the coders, invites for everyone.
|
||||
td: a(href="https://tildes.net/~tildes.official/6o6") Click
|
||||
tr
|
||||
td 2018-09-26
|
||||
td Many updates to The Feature Formerly Known as Comment Tagging.
|
||||
td: a(href="https://tildes.net/~tildes.official/6ue") 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/243") 243
|
||||
td Strange doubling up of topic summary text on Mi...
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/09/01 21:56:52
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/244") 244
|
||||
td Make Tildes Apple Mobile Web App Capable
|
||||
td: a(href="https://gitlab.com/smoores") smoores
|
||||
td 2018/09/02 22:29:16
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/245") 245
|
||||
td Internal Server Error for only 2 text posts by ...
|
||||
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||
td 2018/09/04 01:20:43
|
||||
td 2018/09/04 01:31:23
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/246") 246
|
||||
td period_string in topic_list.jinja2 doesn't appe...
|
||||
td: a(href="https://gitlab.com/jms301") jms301
|
||||
td 2018/09/04 12:36:20
|
||||
td 2018/09/04 19:49:18
|
||||
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
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/248") 248
|
||||
td Jumping to comment via link with anchor doesn't...
|
||||
td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2
|
||||
td 2018/09/04 21:50:48
|
||||
td 2018/09/04 22:10:10
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/249") 249
|
||||
td Update Python to 3.7
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/09/05 20:23:05
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/250") 250
|
||||
td when making a new comment it counts as new when...
|
||||
td: a(href="https://gitlab.com/alex9099") alex9099
|
||||
td 2018/09/06 15:38:45
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/251") 251
|
||||
td Keyboard navigation
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/09/06 23:27:16
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/252") 252
|
||||
td Expand comments when being linked to them
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/09/10 17:07:03
|
||||
td 2018/09/10 18:33:34
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/253") 253
|
||||
td Text Topic Word Count is broken
|
||||
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||
td 2018/09/11 12:42:48
|
||||
td 2018/09/11 20:49:36
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/254") 254
|
||||
td Comment tag menu stays visible even after colla...
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/09/12 15:18:51
|
||||
td 2018/09/17 20:47:01
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/255") 255
|
||||
td Add ability to "log out all devices"
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/09/12 19:44:22
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/256") 256
|
||||
td Change comment permalinks from anchors to a sep...
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/09/13 02:25:52
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/257") 257
|
||||
td Add custom styling to `loud` tag.
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/09/13 22:37:46
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/258") 258
|
||||
td Automatically collapse removed comment threads
|
||||
td: a(href="https://gitlab.com/Crestwave") Crestwave
|
||||
td 2018/09/15 10:55:27
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/259") 259
|
||||
td Add option to collapse code blocks
|
||||
td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2
|
||||
td 2018/09/16 19:48:04
|
||||
td 2018/09/16 21:54:38
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/260") 260
|
||||
td All comments become collapsed when a top-level ...
|
||||
td: a(href="https://gitlab.com/talklittle") talklittle
|
||||
td 2018/09/16 22:25:38
|
||||
td 2018/09/21 00:46:02
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/261") 261
|
||||
td Prevent the user from replying directly to thei...
|
||||
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||
td 2018/09/20 02:59:35
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/262") 262
|
||||
td Replying and voting without JavaScript
|
||||
td: a(href="https://gitlab.com/TrashMacNugget") TrashMacNugget
|
||||
td 2018/09/23 03:22:28
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/263") 263
|
||||
td Embed support for images and videos
|
||||
td: a(href="https://gitlab.com/dcelasun") dcelasun
|
||||
td 2018/09/25 21:54:55
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/264") 264
|
||||
td Show if a user is banned on their profile
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/09/26 19:10:08
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/265") 265
|
||||
td Suggestion: Community based thread locking
|
||||
td: a(href="https://gitlab.com/ducksduck") ducksduck
|
||||
td 2018/09/27 16:37:17
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/266") 266
|
||||
td Show comment's "total score" or weighted value ...
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/09/27 22:29:44
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/267") 267
|
||||
td label section does not wrap in Firefox Mobile
|
||||
td: a(href="https://gitlab.com/firstakir") firstakir
|
||||
td 2018/09/28 03:16:45
|
||||
td 2018/09/29 01:58:01
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/268") 268
|
||||
td Tags are not clickable on search results page o...
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/09/28 04:27:31
|
||||
td
|
||||
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
|
||||
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
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/271") 271
|
||||
td @username mentions triggering in code blocks
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/09/29 01:25:43
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/272") 272
|
||||
td Add some sort of "related links" feature to top...
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/09/29 01:27:24
|
||||
td
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/273") 273
|
||||
td Bug in marking new comments?
|
||||
td: a(href="https://gitlab.com/apoctr") apoctr
|
||||
td 2018/09/30 12:38:39
|
||||
td 2018/09/30 23:00:27
|
||||
|
||||
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/78") 78
|
||||
td Syntax highlighting in markdown code blocks
|
||||
td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2
|
||||
td 2018/05/27 16:45:59
|
||||
td 2018/09/21 21:29:37
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/114") 114
|
||||
td Message inbox doesn't sort one-message conversa...
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/06/07 19:51:26
|
||||
td 2018/09/06 01:35:02
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/145") 145
|
||||
td Topic tag filters are not filtering out "descen...
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/06/25 22:13:02
|
||||
td 2018/09/08 04:04:43
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/154") 154
|
||||
td Add pagination to users viewing their own profile
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/07/12 16:44:20
|
||||
td 2018/09/01 01:27:07
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/161") 161
|
||||
td Include licensing and copyright info in source ...
|
||||
td: a(href="https://gitlab.com/hook") hook
|
||||
td 2018/07/18 12:22:35
|
||||
td 2018/09/05 20:45:24
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/218") 218
|
||||
td 2FA needs to display the authenticator key in a...
|
||||
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||
td 2018/08/17 23:17:39
|
||||
td 2018/09/05 20:44:26
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/245") 245
|
||||
td Internal Server Error for only 2 text posts by ...
|
||||
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||
td 2018/09/04 01:20:43
|
||||
td 2018/09/04 01:31:23
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/246") 246
|
||||
td period_string in topic_list.jinja2 doesn't appe...
|
||||
td: a(href="https://gitlab.com/jms301") jms301
|
||||
td 2018/09/04 12:36:20
|
||||
td 2018/09/04 19:49:18
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/248") 248
|
||||
td Jumping to comment via link with anchor doesn't...
|
||||
td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2
|
||||
td 2018/09/04 21:50:48
|
||||
td 2018/09/04 22:10:10
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/252") 252
|
||||
td Expand comments when being linked to them
|
||||
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||
td 2018/09/10 17:07:03
|
||||
td 2018/09/10 18:33:34
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/253") 253
|
||||
td Text Topic Word Count is broken
|
||||
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||
td 2018/09/11 12:42:48
|
||||
td 2018/09/11 20:49:36
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/254") 254
|
||||
td Comment tag menu stays visible even after colla...
|
||||
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||
td 2018/09/12 15:18:51
|
||||
td 2018/09/17 20:47:01
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/259") 259
|
||||
td Add option to collapse code blocks
|
||||
td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2
|
||||
td 2018/09/16 19:48:04
|
||||
td 2018/09/16 21:54:38
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/260") 260
|
||||
td All comments become collapsed when a top-level ...
|
||||
td: a(href="https://gitlab.com/talklittle") talklittle
|
||||
td 2018/09/16 22:25:38
|
||||
td 2018/09/21 00:46:02
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/267") 267
|
||||
td label section does not wrap in Firefox Mobile
|
||||
td: a(href="https://gitlab.com/firstakir") firstakir
|
||||
td 2018/09/28 03:16:45
|
||||
td 2018/09/29 01:58:01
|
||||
tr
|
||||
td: a(href="https://gitlab.com/tildes/tildes/issues/273") 273
|
||||
td Bug in marking new comments?
|
||||
td: a(href="https://gitlab.com/apoctr") apoctr
|
||||
td 2018/09/30 12:38:39
|
||||
td 2018/09/30 23:00:27
|
||||
|
||||
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