Commit graph

622 commits

Author SHA1 Message Date
pezcurrel
24556ea1c6 Extended the intro text 2024-08-25 10:23:16 +02:00
pezcurrel
7909ecdfdd Added tips about moderated and moderating instances; fixed a flaw in max toot chars display (it didn’t use “fnum” before); minor changes 2024-08-25 09:21:16 +02:00
pezcurrel
93561d1198 Added “.tip” class 2024-08-25 09:16:34 +02:00
pezcurrel
228610997e Changed lists for moderated and moderating instances from unordered to ordered 2024-08-25 01:09:06 +02:00
pezcurrel
ae602d0518 Made “.idesc ol” “list-style-position” “inside” 2024-08-25 01:07:06 +02:00
pezcurrel
833b097f3d Moderated instances and instances moderating are now linked to their card only if they run Mastodon and the last successful check on them is after the graceline 2024-08-25 00:00:08 +02:00
pezcurrel
9278bdec3a Made exh all uppercase 2024-08-24 13:57:18 +02:00
pezcurrel
49a0da0982 Some little improvements in description display 2024-08-24 13:56:24 +02:00
pezcurrel
d5c8b70abf Changed first option text in “lang” select in “instances.php” from “Irrelevant” to “Any” and updated accordingly the italian translation 2024-08-23 22:41:48 +02:00
pezcurrel
12ece5bf7d Removed “grace.php” requirement (required “dispinst.php” requires it) 2024-08-22 11:30:55 +02:00
pezcurrel
e98cee2786 Added “.ptit” class 2024-08-22 11:29:20 +02:00
pezcurrel
9b79a0b4da Using “text2html()” to format “NoxReason” 2024-08-22 11:28:40 +02:00
pezcurrel
9def51b8ec Updated 2024-08-21 11:55:28 +02:00
pezcurrel
7a21407164 Added the missing “/” to an “<i>” closing tag 2024-08-21 11:52:30 +02:00
pezcurrel
6b3d9153a1 Now the urls of moderated instances and of instances moderating an instance are linked to the instance card, when possible 2024-08-21 09:06:47 +02:00
pezcurrel
002533f457 First commit (was “en_EN”, now it’s “en_US”) 2024-08-20 12:09:23 +02:00
pezcurrel
a6ce69d5b6 Updated 2024-08-20 12:08:50 +02:00
pezcurrel
30620e3f9f Removed 2024-08-20 12:08:31 +02:00
pezcurrel
7f63ffd31a Updated my fedi address 2024-08-20 06:43:10 +02:00
pezcurrel
5fffa81b69 Removed 2024-08-19 17:45:22 +02:00
pezcurrel
7b279af856 Updated 2024-08-19 11:03:09 +02:00
pezcurrel
817a63368c Added “certainly” before “moderating” to “Instances moderating this instance” 2024-08-19 11:01:20 +02:00
pezcurrel
a7c0052365 Added some strings, changed some others 2024-08-19 10:49:28 +02:00
pezcurrel
09dd49ab63 Added “Instances moderating this instance” 2024-08-19 10:43:12 +02:00
pezcurrel
4bf25b2bdc First commit 2024-08-12 19:41:12 +02:00
pezcurrel
51cfcc931c Replace all “%” with “%%” before passing “$query” to “sprintf” 2024-07-29 16:50:44 +02:00
pezcurrel
d6dabebd50 Commented out Threads statistics related to all instances 2024-07-26 22:18:41 +02:00
pezcurrel
76a306ffb5 Updated it translation 2024-07-14 22:05:40 +02:00
pezcurrel
da12ef6dc6 Updated my fediverse account 2024-07-14 22:05:21 +02:00
pezcurrel
d69dab54d4 Updated my fediverse account 2024-07-14 22:05:02 +02:00
pezcurrel
82939246dc Added exercises for rachialgia 2024-04-12 12:29:19 +02:00
Pezcurrel
2bd08da1fc Updated italian translation 2024-02-11 19:22:40 +01:00
Gnucco
c3f167739c Replaced jones@puntarella.party references with giarminio@fe.disroot.org 2024-02-11 13:06:20 +01:00
pezcurrel
f8dd74f1b7 Added class for invisible stuff (“display: none;”) 2024-01-07 11:05:48 +01:00
pezcurrel
d35074c79e Added invisible link with “rel=me”to my mastodon account 2024-01-07 11:05:18 +01:00
pezcurrel
18cf54fb62 Changed “minaudef” from 10 to 5 2024-01-02 08:37:01 +01:00
pezcurrel
d8c203e5d5 Updated to new grace.php instead of gracetime.php 2024-01-02 01:11:52 +01:00
pezcurrel
3a44967a89 Updated to new grace.php instead of gracetime.php 2024-01-02 01:11:29 +01:00
pezcurrel
5ef21502c3 Removed explicit “graceline” calculation since it’s done directly in grace.php; added a “todo” comment 2024-01-02 01:10:09 +01:00
pezcurrel
385935c662 Added “locale: ” string to echo the currently set locale (the line remains commented out) 2023-12-29 10:35:11 +01:00
pezcurrel
80609f30ed Changed locale subdirs format 2023-12-29 10:12:16 +01:00
pezcurrel
e2bae529f6 Updated translations 2023-12-29 10:09:13 +01:00
pezcurrel
c29e6f5a77 Removed 2023-12-29 10:08:28 +01:00
pezcurrel
fee84db66a Added comment to explain why it is needed 2023-12-29 10:04:40 +01:00
pezcurrel
c3d5050b42 Added comment to explain why we are using “realfloat” 2023-12-29 10:03:11 +01:00
pezcurrel
dda5e80a69 Updated “fnum()” calls to new format 2023-12-28 14:56:23 +01:00
pezcurrel
d998837828 Using realfloat.php “rf()” function tu workaround php 7.3 echoing floats with “,” instead of “.” as a decimal separator 2023-12-28 14:52:08 +01:00
pezcurrel
af958a194f Using realfloat.php “rf()” function tu workaround php 7.3 echoing floats with “,” instead of “.” as a decimal separator 2023-12-28 14:52:00 +01:00
pezcurrel
89f4d38704 Added check for “Visible” column to every query; added btu variable; changed fnum syntax everywhere according to fnum modifications; made “debug” function output human readable times even when they are very short 2023-12-28 12:34:43 +01:00
pezcurrel
52621c608e Made “localeset” more standard 2023-12-28 12:21:35 +01:00