Visman
230e56b716
Update defaultBBCode.php
...
For quote bbcode.
2023-03-12 22:48:41 +07:00
Visman
bf43757ab3
Update jevix.default.php
2022-11-20 21:12:14 +07:00
Visman
ca22771c68
Update engine config
2022-02-09 22:01:49 +07:00
Visman
071f1a4cb5
Add log for install
2022-01-31 16:17:59 +07:00
Visman
b457fe6a79
Add spaces
2022-01-24 23:19:26 +07:00
Visman
45a9e96cb3
Add Config\Insensitive
...
The method determines the case insensitivity of the search in the database through the ::config table and WHERE LIKE.
2022-01-14 16:49:07 +07:00
Visman
0b026d4be3
Fix config engine
2022-01-13 21:09:00 +07:00
Visman
399ebb1dea
Update defaultBBCode.php
2022-01-08 20:50:24 +07:00
Visman
75df01aa8e
Add ForkBB\url() function
...
This function checks the url (partially) and normalizes it (also partially at the moment).
2022-01-08 18:54:20 +07:00
Visman
7ac3620a33
rev.46
...
Add automatic cleaning of the engine cache when changing the connection settings to the database
Very much when developing.
2021-12-31 13:15:33 +07:00
Visman
096dda59b7
Add bbcode [from]
...
For moderation.
2021-12-24 19:19:43 +07:00
Visman
8f3ee74868
Change o_maintenance
2021-12-19 13:46:52 +07:00
Visman
75e4e11029
Change o_smtp_ssl
2021-12-19 13:26:28 +07:00
Visman
55620c81c2
Change o_redirect_delay
2021-12-19 12:18:03 +07:00
Visman
a6d4ae6037
Update Admin\Install page
...
Add additional DB options installation.
2021-12-17 14:28:57 +07:00
Visman
c0994b1e1d
Update Admin\Install page
2021-12-13 20:08:39 +07:00
Visman
827037d0be
Fix config file
2021-12-04 22:52:20 +07:00
Visman
235f999c8f
Fix config file
2021-12-04 21:43:26 +07:00
Visman
1d1de81d49
Update config file
2021-12-03 15:03:21 +07:00
Visman
918664c4fb
Update Models\User
2021-12-03 13:55:30 +07:00
Visman
3b3cef262c
Update Models\Topic
2021-12-03 13:43:15 +07:00
Visman
1a17189410
Update Models\Subscription
2021-12-03 13:35:17 +07:00
Visman
8cf3015fc0
Update Models\Stopwords
2021-12-03 13:27:41 +07:00
Visman
90bf2ddd7d
Update Models\Stats
2021-12-03 13:22:59 +07:00
Visman
cf2bd1872a
Update Models\SmileyList
2021-12-03 13:19:55 +07:00
Visman
e6f50f607e
Update Models\Search
2021-12-03 13:14:48 +07:00
Visman
81c7ebee12
Update Models\Report
2021-12-03 13:06:52 +07:00
Visman
1914ae72b3
Update config file
2021-12-03 13:01:23 +07:00
Visman
1f657fb4cf
Update Models\Poll
2021-12-02 22:43:20 +07:00
Visman
0e72ea4db1
Update Models\PM
2021-12-02 22:36:34 +07:00
Visman
40fb2b3f98
Update Models\Online
2021-12-02 22:23:10 +07:00
Visman
f67cbc3a09
Update Models\Group
2021-12-02 22:18:40 +07:00
Visman
c3281b1146
Update config files
2021-12-02 22:10:18 +07:00
Visman
341a400f3b
Add normUsername() method for users
...
Add username_normal field for users.
For https://github.com/forkbb/forkbb/issues/1
2021-11-30 18:46:13 +07:00
Visman
a76d1c1788
Move group numbers from Container to constants
...
And fix update page.
2021-11-29 21:46:50 +07:00
Visman
21b2b03ff1
Working with images moved from Core\Image to separate drivers
2021-11-27 20:21:44 +07:00
Visman
5d59812f0b
rev.38
2021-11-15 22:57:20 +07:00
Visman
c614db3456
Fix for 8.1.0 Alpha 3
2021-07-28 19:53:42 +07:00
Visman
a0a49f99a9
Change email bbcode
...
Change the handler so that the html validator doesn't swear at bad emails addresses.
Symbols ', '', < and > will be encoded htmlspecialchars() function, rather than rawurlencode(). That is, addresses with such symbols will be unsuitable for transfer to the postal program.
2021-03-17 14:13:59 +07:00
Visman
389838a249
Update Referrer-Policy
...
Change origin-when-cross-origin to strict-origin-when-cross-origin.
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy
2021-03-12 23:27:24 +07:00
Visman
a54975f2df
Change default handler for url bb-code
2021-03-05 23:48:00 +07:00
Visman
a61d7b701f
Change default handler for url bb-code
2021-03-05 21:18:34 +07:00
Visman
c93b2065d1
Update Install for Jevix
2021-03-04 21:18:06 +07:00
Visman
736de15fd4
Change comments
2021-03-04 14:08:43 +07:00
Visman
e2e71ac03d
rev. 35 for HTMLCleaner
2021-03-04 13:02:31 +07:00
Visman
6062ef8a95
Add Core\HTMLCleaner and config for Jevix
2021-03-03 23:30:19 +07:00
Visman
d486d09091
Update Install page
...
Add a cookie settings section to the installation form.
Fix lang files.
2021-02-25 23:18:01 +07:00
Visman
2827aace31
rev.34 for LogViewer
2021-02-21 21:06:37 +07:00
Visman
a4adc74a5a
Fix main.dist.php
2021-02-17 01:17:44 +07:00
Visman
42acb18730
Delete Container->DIR_CONFIG
2021-01-24 18:45:44 +07:00