-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code and compatibility improvements (#66)
* chore: show author action * chore: removed console log * improvement: added mockery * feat: removed moderation cookies BREAKING CHANGE: Komments plugin will not use cookies anymore * improvement: use structures in snippets no more arrays BREAKING CHANGE: comments and replies are splitted, strcutures are used now * chore: add deprecation warning * improvement: base utils optimization * feat: added frontend class (wip) * feat: removed unused quote feature BRAKING CHANGE: Quotes are getting removed * improvement: moved kommentsAreExpired to frontend class * feat: multilang page mock * improvement: tests * chore: ignore tilde folder * chore: remove dump * chore: class loader * improvement: refactored classes and tests * improvement: remove needless api calls * fix: better backwards compatibility with Kirby 3 * chore: added translations * fix: show all language comments in panel * improvement: reduced css BREAKING CHANGE: CSS has been reduced to a minimum
- Loading branch information
1 parent
d1e2fd9
commit 51e4ccf
Showing
43 changed files
with
2,017 additions
and
926 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,4 @@ | |
/media | ||
/kirby | ||
/site/cache | ||
/~ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v16.3.0 | ||
v20.11.1 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- Moderation Cookies entfernt | ||
- Snippets angepasst | ||
- Comments und Replies getrennt | ||
- Alles jetzt als Object, keine Arrays mehr | ||
- hasQueuedKomments DEPRECATED | ||
- Quote ist weg, wurde sowieso nicht aktiv genutzt | ||
- |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.