Visman
e88121236c
Minor changes
2023-11-22 23:21:30 +07:00
Visman
13598f350e
Use current Forums
2023-11-22 23:05:08 +07:00
Visman
46714487d4
Use the current Forums manager in the Forum model
...
Before this commit, the container->forums manager was used, which caused a logical error when deleting messages if there were hidden forums.
2023-11-22 13:51:52 +07:00
Visman
7530f5fee0
Models\Model.: Add setManager() method to pass the current Manager to the model
2023-11-22 13:48:33 +07:00
Visman
8ec4676535
Fix 2 for #29
...
:)
2023-11-22 00:40:16 +07:00
Visman
6917fc8e53
Fix for #29
2023-11-22 00:37:45 +07:00
Visman
f53b6965dc
Change debug info
2023-11-20 14:45:59 +07:00
Visman
46df93ef9c
Change the method for receiving all user messages
...
The previous method increased memory consumption as the number of user posts increased.
2023-11-19 23:38:20 +07:00
Visman
766e79b8ed
Close links to posts/topics of users for visitors identified as bots
2023-11-18 19:01:54 +07:00
Visman
ef8e34c861
Pages\Forum: Display feed link only for forums that have posts
2023-11-18 12:28:08 +07:00
Visman
a5c27acb2a
Post\Feed: Fix for empty list
2023-11-18 12:00:44 +07:00
Visman
70e196eefd
Apply the same type of check for redirect_url
2023-11-17 21:28:10 +07:00
Visman
fe532b6990
Admin\Forums: Add regex for redirect_url
2023-11-17 21:11:29 +07:00
Visman
85e2c3ed29
Skip forums-redirect when selecting unfollow
2023-11-17 18:53:52 +07:00
Visman
baaecfcea7
Delete apc_delete_file()
2023-11-15 20:48:50 +07:00
Visman
164e0f8653
Downgrade CSP status for PM from secury to common
2023-11-15 17:15:31 +07:00
Visman
56160a3a94
Extensions: Add Log->debug
2023-11-15 14:11:09 +07:00
Visman
e98a014f24
Change form validation rules for arrays
2023-11-14 20:51:42 +07:00
Visman
5dc6ecfa23
Core\Validator: Add support for multidimensional rules arrays
2023-11-14 20:21:51 +07:00
Visman
4bd6f93161
Core\Func: Fix FRIENDLY URL for update
2023-11-14 08:46:17 +07:00
Visman
568e119a79
Extensions: fix call to set/remove symlinks
2023-11-13 23:12:35 +07:00
Visman
b39197b70e
Extensions: Add symlinks support
...
https://github.com/forkbb/forkbb/issues/13
Example: 642109d7c0
2023-11-13 20:13:40 +07:00
Visman
c2be23603a
Pages\Profile\View: Add nofollow for post/topics links
2023-11-11 21:34:33 +07:00
Visman
fadf4098ba
Revert "Update Page.php"
...
This reverts commit b3d238c1cd
.
2023-11-11 21:16:45 +07:00
Visman
1ac5847399
Fix slow slow request for feed
2023-11-11 21:09:32 +07:00
Visman
b3d238c1cd
Update Page.php
2023-11-11 20:27:37 +07:00
Visman
7ef1e68af7
Add a little rigor to Curl
2023-11-11 19:12:45 +07:00
Visman
d10d8aa2c9
Fix OAuth
...
fix 9cfd336e7f
2023-11-10 17:24:11 +07:00
Visman
113df48a3c
Up rev
2023-11-10 11:45:54 +07:00
Visman
a0eb7a0e27
Create Sitemap page
2023-11-10 11:44:53 +07:00
Visman
1d57ade40f
Pages\Misc: Change sitemap() method
2023-11-10 10:21:25 +07:00
Visman
fabc46f8ee
Add rel="nofollow" to topic and forum templates
2023-11-09 22:11:16 +07:00
Visman
2c87b98d24
Pages\Misc: Change sitemap() method
2023-11-09 20:24:07 +07:00
Visman
2feaff7b5c
Take into account in the online list the person who accessed the sitemap
2023-11-08 20:29:18 +07:00
Visman
956a2b2d67
Add sitemap.xml for test
2023-11-08 20:05:16 +07:00
Visman
5ebf9eb3f6
Core\Router: Fix for dynamic files in the forum root
...
Example: /sitemap.xml, /sitemap1.xml, /sitemap542.xml
2023-11-08 19:58:04 +07:00
Visman
c648a52651
Revert "Core\Router: Fix for dynamic files in the forum root"
...
This reverts commit d4969ae009
.
2023-11-08 19:29:14 +07:00
Visman
d4969ae009
Core\Router: Fix for dynamic files in the forum root
...
Example: /sitemap.xml, /sitemap1.xml, /sitemap542.xml
2023-11-08 16:28:33 +07:00
Visman
40563b4ffc
Admin\Maintenance: Resets the contents of the opcode cache after clearing the engine cache
...
Is it necessary to do this?
2023-11-07 15:58:00 +07:00
Visman
5e1e956de6
Core\Func: Change friendly() method
2023-11-07 15:52:28 +07:00
Visman
7a2efd3bd5
Change default transliteration
...
With these initial settings, only the character substitution array from translit.default.php will be used for transliteration. The Transliterator class will not be used.
https://forkbb.ru/post/280#p280
2023-11-06 22:22:28 +07:00
Visman
f40602fd82
Up rev
2023-11-04 23:06:39 +07:00
Visman
223efdfb8f
Use friendly_name in code
2023-11-04 22:23:12 +07:00
Visman
ced3c7cd15
Add friendly_name field to ::forums table
2023-11-04 21:38:02 +07:00
Visman
4495f64268
Add character substitution file for transliteration
2023-11-04 19:36:25 +07:00
Visman
0e8e5cd87a
Fix for #27
2023-11-04 18:25:58 +07:00
Visman
2e64177610
Core\Router: Do less calculations in link() method
2023-11-03 15:44:40 +07:00
Visman
432a441a2c
Minor change
2023-11-03 13:32:25 +07:00
Visman
5a3ad9d33e
Core\Files: Optimize the filterName() method
2023-11-03 13:32:13 +07:00
Visman
2ddd7796b0
Core\Func: Optimize the friendly() method
...
Removed the transliterator_transliterate() function since it initializes a new Transliterator every time.
Currently, Transliterator is initialized once with the rules set, and then only the transliterate() method is used.
2023-11-03 12:08:23 +07:00