Commit graph

1316 commits

Author SHA1 Message Date
Heiko August
b3c5ffa86a Change: add missing strings and selected translations (russian) 2024-07-18 19:21:23 +00:00
Heiko August
c38c754cf4 Fix: solve a few further formatting issues (english)
Insert blank lines between the greeting and the beginning of the email text.
2024-07-18 19:21:23 +00:00
Heiko August
9185cf2276 Change: add missing strings and selected translations (norwegian) 2024-07-18 19:21:23 +00:00
Heiko August
73be6ae907 Change: add translations to the e-mails section (italian) 2024-07-18 19:21:23 +00:00
Heiko August
065aa431ba Change: add the translation for the information on the automatic generation of the e-mail (italian) 2024-07-18 19:21:23 +00:00
Heiko August
31d17a2ae5 Change: remi+
ove the TODO marking bacause the word Avatar is also in italian language Avatar
2024-07-18 19:21:23 +00:00
Heiko August
54931a3a26 Fix: solve a formatting issue (italian) 2024-07-18 19:21:23 +00:00
Heiko August
90e56ac349 Fix: correct invalid HTML comment marking 2024-07-18 19:21:23 +00:00
Heiko August
d7a7c3c45c Fix: solve a few further formatting issues (english) 2024-07-18 19:21:23 +00:00
Heiko August
301e663097 Fix: correct a further typo 2024-07-18 19:21:23 +00:00
Heiko August
d0e070d838 Fix: correct a few occurences of a typo 2024-07-18 19:21:23 +00:00
Heiko August
06b14c1e09 Fix: solve a few formatting issues (english) 2024-07-18 19:21:23 +00:00
Heiko August
c797f19d30 Fix: solve a formatting issue (german) 2024-07-18 19:21:23 +00:00
Heiko August
9b687c81b1 Change: translation of the new string update_reenabling_notice 2024-07-18 19:21:23 +00:00
Heiko August
06bb7020f9 Fix: solve a few formatting issues (french) 2024-07-18 19:21:23 +00:00
Heiko August
a2f528bad9 Change: remove outdated and add missing strings (croatian) 2024-07-18 19:21:23 +00:00
Heiko August
d360b39298 Change: remove outdated and add missing strings (traditional chinese) 2024-07-18 19:21:23 +00:00
Heiko August
1e8ea6d428 Change: remove outdated and add missing strings (simplified chinese) 2024-07-18 19:21:23 +00:00
Heiko August
0a00364beb Change: add new language file for arabian language (beta status)
The language file was provided by the project forum visitor Abdus_salam
see therefore: https://mylittleforum.net/forum/index.php?id=16619
2024-07-18 19:21:23 +00:00
Heiko August
7f0eb9650a Change: add language names in native and english language for later use 2024-07-18 19:21:23 +00:00
Heiko August
9aaafbd71b Fix: unify the content of head-sections and correct a few formatting issues 2024-07-18 19:21:23 +00:00
Heiko August
3c48f05982 Fix: add forgotten closing tag for paragraph in the spam-prevention settings form
This splits the grouped list of options for B8 filter from the threshold input.
2024-07-12 00:06:59 +02:00
Heiko August
3328cca421 Fix: provide the missing strings for the Bayesian filter settings 2024-07-12 00:06:59 +02:00
Heiko August
6664187766 Fix: remove unnecessary spaces and semicolons in style.min.css 2024-06-29 12:35:47 +02:00
Heiko August
7fe251e951 Fix: correct typo in comment 2024-06-29 12:35:47 +02:00
Michael Lösler
571a5e2b5e
Clean code (#718)
- code redundancy reduced
2024-05-30 08:39:04 +02:00
Heiko August
94c1eaab11 Fix: raise the minimum requirements for the database server 2024-05-29 19:50:47 +00:00
Heiko August
89faaa54c2 Fix: redefine column user_name after converting the table to utf8mb4
Defining of column user_email is not necessary because the definition matches with the conversion of the table.
2024-05-29 19:50:47 +00:00
Heiko August
7910a45d52 Fix: state explicit, that the content of the column user_email has to be not NULL 2024-05-29 19:50:47 +00:00
Heiko August
4eba711ad1 Fix: esure, that only the indexes user_type and user_name get deleted 2024-05-29 19:50:47 +00:00
Heiko August
7293af046a Fix: in an upgrade from version 2.4.99.1 the index key_user_name was added for the non existing column key_user_name 2024-05-29 19:50:47 +00:00
Heiko August
aee5e2a9dd Fix: add missing index key_user_type and delete outdated index user_type, when present 2024-05-29 19:50:47 +00:00
Heiko August
4dd9a4b4dd Fix: corrected table name, was a further copy'n'paste error
This caused no error because the named column (spam) in the wrong table (mlf2_userdata) does not exist. So the query did simply nothing. The only effect was that the index was still missing after execution.
2024-05-29 19:50:47 +00:00
Heiko August
6723fca78a Fix: remove superfluous comma, it's a copy'n'paste syntax error 2024-05-29 19:50:47 +00:00
Michael Lösler
76f407d1db
Include user name (#717)
- user name of _registered_ users added to query
- #716
2024-05-29 19:39:30 +02:00
joeiacoponi1
153abc3c4c
SQL & php Spam performance changes for 20240308.1 (#713)
undefined
2024-04-24 15:34:04 +02:00
Florian Caspar
4c77637d32 Update README.md
Explicit information for overwriting VERSION.
2024-04-09 14:39:21 +02:00
Heiko August
c303949847 Fix: add strings for the upload management area in the chinese language files
Seems to be forgotten or accidently removed by interfering work on the language files
2024-04-02 22:52:38 +02:00
Heiko August
b135914737 Change: add a second regex for checking for valid hex colour codes 2024-03-31 15:10:07 +02:00
Heiko August
470893a15c Cleanup: remove outdated and commented code 2024-03-31 15:10:07 +02:00
Heiko August
af1aef0ec1 Change: refactoring of the HTML-output-part of the function raise_error 2024-03-31 15:10:07 +02:00
Heiko August
645165adab Change: reformattion of the function get_themes 2024-03-31 15:10:07 +02:00
Heiko August
6e53618816 Change: reformattion of the function get_languages 2024-03-31 15:10:07 +02:00
Heiko August
bc94ca4c66 Change: reformattion of the function get_timezones 2024-03-31 15:10:07 +02:00
Heiko August
9f63a7c568 Change: reformatting of the function get_not_accepted_words 2024-03-31 15:10:07 +02:00
Heiko August
dc562998b3 Change: reformatting of the function is_ip_banned 2024-03-31 15:10:07 +02:00
Heiko August
249c81914b Change: reformatting of the function move_item 2024-03-31 15:10:07 +02:00
Heiko August
e8553ee7bf Change: fix a few formatting issues in the function is_valid_birthday 2024-03-31 15:10:07 +02:00
Heiko August
dbc2a73fb9 Change: reformatting of the function is_user_agent_banned 2024-03-31 15:10:07 +02:00
Heiko August
f7a0ebdf2a Change: solve a few small code style issues 2024-03-31 15:10:07 +02:00