diff --git a/README.md b/README.md index 347d00a..7925ceb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ## 2019 +* [February](https://til.bauke.xyz/posts/february-2019.html) * [January](https://til.bauke.xyz/posts/january-2019.html) ## 2018 diff --git a/graphs/README.md b/graphs/README.md new file mode 100644 index 0000000..e32bc2e --- /dev/null +++ b/graphs/README.md @@ -0,0 +1,61 @@ +# Issue Log Graphs + +As a preliminary test, here are the topic activity graphs of every month so far (and the total one). Currently there are 2 different stats graphed, [topics per day](#topics-per-day): how many topics were posted for every day in the month and [topics each day](#topics-each-day): how many topics were posted on each day of the week in that month. + +## Topics Per Day + +This first graph is the total amount of topics of Tildes, divided into weeks instead of days. All the other graphs will be per day. + +![Total topics per week](./topics_per_week.png) + +Tildes launched on the 26th of April, so there's only a couple days in this graph. :P + +![Topics per day: April 2018](./topics_per_day/2018_04.png) + +![Topics per day: May 2018](./topics_per_day/2018_05.png) + +![Topics per day: June 2018](./topics_per_day/2018_06.png) + +![Topics per day: July 2018](./topics_per_day/2018_07.png) + +![Topics per day: August 2018](./topics_per_day/2018_08.png) + +![Topics per day: September 2018](./topics_per_day/2018_09.png) + +![Topics per day: October 2018](./topics_per_day/2018_10.png) + +![Topics per day: November 2018](./topics_per_day/2018_11.png) + +![Topics per day: December 2018](./topics_per_day/2018_12.png) + +![Topics per day: January 2019](./topics_per_day/2019_01.png) + +![Topics per day: February 2019](./topics_per_day/2019_02.png) + +## Topics Each Day + +![Total topics per day](./topics_each_day.png) + +Again the first month only has a select number of days to pull from. + +![Topics per day: April 2018](./topics_each_day/2018_04.png) + +![Topics per day: May 2018](./topics_each_day/2018_05.png) + +![Topics per day: June 2018](./topics_each_day/2018_06.png) + +![Topics per day: July 2018](./topics_each_day/2018_07.png) + +![Topics per day: August 2018](./topics_each_day/2018_08.png) + +![Topics per day: September 2018](./topics_each_day/2018_09.png) + +![Topics per day: October 2018](./topics_each_day/2018_10.png) + +![Topics per day: November 2018](./topics_each_day/2018_11.png) + +![Topics per day: December 2018](./topics_each_day/2018_12.png) + +![Topics per day: January 2019](./topics_each_day/2019_01.png) + +![Topics per day: February 2019](./topics_each_day/2019_02.png) diff --git a/graphs/topics_each_day.png b/graphs/topics_each_day.png new file mode 100755 index 0000000..9300d7d Binary files /dev/null and b/graphs/topics_each_day.png differ diff --git a/graphs/topics_each_day/2018_04.png b/graphs/topics_each_day/2018_04.png new file mode 100755 index 0000000..34d9f7d Binary files /dev/null and b/graphs/topics_each_day/2018_04.png differ diff --git a/graphs/topics_each_day/2018_05.png b/graphs/topics_each_day/2018_05.png new file mode 100755 index 0000000..6121ea9 Binary files /dev/null and b/graphs/topics_each_day/2018_05.png differ diff --git a/graphs/topics_each_day/2018_06.png b/graphs/topics_each_day/2018_06.png new file mode 100755 index 0000000..0880ae1 Binary files /dev/null and b/graphs/topics_each_day/2018_06.png differ diff --git a/graphs/topics_each_day/2018_07.png b/graphs/topics_each_day/2018_07.png new file mode 100755 index 0000000..372a9f3 Binary files /dev/null and b/graphs/topics_each_day/2018_07.png differ diff --git a/graphs/topics_each_day/2018_08.png b/graphs/topics_each_day/2018_08.png new file mode 100755 index 0000000..0342d0a Binary files /dev/null and b/graphs/topics_each_day/2018_08.png differ diff --git a/graphs/topics_each_day/2018_09.png b/graphs/topics_each_day/2018_09.png new file mode 100755 index 0000000..49bf945 Binary files /dev/null and b/graphs/topics_each_day/2018_09.png differ diff --git a/graphs/topics_each_day/2018_10.png b/graphs/topics_each_day/2018_10.png new file mode 100755 index 0000000..0674f06 Binary files /dev/null and b/graphs/topics_each_day/2018_10.png differ diff --git a/graphs/topics_each_day/2018_11.png b/graphs/topics_each_day/2018_11.png new file mode 100755 index 0000000..b516988 Binary files /dev/null and b/graphs/topics_each_day/2018_11.png differ diff --git a/graphs/topics_each_day/2018_12.png b/graphs/topics_each_day/2018_12.png new file mode 100755 index 0000000..7a80353 Binary files /dev/null and b/graphs/topics_each_day/2018_12.png differ diff --git a/graphs/topics_each_day/2019_01.png b/graphs/topics_each_day/2019_01.png new file mode 100755 index 0000000..e1b5978 Binary files /dev/null and b/graphs/topics_each_day/2019_01.png differ diff --git a/graphs/topics_each_day/2019_02.png b/graphs/topics_each_day/2019_02.png new file mode 100755 index 0000000..fa4e602 Binary files /dev/null and b/graphs/topics_each_day/2019_02.png differ diff --git a/graphs/topics_per_day/2018_04.png b/graphs/topics_per_day/2018_04.png new file mode 100755 index 0000000..165214c Binary files /dev/null and b/graphs/topics_per_day/2018_04.png differ diff --git a/graphs/topics_per_day/2018_05.png b/graphs/topics_per_day/2018_05.png new file mode 100755 index 0000000..30071f1 Binary files /dev/null and b/graphs/topics_per_day/2018_05.png differ diff --git a/graphs/topics_per_day/2018_06.png b/graphs/topics_per_day/2018_06.png new file mode 100755 index 0000000..f0cbc2b Binary files /dev/null and b/graphs/topics_per_day/2018_06.png differ diff --git a/graphs/topics_per_day/2018_07.png b/graphs/topics_per_day/2018_07.png new file mode 100755 index 0000000..80ff75d Binary files /dev/null and b/graphs/topics_per_day/2018_07.png differ diff --git a/graphs/topics_per_day/2018_08.png b/graphs/topics_per_day/2018_08.png new file mode 100755 index 0000000..534e32c Binary files /dev/null and b/graphs/topics_per_day/2018_08.png differ diff --git a/graphs/topics_per_day/2018_09.png b/graphs/topics_per_day/2018_09.png new file mode 100755 index 0000000..5d3a697 Binary files /dev/null and b/graphs/topics_per_day/2018_09.png differ diff --git a/graphs/topics_per_day/2018_10.png b/graphs/topics_per_day/2018_10.png new file mode 100755 index 0000000..5f1d3c3 Binary files /dev/null and b/graphs/topics_per_day/2018_10.png differ diff --git a/graphs/topics_per_day/2018_11.png b/graphs/topics_per_day/2018_11.png new file mode 100755 index 0000000..4835935 Binary files /dev/null and b/graphs/topics_per_day/2018_11.png differ diff --git a/graphs/topics_per_day/2018_12.png b/graphs/topics_per_day/2018_12.png new file mode 100755 index 0000000..8af33a9 Binary files /dev/null and b/graphs/topics_per_day/2018_12.png differ diff --git a/graphs/topics_per_day/2019_01.png b/graphs/topics_per_day/2019_01.png new file mode 100755 index 0000000..035d5d9 Binary files /dev/null and b/graphs/topics_per_day/2019_01.png differ diff --git a/graphs/topics_per_day/2019_02.png b/graphs/topics_per_day/2019_02.png new file mode 100755 index 0000000..cd39c0e Binary files /dev/null and b/graphs/topics_per_day/2019_02.png differ diff --git a/graphs/topics_per_week.png b/graphs/topics_per_week.png new file mode 100755 index 0000000..472bfe1 Binary files /dev/null and b/graphs/topics_per_week.png differ diff --git a/src/index.html b/src/index.html index 6f84174..b5bac16 100644 --- a/src/index.html +++ b/src/index.html @@ -25,6 +25,11 @@

Posts

2019

+
+

+ February +

+

January diff --git a/src/posts/february-2019.html b/src/posts/february-2019.html new file mode 100644 index 0000000..0e3c697 --- /dev/null +++ b/src/posts/february-2019.html @@ -0,0 +1,484 @@ + + + + + + February 2019 + + + + + + + + + + + + + + + + +
+

February 2019

+
+ +
+

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, + PM me + 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

+

Experiments

+

On the 1st of February, Deimos posted a topic announcing some changes and tweaks to experiment with and what people would think of them. Like removing the username of link-topics on the topic listing and putting the domain where the username went instead, amongst others. There was a lot of discussion on that topic, and after a couple weeks @hungariantoast also posted a topic talking about the changes which also got some great discussion.

+
+ Details +

Author: + Bauke +

+

Written Date: 2019-02-27

+
+

Publicly-Viewable

+

On the 16th of February, Tildes hit a big milestone and became publicly-viewable. Allowing anyone without an account to look at Tildes and browse around, participating in the topics and comments still requires an account (which still requires an invite) but at least people can peek inside now! If you know of anyone that was on the fence about Tildes because they couldn't see what it was like, maybe talk to them again. ;)

+
+ Details +

Author: + Bauke +

+

Written Date: 2019-02-28

+
+

Dracula

+

About half a year ago, I opened an issue regarding the themes, as (at the time) the way themes were done was a little all over the place so I wanted to clean it up a little, making it so new ones could be added in an easier fashion. Fast forward a few months and the new system is merged in. And now, in the same announcement as becoming publicly-viewable, Tildes also received its first new theme using the new theme system. Dracula! :D A colorscheme I'm particularly fond of (if you haven't already noticed this site also uses Dracula). So I definitely recommend you check it out on Tildes, you can change your theme in your settings at the top or if you're not logged in, at the footer of the main site.

+
+ Details +

Author: + Bauke +

+

Written Date: 2019-02-28

+
+
+
+

Statistics

+

A quick update on the scraping, as noted in last month's post, soon there will be statistics on the activity on Tildes itself. I've made a folder with graphs that I'm currently generating. I decided not to add them to this page yes as the total size of them is a few megabytes and they aren't optimized. However once I do I'll also go back and add each graph to the corresponding month, and probably also add a separate page for the total statistics.

+

In the month of February, 34 commits were made by 2 contributors, changing a total of 308 (+698|-390) lines. 20 issues were opened and 11 issues were closed.

+

An average of 0.67 issues were opened and 0.37 issues were closed each day.

+

The average time to close issues was 131.86 days or 3164.64 hours.

+

Top 3 issue creators:

+
    +
  1. + cfabbro with 6 issues created. +
  2. +
  3. + Bauke with 4 issues created. +
  4. +
  5. + Deimorz with 2 issues created. +
  6. +
+

Amount of labels assigned to currently open issues:

+ +

Amount of labels assigned to closed issues:

+ +
+
+

Notable Official Topics

+ + + + + + + + + + + + + + + + + + + + +
DateTitleURL
2019-02-01Experimenting with some changes to information that's displayed on topics, and some other tweaks. + Click +
2019-02-16The long-awaited moment... Dracula theme added! Oh also, the site is publicly visible now (but let's not be too noisy about it yet). + Click +
+
+
+

Issue Table

+

Opened

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IssueTitleAuthorOpenedClosed
356Add Tildes to Google Play Store as PWADeimorz2019/02/02 00:31:54
357Topic tags getting overridden when inputted sim...cfabbro2019/02/11 23:57:28
358Remove Tracking Parameters from URLsrefragable2019/02/12 03:57:34
359Allow users to subscribe to tags in a similar w...cfabbro2019/02/12 15:27:34
360Add clearer feedback to users when their commen...cfabbro2019/02/13 04:15:18
361Fix robots.txt and some other standard urls on ...Deimorz2019/02/14 08:19:08
362Add option for deleting & dissociating accountcfabbro2019/02/15 11:42:50
363Deprioritize deleted comments (especially chain...cfabbro2019/02/15 23:01:38
364Allow authors to disassociate comments from the...deing2019/02/16 13:45:59
365Solarized light theme input colour is jarringleifm2019/02/17 04:06:50
366Incorrect site favicons displayedanowlcalledjosh2019/02/17 14:29:10
367Distinguish comments made before an external li...cfabbro2019/02/18 02:47:07
368Low contrast links in Dracula themejleclanche2019/02/18 14:00:27
369Move the new comment/message to the left of the...Bauke2019/02/18 15:35:37
370Allow themed syntax highlighting colorsBauke2019/02/19 16:18:20
371Inconsistent OP styling when new comment from OPBauke2019/02/19 21:22:48
372Add vagrant setup information into dev setup do...SoptikHa22019/02/19 21:35:432019/02/19 21:51:16
373In comment listings on user activity pages, h2...wirelyre2019/02/20 04:30:492019/02/20 04:59:45
374Distinguish comments collapsed by noise and com...Bauke2019/02/20 13:47:41
375Can't interact with several elements of Tildes ...masochist2019/02/28 13:44:222019/02/28 18:34:34
+ +

Closed

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
IssueTitleAuthorOpenedClosed
43add "to the top" anchor link to footer + cfabbro + 2018/05/22 22:48:332019/02/28 02:49:24
83look into Brave browser publisher program + cfabbro + 2018/05/28 20:30:272019/02/25 06:27:21
176Add style to error pages + Bauke + 2018/07/30 15:10:022019/02/19 21:40:37
191Add `Prev` and `Next` navigation buttons to top... + cfabbro + 2018/08/04 20:21:302019/02/20 23:43:06
264Show if a user is banned on their profile + Bauke + 2018/09/26 19:10:082019/02/20 00:42:27
268Tags are not clickable on search results page o... + Deimorz + 2018/09/28 04:27:312019/02/20 05:39:45
316Add short links to topics (and comments?) via t... + Deimorz + 2018/11/01 20:23:102019/02/28 02:51:20
338Remove "# hours" from "Post time" on topics old... + cfabbro + 2018/12/07 16:27:222019/02/28 02:51:42
372Add vagrant setup information into dev setup do... + SoptikHa2 + 2019/02/19 21:35:432019/02/19 21:51:16
373In comment listings on user activity pages, h2... + wirelyre + 2019/02/20 04:30:492019/02/20 04:59:45
375Can't interact with several elements of Tildes ... + masochist + 2019/02/28 13:44:222019/02/28 18:34:34
+
+
+ +
+ + +