Commit graph

34 commits

Author SHA1 Message Date
Roman Kelesidis
4c24cb65bf
feat(bbcode): Implement color customization for [box] tag (#1920)
* feat(bbcode): implement color customization for `[box]` tag

* feat(bbcode): implement color customization for `[box]` tag
2025-06-07 14:46:42 +03:00
Roman Kelesidis
36d399220e
fix: Undefined array key "smile" when are no smilies (#1896) 2025-05-04 17:28:22 +03:00
Roman Kelesidis
380c94ff07 Revert "refactor: Moved classes from Legacy folder to src root (#1828)"
This reverts commit 92ce77ec0e.
2025-03-02 10:07:04 +03:00
Roman Kelesidis
92ce77ec0e
refactor: Moved classes from Legacy folder to src root (#1828)
* refactor: Moved classes from `Legacy` folder to `src` root

* Updated

* Updated

* Updated

* Updated

* Updated

* Updated

* Updated

* Updated

* Updated

* Updated

* Updated

* Updated

* Updated

* Updated

* Updated

* Updater

* Update Caches.php

* Updater

* Updater

* Updater

* Updater

* Update Attach.php

* Update Post.php

* Update BBCode.php

* Update SqlDb.php

* Update Upload.php

* Update Upload.php

* Updated

* Updated

* Revert "Updated"

This reverts commit 9ecc26b048.

* Revert "Updated"

This reverts commit 22db50889c.

* Revert "Update Upload.php"

This reverts commit a6faf4191a.
2025-03-01 21:18:26 +03:00
Roman Kelesidis
6697410c1d
misc(copyright): Updated copyright year (#1760) 2025-01-15 15:25:04 +03:00
Roman Kelesidis
27be6863fc Revert "Datastore improvements" 2024-12-08 22:29:55 +07:00
Roman Kelesidis
c7f2223f7f
Datastore improvements (#1538)
* Datastore improvements

* Updated

* Update functions.php

* Updated

* Updated

* Updated

* Update index.php

* Update index.php

* Update index.php

* Update index.php

* Update viewtopic.php

* Update functions.php

* Updated

* Updated

* Revert "Updated"

This reverts commit 0ff7d4ac60.

* Revert "Updated"

This reverts commit 8d637dff6c.

* Update index_data.php

* Update index_data.php

* Update index_data.php

* Updated

* Update CHANGELOG.md
2024-07-13 14:26:34 +07:00
Roman Kelesidis
d5390132ec
Improved word censor 🤐 (#1393)
* Improved default word censor

* Updated

* Updated

* Updated

* Update Censor.php

* Update CHANGELOG.md

* Updated
2024-02-08 23:17:09 +07:00
Roman Kelesidis
fad09cf0eb
Updated copyright year (#1201)
* Updated copyright year

* Updated
2023-12-12 22:14:01 +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
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
e398657b20 Fixed code-style in some files 2023-03-07 22:19:26 +07:00
Roman Kelesidis
261e8b6e27 Updated copyright year 2023-01-27 18:30:34 +07:00
Yuriy Pikhtarev
201720c22f
Cleanup BBCode class
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-26 19:44:20 +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
b08f6e898b
Type casting can be used
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-24 15:23:40 +03:00
Yuriy Pikhtarev
2f9cef0a39
Update copyright to the short syntax. 2018-06-23 21:50:13 +03:00
Vasily Komrakov
3cf76c97f9
Fixed sql. Remove limit from update. 2017-06-13 22:45:50 +03:00
Yuriy Pikhtarev
1575b6eae0
Release 2.2.0. 2017-06-12 21:18:41 +03:00
Yuriy Pikhtarev
18aeb3e9d5
Cron subsystem rework. Environments. 2017-06-10 12:02:47 +03:00
Yuriy Pikhtarev
bb6f772627
External bencode library and some other changes. 2017-05-26 02:21:46 +03:00
Yuriy Pikhtarev
80a035d191
PSR-4 compatible legacy code autoloading. 2017-05-23 23:18:23 +03:00
Yuriy Pikhtarev
dcb828d983
Alias functions usage. 2017-05-09 20:57:12 +03:00
Yuriy Pikhtarev
3d817078a6
Deprecated each() function in php 7.2 2017-05-09 20:25:59 +03:00
Yuriy Pikhtarev
4e021d06d4
Static methods invocation via '->'.
(cherry picked from commit da1e5a5)
2017-05-07 21:06:12 +03:00
Yuriy Pikhtarev
335195365f
Class property initialization flaws.
(cherry picked from commit cf5285f)
2017-05-07 21:06:12 +03:00
Yuriy Pikhtarev
8d2c7b258b
'array_push(...)' misused.
(cherry picked from commit 897445b)
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
4b9965b062
Crowdin localization integration prepare and stopwords removal 2017-02-10 13:03:44 +03:00
Yuriy Pikhtarev
b1641901f2
Tidy deprecated option merge-spans remove 2017-01-21 23:25:58 +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/includes/bbcode.php (Browse further)