-
Notifications
You must be signed in to change notification settings - Fork 11
Fix after clean install and misc #392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
ec7d74c to
60ea4f4
Compare
|
Why is the cache permanent?
|
Without digging back through the code, I would assume it's because they don't change often. You would destroy the cache only when permissions change. |
|
Okay. I've already forgotten what I was trying to fix, too. I think it's worth testing and checking the PR again. |
|
The error appears sometimes. I don't think you should look at her right now. Interest is lost. I hope someone will continue to develop 😢 |
Sorry, for one PR. It's easier to apply the changes this way. The excess can be returned to its original state.
these are general fixes that are found after a clean installation and exemplary user behavior.
idfor HTMX action"Edit Thread" button does not work
If there are no Categories or Threads/Posts inside, the list of Categories is empty. It should be displayed regardless of Trends/Posts
Clicking on the Logo/Sitename does not lead anywhere. Annoy
If there are no categories in the database, exceptions will occur. You need to add empty arrays by default
The initial setup does not provide for the use of a Cache. Corrected .env
The texts were displayed incorrectly after formatting. See https://www.php.net/manual/en/domdocument.loadhtml.php#74777
EDIT: HTML-ENTITIES will be deprecated. See https://www.php.net/manual/en/function.mb-convert-encoding.php#127529