Commit graph

1980 commits

Author SHA1 Message Date
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
Visman
9f1d781beb Remove repeated hyphens 2023-11-02 19:38:59 +07:00
Visman
d5eec724d6 Up rev 2023-11-02 19:02:05 +07:00
Visman
acaad2db29 Fix for the previous 2023-11-02 18:56:07 +07:00
Visman
8e3c74367e Add settings for friendly url
https://forkbb.ru/post/280#p280
2023-11-02 18:44:32 +07:00
Visman
e6d66f7e0a Core\Files: Change file name transliteration 2023-11-02 16:58:26 +07:00
Visman
4f2c637134 Admin\Logs: Clear context 2023-11-01 09:40:07 +07:00
Visman
c5f2aa0a97 config\jevix.default: fix rel attribute in a tag
#22
2023-10-31 19:58:34 +07:00
Visman
5ac2b20ff2 Replace base64 images in messages to uploaded files
For users who have permission to upload files.
2023-10-30 20:08:59 +07:00
Visman
414e3d9717 Core\Files: change the verification logic and extend the uploadFromLink() method 2023-10-30 19:05:25 +07:00
Visman
25691fa3af Update form.forkbb.php 2023-10-30 12:58:19 +07:00
Visman
c0bb06dc13 Templates: use php/endphp + if(empty()) to empty() 2023-10-30 12:42:03 +07:00
Visman
4bde2ad136 templates\extensions: fix + change for empty list 2023-10-29 20:31:59 +07:00
Visman
1d917f0151 View\Compiler: add @php and @endphp 2023-10-29 20:31:00 +07:00
Visman
1c7d91b643 Update admin.po 2023-10-28 22:03:32 +07:00
Visman
441c17de3c Minor edits 2023-10-28 21:37:35 +07:00
Visman
5a439cb932 Add multi 'template' for one PRE 'name' 2023-10-24 21:09:41 +07:00
Visman
7344002a3a Add PRE points to templates 2023-10-24 21:01:38 +07:00
Visman
4b48914996 Update Admin\Install page 2023-10-23 20:54:05 +07:00
Visman
a104d0b6b3 Update main config 2023-10-23 20:53:45 +07:00
Visman
a6f39ae72a Add more checks and return by anchor 2023-10-23 20:52:16 +07:00
Visman
2c94e1bc69 Update Extension\Extensions 2023-10-23 00:37:04 +07:00
Visman
b3afd2b87f Another teaspoon of code for the extension system 2 2023-10-22 18:45:08 +07:00
Visman
dff71bcace Another teaspoon of code for the extension system 2023-10-19 22:48:18 +07:00
Visman
95aa1fa7bf Add Admin\Extensions page 2023-10-17 21:35:26 +07:00
Visman
3be1dc4181 Update Extension model 2023-10-17 21:34:03 +07:00
Visman
bbb8f87cec View\Compile: Add url 2023-10-17 16:35:40 +07:00
Visman
55ba708c61 Models\Manager: Add access to the repository property 2023-10-16 18:06:04 +07:00
Visman
2d59bbf92e Update config 2023-10-15 21:39:35 +07:00
Visman
f4e5ba2b5f Initial sketch of a manager 2023-10-15 20:22:23 +07:00
Visman
8aaf85b610 Add ::extensions table 2023-10-15 17:31:46 +07:00
Visman
3b2dadd87a Minor changes 2023-10-14 22:31:33 +07:00
Visman
46e402e452 Core\Validator: Fix addRules() method for array 2023-10-14 22:28:16 +07:00
Visman
2cd5513c48 Add folder for extensions 2023-10-12 21:07:21 +07:00
Visman
16d62d4bc2 Pass Composer autoloader to Container 2023-10-12 20:50:07 +07:00
Visman
e42fc8d9f0 View\Compiler: Edit regular expressions 2023-10-11 00:19:16 +07:00
Visman
5c39cdbddf Core\View: Add code pre-insertion to template when compiling
Needed for a plugin system.
2023-10-10 23:29:55 +07:00
Visman
e096fa6965 Core\View: Add delete() method
Probably needed for a plugin system.
2023-10-10 16:32:59 +07:00
Visman
9cfd336e7f Minor changes 2023-10-10 16:31:35 +07:00
Visman
427e6790d4 Admin\Update: add set_time_limit(0) for stage 2023-10-05 20:42:22 +07:00
Visman
3be22c5961 Fix router: guests always cannot edit and delete posts 2023-10-04 22:28:16 +07:00
Visman
d51ac30d0c Core\View: Add addTplDir() method 2023-10-04 19:28:30 +07:00
Visman
3ddc2c0940 Pages\Moderate: Take page in the second step 2023-10-03 23:15:04 +07:00
Visman
9bf55098a1 Control of redirects topics
#22
2023-10-03 18:22:30 +07:00
Visman
c15e89a2d2 Update form in Profile\Mod page 2023-10-01 19:46:37 +07:00
Visman
5de4b88f1a Add label type to form 2023-10-01 19:42:50 +07:00
Visman
d1acaf15a3 Admin\Bans: Change the format for displaying the ban end date in ban search results 2023-09-29 13:29:54 +07:00
Visman
ec9e3704d8 Admin\Users: Use user time zone for last_post, last_visit and registered 2023-09-28 20:29:16 +07:00