leetNightshade
43ae3a78a6
Added nested comment image.
...
Added nested comment image.
2019-01-04 04:09:38 +00:00
leetNightshade
4698549b88
Changed it so you can only nest on comments with an ID, which means old
...
comments can't be replied to. OH, I reverted the change from using
CompiledYamlFile because I don't like how the RocketTheme Yaml dump is
setup, it breaks comments up onto multiple lines. Thus, I also removed
the reply button on those comments. You can still attempt to reply to a
comment if you're hacking around the frontend, but as long as the
comment doesn't have an ID it shouldn't work. TODO: Make the backend
comment panel work again.
2019-01-03 19:49:02 -08:00
leetNightshade
be0eca0ff5
Merge https://github.com/codeshell/grav-plugin-comments into develop
2019-01-03 16:13:23 -08:00
leetNightshade
94134e2575
Adding gravatar support and nice time display, and classes and div's for
...
customizing comment formatting.
2018-06-29 17:06:21 -07:00
Ernst
43a70fe64a
Merge branch 'develop' of https://github.com/leetNightshade/grav-plugin-comments into develop
2017-12-06 12:59:51 -08:00
Ernst
3632251cea
Cleaning up a little, reorganizing. Was Trying to look into recatpcha
...
support, but decided not to bother, keep things simple with verification
server side for now with no added javascript.
2017-12-06 12:58:44 -08:00
Brian
b56c5927f7
Minor readme update.
2017-12-05 17:08:25 -08:00
Brian
f6a4204ed2
Akismet support.
...
Stood up Akismet support.
2017-12-05 17:06:23 -08:00
Ernst
9bff3a3397
Merge branch 'develop' of https://github.com/leetNightshade/grav-plugin-comments into develop
2017-12-05 17:04:27 -08:00
Ernst
6a6b1973a1
Adding basic Akismet stuff. Seems to work. Still working on it, make
...
sure it's okay.
2017-12-05 17:03:12 -08:00
Brian
19d5ef9f1f
Added screenshot, updated readme.
...
Other forks don't update readme or show what they did, so I thought I'd take the first [rough] step.
2017-12-04 18:17:55 -08:00
Ernst
607e0fa6d4
Format was messed up.
2017-12-01 17:54:29 -08:00
Ernst
a52c1b2f6d
Imported Pingbacks can display or be toggled off. You can also display
...
comments but have adding new ones disabled. TODO: allow disabling
comments on a per page basis.
2017-12-01 17:53:07 -08:00
codeshell
ee89c2bdca
fix ajax display when posting first comment on a page
2017-10-30 12:53:13 +01:00
codeshell
bd1799cc7e
add recent comments widget as plugin template (partials/recentcomments.html.twig)
2017-10-30 12:18:50 +01:00
codeshell
9179453c85
fix absolute class path
...
add recent comments widget as twig function
add save authentication and admin status with comments
2017-10-29 01:49:09 +02:00
Thorsten Witteler
905c04937c
+ ajax-delete comments via front end (if logged in with super admin priviledges)
2017-10-25 02:58:07 +02:00
Thorsten Witteler
b4ab9a5111
finish nested comment implementation
2017-10-24 02:57:44 +02:00
Thorsten Witteler
0936de7c1d
remove sorting from twig template (breaks nested comments)
2017-10-23 16:56:13 +02:00
Thorsten Witteler
d70f109776
validate ajax input
2017-10-23 13:39:49 +02:00
Thorsten Witteler
cace16f606
change nonce action from "form" to "comments"
2017-10-23 13:39:31 +02:00
Thorsten Witteler
868d7b1231
add built in css
2017-10-23 13:37:52 +02:00
Thorsten Witteler
de3a683cbe
prepare ajax
2017-10-20 15:08:26 +02:00
Thorsten Witteler
0c00764ef5
Merge branch 'ajax-nested-comments' into develop
2017-10-20 14:09:02 +02:00
Thorsten Witteler
7d153816f9
prepare ajax
2017-10-20 14:06:02 +02:00
Thorsten Witteler
6d458f8fa4
add level calculation
2017-10-19 23:06:47 +02:00
Thorsten Witteler
018a42a3dc
add level calculation
2017-10-19 22:00:00 +02:00
Thorsten Witteler
1bc97a31e7
nested template
2017-10-19 19:40:02 +02:00
Thorsten Witteler
9387fba6ed
nested template
2017-10-19 18:53:40 +02:00
Thorsten Witteler
e8417c6a0e
add index file to user data
...
add data files to page folder
2017-10-19 17:42:20 +02:00
Flavio Copes
563d7af096
Merge branch 'release/1.2.7' into develop
2017-05-12 14:55:56 +02:00
Flavio Copes
0a5a7a2e9c
Prepare release
2017-05-12 14:55:49 +02:00
Flavio Copes
42ff556420
Fix issue with scope for autofilled values
2017-05-12 14:40:51 +02:00
Flavio Copes
228ac73ba8
Fix comment form processing
2017-05-11 19:42:43 +02:00
Flavio Copes
f1b1f74348
Fix type in example config
2017-04-14 16:19:33 +02:00
Flavio Copes
fac87e9bb5
Move captcha over email, fix #45
2017-02-26 22:05:26 +01:00
Flavio Copes
b3da8123a9
Changelog
2017-02-07 14:01:07 +01:00
tidiview
d8e1e2dfe2
created a japanese translation ♪ ( #43 )
2017-02-07 13:59:35 +01:00
Flavio Copes
57089be565
Merge branch 'release/1.2.6' into develop
2017-01-09 10:13:34 +01:00
Flavio Copes
cf3284e540
Prepare release
2017-01-09 10:13:13 +01:00
Flavio Copes
4e88431863
Fix #41 using Comments in a Gantry-powered theme did not escape the comment form token correctly
2017-01-09 10:12:23 +01:00
Andy Miller
fbf7ee0bc8
Use existing `Utils::startsWith()` method
2016-09-28 09:39:53 -06:00
Flavio Copes
e5e254b1a5
Merge branch 'release/1.2.5' into develop
2016-09-16 09:51:53 +02:00
Flavio Copes
201ffedd18
Prepare release
2016-09-16 09:51:44 +02:00
Flavio Copes
7b4f3a4e8d
Fix showing comments older than one week in the "latest comments" view
2016-09-16 09:51:01 +02:00
Flavio Copes
c1e3f69a96
Merge branch 'release/1.2.4' into develop
2016-09-15 18:36:45 +02:00
Flavio Copes
d2d8e68943
Prepare release
2016-09-15 18:36:33 +02:00
Flavio Copes
f945d98cfb
Fix missing Twig template error if route is excluded but twig is loaded
2016-09-15 18:08:52 +02:00
Flavio Copes
cf31dcefe8
Merge branch 'release/1.2.3' into develop
2016-09-15 16:47:41 +02:00
Flavio Copes
e699df4430
Prepare release
2016-09-15 16:47:33 +02:00