Add the March 2020 post.
This commit is contained in:
parent
2da7e1fb5a
commit
0b5a724984
|
@ -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",
|
"date": "2020-02-10T21:30:58.000Z",
|
||||||
"id": "lr7",
|
"id": "lr7",
|
||||||
|
|
|
@ -442,15 +442,15 @@
|
||||||
{
|
{
|
||||||
"contributions": {
|
"contributions": {
|
||||||
"authors": 4,
|
"authors": 4,
|
||||||
"commits": 27
|
"commits": 28
|
||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
"closed": 11,
|
"closed": 11,
|
||||||
"opened": 14
|
"opened": 14
|
||||||
},
|
},
|
||||||
"lines": {
|
"lines": {
|
||||||
"added": 980,
|
"added": 1309,
|
||||||
"removed": 190
|
"removed": 333
|
||||||
},
|
},
|
||||||
"mergeRequests": {
|
"mergeRequests": {
|
||||||
"closed": 9,
|
"closed": 9,
|
||||||
|
@ -458,5 +458,25 @@
|
||||||
},
|
},
|
||||||
"month": 2,
|
"month": 2,
|
||||||
"year": 2020
|
"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
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -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>
|
Reference in New Issue