Roman Kelesidis
7b8b9a0bba
feat: Added ability to set page meta description ( #1917 )
...
* feat: Added ability to set page meta description
* Update page_header.php
* Update viewforum.php
* Updated
* Update viewtopic.php
* Update viewtopic.php
* Update viewtopic.php
* Update viewtopic.php
2025-05-31 10:13:55 +03:00
Roman Kelesidis
de8f1925ba
misc: Minor improvements ( #1880 )
...
* misc: Minor improvements
* Update index.php
2025-04-17 19:18:29 +03:00
Roman Kelesidis
9f96090cc4
fix: Displaying Network news
and Latest news
for guests when foums are private ( #1879 )
2025-04-16 19:29:00 +03:00
Roman Kelesidis
41a78ddbcb
misc: Minor improvements ( #1875 )
...
* misc: Minor improvements
* Update activate.php
* Update admin_ug_auth.php
* Update admin_ug_auth.php
* Update register.php
* Update index.php
* Update admin_ug_auth.php
2025-04-05 17:01:59 +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
237e7ec6ef
Some cleanup... 😣 ( #1488 )
...
* Some cleanup...😣
* Update main.php
* Update CHANGELOG.md
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update main.php
* Update config.php
* Update Common.php
* Updated
* Update filelist.php
* Update filelist.php
* Update viewtopic_attach.tpl
* Updated
2024-06-05 12:51:23 +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
80fe5a5e60
Removed wbr() ( #1387 )
2024-02-08 14:30:22 +07:00
Roman Kelesidis
3626143879
Replaced some file exists to is file ( #1276 )
...
* Replaced some file_exists to is_file
* Update functions_thumbs.php
* Updated
* Update CronHelper.php
* Updated
* Update IPHelper.php
* Updated
* Update update_forums_atom.php
* Update functions.php
* Update Validate.php
2023-12-27 20:08:00 +07:00
Roman Kelesidis
fad09cf0eb
Updated copyright year ( #1201 )
...
* Updated copyright year
* Updated
2023-12-12 22:14:01 +07:00
Constantine Kovalensky
1a0e5ea237
Switched from md5 to a faster xxHash hash function ( #921 )
...
* Support for IDN domains
* Announcer support for answering stopped events
* Update init_tr.php
* Informing message
* Update announce.php
* Switched from md5 to a faster xxHash hash function
---------
Co-authored-by: Roman Kelesidis <roman25052006.kelesh@gmail.com>
2023-10-01 21:36:51 +04: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
Roman Kelesidis
eabc49f68e
Minor improvements ( #801 )
2023-06-10 15:55:53 +07:00
Roman Kelesidis
dd638fda7e
Revert "Minor improvements ( #759 )"
...
This reverts commit 0728fad7d7
.
2023-06-02 23:05:01 +07:00
Roman Kelesidis
0728fad7d7
Minor improvements ( #759 )
2023-06-02 14:14:48 +07:00
Roman Kelesidis
421c8b60f9
Moved $bb_cfg['show_board_start_date'] to admin panel ( #745 )
2023-05-30 23:34:31 +07:00
Roman Kelesidis
0c5f584bbd
Fixed: [Deprecated] number_format(): Passing null to parameter ( #729 )
2023-05-29 01:18:13 +07:00
Roman Kelesidis
4b96dd714c
Move 'BOARD_START' to index.php
2023-05-28 13:26:22 +07:00
Roman Kelesidis
4ff334bb45
WIP: Cumulative update ☕ ( #685 )
...
* Use lang variables instead of strings
* [Cache/Datastore] Use switch constructions
* Removed old-style debug from SQL wrapper
* Removed useless functions
* Use bb_date instead of native function
2023-04-18 23:08:57 +07:00
Roman Kelesidis
9b46d364b0
Fixed broken predicting birthday year ( #668 )
2023-04-02 16:23:26 +07:00
Roman Kelesidis
a051a10934
Hide feed button if feed file doesn't exists
2023-03-05 23:43:57 +07:00
Roman Kelesidis
1dc01fe0b2
Removed deprecated SQL_CACHE
...
https://dev.mysql.com/worklog/task/?id=10837
2023-02-28 14:37:15 +07: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
f0d6d30def
Null coalescing operator can be used
...
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-24 15:18:35 +03:00
Yuriy Pikhtarev
2f9cef0a39
Update copyright to the short syntax.
2018-06-23 21:50:13 +03:00
Yury Buldakov
a6ab8ac431
Fix "A non well formed numeric value encountered" exception
...
In case there are users having birthdays this week "A non well formed
numeric value encountered" exception is thrown.
Fixes #447
2017-08-27 07:18:43 +03:00
Yuriy Pikhtarev
0c09d969b0
Fix empty birthday list.
2017-06-22 23:02:11 +03:00
Yuriy Pikhtarev
3e8b494572
TorrentPier Aurochs release preparation.
2017-06-12 15:28:45 +03:00
Yuriy Pikhtarev
18aeb3e9d5
Cron subsystem rework. Environments.
2017-06-10 12:02:47 +03:00
Yuriy Pikhtarev
ee544cc507
IP detect subsystem replace. Trash cleanup. Defines.
2017-05-30 00:57:57 +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
Vasily Komrakov
064175c67d
Change paths to absolute pathname
2017-02-08 21:34:48 +03:00
Yuriy Pikhtarev
3730bed000
Реформат в PSR-2 + добавление заголовков лицензии MIT в файлы
2017-01-14 04:08:14 +03:00
Exile
1c5fb857f2
Исправления SSL, sitemap и т.д.
...
Множественные исправления предыдущих коммитов, правки форматирования.
2014-11-18 19:55:25 +03:00
PheRum
dd6e9aed8e
Возможность получить старый path нахождения аттачей или аватар используя одну функцию
2014-11-06 12:38:57 +03:00
Exile
f94c0dd2ee
Перенос файлов движка в корень
2014-10-28 21:35:42 +03:00