Visman
8dc2fdcdd9
Update Register page
...
Remove double escaping of special characters.
2022-01-16 16:44:49 +07:00
Visman
2bc2791ed2
Update Core\ErrorHandler
...
Now ErrorHandler assigns itself to Container.
Add logOnly() method that sets the error level for logging only, without breaking the script.
2022-01-16 16:06:33 +07:00
Visman
0c01d23c4d
Update style.css
...
For very very long topic names and without spaces(?).
2022-01-15 19:01:59 +07:00
Visman
da8fe884e5
Update Core\Mail
2022-01-15 14:12:50 +07:00
Visman
8c186c13fd
Update composer.json
2022-01-15 12:05:09 +07:00
Visman
c517f992b5
Update readme.md
2022-01-15 00:28:44 +07:00
Visman
b285ae22a3
Add support TLS for smtp
...
Even the following settings work:
smtp_host = 'smtp.gmail.com:25'
smtp_pass = 'my email password'
smtp_user = 'my email'
smtp_ssl = 0
2022-01-15 00:24:46 +07:00
Visman
3c4a80ebfc
A few more beauties
2022-01-14 22:46:13 +07:00
Visman
18fc73d0a6
Fix host and port separation
2022-01-14 22:37:54 +07:00
Visman
b60a706031
Add empty lines
2022-01-14 22:30:03 +07:00
Visman
ec9bc66d08
Hide warnings back
2022-01-14 22:26:29 +07:00
Visman
f53f229433
Add timeout to smtp settings array
2022-01-14 22:24:28 +07:00
Visman
7c7868f095
Update Admin\Bans
...
Add an informational message when config->insensitive() == false.
2022-01-14 20:14:55 +07:00
Visman
00899f18b1
Update BanList\Filter
...
Use ILIKE for PostgreSQL. Though it still won't work as required for UTF-8 strings for version less than 12.
2022-01-14 20:12:44 +07:00
Visman
4f2595e3eb
Update Admin\Users\Result page
...
Add an informational message when config->insensitive() == false.
2022-01-14 19:51:31 +07:00
Visman
72da9699dd
Fix Core\Validator
...
Fix string:null rule.
2022-01-14 19:47:37 +07:00
Visman
0db0a4e45d
Update User\Filter
...
Use ILIKE for PostgreSQL. Though it still won't work as required for UTF-8 strings for version less than 12.
2022-01-14 19:31:06 +07:00
Visman
feaa8dd06a
Update Userlist page.
...
Add an informational message when config->insensitive() == false.
2022-01-14 19:23:51 +07:00
Visman
5da9315fa2
Update lang files
...
Move "The search may be case sensitive".
2022-01-14 19:22:21 +07:00
Visman
25f686f0f8
Up revision
2022-01-14 17:00:00 +07:00
Visman
728da51873
Update Pages\Search page
...
Add an informational message when config->insensitive() == false.
2022-01-14 16:59:47 +07:00
Visman
4f92e1dee7
Update User\IsUniqueName
...
Use config->insensitive().
2022-01-14 16:57:27 +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
253a8a54cf
Update Search\Execute
...
Use ILIKE for PostgreSQL. Though it still won't work as required for UTF-8 strings for version less than 12.
2022-01-14 14:59:54 +07:00
Visman
d71f6eb305
Update readme.md
2022-01-13 21:09:32 +07:00
Visman
0b026d4be3
Fix config engine
2022-01-13 21:09:00 +07:00
Visman
c0f9f64ff4
Update User\IsUniqueName
...
SQLite databases (without an ICU module) and PostgreSQL (up to version 12 and without collation with Provider = ICU, Deterministic = false) have problems in comparison of case-insensitive UTF-8 strings. This variant of the algorithm is trying to solve the problem.
2022-01-13 17:31:48 +07:00
Visman
c2b160e228
Update Admin\Install page
...
Otherwise, the language of the start message, topic and forum is always English.
2022-01-12 22:35:13 +07:00
Visman
0d48d15de5
Update Username validator
2022-01-12 21:01:10 +07:00
Visman
4bb42cb2a7
Update NoURL validator
2022-01-12 21:00:50 +07:00
Visman
7bfef0f73f
Update Html validator
2022-01-12 21:00:26 +07:00
Visman
45660f945f
Update Email validator
2022-01-12 21:00:05 +07:00
Visman
84868861ed
Update Search page
2022-01-12 20:59:19 +07:00
Visman
06108efe14
Update Profile\Edit page
2022-01-12 20:59:05 +07:00
Visman
9b1da742c2
Update Profile\Config page
2022-01-12 20:58:38 +07:00
Visman
07d5354608
Update Profile
2022-01-12 20:58:24 +07:00
Visman
b50fbc13c6
Update PostValidatorTrait.php
2022-01-12 20:58:02 +07:00
Visman
4f4402c0b4
Update Moderate page
2022-01-12 20:57:45 +07:00
Visman
41922c27b6
Update Auth page
2022-01-12 20:57:30 +07:00
Visman
e24c00d0e5
Update Admin\Users\View page
2022-01-12 20:57:14 +07:00
Visman
006ef5f003
Update Admin\Users\Action page
2022-01-12 20:56:59 +07:00
Visman
e4e343241a
Update Admin\Update page
2022-01-12 20:56:28 +07:00
Visman
53768100dd
Update Admin\Parser\BBCode page
2022-01-12 20:56:03 +07:00
Visman
dc27a428fb
Update Admin\Options page
2022-01-12 20:55:21 +07:00
Visman
72f5e91435
Update Admin\Maintenance page
2022-01-12 20:54:59 +07:00
Visman
b66a565637
Update Admin\Logs page
2022-01-12 20:54:38 +07:00
Visman
f999e3fc0a
Update Admin\Install page
2022-01-12 20:54:24 +07:00
Visman
2a4483b941
Update Admin\Groups page
2022-01-12 20:53:57 +07:00
Visman
2d307d6002
Update Admin\Forums page
2022-01-12 20:53:43 +07:00
Visman
79f99cc6f1
Update Admin\Categories page
2022-01-12 20:53:22 +07:00