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

Massive change from Markdown to custom website with Pug & Sass

This commit is contained in:
Bauke 2018-07-16 03:29:01 +02:00
parent d17fd5a6bd
commit f3ef7c0e17
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
25 changed files with 6752 additions and 1044 deletions

9
.gitignore vendored
View File

@ -75,9 +75,8 @@ typings/
# Config
config.json
# Temp
temp
# Public
public
# Issue Folders
Opened
Closed
# Data
data

23
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,23 @@
image: node:latest
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- node_modules/
before_script:
- yarn
lint:
script:
- yarn lint:sass
pages:
stage: deploy
script:
- yarn build
artifacts:
paths:
- public
only:
- master

8
.stylelintrc.json Normal file
View File

@ -0,0 +1,8 @@
{
"extends": "stylelint-config-recommended",
"rules": {
"indentation": 2,
"string-quotes": "single",
"no-descending-specificity": null
}
}

View File

@ -1,50 +0,0 @@
# Tildes Issue Log - Month
> Table Of Contents
* [About](#about)
* [Feedback](#feedback)
* [Highlights](#highlights)
* [Section](#section)
* [Another Section](#another-section)
* [Statistics](#statistics)
* [Daily Discussions](#daily-discussions)
* [Issue Table](#issue-table)
* [Opened](#opened)
* [Closed](#closed)
## About
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.
## Feedback
If anything is incorrect or you have anything that you'd like to see changed or added, please [open an issue](https://gitlab.com/Bauke/tildes-issue-log/issues), [PM me](https://tildes.net/user/Bauke/new_message) or comment on the posted topic on Tildes.
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.
## Highlights
<!-- Highlights of what happened with development and any notable changes, if applicable. -->
## Statistics
<!-- Any statistics that would be fun/interesting to read about, more info: issue #1 -->
<!-- These are automatically generated, see the README. -->
## Daily Discussions
<!-- Table format should be like this: -->
| Date | Title | URL |
|------|-------|-----|
| 2018-07-03 | How can we help people "acclimate" in a friendlier way? | [Click](https://tildes.net/~tildes.official/31s) |
| 2018-07-04 | How do we make groups feel more like "separate spaces"? | [Click](https://tildes.net/~tildes.official/32z) |
| 2018-07-05 | Proposals for "trial groups", round 1. | [Click](https://tildes.net/~tildes.official/342) |
| 2018-07-06 | General questions/feedback. | [Click](https://tildes.net/~tildes.official/351) |
| 2018-07-09 | More filtering options? | [Click](https://tildes.net/~tildes.official/37t) |
| 2018-07-10 | Figuring out some early details of the group hierarchy. | [Click](https://tildes.net/~tildes.official/398) |
## Issue Table
<!-- This is automatically generated, see the README. -->

View File

@ -1,269 +0,0 @@
# Tildes Issue Log - June
> Table Of Contents
* [About](#about)
* [Feedback](#feedback)
* [Highlights](#highlights)
* [New Groups](#new-groups)
* [Default Sorting](#default-sorting)
* [Mark Notifications As Read](#mark-notifications-as-read)
* [Tags](#tags)
* [Topic Log](#topic-log)
* [Statistics](#statistics)
* [Daily Discussions](#daily-discussions)
* [Issue Table](#issue-table)
* [Opened](#opened)
* [Closed](#closed)
## About
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.
## Feedback
If anything is incorrect or you have anything that you'd like to see changed or added, please [open an issue](https://gitlab.com/Bauke/tildes-issue-log/issues), [PM me](https://tildes.net/user/Bauke/new_message) or comment on the posted topic on Tildes.
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.
## Highlights
### New Groups
The first change to Tildes in June was the addition of 5 new groups:
* [~books](https://tildes.net/~books)
* [~food](https://tildes.net/~food)
* [~hobbies](https://tildes.net/~hobbies)
* [~lgbt](https://tildes.net/~lgbt)
* ~~[~lifestyle](https://tildes.net/~lifestyle)~~ renamed to [~health](https://tildes.net/~health)
And also the creation of the first sub-group: [~tildes.official](https://tildes.net/~tildes.official), which now features any official announcements as well as the [Daily Discussions](https://tildes.net/?tag=daily_discussion). This sub-group also sparked the ability for only admins to create topics.
Read more about it [here](https://tildes.net/~tildes.official/1e1).
<details>
<summary>Details</summary>
Author: <a href="https://tildes.net/user/Bauke">Bauke</a>
<br>
Written Date: 2018-06-24
</details>
### Default Sorting
The default sort order has been changed from "Activity, All Time" to "Activity, 24 Hours". You can also set your own default sort order which will apply to your general topic listing of groups you're subscribed to and the topic listing of any group you visit.
To change your default sort order you can select any order you'd like to save and click on the "Set as default" button.
Read more about it [here](https://tildes.net/~tildes.official/1sn) and [here](https://tildes.net/~tildes.official/1vx).
<details>
<summary>Details</summary>
Author: <a href="https://tildes.net/user/Bauke">Bauke</a>
<br>
Written Date: 2018-06-24
</details>
### Mark Notifications As Read
A new setting was added to [the settings page](https://tildes.net/settings) that will allow you to automatically mark all your notifications as read once you visit the notifications pages. It's off by default, so check it out if you haven't already. In case you accidentally mark any of your notifications as read, you can always find all of them [here](https://tildes.net/notifications).
Read more about it [here](https://tildes.net/~tildes.official/1z4).
<details>
<summary>Details</summary>
Author: <a href="https://tildes.net/user/Bauke">Bauke</a>
<br>
Written Date: 2018-06-24
</details>
### Tags
A bunch of features involving tags have been including filtering to show or hide posts with some tags, a [discussion on standardization and guidelines](https://tildes.net/~tildes.official/2ab).
You can access your filter to hide by clicking the "Edit filtered tags" in the sidebar or by navigating to [your settings](https://tildes.net/settings/filters).
To filter out topics to only show with specific tags you can click on any tag from a topic or append `?tag=tag` to the URL. Like this: https://tildes.net/~tech?tag=security, it'll only show you topics tagged with security in the [~tech group](https://tildes.net/~tech).
Read more about it [here](https://tildes.net/~tildes.official/28n) and [here](https://tildes.net/~tildes.official/2a9).
<details>
<summary>Details</summary>
Author: <a href="https://tildes.net/user/Bauke">Bauke</a>
<br>
Written Date: 2018-06-24
</details>
### Topic Log
June 18th saw the introduction of the topic log. A log of changes made to a topic, located in the sidebar. Currently the only things logged are if a topic is (un)locked, if someone has changed the tags and/or [edited the title](https://tildes.net/~tildes.official/2p6).
Read more about it [here](https://tildes.net/~tildes.official/2f1).
<details>
<summary>Details</summary>
Author: <a href="https://tildes.net/user/Bauke">Bauke</a>
<br>
Written Date: 2018-06-24
</details>
## Statistics
In the month of June 51 issues were opened and 19 issues were closed.
A total of 3073 lines of code were added and 748 lines were removed.
An average of 1.70 issues were opened and 0.63 issues were closed each day.
The average time to close issues was 8.56 days or 205.34 hours.
Top 3 issue creators:
* [cfabbro](https://gitlab.com/cfabbro) with [12 issues created](https://gitlab.com/tildes/tildes/issues?state=all&author_username=cfabbro).
* [Deimorz](https://gitlab.com/Deimorz) with [9 issues created](https://gitlab.com/tildes/tildes/issues?state=all&author_username=Deimorz).
* [Bauke](https://gitlab.com/Bauke) with [5 issues created](https://gitlab.com/tildes/tildes/issues?state=all&author_username=Bauke).
Amount of labels assigned to currently open issues:
* [bug](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=bug): 11 times.
* [code](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=code): 1 time.
* [design](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=design): 1 time.
* [feature](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=feature): 3 times.
* [high priority](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=high+priority): 1 time.
* [investigate](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=investigate): 8 times.
* [suggestion](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=suggestion): 12 times.
* [tweak](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=tweak): 5 times.
Amount of labels assigned to closed issues:
* [bug](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=bug): 4 times.
* [code](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=code): 1 time.
* [design](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=design): 1 time.
* [feature](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=feature): 3 times.
* [high priority](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=high+priority): 1 time.
* [in progress](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=in+progress): 2 times.
* [suggestion](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=suggestion): 5 times.
* [tweak](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=tweak): 5 times.
## Daily Discussions
| Date | Title | URL |
|------|-------|-----|
| 2018-06-01 | Is "activity" sort still holding up as the default? | [Click](https://tildes.net/~tildes.official/1au) |
| 2018-06-02 | New groups added, please subscribe to them if you're interested. | [Click](https://tildes.net/~tildes.official/1e1) |
| 2018-06-03 | Should we allow groups to have customized appearances? | [Click](https://tildes.net/~tildes.official/1hw) |
| 2018-06-04 | What missing/broken things are the most "shocking"? | [Click](https://tildes.net/~tildes.official/1l3) |
| 2018-06-05 | Quality concerns. | [Click](https://tildes.net/~tildes.official/1oz) |
| 2018-06-06 | Let's talk more about filtering. | [Click](https://tildes.net/~tildes.official/1t8) |
| 2018-06-07 | Banning for bad-faith/trolling behavior. | [Click](https://tildes.net/~tildes.official/1wa) |
| 2018-06-08 | Future daily Tildes discussions. | [Click](https://tildes.net/~tildes.official/1yx) |
| 2018-06-09 | Should inviter/invitee info be public? | [Click](https://tildes.net/~tildes.official/1zz) |
| 2018-06-10 | Let's start gathering some thoughts for commenting guidelines. | [Click](https://tildes.net/~tildes.official/22k) |
| 2018-06-11 | Finding a balance between discussions and quality links. | [Click](https://tildes.net/~tildes.official/247) |
| 2018-06-12 | Thoughts on recruiting. | [Click](https://tildes.net/~tildes.official/26f) |
| 2018-06-13 | General feedback/questions. | [Click](https://tildes.net/~tildes.official/28f) |
| 2018-06-14 | Topic tag standardization/guidelines. | [Click](https://tildes.net/~tildes.official/2ab) |
| 2018-06-15 | Starting some moderation. | [Click](https://tildes.net/~tildes.official/2c4) |
| 2018-06-16 | Haunted by data. | [Click](https://tildes.net/~tildes.official/2d4) |
| 2018-06-18 | The importance of content. | [Click](https://tildes.net/~tildes.official/2fx) |
| 2018-06-19 | Metafilter. | [Click](https://tildes.net/~tildes.official/2ht) |
| 2018-06-20 | "New topic" page and process updated. | [Click](https://tildes.net/~tildes.official/2kh) |
| 2018-06-21 | "Trial" groups? | [Click](https://tildes.net/~tildes.official/2mm) |
| 2018-06-22 | Nothing in particular. | [Click](https://tildes.net/~tildes.official/2o3) |
| 2018-06-23 | Title editing. | [Click](https://tildes.net/~tildes.official/2p6) |
| 2018-06-25 | Please help write new descriptions for the groups. | [Click](https://tildes.net/~tildes.official/2rn) |
| 2018-06-26 | How to handle account deletion. | [Click](https://tildes.net/~tildes.official/2ta) |
| 2018-06-28 | Minor group updates. | [Click](https://tildes.net/~tildes.official/2vm) |
| 2018-06-29 | Allowing user to post anonymously? | [Click](https://tildes.net/~tildes.official/2x3) |
## Issue Table
### Opened
| Issue | Title | Author | Opened | Closed |
| ----- | ----- | ------ | ------ | ------ |
| [99](https://gitlab.com/tildes/tildes/issues/99) | Posts can be double-posted by submitting multip... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/01 05:26:46 | 2018/06/06 20:28:33 |
| [100](https://gitlab.com/tildes/tildes/issues/100) | Disable autocomplete on form input fields | [toaster_](https://gitlab.com/toaster_) | 2018/06/01 20:00:01 | 2018/06/01 22:34:46 |
| [101](https://gitlab.com/tildes/tildes/issues/101) | Page sometimes hangs on mobile when going back ... | [AdamHebby](https://gitlab.com/AdamHebby) | 2018/06/01 20:21:24 | |
| [102](https://gitlab.com/tildes/tildes/issues/102) | Redirect moved topics | [g4nym3de](https://gitlab.com/g4nym3de) | 2018/06/01 21:08:02 | 2018/06/14 20:59:23 |
| [103](https://gitlab.com/tildes/tildes/issues/103) | Move new comment box to top | [toritxtornado](https://gitlab.com/toritxtornado) | 2018/06/01 21:29:52 | 2018/06/01 21:36:08 |
| [104](https://gitlab.com/tildes/tildes/issues/104) | Use CSS variables | [expectocode](https://gitlab.com/expectocode) | 2018/06/01 22:27:39 | |
| [105](https://gitlab.com/tildes/tildes/issues/105) | make @OP and @userwhoposted synonymous in comme... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/02 20:35:21 | |
| [106](https://gitlab.com/tildes/tildes/issues/106) | 2 factor authentication for the site | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/03 19:26:38 | |
| [107](https://gitlab.com/tildes/tildes/issues/107) | Add ability to "watch" topics (or individual co... | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/03 20:51:36 | |
| [108](https://gitlab.com/tildes/tildes/issues/108) | some TLDs are not being parsed correctly as hyp... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/03 22:29:12 | |
| [109](https://gitlab.com/tildes/tildes/issues/109) | Inconsistent max width on screens larger than 7... | [zowesiouff](https://gitlab.com/zowesiouff) | 2018/06/03 23:38:48 | 2018/06/04 21:10:31 |
| [110](https://gitlab.com/tildes/tildes/issues/110) | Automatically quote selected text when typing a... | [nzealand](https://gitlab.com/nzealand) | 2018/06/04 23:54:31 | |
| [111](https://gitlab.com/tildes/tildes/issues/111) | Sort comments by newest leaf, not branch / dept... | [010101](https://gitlab.com/010101) | 2018/06/05 02:52:41 | |
| [112](https://gitlab.com/tildes/tildes/issues/112) | Implement basic topic tag filtering | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/05 09:23:28 | 2018/06/14 22:36:14 |
| [113](https://gitlab.com/tildes/tildes/issues/113) | Add group-specific topic tag filters | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/05 10:24:52 | |
| [114](https://gitlab.com/tildes/tildes/issues/114) | Message inbox doesn't sort one-message conversa... | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/07 19:51:26 | |
| [115](https://gitlab.com/tildes/tildes/issues/115) | Long comment headers display badly on narrow sc... | [expectocode](https://gitlab.com/expectocode) | 2018/06/07 21:01:14 | 2018/06/08 00:01:33 |
| [116](https://gitlab.com/tildes/tildes/issues/116) | Clicking 'tag' multiple times opens multiple in... | [lpopesco](https://gitlab.com/lpopesco) | 2018/06/08 17:03:55 | |
| [117](https://gitlab.com/tildes/tildes/issues/117) | Block links from low quality sources | [theCrius](https://gitlab.com/theCrius) | 2018/06/09 09:41:18 | |
| [118](https://gitlab.com/tildes/tildes/issues/118) | Allow a user to click on a post tag to see all ... | [AdamsT](https://gitlab.com/AdamsT) | 2018/06/09 20:20:12 | 2018/06/14 20:03:10 |
| [119](https://gitlab.com/tildes/tildes/issues/119) | Change the text alignment of the group subscrib... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/09 22:06:25 | 2018/06/12 03:28:43 |
| [120](https://gitlab.com/tildes/tildes/issues/120) | Small visual bug when submitting invalid URL | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/10 04:45:05 | |
| [121](https://gitlab.com/tildes/tildes/issues/121) | Avoid indentation of comments wherever possible | [pitchforkmatters](https://gitlab.com/pitchforkmatters) | 2018/06/10 19:49:59 | |
| [122](https://gitlab.com/tildes/tildes/issues/122) | Clickable borders that collapse comment trees | [pitchforkmatters](https://gitlab.com/pitchforkmatters) | 2018/06/10 20:52:31 | |
| [123](https://gitlab.com/tildes/tildes/issues/123) | Subdomains only use default theme | [dankebitte](https://gitlab.com/dankebitte) | 2018/06/11 08:23:46 | 2018/06/11 20:44:32 |
| [124](https://gitlab.com/tildes/tildes/issues/124) | Auto fill submission metadata (title, tags, etc) | [expectocode](https://gitlab.com/expectocode) | 2018/06/11 20:12:27 | |
| [125](https://gitlab.com/tildes/tildes/issues/125) | Add ability for users to view their recently vi... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/12 00:59:38 | |
| [126](https://gitlab.com/tildes/tildes/issues/126) | Add permalinks for tags and mutli-tag page supp... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/12 01:13:27 | |
| [127](https://gitlab.com/tildes/tildes/issues/127) | Append an optional password recovery setup to t... | [pitchforkmatters](https://gitlab.com/pitchforkmatters) | 2018/06/13 02:55:59 | |
| [128](https://gitlab.com/tildes/tildes/issues/128) | lynx based browsers returning 400 Bad CSRF Origin | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/13 07:28:27 | |
| [129](https://gitlab.com/tildes/tildes/issues/129) | It is possible to vote on a deleted topic, and ... | [twcus](https://gitlab.com/twcus) | 2018/06/13 19:34:56 | 2018/06/14 09:20:19 |
| [130](https://gitlab.com/tildes/tildes/issues/130) | Posting an egregiously lengthy text/comment res... | [twcus](https://gitlab.com/twcus) | 2018/06/13 21:15:19 | |
| [131](https://gitlab.com/tildes/tildes/issues/131) | Make the future API support MessagePack | [lordpipe](https://gitlab.com/lordpipe) | 2018/06/14 01:49:48 | |
| [132](https://gitlab.com/tildes/tildes/issues/132) | Mark notification as read after being clicked o... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/14 19:07:00 | |
| [133](https://gitlab.com/tildes/tildes/issues/133) | Period-separated string is automatically parsed... | [sidmani](https://gitlab.com/sidmani) | 2018/06/14 20:19:16 | |
| [134](https://gitlab.com/tildes/tildes/issues/134) | Limit topic tags to a reasonable maximum | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/14 20:41:15 | |
| [135](https://gitlab.com/tildes/tildes/issues/135) | Add reference on the password recovery settings... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/15 06:42:01 | |
| [136](https://gitlab.com/tildes/tildes/issues/136) | Topic tag filters should still apply while view... | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/15 19:58:03 | |
| [137](https://gitlab.com/tildes/tildes/issues/137) | Allow code blocks to be collapsed | [Bauke](https://gitlab.com/Bauke) | 2018/06/16 14:32:35 | |
| [138](https://gitlab.com/tildes/tildes/issues/138) | Remove margin-right from last item in tab-listi... | [Bauke](https://gitlab.com/Bauke) | 2018/06/16 19:37:50 | |
| [139](https://gitlab.com/tildes/tildes/issues/139) | Put comments and replies into nested lists in H... | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/16 21:38:28 | |
| [140](https://gitlab.com/tildes/tildes/issues/140) | Add the ability for users to vote for alternati... | [lordpipe](https://gitlab.com/lordpipe) | 2018/06/20 05:57:52 | |
| [141](https://gitlab.com/tildes/tildes/issues/141) | Add "whisper comments" | [Natanael_L](https://gitlab.com/Natanael_L) | 2018/06/21 12:49:12 | |
| [142](https://gitlab.com/tildes/tildes/issues/142) | Add autocomplete for common tags | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/21 18:50:16 | |
| [143](https://gitlab.com/tildes/tildes/issues/143) | iOS - clicking a tag in a group page results in... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/23 22:35:14 | |
| [144](https://gitlab.com/tildes/tildes/issues/144) | More favicons for site-topic | [Bauke](https://gitlab.com/Bauke) | 2018/06/25 13:52:59 | |
| [145](https://gitlab.com/tildes/tildes/issues/145) | Topic tag filters are not filtering out "descen... | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/25 22:13:02 | |
| [146](https://gitlab.com/tildes/tildes/issues/146) | Change theme application mechanic | [Bauke](https://gitlab.com/Bauke) | 2018/06/26 22:46:46 | |
| [147](https://gitlab.com/tildes/tildes/issues/147) | A bullet is displayed to the left of each post'... | [AdamsT](https://gitlab.com/AdamsT) | 2018/06/28 16:41:39 | |
| [148](https://gitlab.com/tildes/tildes/issues/148) | In user's unread listing show the count of othe... | [AdamsT](https://gitlab.com/AdamsT) | 2018/06/29 17:49:52 | |
| [149](https://gitlab.com/tildes/tildes/issues/149) | Filter tags button too big? | [Bauke](https://gitlab.com/Bauke) | 2018/06/29 19:46:57 | |
### Closed
| Issue | Title | Author | Opened | Closed |
| ----- | ----- | ------ | ------ | ------ |
| [16](https://gitlab.com/tildes/tildes/issues/16) | Add description of relevant database triggers t... | [Deimorz](https://gitlab.com/Deimorz) | 2018/05/07 23:14:07 | 2018/06/12 07:41:00 |
| [24](https://gitlab.com/tildes/tildes/issues/24) | Fix pluralizations of "votes", "messages", etc. | [Deimorz](https://gitlab.com/Deimorz) | 2018/05/19 20:10:26 | 2018/06/19 03:46:33 |
| [32](https://gitlab.com/tildes/tildes/issues/32) | Session timeout errors | [arghdos](https://gitlab.com/arghdos) | 2018/05/21 19:40:19 | 2018/06/03 21:00:44 |
| [36](https://gitlab.com/tildes/tildes/issues/36) | Clicking "Cancel" on a comment in progress dele... | [SafariMonkey](https://gitlab.com/SafariMonkey) | 2018/05/22 14:00:39 | 2018/06/04 03:53:23 |
| [52](https://gitlab.com/tildes/tildes/issues/52) | Add ability to jump to parent comment | [cfabbro](https://gitlab.com/cfabbro) | 2018/05/23 04:02:50 | 2018/06/03 21:01:49 |
| [59](https://gitlab.com/tildes/tildes/issues/59) | on registration page consider mentioning "Have ... | [cfabbro](https://gitlab.com/cfabbro) | 2018/05/25 18:22:39 | 2018/06/12 03:12:30 |
| [92](https://gitlab.com/tildes/tildes/issues/92) | Can't collapse comment thread when top-level po... | [jbonatakis](https://gitlab.com/jbonatakis) | 2018/05/30 14:45:37 | 2018/06/02 07:36:33 |
| [93](https://gitlab.com/tildes/tildes/issues/93) | add visual indication of subscription on the gr... | [cfabbro](https://gitlab.com/cfabbro) | 2018/05/31 05:11:17 | 2018/06/02 02:17:27 |
| [99](https://gitlab.com/tildes/tildes/issues/99) | Posts can be double-posted by submitting multip... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/01 05:26:46 | 2018/06/06 20:28:33 |
| [100](https://gitlab.com/tildes/tildes/issues/100) | Disable autocomplete on form input fields | [toaster_](https://gitlab.com/toaster_) | 2018/06/01 20:00:01 | 2018/06/01 22:34:46 |
| [102](https://gitlab.com/tildes/tildes/issues/102) | Redirect moved topics | [g4nym3de](https://gitlab.com/g4nym3de) | 2018/06/01 21:08:02 | 2018/06/14 20:59:23 |
| [103](https://gitlab.com/tildes/tildes/issues/103) | Move new comment box to top | [toritxtornado](https://gitlab.com/toritxtornado) | 2018/06/01 21:29:52 | 2018/06/01 21:36:08 |
| [109](https://gitlab.com/tildes/tildes/issues/109) | Inconsistent max width on screens larger than 7... | [zowesiouff](https://gitlab.com/zowesiouff) | 2018/06/03 23:38:48 | 2018/06/04 21:10:31 |
| [112](https://gitlab.com/tildes/tildes/issues/112) | Implement basic topic tag filtering | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/05 09:23:28 | 2018/06/14 22:36:14 |
| [115](https://gitlab.com/tildes/tildes/issues/115) | Long comment headers display badly on narrow sc... | [expectocode](https://gitlab.com/expectocode) | 2018/06/07 21:01:14 | 2018/06/08 00:01:33 |
| [118](https://gitlab.com/tildes/tildes/issues/118) | Allow a user to click on a post tag to see all ... | [AdamsT](https://gitlab.com/AdamsT) | 2018/06/09 20:20:12 | 2018/06/14 20:03:10 |
| [119](https://gitlab.com/tildes/tildes/issues/119) | Change the text alignment of the group subscrib... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/09 22:06:25 | 2018/06/12 03:28:43 |
| [123](https://gitlab.com/tildes/tildes/issues/123) | Subdomains only use default theme | [dankebitte](https://gitlab.com/dankebitte) | 2018/06/11 08:23:46 | 2018/06/11 20:44:32 |
| [129](https://gitlab.com/tildes/tildes/issues/129) | It is possible to vote on a deleted topic, and ... | [twcus](https://gitlab.com/twcus) | 2018/06/13 19:34:56 | 2018/06/14 09:20:19 |

View File

@ -1,35 +0,0 @@
## Statistics
In the month of June 51 issues were opened and 19 issues were closed.
An average of 1.70 issues were opened and 0.63 issues were closed each day.
The average time to close issues was 8.56 days or 205.34 hours.
Top 3 issue creators:
* [cfabbro](https://gitlab.com/cfabbro) with [12 issues created](https://gitlab.com/tildes/tildes/issues?state=all&author_username=cfabbro).
* [Deimorz](https://gitlab.com/Deimorz) with [9 issues created](https://gitlab.com/tildes/tildes/issues?state=all&author_username=Deimorz).
* [Bauke](https://gitlab.com/Bauke) with [5 issues created](https://gitlab.com/tildes/tildes/issues?state=all&author_username=Bauke).
Amount of labels assigned to currently open issues:
* [bug](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=bug): 11 times.
* [code](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=code): 1 time.
* [design](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=design): 1 time.
* [feature](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=feature): 3 times.
* [high priority](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=high+priority): 1 time.
* [investigate](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=investigate): 8 times.
* [suggestion](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=suggestion): 12 times.
* [tweak](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=tweak): 5 times.
Amount of labels assigned to closed issues:
* [bug](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=bug): 4 times.
* [code](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=code): 1 time.
* [design](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=design): 1 time.
* [feature](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=feature): 3 times.
* [high priority](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=high+priority): 1 time.
* [in progress](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=in+progress): 2 times.
* [suggestion](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=suggestion): 5 times.
* [tweak](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=tweak): 5 times.

View File

@ -1,81 +0,0 @@
## Issue Table
### Opened
| Issue | Title | Author | Opened | Closed |
| ----- | ----- | ------ | ------ | ------ |
| [99](https://gitlab.com/tildes/tildes/issues/99) | Posts can be double-posted by submitting multip... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/01 05:26:46 | 2018/06/06 20:28:33 |
| [100](https://gitlab.com/tildes/tildes/issues/100) | Disable autocomplete on form input fields | [toaster_](https://gitlab.com/toaster_) | 2018/06/01 20:00:01 | 2018/06/01 22:34:46 |
| [101](https://gitlab.com/tildes/tildes/issues/101) | Page sometimes hangs on mobile when going back ... | [AdamHebby](https://gitlab.com/AdamHebby) | 2018/06/01 20:21:24 | |
| [102](https://gitlab.com/tildes/tildes/issues/102) | Redirect moved topics | [g4nym3de](https://gitlab.com/g4nym3de) | 2018/06/01 21:08:02 | 2018/06/14 20:59:23 |
| [103](https://gitlab.com/tildes/tildes/issues/103) | Move new comment box to top | [toritxtornado](https://gitlab.com/toritxtornado) | 2018/06/01 21:29:52 | 2018/06/01 21:36:08 |
| [104](https://gitlab.com/tildes/tildes/issues/104) | Use CSS variables | [expectocode](https://gitlab.com/expectocode) | 2018/06/01 22:27:39 | |
| [105](https://gitlab.com/tildes/tildes/issues/105) | make @OP and @userwhoposted synonymous in comme... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/02 20:35:21 | |
| [106](https://gitlab.com/tildes/tildes/issues/106) | 2 factor authentication for the site | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/03 19:26:38 | |
| [107](https://gitlab.com/tildes/tildes/issues/107) | Add ability to "watch" topics (or individual co... | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/03 20:51:36 | |
| [108](https://gitlab.com/tildes/tildes/issues/108) | some TLDs are not being parsed correctly as hyp... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/03 22:29:12 | |
| [109](https://gitlab.com/tildes/tildes/issues/109) | Inconsistent max width on screens larger than 7... | [zowesiouff](https://gitlab.com/zowesiouff) | 2018/06/03 23:38:48 | 2018/06/04 21:10:31 |
| [110](https://gitlab.com/tildes/tildes/issues/110) | Automatically quote selected text when typing a... | [nzealand](https://gitlab.com/nzealand) | 2018/06/04 23:54:31 | |
| [111](https://gitlab.com/tildes/tildes/issues/111) | Sort comments by newest leaf, not branch / dept... | [010101](https://gitlab.com/010101) | 2018/06/05 02:52:41 | |
| [112](https://gitlab.com/tildes/tildes/issues/112) | Implement basic topic tag filtering | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/05 09:23:28 | 2018/06/14 22:36:14 |
| [113](https://gitlab.com/tildes/tildes/issues/113) | Add group-specific topic tag filters | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/05 10:24:52 | |
| [114](https://gitlab.com/tildes/tildes/issues/114) | Message inbox doesn't sort one-message conversa... | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/07 19:51:26 | |
| [115](https://gitlab.com/tildes/tildes/issues/115) | Long comment headers display badly on narrow sc... | [expectocode](https://gitlab.com/expectocode) | 2018/06/07 21:01:14 | 2018/06/08 00:01:33 |
| [116](https://gitlab.com/tildes/tildes/issues/116) | Clicking 'tag' multiple times opens multiple in... | [lpopesco](https://gitlab.com/lpopesco) | 2018/06/08 17:03:55 | |
| [117](https://gitlab.com/tildes/tildes/issues/117) | Block links from low quality sources | [theCrius](https://gitlab.com/theCrius) | 2018/06/09 09:41:18 | |
| [118](https://gitlab.com/tildes/tildes/issues/118) | Allow a user to click on a post tag to see all ... | [AdamsT](https://gitlab.com/AdamsT) | 2018/06/09 20:20:12 | 2018/06/14 20:03:10 |
| [119](https://gitlab.com/tildes/tildes/issues/119) | Change the text alignment of the group subscrib... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/09 22:06:25 | 2018/06/12 03:28:43 |
| [120](https://gitlab.com/tildes/tildes/issues/120) | Small visual bug when submitting invalid URL | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/10 04:45:05 | |
| [121](https://gitlab.com/tildes/tildes/issues/121) | Avoid indentation of comments wherever possible | [pitchforkmatters](https://gitlab.com/pitchforkmatters) | 2018/06/10 19:49:59 | |
| [122](https://gitlab.com/tildes/tildes/issues/122) | Clickable borders that collapse comment trees | [pitchforkmatters](https://gitlab.com/pitchforkmatters) | 2018/06/10 20:52:31 | |
| [123](https://gitlab.com/tildes/tildes/issues/123) | Subdomains only use default theme | [dankebitte](https://gitlab.com/dankebitte) | 2018/06/11 08:23:46 | 2018/06/11 20:44:32 |
| [124](https://gitlab.com/tildes/tildes/issues/124) | Auto fill submission metadata (title, tags, etc) | [expectocode](https://gitlab.com/expectocode) | 2018/06/11 20:12:27 | |
| [125](https://gitlab.com/tildes/tildes/issues/125) | Add ability for users to view their recently vi... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/12 00:59:38 | |
| [126](https://gitlab.com/tildes/tildes/issues/126) | Add permalinks for tags and mutli-tag page supp... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/12 01:13:27 | |
| [127](https://gitlab.com/tildes/tildes/issues/127) | Append an optional password recovery setup to t... | [pitchforkmatters](https://gitlab.com/pitchforkmatters) | 2018/06/13 02:55:59 | |
| [128](https://gitlab.com/tildes/tildes/issues/128) | lynx based browsers returning 400 Bad CSRF Origin | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/13 07:28:27 | |
| [129](https://gitlab.com/tildes/tildes/issues/129) | It is possible to vote on a deleted topic, and ... | [twcus](https://gitlab.com/twcus) | 2018/06/13 19:34:56 | 2018/06/14 09:20:19 |
| [130](https://gitlab.com/tildes/tildes/issues/130) | Posting an egregiously lengthy text/comment res... | [twcus](https://gitlab.com/twcus) | 2018/06/13 21:15:19 | |
| [131](https://gitlab.com/tildes/tildes/issues/131) | Make the future API support MessagePack | [lordpipe](https://gitlab.com/lordpipe) | 2018/06/14 01:49:48 | |
| [132](https://gitlab.com/tildes/tildes/issues/132) | Mark notification as read after being clicked o... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/14 19:07:00 | |
| [133](https://gitlab.com/tildes/tildes/issues/133) | Period-separated string is automatically parsed... | [sidmani](https://gitlab.com/sidmani) | 2018/06/14 20:19:16 | |
| [134](https://gitlab.com/tildes/tildes/issues/134) | Limit topic tags to a reasonable maximum | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/14 20:41:15 | |
| [135](https://gitlab.com/tildes/tildes/issues/135) | Add reference on the password recovery settings... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/15 06:42:01 | |
| [136](https://gitlab.com/tildes/tildes/issues/136) | Topic tag filters should still apply while view... | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/15 19:58:03 | |
| [137](https://gitlab.com/tildes/tildes/issues/137) | Allow code blocks to be collapsed | [Bauke](https://gitlab.com/Bauke) | 2018/06/16 14:32:35 | |
| [138](https://gitlab.com/tildes/tildes/issues/138) | Remove margin-right from last item in tab-listi... | [Bauke](https://gitlab.com/Bauke) | 2018/06/16 19:37:50 | |
| [139](https://gitlab.com/tildes/tildes/issues/139) | Put comments and replies into nested lists in H... | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/16 21:38:28 | |
| [140](https://gitlab.com/tildes/tildes/issues/140) | Add the ability for users to vote for alternati... | [lordpipe](https://gitlab.com/lordpipe) | 2018/06/20 05:57:52 | |
| [141](https://gitlab.com/tildes/tildes/issues/141) | Add "whisper comments" | [Natanael_L](https://gitlab.com/Natanael_L) | 2018/06/21 12:49:12 | |
| [142](https://gitlab.com/tildes/tildes/issues/142) | Add autocomplete for common tags | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/21 18:50:16 | |
| [143](https://gitlab.com/tildes/tildes/issues/143) | iOS - clicking a tag in a group page results in... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/23 22:35:14 | |
| [144](https://gitlab.com/tildes/tildes/issues/144) | More favicons for site-topic | [Bauke](https://gitlab.com/Bauke) | 2018/06/25 13:52:59 | |
| [145](https://gitlab.com/tildes/tildes/issues/145) | Topic tag filters are not filtering out "descen... | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/25 22:13:02 | |
| [146](https://gitlab.com/tildes/tildes/issues/146) | Change theme application mechanic | [Bauke](https://gitlab.com/Bauke) | 2018/06/26 22:46:46 | |
| [147](https://gitlab.com/tildes/tildes/issues/147) | A bullet is displayed to the left of each post'... | [AdamsT](https://gitlab.com/AdamsT) | 2018/06/28 16:41:39 | |
| [148](https://gitlab.com/tildes/tildes/issues/148) | In user's unread listing show the count of othe... | [AdamsT](https://gitlab.com/AdamsT) | 2018/06/29 17:49:52 | |
| [149](https://gitlab.com/tildes/tildes/issues/149) | Filter tags button too big? | [Bauke](https://gitlab.com/Bauke) | 2018/06/29 19:46:57 | |
### Closed
| Issue | Title | Author | Opened | Closed |
| ----- | ----- | ------ | ------ | ------ |
| [16](https://gitlab.com/tildes/tildes/issues/16) | Add description of relevant database triggers t... | [Deimorz](https://gitlab.com/Deimorz) | 2018/05/07 23:14:07 | 2018/06/12 07:41:00 |
| [24](https://gitlab.com/tildes/tildes/issues/24) | Fix pluralizations of "votes", "messages", etc. | [Deimorz](https://gitlab.com/Deimorz) | 2018/05/19 20:10:26 | 2018/06/19 03:46:33 |
| [32](https://gitlab.com/tildes/tildes/issues/32) | Session timeout errors | [arghdos](https://gitlab.com/arghdos) | 2018/05/21 19:40:19 | 2018/06/03 21:00:44 |
| [36](https://gitlab.com/tildes/tildes/issues/36) | Clicking "Cancel" on a comment in progress dele... | [SafariMonkey](https://gitlab.com/SafariMonkey) | 2018/05/22 14:00:39 | 2018/06/04 03:53:23 |
| [52](https://gitlab.com/tildes/tildes/issues/52) | Add ability to jump to parent comment | [cfabbro](https://gitlab.com/cfabbro) | 2018/05/23 04:02:50 | 2018/06/03 21:01:49 |
| [59](https://gitlab.com/tildes/tildes/issues/59) | on registration page consider mentioning "Have ... | [cfabbro](https://gitlab.com/cfabbro) | 2018/05/25 18:22:39 | 2018/06/12 03:12:30 |
| [92](https://gitlab.com/tildes/tildes/issues/92) | Can't collapse comment thread when top-level po... | [jbonatakis](https://gitlab.com/jbonatakis) | 2018/05/30 14:45:37 | 2018/06/02 07:36:33 |
| [93](https://gitlab.com/tildes/tildes/issues/93) | add visual indication of subscription on the gr... | [cfabbro](https://gitlab.com/cfabbro) | 2018/05/31 05:11:17 | 2018/06/02 02:17:27 |
| [99](https://gitlab.com/tildes/tildes/issues/99) | Posts can be double-posted by submitting multip... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/01 05:26:46 | 2018/06/06 20:28:33 |
| [100](https://gitlab.com/tildes/tildes/issues/100) | Disable autocomplete on form input fields | [toaster_](https://gitlab.com/toaster_) | 2018/06/01 20:00:01 | 2018/06/01 22:34:46 |
| [102](https://gitlab.com/tildes/tildes/issues/102) | Redirect moved topics | [g4nym3de](https://gitlab.com/g4nym3de) | 2018/06/01 21:08:02 | 2018/06/14 20:59:23 |
| [103](https://gitlab.com/tildes/tildes/issues/103) | Move new comment box to top | [toritxtornado](https://gitlab.com/toritxtornado) | 2018/06/01 21:29:52 | 2018/06/01 21:36:08 |
| [109](https://gitlab.com/tildes/tildes/issues/109) | Inconsistent max width on screens larger than 7... | [zowesiouff](https://gitlab.com/zowesiouff) | 2018/06/03 23:38:48 | 2018/06/04 21:10:31 |
| [112](https://gitlab.com/tildes/tildes/issues/112) | Implement basic topic tag filtering | [Deimorz](https://gitlab.com/Deimorz) | 2018/06/05 09:23:28 | 2018/06/14 22:36:14 |
| [115](https://gitlab.com/tildes/tildes/issues/115) | Long comment headers display badly on narrow sc... | [expectocode](https://gitlab.com/expectocode) | 2018/06/07 21:01:14 | 2018/06/08 00:01:33 |
| [118](https://gitlab.com/tildes/tildes/issues/118) | Allow a user to click on a post tag to see all ... | [AdamsT](https://gitlab.com/AdamsT) | 2018/06/09 20:20:12 | 2018/06/14 20:03:10 |
| [119](https://gitlab.com/tildes/tildes/issues/119) | Change the text alignment of the group subscrib... | [cfabbro](https://gitlab.com/cfabbro) | 2018/06/09 22:06:25 | 2018/06/12 03:28:43 |
| [123](https://gitlab.com/tildes/tildes/issues/123) | Subdomains only use default theme | [dankebitte](https://gitlab.com/dankebitte) | 2018/06/11 08:23:46 | 2018/06/11 20:44:32 |
| [129](https://gitlab.com/tildes/tildes/issues/129) | It is possible to vote on a deleted topic, and ... | [twcus](https://gitlab.com/twcus) | 2018/06/13 19:34:56 | 2018/06/14 09:20:19 |

View File

@ -1,151 +0,0 @@
# Tildes Issue Log - May
## About
I thought some people might be interested in seeing the progression of Tildes in a nice, digestible way. So I thought a "dev blog" of sorts would be a good way to do this. This is just a test post to see find out what you guys think about it.
I'd also like to say this was entirely inspired by [osu!'s Dev Blog](https://blog.ppy.sh/) by [peppy](https://ppy.sh/). As I love reading through those about the progress osu! is making, which is one of my favorite games.
## Highlights
I wasn't around in the month of May, so I wouldn't really know where to start by summarizing some highlights of what happened but for June I wouldn't mind trying to do this. This would be the most interesting part of the post and would feature some important stuff that happened and notable changes.
## Statistics
In May, a total of 91 issues were opened and 27 were closed.
I plan on adding more statistics, such as average time to close, but for now there's not much else as I just want to get this out there before I work on much more.
## Feedback
If any info is incorrect or there's a problem with formatting let me know, as I'm not a writer and my grammar can be pretty bad at times.
## Issue Table
### Opened
| Issue | Title | Author | Opened | Closed |
| ----- | ----- | ------ | ------ | ------ |
| <a href="https://gitlab.com/tildes/tildes/issues/8" target="_blank">8</a> | Error when cancelling a reply on iOS (iPad Pro,... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/04 01:26:50 | 2018/05/28 19:18:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/9" target="_blank">9</a> | Page formatting displays incorrectly in Safari | <a href="https://gitlab.com/GabrielMorris">GabrielMorris</a> | 2018/05/04 02:38:42 | |
| <a href="https://gitlab.com/tildes/tildes/issues/10" target="_blank">10</a> | Add a maximum length to markdown fields (text t... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/04 07:38:16 | |
| <a href="https://gitlab.com/tildes/tildes/issues/11" target="_blank">11</a> | Light/dark theme is not persistent across devices | <a href="https://gitlab.com/GabrielMorris">GabrielMorris</a> | 2018/05/04 22:23:21 | 2018/05/18 08:27:19 |
| <a href="https://gitlab.com/tildes/tildes/issues/12" target="_blank">12</a> | Comment visit tracking doesn't account for the ... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/04 23:12:01 | 2018/05/07 08:25:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/13" target="_blank">13</a> | Comment visit tracking doesn't account for comm... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/04 23:19:17 | 2018/05/07 08:26:38 |
| <a href="https://gitlab.com/tildes/tildes/issues/14" target="_blank">14</a> | Add ability to link to a comment instead of jus... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/06 00:07:14 | |
| <a href="https://gitlab.com/tildes/tildes/issues/15" target="_blank">15</a> | Site icons have a slight "bleed" on their edges | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/07 21:22:14 | |
| <a href="https://gitlab.com/tildes/tildes/issues/16" target="_blank">16</a> | Add description of relevant database triggers t... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/07 23:14:07 | 2018/06/12 07:41:00 |
| <a href="https://gitlab.com/tildes/tildes/issues/17" target="_blank">17</a> | Allow changing the threshold for highlighting n... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/07 23:38:48 | |
| <a href="https://gitlab.com/tildes/tildes/issues/18" target="_blank">18</a> | NSFW tag needs special styling/behavior | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/07 23:50:54 | |
| <a href="https://gitlab.com/tildes/tildes/issues/19" target="_blank">19</a> | Add sticky topics | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/09 00:21:18 | |
| <a href="https://gitlab.com/tildes/tildes/issues/20" target="_blank">20</a> | The "Sidebar" link on mobile should highlight i... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/11 02:14:32 | |
| <a href="https://gitlab.com/tildes/tildes/issues/21" target="_blank">21</a> | `Voted` text changes back to `Vote` in reply no... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/18 02:12:45 | 2018/05/25 09:35:20 |
| <a href="https://gitlab.com/tildes/tildes/issues/22" target="_blank">22</a> | Implement PWA manifest | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 03:38:44 | |
| <a href="https://gitlab.com/tildes/tildes/issues/23" target="_blank">23</a> | Investigate and potentially implement webmentions | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 04:33:54 | |
| <a href="https://gitlab.com/tildes/tildes/issues/24" target="_blank">24</a> | Fix pluralizations of "votes", "messages", etc. | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 20:10:26 | 2018/06/19 03:46:33 |
| <a href="https://gitlab.com/tildes/tildes/issues/25" target="_blank">25</a> | Add a feature for previewing comments/topics/me... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 20:16:39 | |
| <a href="https://gitlab.com/tildes/tildes/issues/26" target="_blank">26</a> | Textbox size is unnecessarily restricted for ma... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 20:18:19 | 2018/05/23 07:07:38 |
| <a href="https://gitlab.com/tildes/tildes/issues/27" target="_blank">27</a> | Support dark theme on blog/docs | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 20:20:03 | |
| <a href="https://gitlab.com/tildes/tildes/issues/28" target="_blank">28</a> | Improve layout for browsers that don't support ... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/20 10:56:26 | |
| <a href="https://gitlab.com/tildes/tildes/issues/29" target="_blank">29</a> | Word count showing as () instead of (0 words) i... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/20 17:51:54 | 2018/05/21 00:59:05 |
| <a href="https://gitlab.com/tildes/tildes/issues/30" target="_blank">30</a> | Look into setting up a Tor hidden service | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/21 09:53:44 | |
| <a href="https://gitlab.com/tildes/tildes/issues/31" target="_blank">31</a> | Text rendering bug: Hyperlinked monospace text ... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/21 10:16:57 | 2018/05/22 02:56:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/32" target="_blank">32</a> | Session timeout errors | <a href="https://gitlab.com/arghdos">arghdos</a> | 2018/05/21 19:40:19 | 2018/06/03 21:00:44 |
| <a href="https://gitlab.com/tildes/tildes/issues/33" target="_blank">33</a> | New comment rendering location | <a href="https://gitlab.com/g4nym3de">g4nym3de</a> | 2018/05/21 21:29:39 | |
| <a href="https://gitlab.com/tildes/tildes/issues/34" target="_blank">34</a> | Create option to open external links in new tabs | <a href="https://gitlab.com/chris109">chris109</a> | 2018/05/22 02:06:18 | |
| <a href="https://gitlab.com/tildes/tildes/issues/35" target="_blank">35</a> | Tags force tildes group to stretch on mobile ho... | <a href="https://gitlab.com/theCrius">theCrius</a> | 2018/05/22 08:22:32 | 2018/05/22 20:39:40 |
| <a href="https://gitlab.com/tildes/tildes/issues/36" target="_blank">36</a> | Clicking "Cancel" on a comment in progress dele... | <a href="https://gitlab.com/SafariMonkey">SafariMonkey</a> | 2018/05/22 14:00:39 | 2018/06/04 03:53:23 |
| <a href="https://gitlab.com/tildes/tildes/issues/37" target="_blank">37</a> | Using "hip-hop" tag shows "Invalid Tag" but doe... | <a href="https://gitlab.com/vishnurajeevan">vishnurajeevan</a> | 2018/05/22 15:57:11 | |
| <a href="https://gitlab.com/tildes/tildes/issues/38" target="_blank">38</a> | ~group does not wrap properly for long titles o... | <a href="https://gitlab.com/arghdos">arghdos</a> | 2018/05/22 21:38:35 | 2018/05/22 22:34:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/39" target="_blank">39</a> | Ordered list renders differently on different p... | <a href="https://gitlab.com/arghdos">arghdos</a> | 2018/05/22 22:30:28 | 2018/05/30 00:46:26 |
| <a href="https://gitlab.com/tildes/tildes/issues/40" target="_blank">40</a> | add gitlab link to footer | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/22 22:40:32 | |
| <a href="https://gitlab.com/tildes/tildes/issues/41" target="_blank">41</a> | add "context" button that shows self-text to th... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/22 22:43:43 | |
| <a href="https://gitlab.com/tildes/tildes/issues/42" target="_blank">42</a> | ability to revisit past "mark as read" notifica... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/22 22:47:24 | |
| <a href="https://gitlab.com/tildes/tildes/issues/43" target="_blank">43</a> | add "to the top" anchor link to footer | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/22 22:48:33 | |
| <a href="https://gitlab.com/tildes/tildes/issues/44" target="_blank">44</a> | Excessive tags cause scrollbar to appear | <a href="https://gitlab.com/kaushalmodi">kaushalmodi</a> | 2018/05/22 22:55:08 | 2018/05/23 07:08:49 |
| <a href="https://gitlab.com/tildes/tildes/issues/45" target="_blank">45</a> | Have collapse comment button presses remembered | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 00:00:27 | |
| <a href="https://gitlab.com/tildes/tildes/issues/46" target="_blank">46</a> | add donate link to footer | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 00:16:37 | 2018/05/23 00:17:15 |
| <a href="https://gitlab.com/tildes/tildes/issues/47" target="_blank">47</a> | Add a better/larger favicon for mobile icons | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/23 00:44:30 | 2018/05/30 06:17:32 |
| <a href="https://gitlab.com/tildes/tildes/issues/48" target="_blank">48</a> | "Mark as Read" should not fade out the box | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 01:39:00 | 2018/05/23 07:13:26 |
| <a href="https://gitlab.com/tildes/tildes/issues/49" target="_blank">49</a> | Add option to "Mark all as read" in notifications | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 01:40:04 | |
| <a href="https://gitlab.com/tildes/tildes/issues/50" target="_blank">50</a> | make it easier to distinguish between voted and... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 01:57:27 | |
| <a href="https://gitlab.com/tildes/tildes/issues/51" target="_blank">51</a> | ability to hide topics (and view/unhide ones us... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 02:23:06 | |
| <a href="https://gitlab.com/tildes/tildes/issues/52" target="_blank">52</a> | Add ability to jump to parent comment | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 04:02:50 | 2018/06/03 21:01:49 |
| <a href="https://gitlab.com/tildes/tildes/issues/53" target="_blank">53</a> | [Duplicate] Comments in notifications don't cor... | <a href="https://gitlab.com/Emerald_Knight">Emerald_Knight</a> | 2018/05/24 03:35:41 | 2018/05/24 04:29:42 |
| <a href="https://gitlab.com/tildes/tildes/issues/54" target="_blank">54</a> | Change mobile browser theme to match the user's... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/24 21:04:14 | 2018/05/26 00:50:27 |
| <a href="https://gitlab.com/tildes/tildes/issues/55" target="_blank">55</a> | Need better handling for deeply-nested comment ... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/24 21:05:57 | |
| <a href="https://gitlab.com/tildes/tildes/issues/56" target="_blank">56</a> | A better way to reference text of the original ... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/24 21:08:12 | |
| <a href="https://gitlab.com/tildes/tildes/issues/57" target="_blank">57</a> | add spoiler tag support for comments | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/25 11:54:02 | |
| <a href="https://gitlab.com/tildes/tildes/issues/58" target="_blank">58</a> | Text inside comment is limited to 40 rem but th... | <a href="https://gitlab.com/theCrius">theCrius</a> | 2018/05/25 17:33:06 | 2018/05/26 14:42:46 |
| <a href="https://gitlab.com/tildes/tildes/issues/59" target="_blank">59</a> | on registration page consider mentioning "Have ... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/25 18:22:39 | 2018/06/12 03:12:30 |
| <a href="https://gitlab.com/tildes/tildes/issues/60" target="_blank">60</a> | research trello/gitlab integration/sync options | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/25 19:15:48 | |
| <a href="https://gitlab.com/tildes/tildes/issues/61" target="_blank">61</a> | Voting on a deleted comment makes a big, ugly e... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/26 04:46:15 | |
| <a href="https://gitlab.com/tildes/tildes/issues/62" target="_blank">62</a> | make the comment anchor # more visible | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 04:58:50 | 2018/05/28 02:10:39 |
| <a href="https://gitlab.com/tildes/tildes/issues/63" target="_blank">63</a> | small visual bug in title length error message | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 06:49:07 | |
| <a href="https://gitlab.com/tildes/tildes/issues/64" target="_blank">64</a> | strange image html element behavior | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 07:10:37 | 2018/05/26 07:18:34 |
| <a href="https://gitlab.com/tildes/tildes/issues/65" target="_blank">65</a> | leaving unclosed <a> makes entire comment after... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 07:26:48 | |
| <a href="https://gitlab.com/tildes/tildes/issues/66" target="_blank">66</a> | trying to delete comment that isn't yours resul... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 07:28:22 | |
| <a href="https://gitlab.com/tildes/tildes/issues/67" target="_blank">67</a> | add ability to view comment source | <a href="https://gitlab.com/xiretza">xiretza</a> | 2018/05/26 08:41:39 | |
| <a href="https://gitlab.com/tildes/tildes/issues/68" target="_blank">68</a> | Add a "group does not exist" page instead of ge... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/26 10:05:06 | |
| <a href="https://gitlab.com/tildes/tildes/issues/69" target="_blank">69</a> | Double click to collapse | <a href="https://gitlab.com/iiv">iiv</a> | 2018/05/26 12:09:52 | |
| <a href="https://gitlab.com/tildes/tildes/issues/70" target="_blank">70</a> | Ordering posts by a custom period greater than ... | <a href="https://gitlab.com/ko.jak">ko.jak</a> | 2018/05/26 17:31:01 | |
| <a href="https://gitlab.com/tildes/tildes/issues/71" target="_blank">71</a> | Put a character limit on tags | <a href="https://gitlab.com/ko.jak">ko.jak</a> | 2018/05/26 17:47:59 | |
| <a href="https://gitlab.com/tildes/tildes/issues/72" target="_blank">72</a> | Markdown / Editor: Loosing extra spaces inside ... | <a href="https://gitlab.com/zowesiouff">zowesiouff</a> | 2018/05/26 17:51:52 | |
| <a href="https://gitlab.com/tildes/tildes/issues/73" target="_blank">73</a> | find a way to better inform users about account... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 18:07:40 | |
| <a href="https://gitlab.com/tildes/tildes/issues/74" target="_blank">74</a> | exclude "mark as read" comments from the (# new... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 18:14:46 | |
| <a href="https://gitlab.com/tildes/tildes/issues/75" target="_blank">75</a> | add warning when navigating away from the page ... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 18:18:07 | |
| <a href="https://gitlab.com/tildes/tildes/issues/76" target="_blank">76</a> | Website font is not standardized across platforms | <a href="https://gitlab.com/ko.jak">ko.jak</a> | 2018/05/26 19:46:00 | |
| <a href="https://gitlab.com/tildes/tildes/issues/77" target="_blank">77</a> | Separate topics and comments on profile page | <a href="https://gitlab.com/g4nym3de">g4nym3de</a> | 2018/05/27 00:20:47 | |
| <a href="https://gitlab.com/tildes/tildes/issues/78" target="_blank">78</a> | Syntax highlighting in markdown code blocks | <a href="https://gitlab.com/SoptikHa2">SoptikHa2</a> | 2018/05/27 16:45:59 | |
| <a href="https://gitlab.com/tildes/tildes/issues/79" target="_blank">79</a> | Theme settings not passing between platforms. | <a href="https://gitlab.com/tsikorksi">tsikorksi</a> | 2018/05/27 22:54:04 | 2018/05/27 23:17:33 |
| <a href="https://gitlab.com/tildes/tildes/issues/80" target="_blank">80</a> | Set up repository mirroring to make the code av... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/28 02:12:26 | |
| <a href="https://gitlab.com/tildes/tildes/issues/81" target="_blank">81</a> | Session cookie expires immediately, even when I... | <a href="https://gitlab.com/ianh_">ianh_</a> | 2018/05/28 02:31:11 | 2018/05/28 02:35:31 |
| <a href="https://gitlab.com/tildes/tildes/issues/82" target="_blank">82</a> | adding too many tags results in ugly error | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/28 05:04:00 | |
| <a href="https://gitlab.com/tildes/tildes/issues/83" target="_blank">83</a> | look into Brave browser publisher program | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/28 20:30:27 | |
| <a href="https://gitlab.com/tildes/tildes/issues/84" target="_blank">84</a> | look into Liberapay crowdfunding platform as Pa... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/28 20:32:12 | |
| <a href="https://gitlab.com/tildes/tildes/issues/85" target="_blank">85</a> | Expired CSRF when submitting form causes ugly H... | <a href="https://gitlab.com/anowlcalledjosh">anowlcalledjosh</a> | 2018/05/28 23:15:57 | |
| <a href="https://gitlab.com/tildes/tildes/issues/86" target="_blank">86</a> | Expanding and collapsing self-text on posts cau... | <a href="https://gitlab.com/davv">davv</a> | 2018/05/29 00:25:39 | |
| <a href="https://gitlab.com/tildes/tildes/issues/87" target="_blank">87</a> | Add homescreen icon for iOS users. | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/29 17:51:50 | 2018/05/30 06:18:07 |
| <a href="https://gitlab.com/tildes/tildes/issues/88" target="_blank">88</a> | Add "collapse all non-top-level comments" | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/29 19:13:56 | |
| <a href="https://gitlab.com/tildes/tildes/issues/89" target="_blank">89</a> | If you try to access a page and are logged out,... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/29 20:19:45 | |
| <a href="https://gitlab.com/tildes/tildes/issues/90" target="_blank">90</a> | Implement basic search | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/29 21:25:22 | |
| <a href="https://gitlab.com/tildes/tildes/issues/91" target="_blank">91</a> | Add a "send new message" link in the PM section | <a href="https://gitlab.com/theCrius">theCrius</a> | 2018/05/29 23:43:37 | |
| <a href="https://gitlab.com/tildes/tildes/issues/92" target="_blank">92</a> | Can't collapse comment thread when top-level po... | <a href="https://gitlab.com/jbonatakis">jbonatakis</a> | 2018/05/30 14:45:37 | 2018/06/02 07:36:33 |
| <a href="https://gitlab.com/tildes/tildes/issues/93" target="_blank">93</a> | add visual indication of subscription on the gr... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/31 05:11:17 | 2018/06/02 02:17:27 |
| <a href="https://gitlab.com/tildes/tildes/issues/94" target="_blank">94</a> | add 'save' functionality | <a href="https://gitlab.com/xiretza">xiretza</a> | 2018/05/31 15:27:48 | |
| <a href="https://gitlab.com/tildes/tildes/issues/95" target="_blank">95</a> | can't edit comments in one specific thread | <a href="https://gitlab.com/zowesiouff">zowesiouff</a> | 2018/05/31 17:47:28 | |
| <a href="https://gitlab.com/tildes/tildes/issues/96" target="_blank">96</a> | notify when username is mentioned | <a href="https://gitlab.com/xiretza">xiretza</a> | 2018/05/31 20:26:48 | |
| <a href="https://gitlab.com/tildes/tildes/issues/97" target="_blank">97</a> | Improve messages after updating settings | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/31 21:12:34 | |
| <a href="https://gitlab.com/tildes/tildes/issues/98" target="_blank">98</a> | [suggestion] add a browser popup when you try t... | <a href="https://gitlab.com/Iamsodarncool">Iamsodarncool</a> | 2018/05/31 23:12:06 | 2018/05/31 23:15:52 |
### Closed
| Issue | Title | Author | Opened | Closed |
| ----- | ----- | ------ | ------ | ------ |
| <a href="https://gitlab.com/tildes/tildes/issues/2" target="_blank">2</a> | Add button to collapse comments and replies | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/04/27 02:59:19 | 2018/05/01 03:41:03 |
| <a href="https://gitlab.com/tildes/tildes/issues/5" target="_blank">5</a> | Add an "all time" period for topic listings | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/04/29 08:32:29 | 2018/05/13 02:02:32 |
| <a href="https://gitlab.com/tildes/tildes/issues/6" target="_blank">6</a> | Allow tagging topic while posting, instead of h... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/04/29 20:32:31 | 2018/05/04 19:54:14 |
| <a href="https://gitlab.com/tildes/tildes/issues/8" target="_blank">8</a> | Error when cancelling a reply on iOS (iPad Pro,... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/04 01:26:50 | 2018/05/28 19:18:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/11" target="_blank">11</a> | Light/dark theme is not persistent across devices | <a href="https://gitlab.com/GabrielMorris">GabrielMorris</a> | 2018/05/04 22:23:21 | 2018/05/18 08:27:19 |
| <a href="https://gitlab.com/tildes/tildes/issues/12" target="_blank">12</a> | Comment visit tracking doesn't account for the ... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/04 23:12:01 | 2018/05/07 08:25:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/13" target="_blank">13</a> | Comment visit tracking doesn't account for comm... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/04 23:19:17 | 2018/05/07 08:26:38 |
| <a href="https://gitlab.com/tildes/tildes/issues/21" target="_blank">21</a> | `Voted` text changes back to `Vote` in reply no... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/18 02:12:45 | 2018/05/25 09:35:20 |
| <a href="https://gitlab.com/tildes/tildes/issues/26" target="_blank">26</a> | Textbox size is unnecessarily restricted for ma... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 20:18:19 | 2018/05/23 07:07:38 |
| <a href="https://gitlab.com/tildes/tildes/issues/29" target="_blank">29</a> | Word count showing as () instead of (0 words) i... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/20 17:51:54 | 2018/05/21 00:59:05 |
| <a href="https://gitlab.com/tildes/tildes/issues/31" target="_blank">31</a> | Text rendering bug: Hyperlinked monospace text ... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/21 10:16:57 | 2018/05/22 02:56:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/35" target="_blank">35</a> | Tags force tildes group to stretch on mobile ho... | <a href="https://gitlab.com/theCrius">theCrius</a> | 2018/05/22 08:22:32 | 2018/05/22 20:39:40 |
| <a href="https://gitlab.com/tildes/tildes/issues/38" target="_blank">38</a> | ~group does not wrap properly for long titles o... | <a href="https://gitlab.com/arghdos">arghdos</a> | 2018/05/22 21:38:35 | 2018/05/22 22:34:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/39" target="_blank">39</a> | Ordered list renders differently on different p... | <a href="https://gitlab.com/arghdos">arghdos</a> | 2018/05/22 22:30:28 | 2018/05/30 00:46:26 |
| <a href="https://gitlab.com/tildes/tildes/issues/44" target="_blank">44</a> | Excessive tags cause scrollbar to appear | <a href="https://gitlab.com/kaushalmodi">kaushalmodi</a> | 2018/05/22 22:55:08 | 2018/05/23 07:08:49 |
| <a href="https://gitlab.com/tildes/tildes/issues/46" target="_blank">46</a> | add donate link to footer | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 00:16:37 | 2018/05/23 00:17:15 |
| <a href="https://gitlab.com/tildes/tildes/issues/47" target="_blank">47</a> | Add a better/larger favicon for mobile icons | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/23 00:44:30 | 2018/05/30 06:17:32 |
| <a href="https://gitlab.com/tildes/tildes/issues/48" target="_blank">48</a> | "Mark as Read" should not fade out the box | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 01:39:00 | 2018/05/23 07:13:26 |
| <a href="https://gitlab.com/tildes/tildes/issues/53" target="_blank">53</a> | [Duplicate] Comments in notifications don't cor... | <a href="https://gitlab.com/Emerald_Knight">Emerald_Knight</a> | 2018/05/24 03:35:41 | 2018/05/24 04:29:42 |
| <a href="https://gitlab.com/tildes/tildes/issues/54" target="_blank">54</a> | Change mobile browser theme to match the user's... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/24 21:04:14 | 2018/05/26 00:50:27 |
| <a href="https://gitlab.com/tildes/tildes/issues/58" target="_blank">58</a> | Text inside comment is limited to 40 rem but th... | <a href="https://gitlab.com/theCrius">theCrius</a> | 2018/05/25 17:33:06 | 2018/05/26 14:42:46 |
| <a href="https://gitlab.com/tildes/tildes/issues/62" target="_blank">62</a> | make the comment anchor # more visible | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 04:58:50 | 2018/05/28 02:10:39 |
| <a href="https://gitlab.com/tildes/tildes/issues/64" target="_blank">64</a> | strange image html element behavior | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 07:10:37 | 2018/05/26 07:18:34 |
| <a href="https://gitlab.com/tildes/tildes/issues/79" target="_blank">79</a> | Theme settings not passing between platforms. | <a href="https://gitlab.com/tsikorksi">tsikorksi</a> | 2018/05/27 22:54:04 | 2018/05/27 23:17:33 |
| <a href="https://gitlab.com/tildes/tildes/issues/81" target="_blank">81</a> | Session cookie expires immediately, even when I... | <a href="https://gitlab.com/ianh_">ianh_</a> | 2018/05/28 02:31:11 | 2018/05/28 02:35:31 |
| <a href="https://gitlab.com/tildes/tildes/issues/87" target="_blank">87</a> | Add homescreen icon for iOS users. | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/29 17:51:50 | 2018/05/30 06:18:07 |
| <a href="https://gitlab.com/tildes/tildes/issues/98" target="_blank">98</a> | [suggestion] add a browser popup when you try t... | <a href="https://gitlab.com/Iamsodarncool">Iamsodarncool</a> | 2018/05/31 23:12:06 | 2018/05/31 23:15:52 |

View File

@ -1,129 +0,0 @@
## Issue Table
### Opened
| Issue | Title | Author | Opened | Closed |
| ----- | ----- | ------ | ------ | ------ |
| <a href="https://gitlab.com/tildes/tildes/issues/8" target="_blank">8</a> | Error when cancelling a reply on iOS (iPad Pro,... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/04 01:26:50 | 2018/05/28 19:18:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/9" target="_blank">9</a> | Page formatting displays incorrectly in Safari | <a href="https://gitlab.com/GabrielMorris">GabrielMorris</a> | 2018/05/04 02:38:42 | |
| <a href="https://gitlab.com/tildes/tildes/issues/10" target="_blank">10</a> | Add a maximum length to markdown fields (text t... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/04 07:38:16 | |
| <a href="https://gitlab.com/tildes/tildes/issues/11" target="_blank">11</a> | Light/dark theme is not persistent across devices | <a href="https://gitlab.com/GabrielMorris">GabrielMorris</a> | 2018/05/04 22:23:21 | 2018/05/18 08:27:19 |
| <a href="https://gitlab.com/tildes/tildes/issues/12" target="_blank">12</a> | Comment visit tracking doesn't account for the ... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/04 23:12:01 | 2018/05/07 08:25:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/13" target="_blank">13</a> | Comment visit tracking doesn't account for comm... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/04 23:19:17 | 2018/05/07 08:26:38 |
| <a href="https://gitlab.com/tildes/tildes/issues/14" target="_blank">14</a> | Add ability to link to a comment instead of jus... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/06 00:07:14 | |
| <a href="https://gitlab.com/tildes/tildes/issues/15" target="_blank">15</a> | Site icons have a slight "bleed" on their edges | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/07 21:22:14 | |
| <a href="https://gitlab.com/tildes/tildes/issues/16" target="_blank">16</a> | Add description of relevant database triggers t... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/07 23:14:07 | 2018/06/12 07:41:00 |
| <a href="https://gitlab.com/tildes/tildes/issues/17" target="_blank">17</a> | Allow changing the threshold for highlighting n... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/07 23:38:48 | |
| <a href="https://gitlab.com/tildes/tildes/issues/18" target="_blank">18</a> | NSFW tag needs special styling/behavior | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/07 23:50:54 | |
| <a href="https://gitlab.com/tildes/tildes/issues/19" target="_blank">19</a> | Add sticky topics | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/09 00:21:18 | |
| <a href="https://gitlab.com/tildes/tildes/issues/20" target="_blank">20</a> | The "Sidebar" link on mobile should highlight i... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/11 02:14:32 | |
| <a href="https://gitlab.com/tildes/tildes/issues/21" target="_blank">21</a> | `Voted` text changes back to `Vote` in reply no... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/18 02:12:45 | 2018/05/25 09:35:20 |
| <a href="https://gitlab.com/tildes/tildes/issues/22" target="_blank">22</a> | Implement PWA manifest | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 03:38:44 | |
| <a href="https://gitlab.com/tildes/tildes/issues/23" target="_blank">23</a> | Investigate and potentially implement webmentions | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 04:33:54 | |
| <a href="https://gitlab.com/tildes/tildes/issues/24" target="_blank">24</a> | Fix pluralizations of "votes", "messages", etc. | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 20:10:26 | 2018/06/19 03:46:33 |
| <a href="https://gitlab.com/tildes/tildes/issues/25" target="_blank">25</a> | Add a feature for previewing comments/topics/me... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 20:16:39 | |
| <a href="https://gitlab.com/tildes/tildes/issues/26" target="_blank">26</a> | Textbox size is unnecessarily restricted for ma... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 20:18:19 | 2018/05/23 07:07:38 |
| <a href="https://gitlab.com/tildes/tildes/issues/27" target="_blank">27</a> | Support dark theme on blog/docs | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 20:20:03 | |
| <a href="https://gitlab.com/tildes/tildes/issues/28" target="_blank">28</a> | Improve layout for browsers that don't support ... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/20 10:56:26 | |
| <a href="https://gitlab.com/tildes/tildes/issues/29" target="_blank">29</a> | Word count showing as () instead of (0 words) i... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/20 17:51:54 | 2018/05/21 00:59:05 |
| <a href="https://gitlab.com/tildes/tildes/issues/30" target="_blank">30</a> | Look into setting up a Tor hidden service | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/21 09:53:44 | |
| <a href="https://gitlab.com/tildes/tildes/issues/31" target="_blank">31</a> | Text rendering bug: Hyperlinked monospace text ... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/21 10:16:57 | 2018/05/22 02:56:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/32" target="_blank">32</a> | Session timeout errors | <a href="https://gitlab.com/arghdos">arghdos</a> | 2018/05/21 19:40:19 | 2018/06/03 21:00:44 |
| <a href="https://gitlab.com/tildes/tildes/issues/33" target="_blank">33</a> | New comment rendering location | <a href="https://gitlab.com/g4nym3de">g4nym3de</a> | 2018/05/21 21:29:39 | |
| <a href="https://gitlab.com/tildes/tildes/issues/34" target="_blank">34</a> | Create option to open external links in new tabs | <a href="https://gitlab.com/chris109">chris109</a> | 2018/05/22 02:06:18 | |
| <a href="https://gitlab.com/tildes/tildes/issues/35" target="_blank">35</a> | Tags force tildes group to stretch on mobile ho... | <a href="https://gitlab.com/theCrius">theCrius</a> | 2018/05/22 08:22:32 | 2018/05/22 20:39:40 |
| <a href="https://gitlab.com/tildes/tildes/issues/36" target="_blank">36</a> | Clicking "Cancel" on a comment in progress dele... | <a href="https://gitlab.com/SafariMonkey">SafariMonkey</a> | 2018/05/22 14:00:39 | 2018/06/04 03:53:23 |
| <a href="https://gitlab.com/tildes/tildes/issues/37" target="_blank">37</a> | Using "hip-hop" tag shows "Invalid Tag" but doe... | <a href="https://gitlab.com/vishnurajeevan">vishnurajeevan</a> | 2018/05/22 15:57:11 | |
| <a href="https://gitlab.com/tildes/tildes/issues/38" target="_blank">38</a> | ~group does not wrap properly for long titles o... | <a href="https://gitlab.com/arghdos">arghdos</a> | 2018/05/22 21:38:35 | 2018/05/22 22:34:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/39" target="_blank">39</a> | Ordered list renders differently on different p... | <a href="https://gitlab.com/arghdos">arghdos</a> | 2018/05/22 22:30:28 | 2018/05/30 00:46:26 |
| <a href="https://gitlab.com/tildes/tildes/issues/40" target="_blank">40</a> | add gitlab link to footer | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/22 22:40:32 | |
| <a href="https://gitlab.com/tildes/tildes/issues/41" target="_blank">41</a> | add "context" button that shows self-text to th... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/22 22:43:43 | |
| <a href="https://gitlab.com/tildes/tildes/issues/42" target="_blank">42</a> | ability to revisit past "mark as read" notifica... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/22 22:47:24 | |
| <a href="https://gitlab.com/tildes/tildes/issues/43" target="_blank">43</a> | add "to the top" anchor link to footer | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/22 22:48:33 | |
| <a href="https://gitlab.com/tildes/tildes/issues/44" target="_blank">44</a> | Excessive tags cause scrollbar to appear | <a href="https://gitlab.com/kaushalmodi">kaushalmodi</a> | 2018/05/22 22:55:08 | 2018/05/23 07:08:49 |
| <a href="https://gitlab.com/tildes/tildes/issues/45" target="_blank">45</a> | Have collapse comment button presses remembered | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 00:00:27 | |
| <a href="https://gitlab.com/tildes/tildes/issues/46" target="_blank">46</a> | add donate link to footer | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 00:16:37 | 2018/05/23 00:17:15 |
| <a href="https://gitlab.com/tildes/tildes/issues/47" target="_blank">47</a> | Add a better/larger favicon for mobile icons | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/23 00:44:30 | 2018/05/30 06:17:32 |
| <a href="https://gitlab.com/tildes/tildes/issues/48" target="_blank">48</a> | "Mark as Read" should not fade out the box | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 01:39:00 | 2018/05/23 07:13:26 |
| <a href="https://gitlab.com/tildes/tildes/issues/49" target="_blank">49</a> | Add option to "Mark all as read" in notifications | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 01:40:04 | |
| <a href="https://gitlab.com/tildes/tildes/issues/50" target="_blank">50</a> | make it easier to distinguish between voted and... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 01:57:27 | |
| <a href="https://gitlab.com/tildes/tildes/issues/51" target="_blank">51</a> | ability to hide topics (and view/unhide ones us... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 02:23:06 | |
| <a href="https://gitlab.com/tildes/tildes/issues/52" target="_blank">52</a> | Add ability to jump to parent comment | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 04:02:50 | 2018/06/03 21:01:49 |
| <a href="https://gitlab.com/tildes/tildes/issues/53" target="_blank">53</a> | [Duplicate] Comments in notifications don't cor... | <a href="https://gitlab.com/Emerald_Knight">Emerald_Knight</a> | 2018/05/24 03:35:41 | 2018/05/24 04:29:42 |
| <a href="https://gitlab.com/tildes/tildes/issues/54" target="_blank">54</a> | Change mobile browser theme to match the user's... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/24 21:04:14 | 2018/05/26 00:50:27 |
| <a href="https://gitlab.com/tildes/tildes/issues/55" target="_blank">55</a> | Need better handling for deeply-nested comment ... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/24 21:05:57 | |
| <a href="https://gitlab.com/tildes/tildes/issues/56" target="_blank">56</a> | A better way to reference text of the original ... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/24 21:08:12 | |
| <a href="https://gitlab.com/tildes/tildes/issues/57" target="_blank">57</a> | add spoiler tag support for comments | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/25 11:54:02 | |
| <a href="https://gitlab.com/tildes/tildes/issues/58" target="_blank">58</a> | Text inside comment is limited to 40 rem but th... | <a href="https://gitlab.com/theCrius">theCrius</a> | 2018/05/25 17:33:06 | 2018/05/26 14:42:46 |
| <a href="https://gitlab.com/tildes/tildes/issues/59" target="_blank">59</a> | on registration page consider mentioning "Have ... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/25 18:22:39 | 2018/06/12 03:12:30 |
| <a href="https://gitlab.com/tildes/tildes/issues/60" target="_blank">60</a> | research trello/gitlab integration/sync options | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/25 19:15:48 | |
| <a href="https://gitlab.com/tildes/tildes/issues/61" target="_blank">61</a> | Voting on a deleted comment makes a big, ugly e... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/26 04:46:15 | |
| <a href="https://gitlab.com/tildes/tildes/issues/62" target="_blank">62</a> | make the comment anchor # more visible | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 04:58:50 | 2018/05/28 02:10:39 |
| <a href="https://gitlab.com/tildes/tildes/issues/63" target="_blank">63</a> | small visual bug in title length error message | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 06:49:07 | |
| <a href="https://gitlab.com/tildes/tildes/issues/64" target="_blank">64</a> | strange image html element behavior | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 07:10:37 | 2018/05/26 07:18:34 |
| <a href="https://gitlab.com/tildes/tildes/issues/65" target="_blank">65</a> | leaving unclosed <a> makes entire comment after... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 07:26:48 | |
| <a href="https://gitlab.com/tildes/tildes/issues/66" target="_blank">66</a> | trying to delete comment that isn't yours resul... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 07:28:22 | |
| <a href="https://gitlab.com/tildes/tildes/issues/67" target="_blank">67</a> | add ability to view comment source | <a href="https://gitlab.com/xiretza">xiretza</a> | 2018/05/26 08:41:39 | |
| <a href="https://gitlab.com/tildes/tildes/issues/68" target="_blank">68</a> | Add a "group does not exist" page instead of ge... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/26 10:05:06 | |
| <a href="https://gitlab.com/tildes/tildes/issues/69" target="_blank">69</a> | Double click to collapse | <a href="https://gitlab.com/iiv">iiv</a> | 2018/05/26 12:09:52 | |
| <a href="https://gitlab.com/tildes/tildes/issues/70" target="_blank">70</a> | Ordering posts by a custom period greater than ... | <a href="https://gitlab.com/ko.jak">ko.jak</a> | 2018/05/26 17:31:01 | |
| <a href="https://gitlab.com/tildes/tildes/issues/71" target="_blank">71</a> | Put a character limit on tags | <a href="https://gitlab.com/ko.jak">ko.jak</a> | 2018/05/26 17:47:59 | |
| <a href="https://gitlab.com/tildes/tildes/issues/72" target="_blank">72</a> | Markdown / Editor: Loosing extra spaces inside ... | <a href="https://gitlab.com/zowesiouff">zowesiouff</a> | 2018/05/26 17:51:52 | |
| <a href="https://gitlab.com/tildes/tildes/issues/73" target="_blank">73</a> | find a way to better inform users about account... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 18:07:40 | |
| <a href="https://gitlab.com/tildes/tildes/issues/74" target="_blank">74</a> | exclude "mark as read" comments from the (# new... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 18:14:46 | |
| <a href="https://gitlab.com/tildes/tildes/issues/75" target="_blank">75</a> | add warning when navigating away from the page ... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 18:18:07 | |
| <a href="https://gitlab.com/tildes/tildes/issues/76" target="_blank">76</a> | Website font is not standardized across platforms | <a href="https://gitlab.com/ko.jak">ko.jak</a> | 2018/05/26 19:46:00 | |
| <a href="https://gitlab.com/tildes/tildes/issues/77" target="_blank">77</a> | Separate topics and comments on profile page | <a href="https://gitlab.com/g4nym3de">g4nym3de</a> | 2018/05/27 00:20:47 | |
| <a href="https://gitlab.com/tildes/tildes/issues/78" target="_blank">78</a> | Syntax highlighting in markdown code blocks | <a href="https://gitlab.com/SoptikHa2">SoptikHa2</a> | 2018/05/27 16:45:59 | |
| <a href="https://gitlab.com/tildes/tildes/issues/79" target="_blank">79</a> | Theme settings not passing between platforms. | <a href="https://gitlab.com/tsikorksi">tsikorksi</a> | 2018/05/27 22:54:04 | 2018/05/27 23:17:33 |
| <a href="https://gitlab.com/tildes/tildes/issues/80" target="_blank">80</a> | Set up repository mirroring to make the code av... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/28 02:12:26 | |
| <a href="https://gitlab.com/tildes/tildes/issues/81" target="_blank">81</a> | Session cookie expires immediately, even when I... | <a href="https://gitlab.com/ianh_">ianh_</a> | 2018/05/28 02:31:11 | 2018/05/28 02:35:31 |
| <a href="https://gitlab.com/tildes/tildes/issues/82" target="_blank">82</a> | adding too many tags results in ugly error | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/28 05:04:00 | |
| <a href="https://gitlab.com/tildes/tildes/issues/83" target="_blank">83</a> | look into Brave browser publisher program | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/28 20:30:27 | |
| <a href="https://gitlab.com/tildes/tildes/issues/84" target="_blank">84</a> | look into Liberapay crowdfunding platform as Pa... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/28 20:32:12 | |
| <a href="https://gitlab.com/tildes/tildes/issues/85" target="_blank">85</a> | Expired CSRF when submitting form causes ugly H... | <a href="https://gitlab.com/anowlcalledjosh">anowlcalledjosh</a> | 2018/05/28 23:15:57 | |
| <a href="https://gitlab.com/tildes/tildes/issues/86" target="_blank">86</a> | Expanding and collapsing self-text on posts cau... | <a href="https://gitlab.com/davv">davv</a> | 2018/05/29 00:25:39 | |
| <a href="https://gitlab.com/tildes/tildes/issues/87" target="_blank">87</a> | Add homescreen icon for iOS users. | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/29 17:51:50 | 2018/05/30 06:18:07 |
| <a href="https://gitlab.com/tildes/tildes/issues/88" target="_blank">88</a> | Add "collapse all non-top-level comments" | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/29 19:13:56 | |
| <a href="https://gitlab.com/tildes/tildes/issues/89" target="_blank">89</a> | If you try to access a page and are logged out,... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/29 20:19:45 | |
| <a href="https://gitlab.com/tildes/tildes/issues/90" target="_blank">90</a> | Implement basic search | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/29 21:25:22 | |
| <a href="https://gitlab.com/tildes/tildes/issues/91" target="_blank">91</a> | Add a "send new message" link in the PM section | <a href="https://gitlab.com/theCrius">theCrius</a> | 2018/05/29 23:43:37 | |
| <a href="https://gitlab.com/tildes/tildes/issues/92" target="_blank">92</a> | Can't collapse comment thread when top-level po... | <a href="https://gitlab.com/jbonatakis">jbonatakis</a> | 2018/05/30 14:45:37 | 2018/06/02 07:36:33 |
| <a href="https://gitlab.com/tildes/tildes/issues/93" target="_blank">93</a> | add visual indication of subscription on the gr... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/31 05:11:17 | 2018/06/02 02:17:27 |
| <a href="https://gitlab.com/tildes/tildes/issues/94" target="_blank">94</a> | add 'save' functionality | <a href="https://gitlab.com/xiretza">xiretza</a> | 2018/05/31 15:27:48 | |
| <a href="https://gitlab.com/tildes/tildes/issues/95" target="_blank">95</a> | can't edit comments in one specific thread | <a href="https://gitlab.com/zowesiouff">zowesiouff</a> | 2018/05/31 17:47:28 | |
| <a href="https://gitlab.com/tildes/tildes/issues/96" target="_blank">96</a> | notify when username is mentioned | <a href="https://gitlab.com/xiretza">xiretza</a> | 2018/05/31 20:26:48 | |
| <a href="https://gitlab.com/tildes/tildes/issues/97" target="_blank">97</a> | Improve messages after updating settings | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/31 21:12:34 | |
| <a href="https://gitlab.com/tildes/tildes/issues/98" target="_blank">98</a> | [suggestion] add a browser popup when you try t... | <a href="https://gitlab.com/Iamsodarncool">Iamsodarncool</a> | 2018/05/31 23:12:06 | 2018/05/31 23:15:52 |
### Closed
| Issue | Title | Author | Opened | Closed |
| ----- | ----- | ------ | ------ | ------ |
| <a href="https://gitlab.com/tildes/tildes/issues/2" target="_blank">2</a> | Add button to collapse comments and replies | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/04/27 02:59:19 | 2018/05/01 03:41:03 |
| <a href="https://gitlab.com/tildes/tildes/issues/5" target="_blank">5</a> | Add an "all time" period for topic listings | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/04/29 08:32:29 | 2018/05/13 02:02:32 |
| <a href="https://gitlab.com/tildes/tildes/issues/6" target="_blank">6</a> | Allow tagging topic while posting, instead of h... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/04/29 20:32:31 | 2018/05/04 19:54:14 |
| <a href="https://gitlab.com/tildes/tildes/issues/8" target="_blank">8</a> | Error when cancelling a reply on iOS (iPad Pro,... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/04 01:26:50 | 2018/05/28 19:18:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/11" target="_blank">11</a> | Light/dark theme is not persistent across devices | <a href="https://gitlab.com/GabrielMorris">GabrielMorris</a> | 2018/05/04 22:23:21 | 2018/05/18 08:27:19 |
| <a href="https://gitlab.com/tildes/tildes/issues/12" target="_blank">12</a> | Comment visit tracking doesn't account for the ... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/04 23:12:01 | 2018/05/07 08:25:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/13" target="_blank">13</a> | Comment visit tracking doesn't account for comm... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/04 23:19:17 | 2018/05/07 08:26:38 |
| <a href="https://gitlab.com/tildes/tildes/issues/21" target="_blank">21</a> | `Voted` text changes back to `Vote` in reply no... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/18 02:12:45 | 2018/05/25 09:35:20 |
| <a href="https://gitlab.com/tildes/tildes/issues/26" target="_blank">26</a> | Textbox size is unnecessarily restricted for ma... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/19 20:18:19 | 2018/05/23 07:07:38 |
| <a href="https://gitlab.com/tildes/tildes/issues/29" target="_blank">29</a> | Word count showing as () instead of (0 words) i... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/20 17:51:54 | 2018/05/21 00:59:05 |
| <a href="https://gitlab.com/tildes/tildes/issues/31" target="_blank">31</a> | Text rendering bug: Hyperlinked monospace text ... | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/21 10:16:57 | 2018/05/22 02:56:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/35" target="_blank">35</a> | Tags force tildes group to stretch on mobile ho... | <a href="https://gitlab.com/theCrius">theCrius</a> | 2018/05/22 08:22:32 | 2018/05/22 20:39:40 |
| <a href="https://gitlab.com/tildes/tildes/issues/38" target="_blank">38</a> | ~group does not wrap properly for long titles o... | <a href="https://gitlab.com/arghdos">arghdos</a> | 2018/05/22 21:38:35 | 2018/05/22 22:34:54 |
| <a href="https://gitlab.com/tildes/tildes/issues/39" target="_blank">39</a> | Ordered list renders differently on different p... | <a href="https://gitlab.com/arghdos">arghdos</a> | 2018/05/22 22:30:28 | 2018/05/30 00:46:26 |
| <a href="https://gitlab.com/tildes/tildes/issues/44" target="_blank">44</a> | Excessive tags cause scrollbar to appear | <a href="https://gitlab.com/kaushalmodi">kaushalmodi</a> | 2018/05/22 22:55:08 | 2018/05/23 07:08:49 |
| <a href="https://gitlab.com/tildes/tildes/issues/46" target="_blank">46</a> | add donate link to footer | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 00:16:37 | 2018/05/23 00:17:15 |
| <a href="https://gitlab.com/tildes/tildes/issues/47" target="_blank">47</a> | Add a better/larger favicon for mobile icons | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/23 00:44:30 | 2018/05/30 06:17:32 |
| <a href="https://gitlab.com/tildes/tildes/issues/48" target="_blank">48</a> | "Mark as Read" should not fade out the box | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/23 01:39:00 | 2018/05/23 07:13:26 |
| <a href="https://gitlab.com/tildes/tildes/issues/53" target="_blank">53</a> | [Duplicate] Comments in notifications don't cor... | <a href="https://gitlab.com/Emerald_Knight">Emerald_Knight</a> | 2018/05/24 03:35:41 | 2018/05/24 04:29:42 |
| <a href="https://gitlab.com/tildes/tildes/issues/54" target="_blank">54</a> | Change mobile browser theme to match the user's... | <a href="https://gitlab.com/Deimorz">Deimorz</a> | 2018/05/24 21:04:14 | 2018/05/26 00:50:27 |
| <a href="https://gitlab.com/tildes/tildes/issues/58" target="_blank">58</a> | Text inside comment is limited to 40 rem but th... | <a href="https://gitlab.com/theCrius">theCrius</a> | 2018/05/25 17:33:06 | 2018/05/26 14:42:46 |
| <a href="https://gitlab.com/tildes/tildes/issues/62" target="_blank">62</a> | make the comment anchor # more visible | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 04:58:50 | 2018/05/28 02:10:39 |
| <a href="https://gitlab.com/tildes/tildes/issues/64" target="_blank">64</a> | strange image html element behavior | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/26 07:10:37 | 2018/05/26 07:18:34 |
| <a href="https://gitlab.com/tildes/tildes/issues/79" target="_blank">79</a> | Theme settings not passing between platforms. | <a href="https://gitlab.com/tsikorksi">tsikorksi</a> | 2018/05/27 22:54:04 | 2018/05/27 23:17:33 |
| <a href="https://gitlab.com/tildes/tildes/issues/81" target="_blank">81</a> | Session cookie expires immediately, even when I... | <a href="https://gitlab.com/ianh_">ianh_</a> | 2018/05/28 02:31:11 | 2018/05/28 02:35:31 |
| <a href="https://gitlab.com/tildes/tildes/issues/87" target="_blank">87</a> | Add homescreen icon for iOS users. | <a href="https://gitlab.com/cfabbro">cfabbro</a> | 2018/05/29 17:51:50 | 2018/05/30 06:18:07 |
| <a href="https://gitlab.com/tildes/tildes/issues/98" target="_blank">98</a> | [suggestion] add a browser popup when you try t... | <a href="https://gitlab.com/Iamsodarncool">Iamsodarncool</a> | 2018/05/31 23:12:06 | 2018/05/31 23:15:52 |

View File

@ -2,7 +2,8 @@
## 2018
* [May](https://gitlab.com/Bauke/tildes-issue-log/tree/master/2018/May/post.md)
* [May](https://til.bauke.xyz/posts/may-2018.html)
* [June](https://til.bauke.xyz/posts/june-2018.html)
## Contributing
@ -10,7 +11,7 @@ If you'd like to write a highlight section about a feature, please do! I'm not a
## Building
If you'd like to build the issue table and/or statistics yourself you can follow these steps.
If you'd like to build the issue table, statistics and/or website yourself you can follow these steps.
You'll need [Node JS](https://nodejs.org/) and [Yarn](https://yarnpkg.com/). You *can* use NPM however I don't. You probably know what you're doing though at that point.
@ -20,10 +21,14 @@ You'll need [Node JS](https://nodejs.org/) and [Yarn](https://yarnpkg.com/). You
* Change into the directory: `cd tildes-issue-log`
* Install the dependencies: `yarn`
* Create a `config.json` file from the sample config, including a [personal access token](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html) from GitLab. **config.json is gitignored however make sure you don't publish your token somewhere on accident.**
* Run `yarn start` to download the issues from the current month we're in.
* Run `yarn dl` to download the issues from the current month we're in and build the statistics and issue table, if you already have the issue files you can run `yarn nodl` to skip the downloading
* To easily develop the website itself you can run `yarn watch` to watch the `src/` folder for changes and automatically lint the sass and build the files. Running `yarn watch` will open your default browser at `localhost:3000`.
* To build the site only once you can do `yarn build`, the files will be built under `public/`, a requirement for GitLab Pages.
This will create a new directory like `2018/August` and have 2 folders and 3 markdown files.
A new gitignored directory will be created like `data/2018/August` and have 2 folders and 2 [Pug](https://pugjs.org) files.
The folders are for issues both opened or closed during that month and are gitignored. `post.md` will be the same as `template.md` unless it already exists. `table.md` will be the issue table. `statistics.md` will be the statistics.
The folders are for issues both opened or closed during that month `table.pug` will be the issue table and `statistics.pug` will be the statistics.
If you're working on the generation process you can run `yarn nodl` to skip the downloading phase, this will only generate `table.md` and `statistics.md`. This way you don't have to wait several seconds for the GitLab API to respond.
If you're working on the generation process you can run `yarn nodl` to skip the downloading phase, this will only generate `table.pug` and `statistics.pug`. This way you don't have to wait several seconds for the GitLab API to respond.
If you want to lint your sass (using [Stylelint](https://stylelint.io/)) manually you can run `yarn lint:sass`, in the future when we have JavaScript (if ever) there will also be a `yarn lint:js` task and a general task `yarn lint` however as there's 0 JS at the moment there's no need for JS linting.

285
gulpfile.js Normal file
View File

@ -0,0 +1,285 @@
// TODO: add comments, I'm lazy :sleeping:
const
bsync = require('browser-sync'),
GitLab = require('gitlab/dist/es5').default,
df = require('date-format'),
fs = require('fs'),
klaw = require('klaw-sync'),
path = require('path')
const
gulp = require('gulp'),
pug = require('gulp-pug'),
sass = require('gulp-sass'),
stylelint = require('gulp-stylelint')
const { avgTime, freqUsers, labelsAlphabet } = require('./statistics')
const output = path.join(__dirname, 'public')
gulp.task('download', () => {
const year = new Date().getFullYear().toString()
const month = months[new Date().getMonth()]
const openedPath = path.join(__dirname, 'data', year, month, 'Opened')
const closedPath = path.join(__dirname, 'data', year, month, 'Closed')
checkPaths()
const config = require('./config.json')
const api = new GitLab({ token: config.token })
api.Projects
.show('tildes/tildes')
.then((project) => {
api.Issues
.all({
projectId: project.id
})
.then((issues) => {
for (const issue of issues) {
if (new Date(issue.created_at).getMonth() === new Date().getMonth()) {
fs.writeFileSync(path.join(openedPath, issue.iid.toString()) + '.json', JSON.stringify(issue, null, 2))
}
if (new Date(issue.closed_at).getMonth() === new Date().getMonth()) {
fs.writeFileSync(path.join(closedPath, issue.iid.toString()) + '.json', JSON.stringify(issue, null, 2))
}
}
})
.then(() => { console.log('Finished downloading, creating table and statistics.') })
.then(createTable)
.then(createStatistics)
})
})
gulp.task('no-download', () => {
createTable()
createStatistics()
})
gulp.task('build', ['lint:sass'], () => {
gulp
.src('src/*.pug')
.pipe(pug())
.pipe(gulp.dest(output))
gulp
.src('src/posts/*.pug')
.pipe(pug())
.pipe(gulp.dest(output + '/posts'))
gulp
.src('src/sass/*.sass')
.pipe(sass({ outputStyle: 'compressed' }))
.pipe(gulp.dest(output + '/css'))
})
gulp.task('watch', () => {
bsync.init({ server: output })
gulp.watch('src/**', ['build']).on('change', bsync.reload)
})
gulp.task('lint:sass', () => {
gulp
.src('src/**/*.sass')
.pipe(stylelint({ reporters: [{formatter: 'string', console: true}] }))
})
const months = [
'January',
'February',
'March',
'April',
'May',
'June',
'July',
'August',
'September',
'October',
'November',
'December'
]
function createTable() {
const year = new Date().getFullYear().toString()
const month = months[new Date().getMonth()]
const openedPath = path.join(__dirname, 'data', year, month, 'Opened')
const closedPath = path.join(__dirname, 'data', year, month, 'Closed')
checkPaths()
let opened = klaw(openedPath)
let closed = klaw(closedPath)
opened.sort(function(a, b) {
const aFile = require(a.path)
const bFile = require(b.path)
return (aFile.iid > bFile.iid) ? 1 : ((bFile.iid > aFile.iid) ? -1 : 0)
})
closed.sort(function(a, b) {
const aFile = require(a.path)
const bFile = require(b.path)
return (aFile.iid > bFile.iid) ? 1 : ((bFile.iid > aFile.iid) ? -1 : 0)
})
let table = 'div(id="issue-table")\n'
table += ' h2 Issue Table\n'
table += ' h3(id="opened") Opened\n'
table += ' table\n'
table += ' thead\n'
table += ' tr\n'
table += ' td Issue\n'
table += ' td Title\n'
table += ' td Author\n'
table += ' td Opened\n'
table += ' td Closed\n'
table += ' tbody\n'
for (const file of opened) {
const issue = require(file.path)
table += ' tr\n'
table += ` td: a(href="${issue.web_url}") ${issue.iid}\n`
let title
if (issue.title.length >= 50) {
title = issue.title.substring(0, 47) + '...'
} else {
title = issue.title
}
table += ` td ${title}\n`
table += ` td: a(href="${issue.author.web_url}") ${issue.author.username}\n`
table += ` td ${df.asString('yyyy/MM/dd hh:mm:ss', new Date(issue.created_at))}\n`
let closedAt
if (issue.closed_at === null) {
closedAt = ''
} else {
closedAt = df.asString('yyyy/MM/dd hh:mm:ss', new Date(issue.closed_at))
}
table += ` td ${closedAt}\n`
}
table += '\n h3(id="closed") Closed\n'
table += ' table\n'
table += ' thead\n'
table += ' tr\n'
table += ' td Issue\n'
table += ' td Title\n'
table += ' td Author\n'
table += ' td Opened\n'
table += ' td Closed\n'
table += ' tbody\n'
for (const file of closed) {
const issue = require(file.path)
table += ' tr\n'
table += ` td: a(href="${issue.web_url}") ${issue.iid}\n`
let title
if (issue.title.length >= 50) {
title = issue.title.substring(0, 47) + '...'
} else {
title = issue.title
}
table += ` td ${title}\n`
table += ` td: a(href="${issue.author.web_url}") ${issue.author.username}\n`
table += ` td ${df.asString('yyyy/MM/dd hh:mm:ss', new Date(issue.created_at))}\n`
let closedAt
if (issue.closed_at === null) {
closedAt = ''
} else {
closedAt = df.asString('yyyy/MM/dd hh:mm:ss', new Date(issue.closed_at))
}
table += ` td ${closedAt}\n`
}
table = table.replace('<', '')
table = table.replace('>', '')
fs.writeFileSync(path.join(__dirname, 'data', year, month, 'table.pug'), table, {encoding: 'UTF-8'})
}
function createStatistics() {
const year = new Date().getFullYear().toString()
const month = months[new Date().getMonth()]
const openedPath = path.join(__dirname, 'data', year, month, 'Opened')
const closedPath = path.join(__dirname, 'data', year, month, 'Closed')
checkPaths()
let opened = klaw(openedPath)
let closed = klaw(closedPath)
let statistics = 'div(id="statistics")\n'
statistics += ' h2 Statistics\n'
statistics += ` p In the month of ${month} `
statistics += `${opened.length} issues were opened and `
statistics += `${closed.length} issues were closed.\n`
statistics += ` p An average of ${(opened.length / 30).toFixed(2)} issues were opened `
statistics += `and ${(closed.length / 30).toFixed(2)} issues were closed each day.\n`
statistics += ` p The average time to close issues was ${avgTime(closed, 'days')} days `
statistics += `or ${avgTime(closed, 'hours')} hours.\n`
const topUsers = freqUsers(opened, 3)
statistics += ' p Top 3 issue creators:\n'
statistics += ' ol\n'
for (const user in topUsers) {
statistics += ' li\n'
statistics += ` a(href="https://gitlab.com/${user}") ${user}\n`
statistics += ' |\n'
statistics += ' | with\n'
statistics += ' |\n'
statistics += ` a(href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=${user}") ${topUsers[user]} issues created\n`
statistics += ' | .\n'
}
let labels = labelsAlphabet(opened, true)
statistics += ' p Amount of labels assigned to currently open issues:\n'
statistics += ' ul\n'
for (const label in labels) {
statistics += ' li\n'
statistics += ` a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=${label.replace(' ', '+')}") ${label}\n`
statistics += ' | :\n'
statistics += ` | ${labels[label]} `
if (labels[label] === 1) statistics += 'time.\n'
else statistics += 'times.\n'
}
labels = labelsAlphabet(closed, false)
statistics += ' p Amount of labels assigned to closed issues:\n'
statistics += ' ul\n'
for (const label in labels) {
statistics += ' li\n'
statistics += ` a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=${label.replace(' ', '+')}") ${label}\n`
statistics += ' | :\n'
statistics += ` | ${labels[label]} `
if (labels[label] === 1) statistics += 'time.\n'
else statistics += 'times.\n'
}
fs.writeFileSync(path.join(__dirname, 'data', year, month, 'statistics.pug'), statistics, {encoding: 'UTF-8'})
}
// Checking if all the directories exist and creating them if not
// There's probably a better way to do this, like "mkdir -p <path>"
// TODO: rework checkPaths()
function checkPaths() {
const year = new Date().getFullYear().toString()
const month = months[new Date().getMonth()]
const openedPath = path.join(__dirname, 'data', year, month, 'Opened')
const closedPath = path.join(__dirname, 'data', year, month, 'Closed')
if (!fs.existsSync(path.join(__dirname, 'data'))) fs.mkdirSync(path.join(__dirname, 'data'))
if (!fs.existsSync(path.join(__dirname, 'data', year))) fs.mkdirSync(path.join(__dirname, 'data', year))
if (!fs.existsSync(path.join(__dirname, 'data', year, month))) fs.mkdirSync(path.join(__dirname, 'data', year, month))
if (!fs.existsSync(openedPath)) fs.mkdirSync(openedPath)
if (!fs.existsSync(closedPath)) fs.mkdirSync(closedPath)
}

197
main.js
View File

@ -1,197 +0,0 @@
const config = require('./config.json')
const df = require('date-format')
const fs = require('fs')
const Gitlab = require('gitlab/dist/es5').default
const klaw = require('klaw-sync')
const path = require('path')
const { avgTime, freqUsers, labelsAlphabet } = require('./statistics')
const api = new Gitlab({
token: config.token
})
const months = [
'January',
'February',
'March',
'April',
'May',
'June',
'July',
'August',
'September',
'October',
'November',
'December'
]
const year = new Date().getFullYear().toString()
const month = months[new Date().getMonth()]
if (!fs.existsSync(path.join(__dirname, year))) fs.mkdirSync(path.join(__dirname, year))
if (!fs.existsSync(path.join(__dirname, year, month))) fs.mkdirSync(path.join(__dirname, year, month))
const openedPath = path.join(__dirname, year, month, 'Opened')
const closedPath = path.join(__dirname, year, month, 'Closed')
if (!fs.existsSync(openedPath)) fs.mkdirSync(openedPath)
if (!fs.existsSync(closedPath)) fs.mkdirSync(closedPath)
let args = ''
for (const arg of process.argv) {
args += arg + ' '
}
if (!args.includes('--no-download')) download()
else {
createTable()
createStatistics()
}
function download() {
api.Projects
.show('tildes/tildes')
.then((project) => {
api.Issues
.all({
projectId: project.id
})
.then((issues) => {
for (const issue of issues) {
if (new Date(issue.created_at).getMonth() === new Date().getMonth()) {
fs.writeFileSync(path.join(openedPath, issue.iid.toString()) + '.json', JSON.stringify(issue, null, 2))
}
if (new Date(issue.closed_at).getMonth() === new Date().getMonth()) {
fs.writeFileSync(path.join(closedPath, issue.iid.toString()) + '.json', JSON.stringify(issue, null, 2))
}
}
})
.then(createTable)
.then(createStatistics)
})
}
function createTable() {
let opened = klaw(openedPath)
let closed = klaw(closedPath)
opened.sort(function(a,b) {
const aFile = require(a.path)
const bFile = require(b.path)
return (aFile.iid > bFile.iid) ? 1 : ((bFile.iid > aFile.iid) ? -1 : 0)
})
closed.sort(function(a,b) {
const aFile = require(a.path)
const bFile = require(b.path)
return (aFile.iid > bFile.iid) ? 1 : ((bFile.iid > aFile.iid) ? -1 : 0)
})
let table = '## Issue Table\n'
table += '\n### Opened\n\n'
table += '| Issue | Title | Author | Opened | Closed |\n'
table += '| ----- | ----- | ------ | ------ | ------ |\n'
for (const file of opened) {
const issue = require(file.path)
table += `| [${issue.iid}](${issue.web_url}) |`
let title
if (issue.title.length >= 50) {
title = issue.title.substring(0, 47) + '...'
} else {
title = issue.title
}
table += ` ${title} |`
table += ` [${issue.author.username}](${issue.author.web_url}) |`
table += ` ${df.asString('yyyy/MM/dd hh:mm:ss', new Date(issue.created_at))} |`
let closedAt
if (issue.closed_at === null) {
closedAt = ''
} else {
closedAt = df.asString('yyyy/MM/dd hh:mm:ss', new Date(issue.closed_at))
}
table += ` ${closedAt} |\n`
}
table += '\n### Closed\n\n'
table += '| Issue | Title | Author | Opened | Closed |\n'
table += '| ----- | ----- | ------ | ------ | ------ |\n'
for (const file of closed) {
const issue = require(file.path)
table += `| [${issue.iid}](${issue.web_url}) |`
let title
if (issue.title.length >= 50) {
title = issue.title.substring(0, 47) + '...'
} else {
title = issue.title
}
table += ` ${title} |`
table += ` [${issue.author.username}](${issue.author.web_url}) |`
table += ` ${df.asString('yyyy/MM/dd hh:mm:ss', new Date(issue.created_at))} |`
let closedAt
if (issue.closed_at === null) {
closedAt = ''
} else {
closedAt = df.asString('yyyy/MM/dd hh:mm:ss', new Date(issue.closed_at))
}
table += ` ${closedAt} |\n`
}
if (!fs.existsSync(path.join(__dirname, year, month, 'post.md')))
fs.copyFileSync(path.join(__dirname, 'template.md'), path.join(__dirname, year, month, 'post.md'))
fs.writeFileSync(path.join(__dirname, year, month, 'table.md'), table, {encoding: 'UTF-8'})
}
function createStatistics() {
let opened = klaw(openedPath)
let closed = klaw(closedPath)
let statistics = '## Statistics\n\n'
statistics += `In the month of ${month} `
statistics += `${opened.length} issues were opened and `
statistics += `${closed.length} issues were closed.\n\n`
statistics += `An average of ${(opened.length / 30).toFixed(2)} issues were opened `
statistics += `and ${(closed.length / 30).toFixed(2)} issues were closed each day.\n\n`
statistics += `The average time to close issues was ${avgTime(closed, 'days')} days `
statistics += `or ${avgTime(closed, 'hours')} hours.\n\n`
const topUsers = freqUsers(opened, 3)
statistics += 'Top 3 issue creators:\n\n'
let top3 = 1
for (const user in topUsers) {
statistics += `${top3++}. [${user}](https://gitlab.com/${user}) `
statistics += `with [${topUsers[user]} issues created](https://gitlab.com/tildes/tildes/issues?state=all&author_username=${user}).\n`
}
let labels = labelsAlphabet(opened, true)
statistics += '\nAmount of labels assigned to currently open issues:\n\n'
for (const label in labels) {
statistics += `* [${label}](https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=${label.replace(' ', '+')}): ${labels[label]} `
if (labels[label] === 1) statistics += 'time.\n'
else statistics += 'times.\n'
}
labels = labelsAlphabet(closed, false)
statistics += '\nAmount of labels assigned to closed issues:\n\n'
for (const label in labels) {
statistics += `* [${label}](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=${label.replace(' ', '+')}): ${labels[label]} `
if (labels[label] === 1) statistics += 'time.\n'
else statistics += 'times.\n'
}
fs.writeFileSync(path.join(__dirname, year, month, 'statistics.md'), statistics, {encoding: 'UTF-8'})
}

View File

@ -1,14 +1,23 @@
{
"scripts": {
"start": "node main.js",
"nodl": "node main.js --no-download"
},
"dependencies": {
"date-format": "^1.2.0",
"gitlab": "^3.4.2",
"klaw-sync": "^4.0.0"
"watch": "gulp watch",
"build": "gulp build",
"dl": "gulp download",
"nodl": "gulp no-download",
"lint:sass": "gulp lint:sass"
},
"dependencies": {},
"devDependencies": {
"eslint": "^5.0.0"
"browser-sync": "^2.24.5",
"date-format": "^1.2.0",
"eslint": "^5.1.0",
"gitlab": "^3.5.1",
"gulp": "^3.9.1",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.1",
"gulp-stylelint": "^7.0.0",
"klaw-sync": "^4.0.0",
"stylelint": "^9.3.0",
"stylelint-config-recommended": "^2.1.0"
}
}

42
src/index.pug Normal file
View File

@ -0,0 +1,42 @@
<!DOCTYPE html>
html(lang="en")
head
title Tildes Issue Log
link(rel="stylesheet", href="css/common.css")
link(rel="stylesheet", href="css/index.css")
//- TODO: add Roboto Condensed in src/fonts and import from there
link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto+Condensed")
body
div(id="wrapper")
h1 Tildes Issue Log
div(id="posts")
h1 Posts
div(class="post")
h2: a(href="posts/june-2018.html") June 2018
div(class="post")
h2: a(href="posts/may-2018.html") May 2018
div(class="post")
h2: a(href="posts/template.html") Post Template (for devs/writers)
div(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

866
src/posts/june-2018.pug Normal file
View File

@ -0,0 +1,866 @@
<!DOCTYPE html>
html(lang="en")
head
title June 2018
link(rel="stylesheet", href="../css/common.css")
link(rel="stylesheet", href="../css/post.css")
//- TODO: add Roboto Condensed in src/fonts and import from there
link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto+Condensed")
body
div(id="wrapper")
h1 June 2018
div(id="post")
div(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="#new-groups") New Groups
li: a(href="#default-sorting") Default Sorting
li: a(href="#mark-notifications-as-read") Mark Notifications...
li: a(href="#tags") Tags
li: a(href="#topic-log") Topic Log
li: a(href="#statistics") Statistics
li: a(href="#daily-discussions") Daily Discussions
li
a(href="#issue-table") Issue Table
ul
li: a(href="#opened") Opened
li: a(href="#closed") Closed
div(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.
div(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.
div(id="highlights")
h2 Highlights
h3(id="new-groups") New Groups
p The first change to Tildes in June was the addition of 5 new groups:
ul
li: a(href="https://tildes.net/~books") ~books
li: a(href="https://tildes.net/~food") ~food
li: a(href="https://tildes.net/~hobbies") ~hobbies
li: a(href="https://tildes.net/~lgbt") ~lgbt
li
a(href="https://tildes.net/~lifestyle"): del ~lifestyle
| ,
| now renamed to
|
a(href="https://tildes.net/~health") ~health
p And also the creation of the first sub-group:
|
|
a(href="https://tildes.net/~tildes.official") ~tildes.official
| ,
| which now features any official announcements as well as the
|
a(href="https://tildes.net/?tag=daily_discussion") Daily Discussions
| .
|
| This sub-group also sparked the ability for only admins to create topics.
p Read more about it
|
|
a(href="https://tildes.net/~tildes.official/1e1") here
| .
details
summary Details
p Author:
|
|
a(href="https://tildes.net/user/Bauke") Bauke
p Written Date: 2018-06-24
h3(id="default-sorting") Default Sorting
p The default sort order has been changed from "Activity, All Time" to "Activity, 24 Hours". You can also set your own default sort order which will apply to your general topic listing of groups you're subscribed to and the topic listing of any group you visit.
p To change your default sort order you can select any order you'd like to save and click on the "Set as default" button.
p Read more about it
|
|
a(href="https://tildes.net/~tildes.official/1sn") here
|
| and
|
a(href="https://tildes.net/~tildes.official/1vx") here
| .
details
summary Details
p Author:
|
|
a(href="https://tildes.net/user/Bauke") Bauke
p Written Date: 2018-06-24
h3(id="mark-notifications-as-read") Mark Notifications As Read
p A new setting was added to
|
a(href="https://tildes.net/settings") the settings page
|
| that will allow you to automatically mark all your notifications as read once you visit the notifications pages. It's off by default, so check it out if you haven't already. In case you accidentally mark any of your notifications as read, you can always find all of them
|
a(href="https://tildes.net/notifications") here
| .
p Read more about it
|
|
a(href="https://tildes.net/~tildes.official/1z4") here
|.
details
summary Details
p Author:
|
|
a(href="https://tildes.net/user/Bauke") Bauke
p Written Date: 2018-06-24
h3(id="tags") Tags
p A bunch of features involving tags have been including filtering to show or hide posts with some tags, a
|
|
a(href="https://tildes.net/~tildes.official/2ab") discussion on standardization and guidelines
| .
p You can access your filter to hide by clicking the "Edit filtered tags" in the sidebar or by navigating to
|
|
a(href="https://tildes.net/settings/filters") your settings
| .
p To filter out topics to only show with specific tags you can click on any tag from a topic or append "?tag=tag" to the URL. Like this: "https://tildes.net/~tech?tag=security", it'll only show you topics tagged with security in the
|
|
a(href="https://tildes.net/~tech") ~tech
|
| group.
p Read more about it
|
|
a(href="https://tildes.net/~tildes.official/28n") here
|
| and
|
a(href="https://tildes.net/~tildes.official/2a9") here
|.
details
summary Details
p Author:
|
|
a(href="https://tildes.net/user/Bauke") Bauke
p Written Date: 2018-06-24
h3(id="topic-log") Topic Log
p June 18th saw the introduction of the topic log. A log of changes made to a topic, located in the sidebar. Currently the only things logged are if a topic is (un)locked, if someone has changed the tags and/or
|
|
a(href="https://tildes.net/~tildes.official/2p6") edited the title
| .
p Read more about it
|
|
a(href="https://tildes.net/~tildes.official/2f1") here
| .
details
summary Details
p Author:
|
|
a(href="https://tildes.net/user/Bauke") Bauke
p Written Date: 2018-06-24
div(id="statistics")
h2 Statistics
p In the month of June 51 issues were opened and 19 issues were closed.
p An average of 1.70 issues were opened and 0.63 issues were closed each day.
p The average time to close issues was 8.56 days or 205.34 hours.
p Top 3 issue creators:
ol
li
a(href="https://gitlab.com/cfabbro") cfabbro
|
| with
|
a(href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=cfabbro") 12 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/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
| :
| 11 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=design") design
| :
| 1 time.
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=high+priority") high priority
| :
| 1 time.
li
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=investigate") investigate
| :
| 8 times.
li
a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=suggestion") suggestion
| :
| 12 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
| :
| 4 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
| :
| 3 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
| :
| 2 times.
li
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=suggestion") suggestion
| :
| 5 times.
li
a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=tweak") tweak
| :
| 5 times.
div(id="daily-discussions")
h2 Daily Discussions
//- Table format should be like this:
table
thead
tr
td Date
td Title
td URL
tbody
tr
td 2018-06-01
td Is "activity" sort still holding up as the default?
td: a(href="https://tildes.net/~tildes.official/1au") Click
tr
td 2018-06-02
td New groups added, please subscribe to them if you're interested.
td: a(href="https://tildes.net/~tildes.official/1e1") Click
tr
td 2018-06-03
td Should we allow groups to have customized appearances?
td: a(href="https://tildes.net/~tildes.official/1hw") Click
tr
td 2018-06-04
td What missing/broken things are the most "shocking"?
td: a(href="https://tildes.net/~tildes.official/1l3") Click
tr
td 2018-06-05
td Quality concerns.
td: a(href="https://tildes.net/~tildes.official/1oz") Click
tr
td 2018-06-06
td Let's talk more about filtering.
td: a(href="https://tildes.net/~tildes.official/1t8") Click
tr
td 2018-06-07
td Banning for bad-faith/trolling behavior.
td: a(href="https://tildes.net/~tildes.official/1wa") Click
tr
td 2018-06-08
td Future daily Tildes discussions.
td: a(href="https://tildes.net/~tildes.official/1yx") Click
tr
td 2018-06-09
td Should inviter/invitee info be public?
td: a(href="https://tildes.net/~tildes.official/1zz") Click
tr
td 2018-06-10
td Let's start gathering some thoughts for commenting guidelines.
td: a(href="https://tildes.net/~tildes.official/22k") Click
tr
td 2018-06-11
td Finding a balance between discussions and quality links.
td: a(href="https://tildes.net/~tildes.official/247") Click
tr
td 2018-06-12
td Thoughts on recruiting.
td: a(href="https://tildes.net/~tildes.official/26f") Click
tr
td 2018-06-13
td General feedback/questions.
td: a(href="https://tildes.net/~tildes.official/28f") Click
tr
td 2018-06-14
td Topic tag standardization/guidelines.
td: a(href="https://tildes.net/~tildes.official/2ab") Click
tr
td 2018-06-15
td Starting some moderation.
td: a(href="https://tildes.net/~tildes.official/2c4") Click
tr
td 2018-06-16
td Haunted by data.
td: a(href="https://tildes.net/~tildes.official/2d4") Click
tr
td 2018-06-18
td The importance of content.
td: a(href="https://tildes.net/~tildes.official/2fx") Click
tr
td 2018-06-19
td Metafilter.
td: a(href="https://tildes.net/~tildes.official/2ht") Click
tr
td 2018-06-20
td "New topic" page and process updated.
td: a(href="https://tildes.net/~tildes.official/2kh") Click
tr
td 2018-06-21
td "Trial" groups?
td: a(href="https://tildes.net/~tildes.official/2mm") Click
tr
td 2018-06-22
td Nothing in particular.
td: a(href="https://tildes.net/~tildes.official/2o3") Click
tr
td 2018-06-23
td Title editing.
td: a(href="https://tildes.net/~tildes.official/2p6") Click
tr
td 2018-06-25
td Please help write new descriptions for the groups.
td: a(href="https://tildes.net/~tildes.official/2rn") Click
tr
td 2018-06-26
td How to handle account deletion.
td: a(href="https://tildes.net/~tildes.official/2ta") Click
tr
td 2018-06-28
td Minor group updates.
td: a(href="https://tildes.net/~tildes.official/2vm") Click
tr
td 2018-06-29
td Allowing user to post anonymously?
td: a(href="https://tildes.net/~tildes.official/2x3") Click
div(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/99") 99
td Posts can be double-posted by submitting multip...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/06/01 05:26:46
td 2018/06/06 20:28:33
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/100") 100
td Disable autocomplete on form input fields
td: a(href="https://gitlab.com/toaster_") toaster_
td 2018/06/01 20:00:01
td 2018/06/01 22:34:46
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/101") 101
td Page sometimes hangs on mobile when going back ...
td: a(href="https://gitlab.com/AdamHebby") AdamHebby
td 2018/06/01 20:21:24
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/102") 102
td Redirect moved topics
td: a(href="https://gitlab.com/g4nym3de") g4nym3de
td 2018/06/01 21:08:02
td 2018/06/14 20:59:23
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/103") 103
td Move new comment box to top
td: a(href="https://gitlab.com/toritxtornado") toritxtornado
td 2018/06/01 21:29:52
td 2018/06/01 21:36:08
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/104") 104
td Use CSS variables
td: a(href="https://gitlab.com/expectocode") expectocode
td 2018/06/01 22:27:39
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/105") 105
td make @OP and @userwhoposted synonymous in comme...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/06/02 20:35:21
td
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/107") 107
td Add ability to "watch" topics (or individual co...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/06/03 20:51:36
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/108") 108
td some TLDs are not being parsed correctly as hyp...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/06/03 22:29:12
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/109") 109
td Inconsistent max width on screens larger than 7...
td: a(href="https://gitlab.com/zowesiouff") zowesiouff
td 2018/06/03 23:38:48
td 2018/06/04 21:10:31
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/110") 110
td Automatically quote selected text when typing a...
td: a(href="https://gitlab.com/nzealand") nzealand
td 2018/06/04 23:54:31
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/111") 111
td Sort comments by newest leaf, not branch / dept...
td: a(href="https://gitlab.com/010101") 010101
td 2018/06/05 02:52:41
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/112") 112
td Implement basic topic tag filtering
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/06/05 09:23:28
td 2018/06/14 22:36:14
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/113") 113
td Add group-specific topic tag filters
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/06/05 10:24:52
td
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/115") 115
td Long comment headers display badly on narrow sc...
td: a(href="https://gitlab.com/expectocode") expectocode
td 2018/06/07 21:01:14
td 2018/06/08 00:01:33
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/117") 117
td Block links from low quality sources
td: a(href="https://gitlab.com/theCrius") theCrius
td 2018/06/09 09:41:18
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/118") 118
td Allow a user to click on a post tag to see all ...
td: a(href="https://gitlab.com/AdamsT") AdamsT
td 2018/06/09 20:20:12
td 2018/06/14 20:03:10
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/119") 119
td Change the text alignment of the group subscrib...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/06/09 22:06:25
td 2018/06/12 03:28:43
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/120") 120
td Small visual bug when submitting invalid URL
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/06/10 04:45:05
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/121") 121
td Avoid indentation of comments wherever possible
td: a(href="https://gitlab.com/pitchforkmatters") pitchforkmatters
td 2018/06/10 19:49:59
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/122") 122
td Clickable borders that collapse comment trees
td: a(href="https://gitlab.com/pitchforkmatters") pitchforkmatters
td 2018/06/10 20:52:31
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/123") 123
td Subdomains only use default theme
td: a(href="https://gitlab.com/dankebitte") dankebitte
td 2018/06/11 08:23:46
td 2018/06/11 20:44:32
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/124") 124
td Auto fill submission metadata (title, tags, etc)
td: a(href="https://gitlab.com/expectocode") expectocode
td 2018/06/11 20:12:27
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/125") 125
td Add ability for users to view their recently vi...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/06/12 00:59:38
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/126") 126
td Add permalinks for tags and mutli-tag page supp...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/06/12 01:13:27
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/127") 127
td Append an optional password recovery setup to t...
td: a(href="https://gitlab.com/pitchforkmatters") pitchforkmatters
td 2018/06/13 02:55:59
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/128") 128
td lynx based browsers returning 400 Bad CSRF Origin
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/06/13 07:28:27
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/129") 129
td It is possible to vote on a deleted topic, and ...
td: a(href="https://gitlab.com/twcus") twcus
td 2018/06/13 19:34:56
td 2018/06/14 09:20:19
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/130") 130
td Posting an egregiously lengthy text/comment res...
td: a(href="https://gitlab.com/twcus") twcus
td 2018/06/13 21:15:19
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/131") 131
td Make the future API support MessagePack
td: a(href="https://gitlab.com/lordpipe") lordpipe
td 2018/06/14 01:49:48
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/132") 132
td Mark notification as read after being clicked o...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/06/14 19:07:00
td
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/134") 134
td Limit topic tags to a reasonable maximum
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/06/14 20:41:15
td
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/136") 136
td Topic tag filters should still apply while view...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/06/15 19:58:03
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/137") 137
td Allow code blocks to be collapsed
td: a(href="https://gitlab.com/Bauke") Bauke
td 2018/06/16 14:32:35
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/138") 138
td Remove margin-right from last item in tab-listi...
td: a(href="https://gitlab.com/Bauke") Bauke
td 2018/06/16 19:37:50
td
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
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/141") 141
td Add "whisper comments"
td: a(href="https://gitlab.com/Natanael_L") Natanael_L
td 2018/06/21 12:49:12
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/142") 142
td Add autocomplete for common tags
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/06/21 18:50:16
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/143") 143
td iOS - clicking a tag in a group page results in...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/06/23 22:35:14
td
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
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/146") 146
td Change theme application mechanic
td: a(href="https://gitlab.com/Bauke") Bauke
td 2018/06/26 22:46:46
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/147") 147
td A bullet is displayed to the left of each post'...
td: a(href="https://gitlab.com/AdamsT") AdamsT
td 2018/06/28 16:41:39
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/148") 148
td In user's unread listing show the count of othe...
td: a(href="https://gitlab.com/AdamsT") AdamsT
td 2018/06/29 17:49:52
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/149") 149
td Filter tags button too big?
td: a(href="https://gitlab.com/Bauke") Bauke
td 2018/06/29 19:46:57
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/16") 16
td Add description of relevant database triggers t...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/07 23:14:07
td 2018/06/12 07:41:00
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/24") 24
td Fix pluralizations of "votes", "messages", etc.
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/19 20:10:26
td 2018/06/19 03:46:33
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/32") 32
td Session timeout errors
td: a(href="https://gitlab.com/arghdos") arghdos
td 2018/05/21 19:40:19
td 2018/06/03 21:00:44
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/36") 36
td Clicking "Cancel" on a comment in progress dele...
td: a(href="https://gitlab.com/SafariMonkey") SafariMonkey
td 2018/05/22 14:00:39
td 2018/06/04 03:53:23
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/52") 52
td Add ability to jump to parent comment
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/23 04:02:50
td 2018/06/03 21:01:49
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/59") 59
td on registration page consider mentioning "Have ...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/25 18:22:39
td 2018/06/12 03:12:30
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/92") 92
td Can't collapse comment thread when top-level po...
td: a(href="https://gitlab.com/jbonatakis") jbonatakis
td 2018/05/30 14:45:37
td 2018/06/02 07:36:33
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/93") 93
td add visual indication of subscription on the gr...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/31 05:11:17
td 2018/06/02 02:17:27
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/99") 99
td Posts can be double-posted by submitting multip...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/06/01 05:26:46
td 2018/06/06 20:28:33
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/100") 100
td Disable autocomplete on form input fields
td: a(href="https://gitlab.com/toaster_") toaster_
td 2018/06/01 20:00:01
td 2018/06/01 22:34:46
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/102") 102
td Redirect moved topics
td: a(href="https://gitlab.com/g4nym3de") g4nym3de
td 2018/06/01 21:08:02
td 2018/06/14 20:59:23
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/103") 103
td Move new comment box to top
td: a(href="https://gitlab.com/toritxtornado") toritxtornado
td 2018/06/01 21:29:52
td 2018/06/01 21:36:08
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/109") 109
td Inconsistent max width on screens larger than 7...
td: a(href="https://gitlab.com/zowesiouff") zowesiouff
td 2018/06/03 23:38:48
td 2018/06/04 21:10:31
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/112") 112
td Implement basic topic tag filtering
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/06/05 09:23:28
td 2018/06/14 22:36:14
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/115") 115
td Long comment headers display badly on narrow sc...
td: a(href="https://gitlab.com/expectocode") expectocode
td 2018/06/07 21:01:14
td 2018/06/08 00:01:33
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/118") 118
td Allow a user to click on a post tag to see all ...
td: a(href="https://gitlab.com/AdamsT") AdamsT
td 2018/06/09 20:20:12
td 2018/06/14 20:03:10
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/119") 119
td Change the text alignment of the group subscrib...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/06/09 22:06:25
td 2018/06/12 03:28:43
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/123") 123
td Subdomains only use default theme
td: a(href="https://gitlab.com/dankebitte") dankebitte
td 2018/06/11 08:23:46
td 2018/06/11 20:44:32
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/129") 129
td It is possible to vote on a deleted topic, and ...
td: a(href="https://gitlab.com/twcus") twcus
td 2018/06/13 19:34:56
td 2018/06/14 09:20:19
div(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

821
src/posts/may-2018.pug Normal file
View File

@ -0,0 +1,821 @@
<!DOCTYPE html>
html(lang="en")
head
title May 2018
link(rel="stylesheet", href="../css/common.css")
link(rel="stylesheet", href="../css/post.css")
//- TODO: add Roboto Condensed in src/fonts and import from there
link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto+Condensed")
body
div(id="wrapper")
h1 May 2018
div(id="post")
div(id="toc")
h2 Table Of Contents
ul
li: a(href="#about") About
li: a(href="#feedback") Feedback
li
a(href="#highlights") Highlights
li: a(href="#statistics") Statistics
li: a(href="#daily-discussions") Daily Discussions
li
a(href="#issue-table") Issue Table
ul
li: a(href="#opened") Opened
li: a(href="#closed") Closed
div(id="about")
h2 About
p I thought some people might be interested in seeing the progression of Tildes in a nice, digestible way. So I thought a "dev blog" of sorts would be a good way to do this. This is just a test post to see find out what you guys think about it.
p I'd also like to say this was entirely inspired by
|
|
a(href="https://blog.ppy.sh/") osu!'s Dev Blog
|
| by
|
a(href="https://ppy.sh") peppy
| .
| As I love reading through those about the progress osu! is making, which is one of my favorite games.
div(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.
div(id="highlights")
h2 Highlights
p I wasn't around in the month of May, so I wouldn't really know where to start by summarizing some highlights of what happened but for June I wouldn't mind trying to do this. This would be the most interesting part of the post and would feature some important stuff that happened and notable changes.
div(id="statistics")
h2 Statistics
p In May, a total of 91 issues were opened and 27 were closed.
p I plan on adding more statistics, such as average time to close, but for now there's not much else as I just want to get this out there before I work on much more.
div(id="daily-discussions")
h2 Daily Discussions
p The Daily Discussions weren't collected for May.
div(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/8") 8
td Error when cancelling a reply on iOS (iPad Pro,...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/04 01:26:50
td 2018/05/28 19:18:54
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/9") 9
td Page formatting displays incorrectly in Safari
td: a(href="https://gitlab.com/GabrielMorris") GabrielMorris
td 2018/05/04 02:38:42
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/10") 10
td Add a maximum length to markdown fields (text t...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/04 07:38:16
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/11") 11
td Light/dark theme is not persistent across devices
td: a(href="https://gitlab.com/GabrielMorris") GabrielMorris
td 2018/05/04 22:23:21
td 2018/05/18 08:27:19
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/12") 12
td Comment visit tracking doesn't account for the ...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/04 23:12:01
td 2018/05/07 08:25:54
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/13") 13
td Comment visit tracking doesn't account for comm...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/04 23:19:17
td 2018/05/07 08:26:38
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/14") 14
td Add ability to link to a comment instead of jus...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/06 00:07:14
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/15") 15
td Site icons have a slight "bleed" on their edges
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/07 21:22:14
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/16") 16
td Add description of relevant database triggers t...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/07 23:14:07
td 2018/06/12 07:41:00
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/17") 17
td Allow changing the threshold for highlighting n...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/07 23:38:48
td
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/19") 19
td Add sticky topics
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/09 00:21:18
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/20") 20
td The "Sidebar" link on mobile should highlight i...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/11 02:14:32
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/21") 21
td `Voted` text changes back to `Vote` in reply no...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/18 02:12:45
td 2018/05/25 09:35:20
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/22") 22
td Implement PWA manifest
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/19 03:38:44
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/23") 23
td Investigate and potentially implement webmentions
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/19 04:33:54
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/24") 24
td Fix pluralizations of "votes", "messages", etc.
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/19 20:10:26
td 2018/06/19 03:46:33
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/25") 25
td Add a feature for previewing comments/topics/me...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/19 20:16:39
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/26") 26
td Textbox size is unnecessarily restricted for ma...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/19 20:18:19
td 2018/05/23 07:07:38
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/27") 27
td Support dark theme on blog/docs
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/19 20:20:03
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/28") 28
td Improve layout for browsers that don't support ...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/20 10:56:26
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/29") 29
td Word count showing as () instead of (0 words) i...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/20 17:51:54
td 2018/05/21 00:59:05
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/30") 30
td Look into setting up a Tor hidden service
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/21 09:53:44
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/31") 31
td Text rendering bug: Hyperlinked monospace text ...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/21 10:16:57
td 2018/05/22 02:56:54
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/32") 32
td Session timeout errors
td: a(href="https://gitlab.com/arghdos") arghdos
td 2018/05/21 19:40:19
td 2018/06/03 21:00:44
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/34") 34
td Create option to open external links in new tabs
td: a(href="https://gitlab.com/chris109") chris109
td 2018/05/22 02:06:18
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/35") 35
td Tags force tildes group to stretch on mobile ho...
td: a(href="https://gitlab.com/theCrius") theCrius
td 2018/05/22 08:22:32
td 2018/05/22 20:39:40
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/36") 36
td Clicking "Cancel" on a comment in progress dele...
td: a(href="https://gitlab.com/SafariMonkey") SafariMonkey
td 2018/05/22 14:00:39
td 2018/06/04 03:53:23
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/37") 37
td Using "hip-hop" tag shows "Invalid Tag" but doe...
td: a(href="https://gitlab.com/vishnurajeevan") vishnurajeevan
td 2018/05/22 15:57:11
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/38") 38
td ~group does not wrap properly for long titles o...
td: a(href="https://gitlab.com/arghdos") arghdos
td 2018/05/22 21:38:35
td 2018/05/22 22:34:54
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/39") 39
td Ordered list renders differently on different p...
td: a(href="https://gitlab.com/arghdos") arghdos
td 2018/05/22 22:30:28
td 2018/05/30 00:46:26
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/40") 40
td add gitlab link to footer
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/22 22:40:32
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/41") 41
td add "context" button that shows self-text to th...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/22 22:43:43
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/42") 42
td ability to revisit past "mark as read" notifica...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/22 22:47:24
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/43") 43
td add "to the top" anchor link to footer
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/22 22:48:33
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/44") 44
td Excessive tags cause scrollbar to appear
td: a(href="https://gitlab.com/kaushalmodi") kaushalmodi
td 2018/05/22 22:55:08
td 2018/05/23 07:08:49
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/45") 45
td Have collapse comment button presses remembered
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/23 00:00:27
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/46") 46
td add donate link to footer
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/23 00:16:37
td 2018/05/23 00:17:15
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/47") 47
td Add a better/larger favicon for mobile icons
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/23 00:44:30
td 2018/05/30 06:17:32
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/48") 48
td "Mark as Read" should not fade out the box
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/23 01:39:00
td 2018/05/23 07:13:26
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/50") 50
td make it easier to distinguish between voted and...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/23 01:57:27
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/51") 51
td ability to hide topics (and view/unhide ones us...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/23 02:23:06
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/52") 52
td Add ability to jump to parent comment
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/23 04:02:50
td 2018/06/03 21:01:49
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/53") 53
td [Duplicate] Comments in notifications don't cor...
td: a(href="https://gitlab.com/Emerald_Knight") Emerald_Knight
td 2018/05/24 03:35:41
td 2018/05/24 04:29:42
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/54") 54
td Change mobile browser theme to match the user's...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/24 21:04:14
td 2018/05/26 00:50:27
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/55") 55
td Need better handling for deeply-nested comment ...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/24 21:05:57
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/56") 56
td A better way to reference text of the original ...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/24 21:08:12
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/57") 57
td add spoiler tag support for comments
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/25 11:54:02
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/58") 58
td Text inside comment is limited to 40 rem but th...
td: a(href="https://gitlab.com/theCrius") theCrius
td 2018/05/25 17:33:06
td 2018/05/26 14:42:46
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/59") 59
td on registration page consider mentioning "Have ...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/25 18:22:39
td 2018/06/12 03:12:30
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/61") 61
td Voting on a deleted comment makes a big, ugly e...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/26 04:46:15
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/62") 62
td make the comment anchor # more visible
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/26 04:58:50
td 2018/05/28 02:10:39
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/63") 63
td small visual bug in title length error message
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/26 06:49:07
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/64") 64
td strange image html element behavior
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/26 07:10:37
td 2018/05/26 07:18:34
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/65") 65
td leaving unclosed a makes entire comment after...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/26 07:26:48
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/66") 66
td trying to delete comment that isn't yours resul...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/26 07:28:22
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/67") 67
td add ability to view comment source
td: a(href="https://gitlab.com/xiretza") xiretza
td 2018/05/26 08:41:39
td
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/69") 69
td Double click to collapse
td: a(href="https://gitlab.com/iiv") iiv
td 2018/05/26 12:09:52
td
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/71") 71
td Put a character limit on tags
td: a(href="https://gitlab.com/ko.jak") ko.jak
td 2018/05/26 17:47:59
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/72") 72
td Markdown / Editor: Loosing extra spaces inside ...
td: a(href="https://gitlab.com/zowesiouff") zowesiouff
td 2018/05/26 17:51:52
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/73") 73
td find a way to better inform users about account...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/26 18:07:40
td
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/75") 75
td add warning when navigating away from the page ...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/26 18:18:07
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/76") 76
td Website font is not standardized across platforms
td: a(href="https://gitlab.com/ko.jak") ko.jak
td 2018/05/26 19:46:00
td
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
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/79") 79
td Theme settings not passing between platforms.
td: a(href="https://gitlab.com/tsikorksi") tsikorksi
td 2018/05/27 22:54:04
td 2018/05/27 23:17:33
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/81") 81
td Session cookie expires immediately, even when I...
td: a(href="https://gitlab.com/ianh_") ianh_
td 2018/05/28 02:31:11
td 2018/05/28 02:35:31
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/82") 82
td adding too many tags results in ugly error
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/28 05:04:00
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/83") 83
td look into Brave browser publisher program
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/28 20:30:27
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/84") 84
td look into Liberapay crowdfunding platform as Pa...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/28 20:32:12
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/85") 85
td Expired CSRF when submitting form causes ugly H...
td: a(href="https://gitlab.com/anowlcalledjosh") anowlcalledjosh
td 2018/05/28 23:15:57
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/86") 86
td Expanding and collapsing self-text on posts cau...
td: a(href="https://gitlab.com/davv") davv
td 2018/05/29 00:25:39
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/87") 87
td Add homescreen icon for iOS users.
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/29 17:51:50
td 2018/05/30 06:18:07
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/89") 89
td If you try to access a page and are logged out,...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/29 20:19:45
td
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/91") 91
td Add a "send new message" link in the PM section
td: a(href="https://gitlab.com/theCrius") theCrius
td 2018/05/29 23:43:37
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/92") 92
td Can't collapse comment thread when top-level po...
td: a(href="https://gitlab.com/jbonatakis") jbonatakis
td 2018/05/30 14:45:37
td 2018/06/02 07:36:33
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/93") 93
td add visual indication of subscription on the gr...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/31 05:11:17
td 2018/06/02 02:17:27
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
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
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
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/97") 97
td Improve messages after updating settings
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/31 21:12:34
td
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/98") 98
td [suggestion] add a browser popup when you try t...
td: a(href="https://gitlab.com/Iamsodarncool") Iamsodarncool
td 2018/05/31 23:12:06
td 2018/05/31 23:15:52
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/2") 2
td Add button to collapse comments and replies
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/04/27 02:59:19
td 2018/05/01 03:41:03
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/5") 5
td Add an "all time" period for topic listings
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/04/29 08:32:29
td 2018/05/13 02:02:32
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/6") 6
td Allow tagging topic while posting, instead of h...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/04/29 20:32:31
td 2018/05/04 19:54:14
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/8") 8
td Error when cancelling a reply on iOS (iPad Pro,...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/04 01:26:50
td 2018/05/28 19:18:54
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/11") 11
td Light/dark theme is not persistent across devices
td: a(href="https://gitlab.com/GabrielMorris") GabrielMorris
td 2018/05/04 22:23:21
td 2018/05/18 08:27:19
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/12") 12
td Comment visit tracking doesn't account for the ...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/04 23:12:01
td 2018/05/07 08:25:54
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/13") 13
td Comment visit tracking doesn't account for comm...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/04 23:19:17
td 2018/05/07 08:26:38
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/21") 21
td `Voted` text changes back to `Vote` in reply no...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/18 02:12:45
td 2018/05/25 09:35:20
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/26") 26
td Textbox size is unnecessarily restricted for ma...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/19 20:18:19
td 2018/05/23 07:07:38
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/29") 29
td Word count showing as () instead of (0 words) i...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/20 17:51:54
td 2018/05/21 00:59:05
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/31") 31
td Text rendering bug: Hyperlinked monospace text ...
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/21 10:16:57
td 2018/05/22 02:56:54
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/35") 35
td Tags force tildes group to stretch on mobile ho...
td: a(href="https://gitlab.com/theCrius") theCrius
td 2018/05/22 08:22:32
td 2018/05/22 20:39:40
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/38") 38
td ~group does not wrap properly for long titles o...
td: a(href="https://gitlab.com/arghdos") arghdos
td 2018/05/22 21:38:35
td 2018/05/22 22:34:54
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/39") 39
td Ordered list renders differently on different p...
td: a(href="https://gitlab.com/arghdos") arghdos
td 2018/05/22 22:30:28
td 2018/05/30 00:46:26
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/44") 44
td Excessive tags cause scrollbar to appear
td: a(href="https://gitlab.com/kaushalmodi") kaushalmodi
td 2018/05/22 22:55:08
td 2018/05/23 07:08:49
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/46") 46
td add donate link to footer
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/23 00:16:37
td 2018/05/23 00:17:15
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/47") 47
td Add a better/larger favicon for mobile icons
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/23 00:44:30
td 2018/05/30 06:17:32
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/48") 48
td "Mark as Read" should not fade out the box
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/23 01:39:00
td 2018/05/23 07:13:26
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/53") 53
td [Duplicate] Comments in notifications don't cor...
td: a(href="https://gitlab.com/Emerald_Knight") Emerald_Knight
td 2018/05/24 03:35:41
td 2018/05/24 04:29:42
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/54") 54
td Change mobile browser theme to match the user's...
td: a(href="https://gitlab.com/Deimorz") Deimorz
td 2018/05/24 21:04:14
td 2018/05/26 00:50:27
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/58") 58
td Text inside comment is limited to 40 rem but th...
td: a(href="https://gitlab.com/theCrius") theCrius
td 2018/05/25 17:33:06
td 2018/05/26 14:42:46
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/62") 62
td make the comment anchor # more visible
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/26 04:58:50
td 2018/05/28 02:10:39
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/64") 64
td strange image html element behavior
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/26 07:10:37
td 2018/05/26 07:18:34
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/79") 79
td Theme settings not passing between platforms.
td: a(href="https://gitlab.com/tsikorksi") tsikorksi
td 2018/05/27 22:54:04
td 2018/05/27 23:17:33
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/81") 81
td Session cookie expires immediately, even when I...
td: a(href="https://gitlab.com/ianh_") ianh_
td 2018/05/28 02:31:11
td 2018/05/28 02:35:31
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/87") 87
td Add homescreen icon for iOS users.
td: a(href="https://gitlab.com/cfabbro") cfabbro
td 2018/05/29 17:51:50
td 2018/05/30 06:18:07
tr
td: a(href="https://gitlab.com/tildes/tildes/issues/98") 98
td [suggestion] add a browser popup when you try t...
td: a(href="https://gitlab.com/Iamsodarncool") Iamsodarncool
td 2018/05/31 23:12:06
td 2018/05/31 23:15:52
div(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

129
src/posts/template.pug Normal file
View File

@ -0,0 +1,129 @@
<!DOCTYPE html>
html(lang="en")
head
title Month Year
link(rel="stylesheet", href="../css/common.css")
link(rel="stylesheet", href="../css/post.css")
//- TODO: add Roboto Condensed in src/fonts and import from there
link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto+Condensed")
body
div(id="wrapper")
h1 Month Year
div(id="post")
div(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="#section") Section
li: a(href="#another-section") Another Section
li: a(href="#statistics") Statistics
li: a(href="#daily-discussions") Daily Discussions
li
a(href="#issue-table") Issue Table
ul
li: a(href="#opened") Opened
li: a(href="#closed") Closed
div(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.
div(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.
div(id="highlights")
h2 Highlights
//- User written highlights of what happened with development and any notable changes, if applicable.
h3(id="section") Section
p A user-written section of a highlight, along with the "read more..." link and a collapsible details box with Author and Written Date.
p Read more about it
|
|
a(href="https://tildes.net") here
| .
details
summary Details
p Author:
|
|
a(href="https://tildes.net/user/Bauke") Bauke
p Written Date: 2018-07-16
h3(id="another-section") Another Section
p Another user-written section of a highlight...
p Read more about it
|
|
a(href="https://tildes.net") here
| .
details
summary Details
p Author:
|
|
a(href="https://tildes.net/user/Bauke") Bauke
p Written Date: 2018-07-16
div(id="statistics")
h2 Statistics
//- Any statistics that would be fun/interesting to read about, more info: issue #1
//- These are automatically generated, see the README.
div(id="daily-discussions")
h2 Daily Discussions
//- Table format should be like this:
table
thead
tr
td Date
td Title
td URL
tbody
tr
td YYYY-MM-DD
td Title of the discussion, excluding the "Daily Tildes Discussion" part.
td: a(href="https://tildes.net/~tildes.official") Click
div(id="issue-table")
h2 Issue Table
//- These are automatically generated, see the README.
div(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

21
src/sass/_anchor.sass Normal file
View File

@ -0,0 +1,21 @@
@import '_colors.sass'
a
color: $cyan
text-decoration: none
&:hover,
&:active,
&:focus
color: $pink
text-decoration: underline
&:visited
color: $cyan
text-decoration: none
&:hover,
&:active,
&:focus
color: $pink
text-decoration: underline

12
src/sass/_colors.sass Normal file
View File

@ -0,0 +1,12 @@
$foreground: #f8f8f2
$background: #282a36
$selection: #44475a
$comment: #6272a4
$red: #ff5555
$orange: #ffb86c
$yellow: #f1fa8c
$green: #50fa7b
$cyan: #8be9fd
$purple: #bd93f9
$pink: #ff79c6

View File

@ -0,0 +1,3 @@
@media screen and (max-width: 1350px)
#wrapper
width: 95vw

54
src/sass/common.sass Normal file
View File

@ -0,0 +1,54 @@
@import '_anchor.sass'
@import '_colors.sass'
html, body, p, ul, ol, li,
h1, h2, h3, h4, h5
margin: 0
padding: 0
body
color: $foreground
background-color: $background
font-family: 'Roboto Condensed', sans-serif
#wrapper
width: 75vw
margin: 0 auto
> h1
padding: 0.5em 0
border-bottom: 4px solid $yellow
#footer
padding: 1em
border-top: 4px solid $red
background-color: rgba(0, 0, 0, 0.5)
> h3
display: inline-block
margin: 0 10px 4px 10px
padding: 0 4px 4px 4px
border-bottom: 4px solid
&:nth-child(7n + 1)
border-bottom-color: $red
&:nth-child(7n + 2)
border-bottom-color: $orange
&:nth-child(7n + 3)
border-bottom-color: $yellow
&:nth-child(7n + 4)
border-bottom-color: $green
&:nth-child(7n + 5)
border-bottom-color: $cyan
&:nth-child(7n + 6)
border-bottom-color: $purple
&:nth-child(7n + 7)
border-bottom-color: $pink
@import '_responsive.sass'

37
src/sass/index.sass Normal file
View File

@ -0,0 +1,37 @@
@import '_anchor.sass'
@import '_colors.sass'
#posts
background-color: rgba(0, 0, 0, 0.25)
padding-bottom: 20px
> h1
padding: 20px 0 20px 20px
.post
border-left: 4px solid
&:nth-child(7n + 2)
border-left-color: $red
&:nth-child(7n + 3)
border-left-color: $orange
&:nth-child(7n + 4)
border-left-color: $yellow
&:nth-child(7n + 5)
border-left-color: $green
&:nth-child(7n + 6)
border-left-color: $cyan
&:nth-child(7n + 7)
border-left-color: $purple
&:nth-child(7n + 8)
border-left-color: $pink
> h2
padding-left: 20px
margin: 20px 0

124
src/sass/post.sass Normal file
View File

@ -0,0 +1,124 @@
@import '_anchor.sass'
@import '_colors.sass'
#post
> #toc
margin: 0 0 2em 2em
padding: 1em
width: fit-content
border: 4px solid $yellow
border-top: none
float: right
background-color: $background
> h2
padding: 0.2em 0
> ul
list-style-type: none
> li
margin: 0.2em 0
> a
font-size: 1.25em
&:before
content: '>'
padding-right: 0.5em
> ul
list-style-type: none
> li
margin: 0.2em 0
> a
font-size: 1.25em
&:before
content: '>>'
padding-right: 0.5em
padding-left: 0.5em
> div:not(#toc)
padding: 1em 1em
background-color: rgba(0, 0, 0, 0.25)
p, ol, ul
padding: 0.2em 0
details
display: inline-block
border-bottom: 4px solid $comment
summary
color: $comment
cursor: pointer
outline: none
h2
padding: 2px 0
margin: 0.2em 0
border-bottom: 4px solid $orange
width: 50%
h3
font-size: 1.3em
padding: 2px 0
margin: 1em 0 0.4em 0
border-bottom: 4px solid $red
width: 25%
p
font-size: 1.1em
text-align: justify
ol, ul
font-size: 1.1em
margin-bottom: 0.2em
> li
padding-bottom: 0.1em
ol
padding-left: 1.5em
ul
list-style-type: none
> li:before
content: '>'
padding-left: 0.5em
padding-right: 0.5em
table
width: 100%
font-size: 1.1em
margin: 0.4em 0
border-bottom: 2px solid $comment
border-spacing: 0
> thead
font-size: 1.3em
font-weight: bold
> tr > td
padding: 0.5em 0.8em
background-color: $selection
border-bottom: 2px solid $comment
> tbody
> tr
> td
padding: 0.5em 0.8em
border-left: 2px solid $comment
&:last-child
border-right: 2px solid $comment
&:nth-child(even) > td
background-color: $selection
&:nth-child(odd) > td
background-color: $background

View File

@ -1,45 +0,0 @@
# Tildes Issue Log - Month
> Table Of Contents
* [About](#about)
* [Feedback](#feedback)
* [Highlights](#highlights)
* [Section](#section)
* [Another Section](#another-section)
* [Statistics](#statistics)
* [Daily Discussions](#daily-discussions)
* [Issue Table](#issue-table)
* [Opened](#opened)
* [Closed](#closed)
## About
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.
## Feedback
If anything is incorrect or you have anything that you'd like to see changed or added, please [open an issue](https://gitlab.com/Bauke/tildes-issue-log/issues), [PM me](https://tildes.net/user/Bauke/new_message) or comment on the posted topic on Tildes.
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.
## Highlights
<!-- Highlights of what happened with development and any notable changes, if applicable. -->
## Statistics
<!-- Any statistics that would be fun/interesting to read about, more info: issue #1 -->
<!-- These are automatically generated, see the README. -->
## Daily Discussions
<!-- Table format should be like this: -->
| Date | Title | URL |
|------|-------|-----|
| YYYY-MM-DD | Title of the discussion, excluding the "Daily Tildes Discussion" part. | [Click](https://tildes.net/~tildes.official) |
## Issue Table
<!-- This is automatically generated, see the README. -->

4363
yarn.lock

File diff suppressed because it is too large Load Diff