Roman Kelesidis
de076c80ef
Code Inspection: Ternary expression can be replaced with condition ( #728 )
2023-05-29 00:32:36 +07:00
Roman Kelesidis
00afae9c88
Fixed: Required parameter $mode follows optional parameter $submit ( #724 )
2023-05-25 13:31:45 +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
405513d59c
Removed useless .htaccess files
2023-02-17 23:42:44 +07:00
Roman Kelesidis
261e8b6e27
Updated copyright year
2023-01-27 18:30:34 +07:00
Roman Kelesidis
983d364845
Fixed array multi sorting
2023-01-23 23:38:47 +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
742575bb56
Short list syntax can be used
...
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-24 15:21:55 +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
bf494a01ff
Update .htaccess for new Apache 2.4 syntax.
2017-07-29 07:19:24 +03:00
Yuriy Pikhtarev
8c6097f5d8
IP storage and attachment system bugfix. PHP 5.6+.
2017-06-12 03:31:39 +03:00
Yuriy Pikhtarev
ee544cc507
IP detect subsystem replace. Trash cleanup. Defines.
2017-05-30 00:57:57 +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
1f44ed29aa
Type casting can be used.
2017-05-09 22:52:46 +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
7023e386ac
Merge branch 'master' into hotfix/notices_in_admin_attach
...
# Conflicts:
# library/attach_mod/includes/functions_admin.php
2017-02-26 01:53:47 +03:00
Vasily Komrakov
d816c26284
Perfomance refactoring. Remove test code. Fix path in config.
2017-02-19 18:54:33 +03:00
Yuriy Pikhtarev
8262cf769e
Fix many notices in admin_attach_cp.php
2017-02-12 15:56:46 +03:00
Vasily Komrakov
064175c67d
Change paths to absolute pathname
2017-02-08 21:34:48 +03:00
Yuriy Pikhtarev
a978ae260a
Incorrect case close operands
2017-01-30 22:41:02 +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