Commit graph

1316 commits

Author SHA1 Message Date
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
Heiko August
0fd36e6e40 Change: reformatting of the function do_bbcode_tex_email 2024-03-31 15:10:07 +02:00
Heiko August
ec5affd42e Change: reformatting of the function do_bbcode_img_email 2024-03-31 15:10:07 +02:00
Heiko August
29893a180d Change: reformatting of the function db_bbcode_msg_email 2024-03-31 15:10:07 +02:00
Heiko August
dbe9fa30b7 Change: reformatting of the function do_bbcode_email 2024-03-31 15:10:07 +02:00
Heiko August
95b0dfe717 Change: reformatting of the function do_bbcode_size 2024-03-31 15:10:07 +02:00
Heiko August
d820ff413e Change: refactoring of do_bbcode_color, split variables for valid colours into one for codes and one for names 2024-03-31 15:10:07 +02:00
Heiko August
7190b58a37 Change: replace function call of parse_monospace with identical parse_inlinecode
… and remove the function parse_monospace
2024-03-31 15:10:07 +02:00
Heiko August
64ed71df6b Change: reformatting of the function do_bbcode_msg 2024-03-31 15:10:07 +02:00
Heiko August
3db69d21ec Change: reformatting of the function do_bbcode_url
… and correction of a typo including its copy'n'paste comrads
2024-03-31 15:10:07 +02:00
Heiko August
68c1b109d0 Change: reformattion of the function contains_invalid_string 2024-03-31 15:10:07 +02:00
Heiko August
467806b037 Change: reformattion of the function is_valid_url 2024-03-31 15:10:07 +02:00
Heiko August
8c0f245909 Change: reformatting of the function parse_inlinecode 2024-03-31 15:10:07 +02:00
Heiko August
dbffc35163 Change: reformatting of the function bbcode_stripcontents 2024-03-31 15:10:07 +02:00
Heiko August
6957cb61d6 Change: a little formatting issue in function convertlinebreaks 2024-03-31 15:10:07 +02:00
Heiko August
12ff5a224d Change: refactoring of the function pagination
Mainly it's a replacement of if-else blocks with ternary operators.
2024-03-31 15:10:07 +02:00
Heiko August
621da24b6f Change: reformattion of the function convertlinebreaks 2024-03-31 15:10:07 +02:00
Heiko August
87f5459c40 Change: reformatting of the function make_link 2024-03-31 15:10:07 +02:00
Heiko August
c3a2ac6e59 Change: reformatting of the function get_thread_items 2024-03-31 15:10:07 +02:00
Heiko August
bc67558276 Change: reformatting of the function filter_category_selection 2024-03-31 15:10:07 +02:00
Heiko August
3b3b153bfc Change: reformatting of the function get_categories 2024-03-31 15:10:07 +02:00
Heiko August
6e6c3a7d31 Change: refactoring of the function get_settings 2024-03-31 15:10:07 +02:00