Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/getgrav/grav-plugin-comments

Grav Comments Plugin
https://github.com/getgrav/grav-plugin-comments

Prepare release 1.1.0

70aed083fed6a7f641425f56dcbce1535c81d166 authored about 9 years ago by Flavio Copes <[email protected]>
Merge pull request #7 from bovisp/patch-2

change instances of gmdate to date

db09e789579cc9f39f769dbcae32360b449cad57 authored about 9 years ago by Flavio Copes <[email protected]>
change instances of gmdate to date

I changed all instances of gmdate (lines 180, 190 and 320) to date. This way, the date reported ...

5800cb87bc6bb74879c914102bd81e11eb4e7dd4 authored about 9 years ago by Paul Bovis <[email protected]>
Add fr lang (https://github.com/codebee-fr/grav-plugin-comments/commit/e1d1b70e1e08c627a71fa31cc1c25975e0b5a2cb)

30545e79c0b8025f9738ef62f7450795288b0f44 authored about 9 years ago by Flavio Copes <[email protected]>
Merge pull request #4 from joomline/patch-1

Update languages.yaml RU

ea8e5d4fe21af486aaef4606f7f4ff9acb613133 authored about 9 years ago by Flavio Copes <[email protected]>
Merge pull request #5 from getgrav/feature/nonce

Add nonce validation

ff621707e291ed639d739e84c239f47a9de54dc5 authored about 9 years ago by Flavio Copes <[email protected]>
Merge branch 'develop' into feature/nonce

d93361d821de244fca2cbd8369c45084d17ae1d9 authored about 9 years ago by Flavio Copes <[email protected]>
Merge pull request #6 from bovisp/patch-1

change form action to work with multilang

750727911e47449983c5a0e7dc3de896d78a5d03 authored about 9 years ago by Flavio Copes <[email protected]>
change form action to work with multilang

87aff18ae99f19801e2b125618a2840a734099ac authored about 9 years ago by Paul Bovis <[email protected]>
1.0.1 release

dc4481dd8f22e3fae35b9517074b1d4ba80f3675 authored about 9 years ago by Flavio Copes <[email protected]>
Fix error when user/data/comments does not exist, fix #2

50d3b3c3c5cf719a477b96185d4d00678c66d2d0 authored about 9 years ago by Flavio Copes <[email protected]>
Add nonce validation

ab3d25cc22d353cacde094e5b0a2ca623c0753b5 authored about 9 years ago by Flavio Copes <[email protected]>
Update languages.yaml RU

74bf8473c570c955075cb6c2e0a98f8da3c9db4c authored about 9 years ago by joomline <[email protected]>
Use onAdminMenu instead of the deprecated onAdminTemplateNavPluginHook

27158eaea05f35227a80b2d3e4d452fadea08ee7 authored about 9 years ago by Flavio Copes <[email protected]>
Merge branch 'release/1.0.0'

884049ff220524e3def22fd8de1e79ebf29c81b3 authored about 9 years ago by Andy Miller <[email protected]>
Merge branch 'release/1.0.0' into develop

d813b9280ee43afb2b90e3cd3b954dc73e029715 authored about 9 years ago by Andy Miller <[email protected]>
version update

0cae7d9a3771b3b725fa64480806b47e83e814c9 authored about 9 years ago by Andy Miller <[email protected]>
Start processing for comments only if comments are enabled on that route

29adbc56cbe0c8e4fe557e5952ed3354ff2e0d7f authored about 9 years ago by Flavio Copes <[email protected]>
Show the recently commented pages

ba09e9a8651d3531786cf538773d9bbe25f342e9 authored about 9 years ago by Flavio Copes <[email protected]>
Improve plugin readme. Uncomment config options for captcha and email

85bb5c2ef4f2504bd8210c60cab1304159e0b5d3 authored about 9 years ago by Flavio Copes <[email protected]>
Order comments by timestamp in admin

7d7dbd16449147f3cba0d859021cb0dd828e1a8f authored about 9 years ago by Flavio Copes <[email protected]>
Fix hardcoded admin route

9c3d9860b95d0881b622e58e28e58d25b959e685 authored about 9 years ago by Flavio Copes <[email protected]>
Merge pull request #1 from getgrav/feature/use-form-plugin

Work with the Form plugin

05ba2c02157c1f6ebc759530996263c794686b48 authored about 9 years ago by Flavio Copes <[email protected]>
Add enable_on_routes and disable_on_routes config options

Example usage:

enable_on_routes:
- '/blog'

disable_on_routes:
- /blog/blog-post-to-ignore
...

13252376e43aac8d29c216cc0cfef1ac973f59e5 authored about 9 years ago by Flavio Copes <[email protected]>
Fix order of events preventing new comment from appearing immediately

fe66c4bfd60c4011d8f80ac0d91402262147ca50 authored about 9 years ago by Flavio Copes <[email protected]>
Drop unneeded param

f064eb3bbbf1c3212168742407179638b5fe815e authored about 9 years ago by Flavio Copes <[email protected]>
Works with the Form plugin

5f50c089708f2f7dd0168078b4ceb885e89964af authored about 9 years ago by Flavio Copes <[email protected]>
Change email. Small improvements

6ce186584e1e78a6c79ec070c49c80cb47422a12 authored about 9 years ago by Flavio Copes <[email protected]>
Allow frontend translations. Added italian

0b6232a2802aa7a721fab05e88fa690c05fc1307 authored about 9 years ago by Flavio Copes <[email protected]>
Optionally send email notifications to set emails

15df3e7edc1cfe5b874194c7ce2d065c9f9cbab4 authored about 9 years ago by Flavio Copes <[email protected]>
Improve readme

e64ba59404f58bfe5c01f835834370d51e889ced authored about 9 years ago by Flavio Copes <[email protected]>
Fix route

b9eb895a451ff29cc9cd269b15bee26d6452bd22 authored about 9 years ago by Flavio Copes <[email protected]>
Drop recaptcha key

68acc600b6f51b3956a870c9a2e372ec269ae244 authored about 9 years ago by Flavio Copes <[email protected]>
Show load more only if needed

24f710828e610693cce99b33add5d5e06ebec924 authored about 9 years ago by Flavio Copes <[email protected]>
Refine backend

1c1f6f6d16f9ef7fd17c259bd9fb483c3344f1d9 authored about 9 years ago by Flavio Copes <[email protected]>
Enable comments plugin only on its route

61677d06d41e76dc4e53a88d0f7999cde585141d authored about 9 years ago by Flavio Copes <[email protected]>
Wrap js

5790ac019ed701d5aca3f485db990ac390a1e935 authored about 9 years ago by Flavio Copes <[email protected]>
Improve the backend to show comments

a178946aba865e602b0f3ffc0b4103cb2fbf5379 authored about 9 years ago by Flavio Copes <[email protected]>
Error Message box instead of alert()

adc6d19022a6d50dc63f6b9f9093a6a74951ca5f authored about 9 years ago by Flavio Copes <[email protected]>
Added optional captcha

c0a003ccda57262ee7f1f694703c6daa60c4ba25 authored about 9 years ago by Flavio Copes <[email protected]>
Fix recursion in subfolders

d3438f190f393eb312fa929620f9cb40f444fb05 authored about 9 years ago by Flavio Copes <[email protected]>
Show lang in admin

adec98c198693941e200f7b2267a88baf03fd49e authored about 9 years ago by Flavio Copes <[email protected]>
Frontend Validation. Sanitize values in the back.

e0e1782067e7e6cc09c51abab7bcb8f96bea08ef authored about 9 years ago by Flavio Copes <[email protected]>
Improve rendering comments

9b60894114bc994af85ec363d7846c6320d46cb2 authored about 9 years ago by Flavio Copes <[email protected]>
Cleanup

80341af3f7ebd76db1ae29d2405dfca8d4885a1f authored about 9 years ago by Flavio Copes <[email protected]>
Store page name in the comments file

5fd4cd6ac521d3a24681511b8d4c798443da5db7 authored about 9 years ago by Flavio Copes <[email protected]>
Going on with the Comments plugin

Added a frontend form, store comments under data/, basic visualization
options

c18914d3e3c1fc550cee1715a925646a7e3b9477 authored about 9 years ago by Flavio Copes <[email protected]>
Go on with comments

978abff176e8838e79498046e9772357c2d84a41 authored over 9 years ago by Flavio Copes <[email protected]>
First commit

b7ce57b54103e34361dab517870320034b2c53b3 authored over 9 years ago by Flavio Copes <[email protected]>