-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Reworked the prefix feature** - Added the tables 'forum_prefixes' and 'forum_prefixes_items'. - Added an UI to add and edit prefixes. These can then be assigned to forums as before. - Added a mapper and a model to handle prefixes. - Existing prefixes get converted to the new system on update if possible. - Renamed the prefix getter and setter in the ForumItem model to getPrefixes and setPrefixes as they handle a comma separated string of prefix ids. - Fixes #838 - Use UTC_TIMESTAMP() when creating the first topic on install. NOW() returns the local time, whereas other parts of the forum work with the UTC time and translate to local time. This might cause the first topic to be in the future and causing problems with marking them as read. * PSR Änderungen --------- Co-authored-by: Dennis Reilard <[email protected]>
- Loading branch information
1 parent
0ac260d
commit 2505ba8
Showing
47 changed files
with
826 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.