diff --git a/src/posts/july-2018.pug b/src/posts/july-2018.pug new file mode 100644 index 0000000..067b33a --- /dev/null +++ b/src/posts/july-2018.pug @@ -0,0 +1,751 @@ + +html(lang="en") + head + meta(name="viewport", content="width=device-width, initial-scale=1.0") + title July 2018 + link(rel="stylesheet", href="../css/common.css") + link(rel="stylesheet", href="../css/post.css") + //- NOTE: favicons are under "src/favicons" but in "public/" for build + link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png") + link(rel="apple-touch-icon" sizes="180x180" href="../apple-touch-icon.png") + link(rel="icon" type="image/png" sizes="32x32" href="../favicon-32x32.png") + link(rel="icon" type="image/png" sizes="16x16" href="../favicon-16x16.png") + link(rel="manifest" href="../site.webmanifest") + link(rel="mask-icon" href="../safari-pinned-tab.svg" color="#282a36") + link(rel="shortcut icon" href="../favicon.ico") + meta(name="msapplication-TileColor" content="#282a36") + meta(name="msapplication-config" content="../browserconfig.xml") + meta(name="theme-color" content="#282a36") + + body + div(id="wrapper") + h1 July 2018 + + section(id="post") + article(id="toc") + h2 Table Of Contents + ul + li: a(href="#about") About + li: a(href="#feedback") Feedback + li + a(href="#highlights") Highlights + ul + li: a(href="#open-source") Open Source + li: a(href="#link-new-tabs") Links In New Tabs + li: a(href="#new-groups") New Groups + li: a(href="#not-so-daily-discussions") Not So Daily... + 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 + + article(id="about") + h2 About + p The Tildes Issue Log is a monthly recurring post about the changes and progression that Tildes has made. Highlighting some of the newest additions and changes, as well as a complete table of every issue opened and closed in that month, along with some interesting statistics so you can get a look into the development process and a quick grasp of anything you may have missed. + + article(id="feedback") + h2 Feedback + p If anything is incorrect or you have anything that you'd like to see changed or added please + | + | + a(href="https://gitlab.com/Bauke/tildes-issue-log/issues") open an issue + | , + | + a(href="https://tildes.net/user/Bauke/new_message") PM me + | + | or comment on the posted topic on Tildes. + p If you'd like to write a highlight section or want to contribute in any other way, feel free to do so. Like Tildes, this will remain entirely open-source. + + article(id="highlights") + h2 Highlights + h3(id="open-source") Open Source + p Arguably the most notable highlight of July was the open-sourcing of the code. You can now find the source code in + | + | + a(href="https://gitlab.com/tildes/tildes") the GitLab repository + | + | and contribute, keep up with the development or create your own version of Tildes entirely. The project is licensed under the + | + a(href="https://gitlab.com/tildes/tildes/blob/master/LICENSE.md") GNU AGPLv3 + | + | license, you can find a good summary on + | + a(href="https://choosealicense.com/licenses/agpl-3.0/") GitHub's choosealicense.com + | . + p If you're interested in contributing or just messing around, 2 new documentation pages were added for developing, namely: + | + | + a(href="https://docs.tildes.net/development-setup") Development Setup + | + | and + | + a(href="https://docs.tildes.net/development") Development + | . + | These will get you up and running in no time, although the Vagrant setup process takes quite a few minutes. + p Read more about it + | + | + a(href="https://tildes.net/~tildes.official/3i4") here + | + | and + | + a(href="https://blog.tildes.net/open-source") here + | . + details + summary Details + p Author: + | + | + a(href="https://tildes.net/user/Bauke") Bauke + p Written Date: 2018-07-19 + + h3(id="link-new-tabs") Links In New Tabs + p On July 21st the first feature contribution was merged, developed by + | + | + a(href="https://gitlab.com/ivanfon") Ivan Fonseca + | + | better known as + | + a(href="https://tildes.net/user/what") @what + | + | on Tildes. Allowing you to open external and/or internal links in new tabs. You can find the toggles inside + | + a(href="https://tildes.net/settings") your settings + | , + | above the "Change your password" section. + p Read more about it + | + | + a(href="https://tildes.net/~tildes.official/3oi") here + | . + details + summary Details + p Author: + | + | + a(href="https://tildes.net/user/Bauke") Bauke + p Written Date: 2018-07-25 + + h3(id="new-groups") New Groups + p July 23rd saw the introduction of 4 new groups, listed below, following the + | + | + a(href="https://tildes.net/~tildes.official/342") group requests topic + | + | in the beginning of July. + ul + li: a(href="https://tildes.net/~anime") ~anime + li: a(href="https://tildes.net/~enviro") ~enviro + li: a(href="https://tildes.net/~humanities") ~humanities + li: a(href="https://tildes.net/~life") ~life + p Summaries of each group are available in their respective sidebars and in the announcement topic. + p Read more about it + | + | + a(href="https://tildes.net/~tildes.official/3qv") here + | . + details + summary Details + p Author: + | + | + a(href="https://tildes.net/user/Bauke") Bauke + p Written Date: 2018-07-25 + + h3(id="not-so-daily-discussions") Not So Daily Discussions + p On the 26th Deimos posted a topic in + | + | + a(href="https://tildes.net/~tildes.official") ~tildes.official + | + | titled + | + a(href="https://tildes.net/~tildes.official/3x9") Not-so-daily Tildes discussion + | . + | Outlining what the future of the Daily Discussions will hold. To sum it up, daily discussions will now appear on a more "on-demand" basis. Initially the daily discussions were to boost the site's activity however it's not really needed anymore. Along with the current backlog of plans and previous discussions that need attention first. + p Also noted is that there will be a new post each Monday including the general plans for the week, as well as a general feedback/questions/suggestions topic every couple of weeks. + p I highly recommend reading the + | + | + a(href="https://tildes.net/~tildes.official/3x9") original topic + | , if you haven't already. + details + summary Details + p Author: + | + | + a(href="https://tildes.net/user/Bauke") Bauke + p Written Date: 2018-07-31 + + article(id="statistics") + h2 Statistics + p In the month of July 31 issues were opened and 29 issues were closed. + p An average of 1.03 issues were opened and 0.97 issues were closed each day. + p The average time to close issues was 30.69 days or 736.59 hours. + p Top 3 issue creators: + ol + li + a(href="https://gitlab.com/Deimorz") Deimorz + | + | with + | + a(href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=Deimorz") 10 issues created + | . + li + a(href="https://gitlab.com/Bauke") Bauke + | + | with + | + a(href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=Bauke") 5 issues created + | . + li + a(href="https://gitlab.com/cfabbro") cfabbro + | + | with + | + a(href="https://gitlab.com/tildes/tildes/issues?state=all&author_username=cfabbro") 3 issues created + | . + p Amount of labels assigned to currently open issues: + ul + li + a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=bug") bug + | : + | 6 times. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=code") code + | : + | 3 times. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=design") design + | : + | 3 times. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=feature") feature + | : + | 5 times. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=high+priority") high priority + | : + | 2 times. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=in+progress") in progress + | : + | 2 times. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=investigate") investigate + | : + | 6 times. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=suggestion") suggestion + | : + | 2 times. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=opened&label_name%5B%5D=tweak") tweak + | : + | 1 time. + 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 + | : + | 10 times. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=design") design + | : + | 7 times. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=feature") feature + | : + | 6 times. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=high+priority") high priority + | : + | 2 times. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=in+progress") in progress + | : + | 1 time. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=investigate") investigate + | : + | 4 times. + li + a(href="https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=tweak") tweak + | : + | 5 times. + + + article(id="daily-discussions") + h2 Daily Discussions + table + thead + tr + td Date + td Title + td URL + tbody + tr + td 2018-07-03 + td How can we help people "acclimate" in a friendlier way? + td: a(href="https://tildes.net/~tildes.official/31s") Click + tr + td 2018-07-04 + td How do we make groups feel more like "separate spaces"? + td: a(href="https://tildes.net/~tildes.official/32z") Click + tr + td 2018-07-05 + td Proposals for "trial groups", round 1. + td: a(href="https://tildes.net/~tildes.official/342") Click + tr + td 2018-07-06 + td General questions/feedback. + td: a(href="https://tildes.net/~tildes.official/351") Click + tr + td 2018-07-09 + td More filtering options? + td: a(href="https://tildes.net/~tildes.official/37t") Click + tr + td 2018-07-10 + td Figuring out some early details of the group hierarchy. + td: a(href="https://tildes.net/~tildes.official/398") Click + tr + td 2018-07-12 + td Please help find omissions from the issue tracker. + td: a(href="https://tildes.net/~tildes.official/3b4") Click + tr + td 2018-07-13 + td Thoughts about the site's activity level. + td: a(href="https://tildes.net/~tildes.official/3c7") Click + tr + td 2018-07-16 + td How can we maintain quality without drifting too far into "gatekeeping"? + td: a(href="https://tildes.net/~tildes.official/3gj") Click + tr + td 2018-07-17 + td Approaches to self-promotion. + td: a(href="https://tildes.net/~tildes.official/3i5") Click + tr + td 2018-07-19 + td More details about handling removed posts. + td: a(href="https://tildes.net/~tildes.official/3lf") Click + tr + td 2018-07-20 + td General questions/feedback. + td: a(href="https://tildes.net/~tildes.official/3n8") Click + tr + td 2018-07-23 + td General plans for the week. + td: a(href="https://tildes.net/~tildes.official/3qz") Click + tr + td 2018-07-24 + td Just... try to relax a bit. + td: a(href="https://tildes.net/~tildes.official/3t5") Click + + article(id="issue-table") + h2 Issue Table + h3(id="opened") Opened + table + thead + tr + td Issue + td Title + td Author + td Opened + td Closed + tbody + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/150") 150 + td Consider supporting the "click to expand" deta... + td: a(href="https://gitlab.com/cfabbro") cfabbro + td 2018/07/08 02:15:55 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/151") 151 + td Topic listing is mis-styled on /?after= page + td: a(href="https://gitlab.com/teaearlgraycold") teaearlgraycold + td 2018/07/10 03:00:30 + td 2018/07/10 20:24:14 + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/152") 152 + td Broken list styling with pagination + td: a(href="https://gitlab.com/TauZero1") TauZero1 + td 2018/07/10 03:04:02 + td 2018/07/10 08:37:51 + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/153") 153 + td Add preference to change default comment sortin... + td: a(href="https://gitlab.com/Deimorz") Deimorz + td 2018/07/10 09:23:19 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/154") 154 + td Add pagination to users viewing their own profile + td: a(href="https://gitlab.com/cfabbro") cfabbro + td 2018/07/12 16:44:20 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/155") 155 + td Confirmations for leaving page with post/messag... + td: a(href="https://gitlab.com/Deimorz") Deimorz + td 2018/07/12 22:09:58 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/156") 156 + td Add styling for "target" comment when linked to... + td: a(href="https://gitlab.com/Deimorz") Deimorz + td 2018/07/13 02:20:28 + td 2018/07/20 00:47:40 + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/157") 157 + td Markdown - prevention of accidental numbered li... + td: a(href="https://gitlab.com/Deimorz") Deimorz + td 2018/07/13 06:03:06 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/158") 158 + td When I create a new topic and I use Control + E... + td: a(href="https://gitlab.com/AdamsT") AdamsT + td 2018/07/17 18:31:58 + td 2018/07/19 23:15:51 + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/159") 159 + td Clarify what the inbound contributions are lice... + td: a(href="https://gitlab.com/hook") hook + td 2018/07/18 09:42:20 + td 2018/07/23 01:22:24 + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/160") 160 + td Weird behaviour with Vim Vixen plug-in + td: a(href="https://gitlab.com/Wanda-Seldon") Wanda-Seldon + td 2018/07/18 11:16:20 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/161") 161 + td Include licensing and copyright info in source ... + td: a(href="https://gitlab.com/hook") hook + td 2018/07/18 12:22:35 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/162") 162 + td Editing tags without making changes and pressin... + td: a(href="https://gitlab.com/Bauke") Bauke + td 2018/07/19 20:47:11 + td 2018/07/20 02:58:45 + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/163") 163 + td Invite code display order changes on re-load + td: a(href="https://gitlab.com/jms301") jms301 + td 2018/07/20 13:51:59 + td 2018/07/25 04:04:50 + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/164") 164 + td Posting a reply on a topic that's been deleted ... + td: a(href="https://gitlab.com/Bauke") Bauke + td 2018/07/20 18:37:20 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/165") 165 + td It's too easy to overwrite your previous topic ... + td: a(href="https://gitlab.com/Deimorz") Deimorz + td 2018/07/20 23:37:24 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/166") 166 + td Replace site logo (either entirely or just with... + td: a(href="https://gitlab.com/Deimorz") Deimorz + td 2018/07/21 01:02:05 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/167") 167 + td Add pinned topics + td: a(href="https://gitlab.com/Bauke") Bauke + td 2018/07/21 02:06:44 + td 2018/07/23 01:12:31 + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/168") 168 + td Make theme setting internal and not session + td: a(href="https://gitlab.com/Bauke") Bauke + td 2018/07/22 14:18:29 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/169") 169 + td Potential memory leak when using commonmark-gfm... + td: a(href="https://gitlab.com/IdiocyInAction") IdiocyInAction + td 2018/07/22 17:49:24 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/170") 170 + td Add ability to open links in comments / text to... + td: a(href="https://gitlab.com/Deimorz") Deimorz + td 2018/07/23 19:35:55 + td 2018/07/31 01:29:22 + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/171") 171 + td Fix/re-enable scraper for link topic favicons + td: a(href="https://gitlab.com/Deimorz") Deimorz + td 2018/07/23 23:06:49 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/172") 172 + td Tildes tries to fix html tags where it shouldn't + td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2 + td 2018/07/24 08:37:49 + td 2018/07/24 09:24:22 + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/173") 173 + td Mobile Safari displays underscores in place of ... + td: a(href="https://gitlab.com/Deimorz") Deimorz + td 2018/07/25 03:24:24 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/174") 174 + td Move the `post-buttons` (edit, tags, delete) to... + td: a(href="https://gitlab.com/cfabbro") cfabbro + td 2018/07/27 10:42:40 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/175") 175 + td Tildes display in mobile version on QuteBrowser + td: a(href="https://gitlab.com/SoptikHa2") SoptikHa2 + td 2018/07/28 13:33:19 + td 2018/07/28 19:15:05 + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/176") 176 + td Add style to error pages + td: a(href="https://gitlab.com/Bauke") Bauke + td 2018/07/30 15:10:02 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/177") 177 + td Switch to Python-based Markdown implementation + td: a(href="https://gitlab.com/ivanfon") ivanfon + td 2018/07/30 18:01:07 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/178") 178 + td Change the web app manifest display mode to `mi... + td: a(href="https://gitlab.com/nektro") nektro + td 2018/07/31 02:26:34 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/179") 179 + td Add support for browser notifications + td: a(href="https://gitlab.com/nektro") nektro + td 2018/07/31 07:04:20 + td + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/180") 180 + td Implement "Black" code-formatter + td: a(href="https://gitlab.com/Deimorz") Deimorz + td 2018/07/31 10:38:41 + td + + 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/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 2018/07/13 07:07:09 + 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 2018/07/20 08:57:43 + 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 2018/07/13 07:26:43 + 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 2018/07/22 02:17:38 + 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 2018/07/20 19:09:58 + 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 2018/07/21 23:13:35 + 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 2018/07/20 00:48:13 + 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 2018/07/25 03:44:37 + tr + td: a(href="https://gitlab.com/tildes/tildes/issues/65") 65 + td leaving unclosed