Updated
This commit is contained in:
parent
ddb4b2aa35
commit
577052f54c
1 changed files with 9 additions and 1 deletions
10
todo.txt
10
todo.txt
|
@ -7,8 +7,9 @@
|
|||
|
||||
--- Contents ---
|
||||
|
||||
- Add the “criticism” section
|
||||
* Add the “criticism” section
|
||||
- The image with logos from various Fediverse platform: put a universe with many galaxies as a background, instead of the current one that only has one
|
||||
- in "DescribingMedia", tell one can avoid adding description if the post text already describes a media and it is understandable that it does; and that you can use "detext text from image"
|
||||
|
||||
* rename "blacklist" to something else, it's racist -> "noxious"
|
||||
* correggere "Chi ne porta avanti lo sviluppo non ha alcun copyright sul software che realizza e mette a disposizione gratuitamente"
|
||||
|
@ -25,6 +26,13 @@
|
|||
|
||||
--- Tech ---
|
||||
|
||||
* riportare se un'istanza blocca/non blocca threads
|
||||
- mettere il bollino a un po' d'istanze straniere, e cambiare il codice perché quando ce n'è almeno una col bollino per la lingua selezionata, l'ordinamento di default sia "random (consigliate in cima)" - che potrebbe essere così anche quando non si sceglie alcuna lingua
|
||||
- implementare la lista delle istanze di fedipact, così vengono conteggiate anche quelle tra le bloccanti threads, anche quando non hanno lista istanze moderate accessibile
|
||||
- riaccrocchiare tutta la faccenda delle istanze bloccate: una tabella senza duplicati, linkata con una tabella intermedia a Instances; la colonna "ListAvailable" o come si chiama, renderla ThreadsStatus (suspended, limited, ...) e popolarla direttamente da getinstinfo.php; a quel punto, più facilmente, aggiungere a instances.php una checkbox per includere solo istanze che bloccano threads
|
||||
- issue mastodon: non mostra tutti i nomi di admin e moderatori da nessuna parte
|
||||
- issue mastodon: cancellazione automatica dei post: non dovrebbe cancellare mai i propri post che abbiano risposte altrui
|
||||
|
||||
- make stats (mustool.php updstats and stats.php) show last 365 days, not last 30
|
||||
- move every "library" into site/lib
|
||||
- remove all html from strings to translate using (s)printf, so we can easily change links, etc., without touching translations, and we can easily check for " and ' inside them to replace them with “” and ‘’
|
||||
|
|
Loading…
Reference in a new issue