Commit graph

2293 commits

Author SHA1 Message Date
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
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
d64b016637 Update readme.md 2023-10-29 19:08:40 +07:00
Visman
1c7d91b643 Update admin.po 2023-10-28 22:03:32 +07:00
Visman
da79516766
Merge pull request #25 from forkbb/Extensions
Extensions
2023-10-28 21:46:07 +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
e3f28a6a14 Update style for summary 2023-10-17 16:36:44 +07:00
Visman
bbb8f87cec View\Compile: Add url 2023-10-17 16:35:40 +07:00
Visman
327c5cfb1a Update .gitignore 2023-10-16 18:10:09 +07:00
Visman
b57a66f0cf Models\Manager: Add access to the repository property 2023-10-16 18:07: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
3891d8fced Minor changes 2023-10-14 22:34:24 +07:00