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

Add the March 2020 post.

This commit is contained in:
Bauke 2020-03-31 22:25:59 +02:00
parent 2da7e1fb5a
commit 0b5a724984
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
3 changed files with 66 additions and 3 deletions

View File

@ -1,4 +1,22 @@
[
{
"date": "2020-03-17T22:39:59.000Z",
"id": "mut",
"title": "More coronavirus-related updates: specialized views, and a daily topic. Anything else we should do?",
"url": "https://tild.es/mut"
},
{
"date": "2020-03-11T23:23:36.000Z",
"id": "mlr",
"title": "New group created for news and discussion of COVID-19 coronavirus: ~health.coronavirus (everyone subscribed by default)",
"url": "https://tild.es/mlr"
},
{
"date": "2020-03-02T20:03:28.000Z",
"id": "may",
"title": "Deployed a complete rework of the permissions system - please let me know if you notice anything strange",
"url": "https://tild.es/may"
},
{
"date": "2020-02-10T21:30:58.000Z",
"id": "lr7",

View File

@ -442,15 +442,15 @@
{
"contributions": {
"authors": 4,
"commits": 27
"commits": 28
},
"issues": {
"closed": 11,
"opened": 14
},
"lines": {
"added": 980,
"removed": 190
"added": 1309,
"removed": 333
},
"mergeRequests": {
"closed": 9,
@ -458,5 +458,25 @@
},
"month": 2,
"year": 2020
},
{
"contributions": {
"authors": 2,
"commits": 20
},
"issues": {
"closed": 6,
"opened": 15
},
"lines": {
"added": 635,
"removed": 191
},
"mergeRequests": {
"closed": 1,
"opened": 0
},
"month": 3,
"year": 2020
}
]

View File

@ -0,0 +1,25 @@
<h2 id="march-2020">
March 2020
<span id="authors">by @Bauke</span>
</h2>
### Permissions Rework
The internal permissions system was reworked to enable new features and clean it up a bit. The main features include:
* There is no more `admin` permission meaning that every permission now has to be granted individually. Previously you had to have this permission to do a whole bunch of things like being able to reply to locked threads, viewing a removed post's content...
* Being able to grant and deny permissions on a group-specific level, such as the ability to edit tags only in a particular group. Or to allow you to edit tags in all groups except for ~tildes, for example.
### COVID-19
Due to the coronavirus pandemic and all that has come with it, @Deimos made some rapid-fire changes to accommodate all the news and topics related to the pandemic:
* A new group, ~health.coronavirus, was made to keep the topics a bit more contained. Alongside that, `coronaviruses.covid19` [has become the established tag](https://tild.es/mk3) to use for filtering purposes.
* A new "views" is now available in the header. At the moment it's to provide a quick way to view either all coronavirus-related topics or only the unrelated ones.
### Various New Features
* The [overall groups page](https://tildes.net/groups) was redesigned to include some daily activity statistics for each group.
* A set of tags has been added to the tags editor so they always show up in the autocompletion, the current list of tags is `nsfw`, `spoiler` and `coronaviruses.covid19`.
* The donation goal meter visible on [the frontpage](https://tildes.net) has been added to [the Financials page](https://tildes.net/financials), an [open-source contribution by](https://gitlab.com/tildes/tildes/-/merge_requests/84) @timo.
* Scheduled topic markdown and titles can now take advantage of Jinja templating. <small>Currently only @Deimos can create and edit the scheduled topics, but this feature will be very useful in the future.</small>