Commit graph

2176 commits

Author SHA1 Message Date
Visman
8b13230ef4 Update bootstrap.php 2023-08-22 18:18:23 +07:00
Visman
676ace3ce7 Update readme.md 2023-08-20 20:09:37 +07:00
Visman
2c4711f425 Update style 2023-08-18 18:26:04 +07:00
Visman
9ce0e18f1d Update style 2023-08-18 15:43:41 +07:00
Visman
33e007b9ce Update readme.md 2023-08-17 17:56:48 +07:00
Visman
81031a50f0 Up rev 2023-08-17 17:55:14 +07:00
Visman
1e29f0a0ba For previous commit 2023-08-16 16:22:40 +07:00
Visman
dacb8a3191 Add topics to recalculate posts 2023-08-16 16:19:07 +07:00
Visman
3cf8b82a3d Change style to dark 2023-08-15 22:47:22 +07:00
Visman
cb20565b96 Update style 2023-08-14 00:11:05 +07:00
Visman
4e4465e81e Update style.css 2023-08-14 00:01:40 +07:00
Visman
4eb77bbc1f Replace index (with composite) 2023-08-13 22:20:17 +07:00
Visman
62fd33bec2 Simplified query "Topics with your posts", part of the logic moved to php, for large forums 2023-08-13 21:41:00 +07:00
Visman
cc8231c09a Simplify query 2023-08-13 20:07:52 +07:00
Visman
8d70b9cae2 Simplify the "User Topics" query 2023-08-13 19:03:32 +07:00
Visman
6e89a3023e Update index 2023-08-13 18:29:35 +07:00
Visman
d18ec05c37 Replace index (with composite) 2023-08-13 18:08:03 +07:00
Visman
5be5ce1271 Optimize Forum\CalcStat 2023-08-13 18:05:53 +07:00
Visman
268ca03d2a Delete extra GROUP BY 2023-08-12 22:18:38 +07:00
Visman
40f9b55dfc Fix DELETE queries for MariaDB and MySQL(?)
MariaDB refuses to use index in queries like DELETE FROM WHERE IN (SELECT ...).
2023-08-12 21:36:08 +07:00
Visman
a828436496 Add editor_id_idx index for ::posts table 2023-08-11 22:39:27 +07:00
Visman
8b829e571a Add Open Graph 2023-08-11 18:49:54 +07:00
Visman
053bfe9b76 For og:image 2023-08-10 22:39:00 +07:00
Visman
421a19f1d5 Add apple-touch-icon.png 2023-08-10 17:48:23 +07:00
Visman
d0af7e913a Fix for aced07f 2023-08-10 00:54:01 +07:00
Visman
046c1dbe92 Move the formation of canonical and robots to templates 2023-08-09 23:28:41 +07:00
Visman
e726eb1024 Update INSERT queries 2023-08-09 20:46:19 +07:00
Visman
ab43a46433 Fix Profile\View page 2023-08-09 18:06:14 +07:00
Visman
aced07fa48 Allow robots to see the userlist (but not index it)
Otherwise, robots have problems accessing user profile pages.
2023-08-09 17:57:50 +07:00
Visman
4a32811d33 Add an individual description for each profile 2023-08-09 17:54:17 +07:00
Visman
1057701d0c Add a description meta tag, while common to all pages 2023-08-08 23:08:04 +07:00
Visman
fcee58adea Set order in canonical addresses 2023-08-08 21:52:44 +07:00
Visman
80a4ffff6e Fix for 8b1c9de 2023-08-08 21:38:38 +07:00
Visman
a313b142be Remove H3 from the main page and forum pages
The search engines are behaving very strangely :(
2023-08-07 19:59:22 +07:00
Visman
2b7398ec30 Up rev 2023-08-06 20:50:36 +07:00
Visman
dcde27781d Add followed forums for "Latest active topics" and "Unanswered topics" 2023-08-06 20:49:53 +07:00
Visman
7313224e57 Remove unused 2023-08-06 14:34:24 +07:00
Visman
c58776b74c Typo fix 2023-08-06 14:26:59 +07:00
Visman
c258e63f36 Remove single quote character from forced disallowed in username 2023-08-05 22:17:00 +07:00
Visman
392c57f73f Up rev 2023-08-05 18:41:44 +07:00
Visman
f2c9679e30 Add config for module Test
Now in the configuration you can set external form referrers.
Use a translator to read the comments in the test.default.php file.
2023-08-05 18:40:47 +07:00
Visman
564f95ffd6 Give the user 20 minutes to silently edit their posted message 2023-08-03 19:56:16 +07:00
Visman
b64f9d17e3 Update Test.php 2023-08-02 20:59:00 +07:00
Visman
8b1c9dedc7 Reconfiguring the height of the SCEditor edit area depending on the height of the button bar 2023-08-02 16:48:35 +07:00
Visman
214bbbfaa0 Fix Undefined variable $user 2023-08-01 17:47:32 +07:00
Visman
30083d0c35 Add to previous commit $_SERVER['REMOTE_ADDR'] 2023-08-01 00:23:22 +07:00
Visman
8f2886d210 Added verification of a token generated outside the engine
https://forkbb.ru/post/211#p211
2023-07-31 23:54:16 +07:00
Visman
68abe1e665 Update Current.php 2023-07-31 18:16:59 +07:00
Visman
39309de302 Fix url() function 2023-07-31 17:44:25 +07:00
Visman
5a7ef2003e Up rev 2023-07-30 21:26:57 +07:00