Commit graph

2027 commits

Author SHA1 Message Date
Visman
0d0c14fa39 Update Topic\CalcStat 2022-01-02 14:45:07 +07:00
Visman
a71032273a Update PM\CalcStat
Optimize query.
2022-01-02 14:43:23 +07:00
Visman
eb66d756aa Update Topic\CalcStat
Fix query.
2022-01-02 14:26:38 +07:00
Visman
2c5f95682b Update Topic\CalcStat
Optimize query.
2022-01-01 23:36:14 +07:00
Visman
c9869392ed Update Post\PreviousPost
Optimize query.
2022-01-01 21:30:37 +07:00
Visman
c0f6d8fee4 Update Report\Reports
Optimize query.
2022-01-01 15:40:11 +07:00
Visman
9392b8c173 Update PM\PPost
Optimize query.
2022-01-01 15:32:22 +07:00
Visman
c9899bbb90 Update Core\Config
Make it beautiful when adding new elements to the engine configuration.
2021-12-31 14:47:13 +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
a23ab87106 Update Cache\FileCache
Add cache cleaning by condition
2021-12-31 13:13:18 +07:00
Visman
be151ee006 Remove errors hiding 2021-12-30 20:30:38 +07:00
Visman
3ad83f7a70 Fix for PHP 8 and disable_functions 2021-12-30 20:23:37 +07:00
Visman
18710f1a2f Update DB\Sqlite\alterField() method 2021-12-29 19:04:41 +07:00
Visman
8f838ce769 Update DB\Sqlite\dropIndex() method
Fix for PRIMARY KEY.
2021-12-29 18:03:01 +07:00
Visman
9902e302a5 Update DB\Mysql 2021-12-29 17:46:24 +07:00
Visman
bfecbd573c Update DB\Sqlite 2021-12-29 17:14:32 +07:00
Visman
768074c78e Update DB\Sqlite\addIndex() method
Fix for PRIMARY KEY.
2021-12-29 16:37:36 +07:00
Visman
777010f049 Update DB\Sqlite\indexExists() method
Fix for PRIMARY KEY.
2021-12-29 15:41:01 +07:00
Visman
acffa1cdfc Update DB\Sqlite\dropField() method 2021-12-29 13:56:54 +07:00
Visman
66b0273725 Fix DB\Pgsql 2021-12-29 13:55:38 +07:00
Visman
91f192e52d Fix DB\Sqlite 2021-12-28 21:25:16 +07:00
Visman
7e04d6acc2 Update DB drivers 2021-12-28 18:50:13 +07:00
Visman
00ff34f9c7 Update Search\TruncateIndex 2021-12-28 17:59:36 +07:00
Visman
8c23bab0a7 Update Admin\Update page 2021-12-28 17:59:16 +07:00
Visman
6147e40de9 Update Admin\Install page 2021-12-28 17:58:40 +07:00
Visman
2cb9f34dcd Update DB drivers
Pass the prefix of the database tables by their name. Similar to sql queries.
2021-12-28 17:47:38 +07:00
Visman
15d81858ff Update Poll model and temlate 2021-12-27 09:46:35 +07:00
Visman
42cb2bbf2a Update Admin\Statistics page 2021-12-26 16:14:59 +07:00
Visman
6e244e6774 Update Core\Test 2021-12-25 13:08:20 +07:00
Visman
94709ed753 rev.45 2021-12-24 20:55:27 +07:00
Visman
2bf8f6ba46 Update Core\Config
Regular expression fix for 47ee32f4da
It would be correct to make a recursive regex, but I'm completely too lazy to figure it out :(
2021-12-24 20:54:17 +07:00
Visman
6a7c1ad1b4 Update Pages\Message
Fix for update forum.
2021-12-24 20:11:05 +07:00
Visman
096dda59b7 Add bbcode [from]
For moderation.
2021-12-24 19:19:43 +07:00
Visman
bfb4c413bd Add more information about the error in the bbcode structure 2021-12-24 19:18:17 +07:00
Visman
47ee32f4da Update Admin\Install #10 2021-12-23 16:58:07 +07:00
Visman
efae0295e4 Fix sql queries UPDATE for SQLite #10 2021-12-23 16:35:15 +07:00
Visman
2d71c280ca Minor change 2021-12-23 13:22:23 +07:00
Visman
e893a5d4e5 Update DB\SqliteStatement 2021-12-23 13:21:59 +07:00
Visman
cb04b8657c Update DB\AbstractStatement 2021-12-23 13:21:21 +07:00
Visman
be04145130 Fix DB 2021-12-23 13:15:07 +07:00
Visman
36bd3791e6 Fix names of methods 2021-12-23 13:09:45 +07:00
Visman
d98b5c62d9 Fix DB 2021-12-23 13:04:51 +07:00
Visman
99243e23e1 Update DBStatement 2021-12-22 23:28:11 +07:00
Visman
24bbdfe271 Fix DB 2021-12-22 23:27:48 +07:00
Visman
af7f4845f9 Update DB
Remove extends PDO.
The class is now a wrapper for PDO.
https://github.com/php/php-src/issues/7803
2021-12-22 22:55:59 +07:00
Visman
cd975a3855 Fix DB\Mysql
Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci
2021-12-20 20:08:55 +07:00
Visman
5b5fedde23 Update DB drivers
Remove the checks that are not needed after the previous commit.
2021-12-20 19:44:57 +07:00
Visman
1d28b4f8c8 Update DB drivers
Add a separate method for creating a query string for a column.
2021-12-20 19:34:02 +07:00
Visman
27f624ee9d Update DB\Pgsql #7
Fix addIndex() and dropIndex() for primary key.
2021-12-19 21:46:45 +07:00
Visman
cad7469b88 Strict type checking 2021-12-19 19:43:48 +07:00