Commit graph

2213 commits

Author SHA1 Message Date
Visman
0c020783d4 Fix double id 2023-04-18 21:33:32 +07:00
Visman
7699db8f5d Swap navigation and main content in html code 2023-04-18 13:49:57 +07:00
Visman
8a7abbcad5 Change the name of identifiers 2023-04-18 13:04:01 +07:00
Visman
0742e2b112 Making schema.org
Well, nothing is clear with this scheme :(
2023-04-17 23:51:30 +07:00
Visman
075a6d8a27 Add h3 in posts on new reply page 2023-04-16 23:47:52 +07:00
Visman
e6c658a23f Add aria-current="page"
I'm not sure if this is done correctly. If there are several pages in pagination?
2023-04-16 23:06:49 +07:00
Visman
aa9d137f99 Add schema.org/BreadcrumbList 2023-04-16 21:27:41 +07:00
Visman
ccd6dfccdf Add @iteration for @foreach and @forelse
@iteration is analogous to $loop->iteration from blade.
2023-04-16 21:27:10 +07:00
Visman
8b633a609c Update style.css 2023-04-16 12:21:25 +07:00
Visman
8712fc6d4d Update sccontent.css 2023-04-16 10:55:49 +07:00
Visman
ae143f12e0 Fix for pagespeed 2023-04-16 10:51:50 +07:00
Visman
53fe7d44c1 Update style.css 2023-04-15 22:17:53 +07:00
Visman
318a1d2f69 Fix style
Now sandwich buttons are available from the keyboard. Opening-closing the menu by pressing the spacebar (at least on a computer O_o).
2023-04-15 21:57:19 +07:00
Visman
a731f6d56a Update style.css 2023-04-15 21:44:17 +07:00
Visman
11ca514649 Update style.css 2023-04-15 19:57:14 +07:00
Visman
0ed6041fca Update style.css 2023-04-15 19:50:46 +07:00
Visman
810ad0c5c2 Update style.css 2023-04-15 19:35:09 +07:00
Visman
f43a73f6d1 Update style.css 2023-04-15 18:42:07 +07:00
Visman
ead1441bf7 Rev 52
Update the structure of the online table.
2023-04-14 17:51:30 +07:00
Visman
abeebd4897 Update online table
Now the ident field only stores the ip of the guests. Usernames moved to o_name field.
2023-04-14 13:00:26 +07:00
Visman
9456278764 Update Install.php 2023-04-13 18:44:17 +07:00
Visman
f92a7ddb92 Delete the process of the groups table from the INSERT INTO SELECT request 2023-04-13 17:39:06 +07:00
Visman
8afb2a78f8 Update debug section on page 2023-04-12 18:42:22 +07:00
Visman
983241b995 Update Router.php
Wrongly written bots broke everything :)
2023-04-12 12:08:30 +07:00
Visman
ba43422052 Update mono bbcode 2023-04-12 11:30:51 +07:00
Visman
8a7c586c3b Update common.po 2023-04-12 00:32:54 +07:00
Visman
065aacdb58 Add translate message about sending links not allowed 2023-04-11 23:10:44 +07:00
Visman
7eaec5fcc5 Add a check to the parser to disable links 2023-04-11 23:09:02 +07:00
Visman
82e595b3e0 Change html page structure
Removed <h2> headings from <aside> blocks.
Moved debug block to <footer>.
2023-04-11 21:40:51 +07:00
Visman
af462633cf Maybe make fewer updates for online table? 2023-04-11 00:49:18 +07:00
Visman
e168ef4311 Fix removal of prohibited bbcodes
#14
2023-04-10 23:41:03 +07:00
Visman
3af4291f70 Fix style 2023-04-10 21:31:57 +07:00
Visman
b016a2a62d Update readme.md 2023-04-10 20:04:18 +07:00
Visman
541a7be8f8 Update style 2023-04-10 20:03:06 +07:00
Visman
e75897f0a1
Merge pull request #14 from forkbb/SCEditor
Add SCEditor
2023-04-10 18:45:11 +07:00
Visman
15ce33e914 Rev up 2023-04-10 18:36:53 +07:00
Visman
1a01846f5d Update Update.php
Overwriting default bbcodes. After updating to rev.51, you should reconfigure the display of bbcodes in the admin panel in the bbcode management.
2023-04-10 18:36:20 +07:00
Visman
9195d67ec3 Minor change 2023-04-10 17:52:27 +07:00
Visman
ca27ea6305 Delete unused files 2023-04-10 17:38:58 +07:00
Visman
09afbdfc87 For table bbcode 2023-04-10 13:38:58 +07:00
Visman
38369c1de0 Update defaultBBCode.php
Color bbcode
#2
2023-04-10 12:56:40 +07:00
Visman
8a4e51c403 Add 16 colors for color bbcode :(
Bypass Content-Security-Policy
#2
2023-04-10 00:50:18 +07:00
Visman
2a1af5ca23 Add License 2023-04-09 20:03:40 +07:00
Visman
658aa9998f Let it be for now
https://github.com/samclarke/SCEditor/issues/938
2023-04-09 19:52:54 +07:00
Visman
d17e746472 Use "Links in messages" setting 2023-04-09 18:21:05 +07:00
Visman
fb81fe7349 Delete space 2023-04-09 17:04:18 +07:00
Visman
3d8a0a4571 Update ROOT bbcode 2023-04-09 17:03:52 +07:00
Visman
bd44beed43 Code cleanup 2023-04-09 14:27:05 +07:00
Visman
2e4941b857 Remove under one empty line at the beginning and end of the content
Similar to the behavior of the Parserus parser.
2023-04-09 14:23:46 +07:00
Visman
9fcee28c05 Change bbcodes
I tried to implement it as a plugin, but everything is too tedious + string processing methods are not public. I will make changes to the original code. This commit is for history/
2023-04-09 14:11:57 +07:00