Roman Kelesidis
903a2ced32
Revert "Minor adjustments #572 "
...
This reverts commit 90d1fc4236
.
2023-03-08 11:46:03 +07:00
Roman Kelesidis
bbcd7a1c2f
Merge pull request #569 from torrentpier/ajax-check-if-is-ajax
...
Check if request is ajax
2023-03-08 11:03:24 +07:00
Roman Kelesidis
90d1fc4236
Minor adjustments #572
...
* Replaced bb_ltrim method with native
* Replaced bb_rtrim method with native
* Simplified make_rand_str method
2023-03-08 10:29:56 +07:00
Roman Kelesidis
e398657b20
Fixed code-style in some files
2023-03-07 22:19:26 +07:00
Roman Kelesidis
e340305d69
Check if request is ajax
...
Проверяет является ли запрос AJAX запросом.
Через проверку наличия X-Requested-With: XMLHttpRequest.
2023-03-07 17:44:48 +07:00
Roman Kelesidis
5a3eb85a96
New BB_PATH implementation
2023-03-05 23:03:14 +07:00
Roman Kelesidis
d294cf3700
Release 2.3.0.4-beta2
2023-03-04 16:41:21 +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
36a731f11b
Merge branch 'master' into added-print-topic
2023-02-27 17:52:57 +07:00
Roman Kelesidis
0399710629
Merge pull request #546 from torrentpier/removed-ugly-copyright-in-indexer
...
Removed ugly copyright in indexer
2023-02-27 17:40:27 +07:00
Roman Kelesidis
080cf0c3f4
Release 2.3.0.4-beta
2023-02-23 00:06:44 +07:00
Roman Kelesidis
3d46f12f75
Removed ugly copyright in indexer
2023-02-22 23:22:51 +07:00
Roman Kelesidis
ef80178f45
Added ability to print page
2023-02-21 15:11:42 +07:00
Roman Kelesidis
e4e337942d
Added user birthday icon in profile
...
Добавляет иконку тортика в профиль.
До этого иконка выводилась только в viewtopic, теперь же она добавляется в viewprofile
Для универсальности написал отдельную функцию которая принимает в себя $user_birthday и $user_id.
2023-02-20 18:50:03 +07:00
Roman Kelesidis
12ee76ff43
Extended email validation
...
* Standard RFC-like email validation.
* Will check if there are DNS records that signal that the server accepts emails. This does not entail that the email exists.
* Will check for multi-utf-8 chars that can signal an erroneous email name.
2023-02-19 16:46:16 +07:00
Roman Kelesidis
a2bf059c35
Fixed broken sql log selecting in debug-panel
2023-02-19 12:13:42 +07:00
Yury Pikhtarev
908b44f076
docs: change official forum path
2023-02-18 12:28:59 +03:00
Roman Kelesidis
7d815700d4
Release 2.3.0.3
2023-02-18 00:05:46 +07:00
Roman Kelesidis
e0d5cf5548
Merge pull request #530 from torrentpier/htaccess-removed-useless-files
...
Removed useless .htaccess files
2023-02-17 23:43:53 +07:00
Roman Kelesidis
405513d59c
Removed useless .htaccess files
2023-02-17 23:42:44 +07:00
Roman Kelesidis
48654fbf1d
Use XS_TPL_PREFIX instread of 'tpl_'
2023-02-17 23:35:38 +07:00
Roman Kelesidis
dcb3b6f596
Revert "Misc code improvements"
...
This reverts commit b479068bf3
.
2023-02-17 23:31:23 +07:00
Roman Kelesidis
3955472eb1
Added declensions for count of downloads
2023-01-29 00:22:16 +07:00
Roman Kelesidis
261e8b6e27
Updated copyright year
2023-01-27 18:30:34 +07:00
Roman Kelesidis
3ac291cbc5
Release 2.3.0.2
2023-01-23 23:49:10 +07:00
Roman Kelesidis
983d364845
Fixed array multi sorting
2023-01-23 23:38:47 +07:00
Roman Kelesidis
b479068bf3
Misc code improvements
2023-01-23 20:18:04 +07:00
Yuriy Pikhtarev
8636237695
Release 2.3.0.1
...
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-27 00:06:05 +03: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
289c037ee1
Release 2.3.0
...
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-26 16:25:02 +03:00
Yuriy Pikhtarev
5282032177
Release preparation. Crowdin language pack update.
...
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-26 16:06:09 +03: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
5a1a4762b8
Configurable download torrent url
...
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-24 21:33:27 +03:00
Yuriy Pikhtarev
5429a3bcb8
Fix some bugs with MySQL strict mode
...
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-24 21:08:46 +03:00
Yuriy Pikhtarev
1cbc084f2e
Fix magnet link passkey creation for new users
...
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-24 18:08: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
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
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
4667c92f60
Update required PHP version to 7.1.3
...
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-24 15:10:48 +03:00
Yuriy Pikhtarev
83ca67fae6
Split functions to the composer autoloading
...
Signed-off-by: Yuriy Pikhtarev <iglix@me.com>
2018-06-24 14:20:29 +03:00
Yuriy Pikhtarev
2f9cef0a39
Update copyright to the short syntax.
2018-06-23 21:50:13 +03:00
Yury Buldakov
59916c9bf5
Add support for NULLs as user_birthday
2017-08-27 16:20:32 +03:00
Yuriy Pikhtarev
0285008752
Release 2.2.3.
2017-08-07 21:44:12 +03:00
Yuriy Pikhtarev
fcd3925554
Release preparation. Crowdin language pack update.
2017-08-07 21:28:14 +03:00
Yuriy Pikhtarev
7e757b166b
Unique topic page title, undefined language variables fix.
2017-08-07 20:51:04 +03:00
Yuriy Pikhtarev
e234ea5e43
Merge pull request #440 from Exile37/bugfix/profile-ip-list
...
Remove matching users with default IP from profile list
2017-08-07 01:01:34 +03:00
Yuriy Pikhtarev
e865b4c258
Remove matching users with default IP from profile list.
2017-08-07 01:00:09 +03:00
Yuriy Pikhtarev
9aba4d0d59
Broken announcer fix, announcer debug removed.
2017-08-07 00:30:28 +03:00