Commit graph

420 commits

Author SHA1 Message Date
Heiko August
7b38751024 Fix: add last_reply to the select to be able to order the result by that column 2024-08-07 13:53:53 +00:00
Heiko August
764de49b2f Fix: alter all URLs to the old repository to link to the new one 2024-08-04 11:58:44 +00:00
Heiko August
4f2142ace3 Fix: deduplicate banlists before saving the lists in the database 2024-07-29 20:55:24 +00:00
Heiko August
7dfed8930e Fix: remove trailing tabs at the end of the line 2024-07-28 20:19:15 +00:00
Heiko August
5ebdeeaa60 Fix: columns, that are used in ORDER BY must be selected before
This is at least the case on my DB-server. It might be an issue of the server configuration an may be handled not so strict on other servers.
2024-07-28 20:19:15 +00: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
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
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
Heiko August
9b745142ac Change: reformatting of the function my_mb_encode_mimeheader 2024-03-31 15:10:07 +02:00
Heiko August
228e802c78 Change: reformatting of the function mail_header_filter 2024-03-31 15:10:07 +02:00
Heiko August
1ab386dffd Change: reformatting of the function encode_mail_name 2024-03-31 15:10:07 +02:00
Heiko August
92af6b0360 Change: reformatting of the function my_strpos 2024-03-31 15:10:07 +02:00
Heiko August
de94e8bacb Change: reformatting of the function my_substr 2024-03-31 15:10:07 +02:00
Heiko August
f0630ddc4c Change: reformatting of the function my_strtolower 2024-03-31 15:10:07 +02:00
Heiko August
f7e8726d8b Change: reformatting of the function my_strlen 2024-03-31 15:10:07 +02:00
Heiko August
6080ed7d35 Change: reformatting of the function add_http_if_no_protocol 2024-03-31 15:10:07 +02:00
Heiko August
683aa02a23 Change: reformatting of the function is_pw_correct 2024-03-31 15:10:07 +02:00
Heiko August
33e169dcdc Change: reformatting of the function generate_pw_hash 2024-03-31 15:10:07 +02:00
Heiko August
ae9d6873a6 Change: reformatting of the function random_string 2024-03-31 15:10:07 +02:00
Heiko August
1b9f8a66b7 Change: reformatting of the function check_filename 2024-03-31 15:10:07 +02:00
Heiko August
5de0bda145 Change: refactoring of the function get_edit_authorization 2024-03-31 15:10:07 +02:00
Heiko August
31fcda37fa Change: small code style issue in the function format_time 2024-03-31 15:10:07 +02:00
Heiko August
8ac9dbf608 Change: small refactoring of the function tag_cloud 2024-03-31 15:10:07 +02:00
Heiko August
854c205ffc Change: reformatting of the function resize_image 2024-03-31 15:10:07 +02:00
Heiko August
c62c9cbc89 Change: reformatting of the function emailNotification2ModsAndAdmins 2024-03-31 15:10:07 +02:00
Heiko August
68a20d61ea Change: reformatting of the function child_ids_recursive 2024-03-31 15:10:07 +02:00
Heiko August
5d30abf1c8 Change: refactoring of the function smilies 2024-03-31 15:10:07 +02:00
Heiko August
afe23fedbf Change: reformatting of the function user_online 2024-03-31 15:10:07 +02:00
Heiko August
89bfcd01f7 Change: refactoring of the function get_child_ids
Merge the two consecutive queries.
2024-03-31 15:10:07 +02:00
Heiko August
c552bca3f9 Change: reformatting of the function shorten_url 2024-03-31 15:10:07 +02:00
Heiko August
d02eedbe25 Change: refactoring of the function shorten_link 2024-03-31 15:10:07 +02:00
Heiko August
19ff764fe8 Change: reformatting of the function quote_reply 2024-03-31 15:10:07 +02:00
Heiko August
e938a69938 Change: reformatting of the function quote 2024-03-31 15:10:07 +02:00
Heiko August
fca5bdd70f Change: reformatting of the function do_bbcode_code_email 2024-03-31 15:10:07 +02:00
Heiko August
7e4ef773ec Change: reformatting of the function do_bbcode_code 2024-03-31 15:10:07 +02:00
Heiko August
af1d79486c Change: reformatting of the function do_bbcode_size_email 2024-03-31 15:10:07 +02:00
Heiko August
98b5e4c48d Change: reformatting of the function do_bbcode_color_email 2024-03-31 15:10:07 +02:00