Finish August Entry
This commit is contained in:
parent
20ae386aa2
commit
2399edf0c1
|
@ -32,6 +32,8 @@ html(lang="en")
|
||||||
ul
|
ul
|
||||||
li: a(href="#contributions") Contributions
|
li: a(href="#contributions") Contributions
|
||||||
li: a(href="#changes") Changes
|
li: a(href="#changes") Changes
|
||||||
|
li: a(href="#permissions") Permissions
|
||||||
|
li: a(href="#wiki-chats") Wiki & Chats
|
||||||
li: a(href="#statistics") Statistics
|
li: a(href="#statistics") Statistics
|
||||||
li: a(href="#notable-official-topics") Notable Official Topics
|
li: a(href="#notable-official-topics") Notable Official Topics
|
||||||
li
|
li
|
||||||
|
@ -117,12 +119,34 @@ html(lang="en")
|
||||||
p Username mentions, now when someone posts a comment with "@username" that person will receive a notification. It was added by
|
p Username mentions, now when someone posts a comment with "@username" that person will receive a notification. It was added by
|
||||||
|
|
|
|
||||||
|
|
|
|
||||||
a(href="https://gitlab.com/Celeo") Matt Boulanger
|
a(href="https://gitlab.com/Celeo") Celeo
|
||||||
|
|
|
|
||||||
| and you can find the merge request
|
| and you can find the merge request
|
||||||
|
|
|
|
||||||
a(href="https://gitlab.com/tildes/tildes/merge_requests/6") here
|
a(href="https://gitlab.com/tildes/tildes/merge_requests/6") here
|
||||||
| .
|
| .
|
||||||
|
p Default theme for your account, in your
|
||||||
|
|
|
||||||
|
|
|
||||||
|
a(href="https://tildes.net/settings") settings
|
||||||
|
|
|
||||||
|
| you can now set a default theme for your account so it will always use that one on new devices. However if you change the theme without setting the account default, that'll be the one used in your session using your browser's cookies. So you can still change to White in the middle of the night manually, if you don't like your eyes. This was another contribution by
|
||||||
|
|
|
||||||
|
a(href="https://gitlab.com/Celeo") Celeo
|
||||||
|
|
|
||||||
|
| and the merge request is
|
||||||
|
|
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/merge_requests/25") here
|
||||||
|
| .
|
||||||
|
p Collapsing and expanding all non-top-level comments buttons have been added just above the comments section. Which will definitely come in handy in some larger threads. This was added by
|
||||||
|
|
|
||||||
|
|
|
||||||
|
a(href="https://gitlab.com/jeffkayser") Jeff Kayser
|
||||||
|
|
|
||||||
|
| and the merge request is
|
||||||
|
|
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/merge_requests/26") here
|
||||||
|
| .
|
||||||
|
|
||||||
details
|
details
|
||||||
summary Details
|
summary Details
|
||||||
|
@ -142,8 +166,8 @@ html(lang="en")
|
||||||
|
|
|
|
||||||
a(href="#notable-official-topics") below
|
a(href="#notable-official-topics") below
|
||||||
| .
|
| .
|
||||||
p Your profile now has pagination, meaning you can go aaaalll the way back to your first comment and/or topic and see how you embarrassed yourself without even realizing it. Topics can be looked through by going to your profile and clicking on the buttons at the top or by adding "?type=topic" after your profile URL, like this for my profile: "https://tildes.net/user/Bauke?type=topic" and of course the same with comments except you do "?type=comment" for that.
|
|
||||||
p The editing grace period has been increased to 5 minutes, so you'll have 5 minutes to edit your comment/topic before the "edited ... ago" will show up. The previous grace period was 2 minutes, a little too short.
|
p The editing grace period has been increased to 5 minutes, so you'll have 5 minutes to edit your comment/topic before the "edited ... ago" will show up. The previous grace period was 2 minutes, a little too short.
|
||||||
|
p Your profile now has pagination, meaning you can go aaaalll the way back to your first comment and/or topic and see how you embarrassed yourself without even realizing it. Topics can be looked through by going to your profile and clicking on the buttons at the top or by adding "?type=topic" after your profile URL, like this for my profile: "https://tildes.net/user/Bauke?type=topic" and of course the same with comments except you do "?type=comment" for that.
|
||||||
p Some new Markdown has also been enabled, namely Tables and Strikethrough. So now you can
|
p Some new Markdown has also been enabled, namely Tables and Strikethrough. So now you can
|
||||||
|
|
|
|
||||||
|
|
|
|
||||||
|
@ -154,6 +178,11 @@ html(lang="en")
|
||||||
a(href="https://docs.tildes.net/text-formatting#strikethrough") Text Formatting
|
a(href="https://docs.tildes.net/text-formatting#strikethrough") Text Formatting
|
||||||
|
|
|
|
||||||
| page has been updated with the new additions.
|
| page has been updated with the new additions.
|
||||||
|
p And, auto-collapsing of old comments has been added to the
|
||||||
|
|
|
||||||
|
|
|
||||||
|
a(href="https://tildes.net/settings/comment_visits") "mark new comments" feature
|
||||||
|
| , making it easier to follow threads if you have it enabled.
|
||||||
|
|
||||||
details
|
details
|
||||||
summary Details
|
summary Details
|
||||||
|
@ -163,10 +192,165 @@ html(lang="en")
|
||||||
a(href="https://tildes.net/user/Bauke") Bauke
|
a(href="https://tildes.net/user/Bauke") Bauke
|
||||||
p Written Date: 2018-08-18
|
p Written Date: 2018-08-18
|
||||||
|
|
||||||
|
h3(id="permissions") Permissions
|
||||||
|
p Halfway through August
|
||||||
|
|
|
||||||
|
|
|
||||||
|
a(href="https://tildes.net/~tildes.official/53r") a topic was posted
|
||||||
|
|
|
||||||
|
| that introduced several permissions that could be granted manually to users. Namely, editing a topic's tags, title and which group it's in.
|
||||||
|
p So far tag editing permissions have been given to quite a number of people. Moving topics to different groups to less people and title editing to nobody yet, as far as I know.
|
||||||
|
|
||||||
|
details
|
||||||
|
summary Details
|
||||||
|
p Author:
|
||||||
|
|
|
||||||
|
|
|
||||||
|
a(href="https://tildes.net/user/Bauke") Bauke
|
||||||
|
p Written Date: 2018-08-29
|
||||||
|
|
||||||
|
h3(id="wiki-chats") Wiki & Chats
|
||||||
|
p In response to user request, the 18th saw the creation of the
|
||||||
|
|
|
||||||
|
|
|
||||||
|
a(href="https://tildeswiki.katsuricata.com") unofficial Tildes wiki
|
||||||
|
| , born for the purpose of helping groups create more‐permanent archives of content and catalogue some community best practices until Tildes gets an official one on‐site. Some good examples are
|
||||||
|
|
|
||||||
|
a(href="https://tildeswiki.katsuricata.com/doku.php/hobbies") the ~hobbies page
|
||||||
|
| , which lists the hobbies that currently have dedicated megathreads—alongside some suggestions for new ones—and
|
||||||
|
|
|
||||||
|
a(href="https://tildeswiki.katsuricata.com/doku.php/tech:foss_alternatives_to_popular_services") ~tech’s list of FOSS alternatives for closed‐source software
|
||||||
|
| , for those just getting into a more privacy‐focused mindset without knowing where to start.
|
||||||
|
|
||||||
|
p It’s also home to the list of
|
||||||
|
|
|
||||||
|
|
|
||||||
|
a(href="https://tildeswiki.katsuricata.com/doku.php/chats") all currently‐known unofficial community chats
|
||||||
|
| , for when you want to talk to fellow Tildes users in a more casual setting, as well as the
|
||||||
|
|
|
||||||
|
a(href="https://tildeswiki.katsuricata.com/doku.php/users") off‐site user directory
|
||||||
|
| , should you wish to detail a profile for yourself more comprehensive than what the site allows. It is currently editable by anyone without registration (though registration will hide your IP address on public edit logs), so if you’d like to help build it up, take a look at the
|
||||||
|
|
|
||||||
|
a(href="https://tildeswiki.katsuricata.com/doku.php/wiki:dokuwiki") manual
|
||||||
|
|
|
||||||
|
| and
|
||||||
|
|
|
||||||
|
a(href="https://tildeswiki.katsuricata.com/doku.php/wiki:syntax") syntax guide
|
||||||
|
|
|
||||||
|
| and make a few contributions! Right now, most of the edits are from some power user, and we don’t want to let them get undue influence over the wiki.
|
||||||
|
|
||||||
|
details
|
||||||
|
summary Details
|
||||||
|
p Author:
|
||||||
|
|
|
||||||
|
|
|
||||||
|
a(href="https://tildes.net/user/Kat") Kat
|
||||||
|
p Written Date: 2018-08-30
|
||||||
|
|
||||||
article(id="statistics")
|
article(id="statistics")
|
||||||
h2 Statistics
|
h2 Statistics
|
||||||
//- Any statistics that would be fun/interesting to read about, more info: issue #1
|
p In the month of August 60 issues were opened and 37 issues were closed.
|
||||||
//- These are automatically generated, see the README.
|
p An average of 2.00 issues were opened and 1.23 issues were closed each day.
|
||||||
|
p The average time to close issues was 30.73 days or 737.49 hours.
|
||||||
|
p Top 3 issue creators:
|
||||||
|
ol
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
|
|
||||||
|
| with
|
||||||
|
|
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=Bauke") 14 issues created
|
||||||
|
| .
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
|
|
||||||
|
| with
|
||||||
|
|
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=Deimorz") 9 issues created
|
||||||
|
| .
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/AdamsT") AdamsT
|
||||||
|
|
|
||||||
|
| with
|
||||||
|
|
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=AdamsT") 8 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
|
||||||
|
| :
|
||||||
|
| 8 times.
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=code") code
|
||||||
|
| :
|
||||||
|
| 2 times.
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=design") design
|
||||||
|
| :
|
||||||
|
| 4 times.
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=feature") feature
|
||||||
|
| :
|
||||||
|
| 10 times.
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=in+progress") in progress
|
||||||
|
| :
|
||||||
|
| 3 times.
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=investigate") investigate
|
||||||
|
| :
|
||||||
|
| 10 times.
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=suggestion") suggestion
|
||||||
|
| :
|
||||||
|
| 13 times.
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=tweak") tweak
|
||||||
|
| :
|
||||||
|
| 4 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
|
||||||
|
| :
|
||||||
|
| 8 times.
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=code") code
|
||||||
|
| :
|
||||||
|
| 4 times.
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=design") design
|
||||||
|
| :
|
||||||
|
| 3 times.
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=feature") feature
|
||||||
|
| :
|
||||||
|
| 8 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=suggestion") suggestion
|
||||||
|
| :
|
||||||
|
| 3 times.
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=tweak") tweak
|
||||||
|
| :
|
||||||
|
| 1 time.
|
||||||
|
li
|
||||||
|
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=urgent") urgent
|
||||||
|
| :
|
||||||
|
| 1 time.
|
||||||
|
|
||||||
article(id="notable-official-topics")
|
article(id="notable-official-topics")
|
||||||
h2 Notable Official Topics
|
h2 Notable Official Topics
|
||||||
|
@ -175,7 +359,6 @@ html(lang="en")
|
||||||
|
|
|
|
||||||
a(href="https://tildes.net/~tildes.official") ~tildes.official
|
a(href="https://tildes.net/~tildes.official") ~tildes.official
|
||||||
| .
|
| .
|
||||||
//- Table format should be like this:
|
|
||||||
table
|
table
|
||||||
thead
|
thead
|
||||||
tr
|
tr
|
||||||
|
@ -184,13 +367,639 @@ html(lang="en")
|
||||||
td URL
|
td URL
|
||||||
tbody
|
tbody
|
||||||
tr
|
tr
|
||||||
td YYYY-MM-DD
|
td 2018-08-01
|
||||||
td Title of the discussion, excluding the "Daily Tildes Discussion" part.
|
td Editing "grace period" for comments and topics increased to 5 minutes.
|
||||||
td: a(href="https://tildes.net/~tildes.official") Click
|
td: a(href="https://tildes.net/~tildes.official/481") Click
|
||||||
|
tr
|
||||||
|
td 2018-08-03
|
||||||
|
td Your own user page now has paginated Topics and Comments views.
|
||||||
|
td: a(href="https://tildes.net/~tildes.official/4cc") Click
|
||||||
|
tr
|
||||||
|
td 2018-08-06
|
||||||
|
td Username mentions in comments now send notifications.
|
||||||
|
td: a(href="https://tildes.net/~tildes.official/4i5") Click
|
||||||
|
tr
|
||||||
|
td 2018-08-10
|
||||||
|
td The unread notifications page now has a "Mark all read" button.
|
||||||
|
td: a(href="https://tildes.net/~tildes.official/4r9") Click
|
||||||
|
tr
|
||||||
|
td 2018-08-10
|
||||||
|
td Markdown for strikethrough and tables is now enabled.
|
||||||
|
td: a(href="https://tildes.net/~tildes.official/4rd") Click
|
||||||
|
tr
|
||||||
|
td 2018-08-16
|
||||||
|
td Two-factor authentication is now available.
|
||||||
|
td: a(href="https://tildes.net/~tildes.official/536") Click
|
||||||
|
tr
|
||||||
|
td 2018-08-28
|
||||||
|
td If you have the "mark new comments" feature enabled, old comments will now be collapsed when returning to a thread.
|
||||||
|
td: a(href="https://tildes.net/~tildes.official/5oy") Click
|
||||||
|
|
||||||
article(id="issue-table")
|
article(id="issue-table")
|
||||||
h2 Issue Table
|
h2 Issue Table
|
||||||
//- These are automatically generated, see the README.
|
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/181") 181
|
||||||
|
td Warn the user when posting a link that's alread...
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/01 15:06:55
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/182") 182
|
||||||
|
td Add ability to save/bookmark with your own tags
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/02 14:37:24
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/183") 183
|
||||||
|
td Scrape canonical URLs for link topics
|
||||||
|
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||||
|
td 2018/08/02 20:58:32
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/184") 184
|
||||||
|
td Scrape AMP URLs for link topics
|
||||||
|
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||||
|
td 2018/08/02 21:13:22
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/185") 185
|
||||||
|
td Disallow voting on topics/comments if the topic...
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/03 15:57:41
|
||||||
|
td 2018/08/06 23:07:26
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/186") 186
|
||||||
|
td Add a "Your Posts" view to the user profile page
|
||||||
|
td: a(href="https://gitlab.com/dillonreyna") dillonreyna
|
||||||
|
td 2018/08/03 16:18:40
|
||||||
|
td 2018/08/03 23:17:11
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/187") 187
|
||||||
|
td Personal user tagging
|
||||||
|
td: a(href="https://gitlab.com/giodamelio") giodamelio
|
||||||
|
td 2018/08/03 20:23:48
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/188") 188
|
||||||
|
td Add button colors to theme mixin
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/03 21:04:30
|
||||||
|
td 2018/08/06 21:04:07
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/189") 189
|
||||||
|
td Add alternate sortings for user pages
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/08/03 23:18:50
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/190") 190
|
||||||
|
td Allow a note on your invite codes
|
||||||
|
td: a(href="https://gitlab.com/jms301") jms301
|
||||||
|
td 2018/08/04 01:12:42
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/191") 191
|
||||||
|
td Add `Prev` and `Next` navigation buttons to top...
|
||||||
|
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||||
|
td 2018/08/04 20:21:30
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/192") 192
|
||||||
|
td Add RSS/Atom feeds for listings
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/08/06 19:50:26
|
||||||
|
td
|
||||||
|
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
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/194") 194
|
||||||
|
td Spoiler tags should hide the title as well as t...
|
||||||
|
td: a(href="https://gitlab.com/MateusLacerda") MateusLacerda
|
||||||
|
td 2018/08/07 01:03:42
|
||||||
|
td 2018/08/08 01:07:07
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/195") 195
|
||||||
|
td Extend username mention notifications to topics
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/08/07 01:27:02
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/196") 196
|
||||||
|
td Darken URLs that have already been visited
|
||||||
|
td: a(href="https://gitlab.com/Palmidence") Palmidence
|
||||||
|
td 2018/08/07 01:39:14
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/197") 197
|
||||||
|
td Topic view count update on marking notification...
|
||||||
|
td: a(href="https://gitlab.com/jms301") jms301
|
||||||
|
td 2018/08/07 10:41:50
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/198") 198
|
||||||
|
td label-topic-tag-"tag with spaces" CSS class wit...
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/07 19:20:10
|
||||||
|
td 2018/08/07 20:56:32
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/199") 199
|
||||||
|
td Replace pylama
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/08/07 21:57:43
|
||||||
|
td 2018/08/30 03:31:36
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/200") 200
|
||||||
|
td Comments marked as read (via notifications) sti...
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/08/07 23:25:29
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/201") 201
|
||||||
|
td "OK" is not aligned when with JS disabled
|
||||||
|
td: a(href="https://gitlab.com/alex9099") alex9099
|
||||||
|
td 2018/08/08 23:20:35
|
||||||
|
td 2018/08/18 05:23:09
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/202") 202
|
||||||
|
td UI Bug - Long usernames might make vote button ...
|
||||||
|
td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2
|
||||||
|
td 2018/08/10 01:03:18
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/205") 205
|
||||||
|
td Add button that would lead to outline version o...
|
||||||
|
td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2
|
||||||
|
td 2018/08/10 01:12:13
|
||||||
|
td 2018/08/10 03:41:54
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/206") 206
|
||||||
|
td Add user bios
|
||||||
|
td: a(href="https://gitlab.com/ivanfon") ivanfon
|
||||||
|
td 2018/08/10 19:12:46
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/207") 207
|
||||||
|
td Federation and nomadic ID?
|
||||||
|
td: a(href="https://gitlab.com/Mikaela") Mikaela
|
||||||
|
td 2018/08/12 18:44:50
|
||||||
|
td 2018/08/12 21:28:45
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/208") 208
|
||||||
|
td Update Javascript "pipeline"
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/08/13 23:47:00
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/209") 209
|
||||||
|
td Create Topic Tag List Page
|
||||||
|
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||||
|
td 2018/08/14 08:43:02
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/210") 210
|
||||||
|
td Add filtering by topics a user created or parti...
|
||||||
|
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||||
|
td 2018/08/15 08:55:53
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/211") 211
|
||||||
|
td Subscript on the last line of topic text causes...
|
||||||
|
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||||
|
td 2018/08/15 13:52:52
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/212") 212
|
||||||
|
td Allow either deletion or archival of messages i...
|
||||||
|
td: a(href="https://gitlab.com/TheMeerkat") TheMeerkat
|
||||||
|
td 2018/08/16 07:30:06
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/213") 213
|
||||||
|
td Users should be able to view their 2FA backup c...
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/08/16 22:11:04
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/214") 214
|
||||||
|
td Ability for topic creators to change their titles
|
||||||
|
td: a(href="https://gitlab.com/Celeo") Celeo
|
||||||
|
td 2018/08/17 06:36:35
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/215") 215
|
||||||
|
td Ordered lists separated by newlines don't inten...
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/17 10:17:25
|
||||||
|
td 2018/08/17 20:46:30
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/216") 216
|
||||||
|
td Ordered list syntax inside code block doesn't r...
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/17 10:22:42
|
||||||
|
td 2018/08/17 20:46:51
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/217") 217
|
||||||
|
td Incorrect error when trying to move topic to no...
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/17 22:04:35
|
||||||
|
td
|
||||||
|
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
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/219") 219
|
||||||
|
td Show granted permissions
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/17 23:54:34
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/220") 220
|
||||||
|
td Certain links don't get turned into anchors
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/18 12:10:42
|
||||||
|
td 2018/08/18 17:34:41
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/221") 221
|
||||||
|
td Do not include this user’s comments in (n New) ...
|
||||||
|
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||||
|
td 2018/08/18 17:31:14
|
||||||
|
td 2018/08/18 20:23:45
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/222") 222
|
||||||
|
td A text topic with no text should not display th...
|
||||||
|
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||||
|
td 2018/08/18 17:51:12
|
||||||
|
td 2018/08/18 20:26:54
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/223") 223
|
||||||
|
td Bug: clicking the "Tag" link in a topic repeate...
|
||||||
|
td: a(href="https://gitlab.com/Celeo") Celeo
|
||||||
|
td 2018/08/18 19:42:14
|
||||||
|
td 2018/08/18 20:04:46
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/224") 224
|
||||||
|
td Long topic name and/or author name hides vote c...
|
||||||
|
td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2
|
||||||
|
td 2018/08/19 09:37:19
|
||||||
|
td 2018/08/19 17:33:04
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/225") 225
|
||||||
|
td Replies to your comments don't always get regis...
|
||||||
|
td: a(href="https://gitlab.com/lumbo7332") lumbo7332
|
||||||
|
td 2018/08/19 20:24:41
|
||||||
|
td 2018/08/21 00:14:23
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/226") 226
|
||||||
|
td When a user clicks on a topic tag, maybe defaul...
|
||||||
|
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||||
|
td 2018/08/19 22:34:08
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/227") 227
|
||||||
|
td Convert topic titles in all caps to title case
|
||||||
|
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||||
|
td 2018/08/20 02:48:13
|
||||||
|
td 2018/08/22 01:47:20
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/228") 228
|
||||||
|
td Add group wiki's
|
||||||
|
td: a(href="https://gitlab.com/ivanfon") ivanfon
|
||||||
|
td 2018/08/20 02:53:08
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/229") 229
|
||||||
|
td Add statistics page
|
||||||
|
td: a(href="https://gitlab.com/ivanfon") ivanfon
|
||||||
|
td 2018/08/20 03:14:21
|
||||||
|
td
|
||||||
|
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
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/231") 231
|
||||||
|
td Search UI - Add some margin between text input ...
|
||||||
|
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||||
|
td 2018/08/22 20:49:11
|
||||||
|
td 2018/08/26 23:49:30
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/232") 232
|
||||||
|
td Topic moving & re-tagging do not check if topic...
|
||||||
|
td: a(href="https://gitlab.com/jms301") jms301
|
||||||
|
td 2018/08/23 07:24:15
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/233") 233
|
||||||
|
td Show (OP) in Topic Log changes
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/24 00:48:52
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/234") 234
|
||||||
|
td Fix mypy type-checks for view functions
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/08/26 08:00:46
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/235") 235
|
||||||
|
td Allow adding IDs to Markdown elements
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/26 17:00:43
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/236") 236
|
||||||
|
td Display nested lists better
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/26 17:02:31
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/237") 237
|
||||||
|
td Add the ability to sort by specified date/time ...
|
||||||
|
td: a(href="https://gitlab.com/TheMeerkat") TheMeerkat
|
||||||
|
td 2018/08/27 17:32:51
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/238") 238
|
||||||
|
td Make a UI change that makes it more clear when ...
|
||||||
|
td: a(href="https://gitlab.com/teaearlgraycold") teaearlgraycold
|
||||||
|
td 2018/08/27 23:35:38
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/239") 239
|
||||||
|
td URLs with unknown TLDs do not parse correctly
|
||||||
|
td: a(href="https://gitlab.com/danlew42") danlew42
|
||||||
|
td 2018/08/30 04:12:25
|
||||||
|
td 2018/08/30 05:24:48
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/240") 240
|
||||||
|
td Username mentions regex may be too permissive
|
||||||
|
td: a(href="https://gitlab.com/danlew42") danlew42
|
||||||
|
td 2018/08/30 04:14:08
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/241") 241
|
||||||
|
td Can't save settings without javascript
|
||||||
|
td: a(href="https://gitlab.com/alex9099") alex9099
|
||||||
|
td 2018/08/30 14:04:44
|
||||||
|
td
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/242") 242
|
||||||
|
td When linking to a specific comment in a thread ...
|
||||||
|
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||||
|
td 2018/08/31 01:42:48
|
||||||
|
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/18") 18
|
||||||
|
td NSFW tag needs special styling/behavior
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/05/07 23:50:54
|
||||||
|
td 2018/08/05 23:07:02
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/49") 49
|
||||||
|
td Add option to "Mark all as read" in notifications
|
||||||
|
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||||
|
td 2018/05/23 01:40:04
|
||||||
|
td 2018/08/21 07:54:53
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/68") 68
|
||||||
|
td Add a "group does not exist" page instead of ge...
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/05/26 10:05:06
|
||||||
|
td 2018/08/22 18:56:40
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/70") 70
|
||||||
|
td Ordering posts by a custom period greater than ...
|
||||||
|
td: a(href="https://gitlab.com/ko.jak") ko.jak
|
||||||
|
td 2018/05/26 17:31:01
|
||||||
|
td 2018/08/08 00:45:37
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/74") 74
|
||||||
|
td exclude "mark as read" comments from the (# new...
|
||||||
|
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||||
|
td 2018/05/26 18:14:46
|
||||||
|
td 2018/08/07 23:10:00
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/77") 77
|
||||||
|
td Separate topics and comments on profile page
|
||||||
|
td: a(href="https://gitlab.com/g4nym3de") g4nym3de
|
||||||
|
td 2018/05/27 00:20:47
|
||||||
|
td 2018/08/04 17:09:48
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/80") 80
|
||||||
|
td Set up repository mirroring to make the code av...
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/05/28 02:12:26
|
||||||
|
td 2018/08/04 01:24:15
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/88") 88
|
||||||
|
td Add "collapse all non-top-level comments"
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/05/29 19:13:56
|
||||||
|
td 2018/08/22 00:30:44
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/90") 90
|
||||||
|
td Implement basic search
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/05/29 21:25:22
|
||||||
|
td 2018/08/21 07:54:08
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/95") 95
|
||||||
|
td can't edit comments in one specific thread
|
||||||
|
td: a(href="https://gitlab.com/zowesiouff") zowesiouff
|
||||||
|
td 2018/05/31 17:47:28
|
||||||
|
td 2018/08/03 11:07:25
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/96") 96
|
||||||
|
td notify when username is mentioned
|
||||||
|
td: a(href="https://gitlab.com/xiretza") xiretza
|
||||||
|
td 2018/05/31 20:26:48
|
||||||
|
td 2018/08/07 00:55:03
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/106") 106
|
||||||
|
td 2 factor authentication for the site
|
||||||
|
td: a(href="https://gitlab.com/cfabbro") cfabbro
|
||||||
|
td 2018/06/03 19:26:38
|
||||||
|
td 2018/08/16 21:27:54
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/140") 140
|
||||||
|
td Add the ability for users to vote for alternati...
|
||||||
|
td: a(href="https://gitlab.com/lordpipe") lordpipe
|
||||||
|
td 2018/06/20 05:57:52
|
||||||
|
td 2018/08/17 20:56:47
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/157") 157
|
||||||
|
td Markdown - prevention of accidental numbered li...
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/07/13 06:03:06
|
||||||
|
td 2018/08/17 20:47:09
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/168") 168
|
||||||
|
td Make theme settings internal and session
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/07/22 14:18:29
|
||||||
|
td 2018/08/27 20:27:37
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/169") 169
|
||||||
|
td Potential memory leak when using commonmark-gfm...
|
||||||
|
td: a(href="https://gitlab.com/IdiocyInAction") IdiocyInAction
|
||||||
|
td 2018/07/22 17:49:24
|
||||||
|
td 2018/08/10 22:29:53
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/180") 180
|
||||||
|
td Implement "Black" code-formatter
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/07/31 10:38:41
|
||||||
|
td 2018/08/13 23:29:01
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/185") 185
|
||||||
|
td Disallow voting on topics/comments if the topic...
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/03 15:57:41
|
||||||
|
td 2018/08/06 23:07:26
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/186") 186
|
||||||
|
td Add a "Your Posts" view to the user profile page
|
||||||
|
td: a(href="https://gitlab.com/dillonreyna") dillonreyna
|
||||||
|
td 2018/08/03 16:18:40
|
||||||
|
td 2018/08/03 23:17:11
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/188") 188
|
||||||
|
td Add button colors to theme mixin
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/03 21:04:30
|
||||||
|
td 2018/08/06 21:04:07
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/194") 194
|
||||||
|
td Spoiler tags should hide the title as well as t...
|
||||||
|
td: a(href="https://gitlab.com/MateusLacerda") MateusLacerda
|
||||||
|
td 2018/08/07 01:03:42
|
||||||
|
td 2018/08/08 01:07:07
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/198") 198
|
||||||
|
td label-topic-tag-"tag with spaces" CSS class wit...
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/07 19:20:10
|
||||||
|
td 2018/08/07 20:56:32
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/199") 199
|
||||||
|
td Replace pylama
|
||||||
|
td: a(href="https://gitlab.com/Deimorz") Deimorz
|
||||||
|
td 2018/08/07 21:57:43
|
||||||
|
td 2018/08/30 03:31:36
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/201") 201
|
||||||
|
td "OK" is not aligned when with JS disabled
|
||||||
|
td: a(href="https://gitlab.com/alex9099") alex9099
|
||||||
|
td 2018/08/08 23:20:35
|
||||||
|
td 2018/08/18 05:23:09
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/205") 205
|
||||||
|
td Add button that would lead to outline version o...
|
||||||
|
td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2
|
||||||
|
td 2018/08/10 01:12:13
|
||||||
|
td 2018/08/10 03:41:54
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/207") 207
|
||||||
|
td Federation and nomadic ID?
|
||||||
|
td: a(href="https://gitlab.com/Mikaela") Mikaela
|
||||||
|
td 2018/08/12 18:44:50
|
||||||
|
td 2018/08/12 21:28:45
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/215") 215
|
||||||
|
td Ordered lists separated by newlines don't inten...
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/17 10:17:25
|
||||||
|
td 2018/08/17 20:46:30
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/216") 216
|
||||||
|
td Ordered list syntax inside code block doesn't r...
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/17 10:22:42
|
||||||
|
td 2018/08/17 20:46:51
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/220") 220
|
||||||
|
td Certain links don't get turned into anchors
|
||||||
|
td: a(href="https://gitlab.com/Bauke") Bauke
|
||||||
|
td 2018/08/18 12:10:42
|
||||||
|
td 2018/08/18 17:34:41
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/221") 221
|
||||||
|
td Do not include this user’s comments in (n New) ...
|
||||||
|
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||||
|
td 2018/08/18 17:31:14
|
||||||
|
td 2018/08/18 20:23:45
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/222") 222
|
||||||
|
td A text topic with no text should not display th...
|
||||||
|
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||||
|
td 2018/08/18 17:51:12
|
||||||
|
td 2018/08/18 20:26:54
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/223") 223
|
||||||
|
td Bug: clicking the "Tag" link in a topic repeate...
|
||||||
|
td: a(href="https://gitlab.com/Celeo") Celeo
|
||||||
|
td 2018/08/18 19:42:14
|
||||||
|
td 2018/08/18 20:04:46
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/224") 224
|
||||||
|
td Long topic name and/or author name hides vote c...
|
||||||
|
td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2
|
||||||
|
td 2018/08/19 09:37:19
|
||||||
|
td 2018/08/19 17:33:04
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/225") 225
|
||||||
|
td Replies to your comments don't always get regis...
|
||||||
|
td: a(href="https://gitlab.com/lumbo7332") lumbo7332
|
||||||
|
td 2018/08/19 20:24:41
|
||||||
|
td 2018/08/21 00:14:23
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/227") 227
|
||||||
|
td Convert topic titles in all caps to title case
|
||||||
|
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||||
|
td 2018/08/20 02:48:13
|
||||||
|
td 2018/08/22 01:47:20
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/231") 231
|
||||||
|
td Search UI - Add some margin between text input ...
|
||||||
|
td: a(href="https://gitlab.com/AdamsT") AdamsT
|
||||||
|
td 2018/08/22 20:49:11
|
||||||
|
td 2018/08/26 23:49:30
|
||||||
|
tr
|
||||||
|
td: a(href="https://gitlab.com/tildes/tildes/issues/239") 239
|
||||||
|
td URLs with unknown TLDs do not parse correctly
|
||||||
|
td: a(href="https://gitlab.com/danlew42") danlew42
|
||||||
|
td 2018/08/30 04:12:25
|
||||||
|
td 2018/08/30 05:24:48
|
||||||
|
|
||||||
footer(id="footer")
|
footer(id="footer")
|
||||||
h3: a(href="../index.html") Home
|
h3: a(href="../index.html") Home
|
||||||
|
|
Reference in New Issue