Commit graph

31 commits

Author SHA1 Message Date
Roman Kelesidis
2f026921ee
misc: Minor improvements (#1898)
* misc: Minor improvements

* Update functions.php

* Update functions.php
2025-05-05 19:11:22 +03:00
Roman Kelesidis
6697410c1d
misc(copyright): Updated copyright year (#1760) 2025-01-15 15:25:04 +03:00
Roman Kelesidis
f483aa273b
Some cleanup (#1255) 2023-12-23 20:26:58 +07:00
Roman Kelesidis
94f1641b5c
Some cleanup for attach mod (#1250)
* Some cleanup for attach mod

* Update displaying.php

* Update CHANGELOG.md
2023-12-23 01:19:26 +07:00
Roman Kelesidis
fad09cf0eb
Updated copyright year (#1201)
* Updated copyright year

* Updated
2023-12-12 22:14:01 +07:00
Roman Kelesidis
493cd910cf
Replaced strpos() with simplified realization (#1172) 2023-11-28 00:12:13 +07:00
Roman Kelesidis
4b453de64a
Minor improvements (#882)
* Minor improvements

* Updated

* Updated

* Updated

* Update privmsg.php

* Updated

* Update admin_attach_cp.php
2023-09-04 01:01:01 +07:00
Yury Pikhtarev
faf2306862
Switching to Symfony Mailer (#629)
* Switching to Symfony Mailer

Additionally, support for all versions of PHP below 7.4 has been withdrawn

* Language variable for reply to

* Update to PHP 7.4
2023-03-20 01:26:26 +07:00
Yury Pikhtarev
7019d31353
Miscellaneous static analysis improvements for php 7.1 (#620)
* Miscellaneous static analysis improvements for php 7.1

* Update changes.txt
2023-03-17 18:02:00 +03:00
Roman Kelesidis
261e8b6e27 Updated copyright year 2023-01-27 18:30:34 +07:00
Yuriy Pikhtarev
a4845b4514
PHP 7+ deprecations of old cache systems
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-26 15:09:47 +03:00
Yuriy Pikhtarev
78af495048
Unqualified function/constant reference and much more
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-24 16:46:50 +03:00
Yuriy Pikhtarev
4bb72dfe59
Power operator can be used
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-24 15:20:23 +03:00
Yuriy Pikhtarev
2f9cef0a39
Update copyright to the short syntax. 2018-06-23 21:50:13 +03:00
Yuriy Pikhtarev
8c6097f5d8
IP storage and attachment system bugfix. PHP 5.6+. 2017-06-12 03:31:39 +03:00
Yuriy Pikhtarev
2210705486
'str(i)str(...)' could be replaced with 'str(i)pos(...)'. 2017-05-09 22:53:53 +03:00
Yuriy Pikhtarev
3d817078a6
Deprecated each() function in php 7.2 2017-05-09 20:25:59 +03:00
Vasily Komrakov
56540c893a
Change for with count. 2017-05-07 21:06:12 +03:00
Yuriy Pikhtarev
05442c4213
'stristr(...)/stripos(...)/strripos(...)' could be replaced with 'strstr(...)/strpos()/strrpos()'.
(cherry picked from commit eba06c0)
2017-05-07 21:06:12 +03:00
Yuriy Pikhtarev
8e5338e5d3
'str(i)str(...)' could be replaced with 'str(i)pos(...)'.
(cherry picked from commit b4d079f)
2017-05-07 21:06:12 +03:00
Yuriy Pikhtarev
5dd290f2b2
'(mb_)substr(...)' used as index-based access.
(cherry picked from commit e89f017)
2017-05-07 21:06:12 +03:00
Yuriy Pikhtarev
21c8e7d48a
Type casting can be used.
(cherry picked from commit b5065ae)
2017-05-07 21:05:18 +03:00
Yuriy Pikhtarev
64df3c5538
'null === ...' can be used.
(cherry picked from commit ec96f65)
2017-05-07 21:03:32 +03:00
Yuriy Pikhtarev
6abd9babc9
Alias functions usage.
(cherry picked from commit 4a79c08)
2017-05-07 21:03:32 +03:00
Yuriy Pikhtarev
02a06e68c9
Ternary operator could be simplified.
(cherry picked from commit 57f0cd7)
2017-05-07 21:03:32 +03:00
Yuriy Pikhtarev
dcd19e54a9
One-time use variables.
(cherry picked from commit 95575e1)
2017-05-07 21:03:32 +03:00
Yuriy Pikhtarev
75990902ae
If-return-return could be simplified.
(cherry picked from commit bcf57cd)
2017-05-07 21:03:32 +03:00
Yuriy Pikhtarev
8262cf769e
Fix many notices in admin_attach_cp.php 2017-02-12 15:56:46 +03:00
Yuriy Pikhtarev
3730bed000
Реформат в PSR-2 + добавление заголовков лицензии MIT в файлы 2017-01-14 04:08:14 +03:00
Vasily Komrakov
efcd7ae71f php 7 future 2017-01-12 18:25:47 +03:00
Exile
f94c0dd2ee Перенос файлов движка в корень 2014-10-28 21:35:42 +03:00
Renamed from upload/library/attach_mod/includes/functions_attach.php (Browse further)