Ecosyste.ms: OpenCollective

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

github.com/indieweb/php-comments

Helper for parsing and presenting comments from external sites
https://github.com/indieweb/php-comments

sneaky edge case for comments in plaintext

f07755af71e0b310b8b68b560561fe6f11192392 authored almost 8 years ago by Aaron Parecki <[email protected]>
Merge pull request #14 from sebsel/master

Add type bookmark

d45e16d3398b484f9d6c1213348fe5afed28eba4 authored almost 8 years ago by Aaron Parecki <[email protected]>
added test

354961380d055c2c61168d96909f3ca0f1918ff8 authored almost 8 years ago by sebsel <[email protected]>
Add type bookmark

23b09517bcc04fde72f8294d6728a0d1cf22dd6a authored almost 8 years ago by sebsel <[email protected]>
update cassis dependency

lock to pre-release cassis commit that uses cassis.php and strips the HTML comments from the PHP...

dbbd50685711615d02eafbe8cac3d097d9faeeed authored almost 9 years ago by Aaron Parecki <[email protected]>
handle h-cite values

fix for #6

804e3863ca58edc7c1897d3f1d11f7d086636886 authored about 9 years ago by Aaron Parecki <[email protected]>
finally fix too long "name"

closes #5

8130e0340633456cb4f78e858b3fd00d420f5fd0 authored about 9 years ago by Aaron Parecki <[email protected]>
handle when summary is html with html and value properties

b61bc2d8821c714dc9f7fb9a732597e1ade39c5a authored almost 10 years ago by Aaron Parecki <[email protected]>
check for invitee

14b506380094de8f73295ab874a919cb69f5f610 authored almost 10 years ago by Aaron Parecki <[email protected]>
Merge branch 'master' of github.com:indieweb/php-comments

f7bd7354a84e4e6f8e3db795cb5d3757bc183d43 authored almost 10 years ago by Aaron Parecki <[email protected]>
Made test and content property handling more robust, closed #3

2d01a5a4bf93fdaa5f3c2cbcd77969e396eb1bcf authored over 10 years ago by Barnaby Walters <[email protected]>
Retroactively added test for #2

97e4818d7fa819316d99b42be6c2ea8d827f58fc authored over 10 years ago by Barnaby Walters <[email protected]>
Check for empty name before searching. Closes #2

56218feb06b09b172f6415ef711873c00674b023 authored over 10 years ago by Barnaby Walters <[email protected]>
Correctly handled non-e-*-parsed content property. Closes #1

3db0035cf6f1ddb881553c9107c3257c980a8fe6 authored over 10 years ago by Barnaby Walters <[email protected]>
check for like-of

a9154de5ef038ae3681bebaf5bdd68101414c797 authored over 10 years ago by Aaron Parecki <[email protected]>
ignore scheme when checking for the post URL in the source post, in case they link to the https or http version

2047a410491be3a6c268ddedf9966bfe3915a884 authored over 10 years ago by Aaron Parecki <[email protected]>
require new cassis with better autoloader

4ca98d81d4cd00fe88d4878cad2e1a59fd0d67ba authored almost 11 years ago by Aaron Parecki <[email protected]>
add previously breaking test for when a post had a really long name, and fixes it.

4eb4ab40cf67fc1e489260b2c8619b6778c812b5 authored almost 11 years ago by Aaron Parecki <[email protected]>
refactor to use multiline truncate everywhere

5944fab2df61d1f15c5ac116b5cef6efd8b42f37 authored almost 11 years ago by Aaron Parecki <[email protected]>
fix for parsing replies when `p-in-reply-to` is an `h-cite`

02714136a4a6c1a7be35d1639ad2a2900d971478 authored almost 11 years ago by Aaron Parecki <[email protected]>
adds a `$maxLines` parameter to limit the number of lines to display in comments in case the comment has a bunch of newlines

237d332bb106de2d24150b04f913518e8ab12f2b authored almost 11 years ago by Aaron Parecki <[email protected]>
adds "name" to the returned result

bb6f820cf574e516578bd2fdd54964607b76d8fb authored almost 11 years ago by Aaron Parecki <[email protected]>
Also test for rsvp, like and repost types.

f0622706830dc315903af650d3d5127d8f49321a authored almost 11 years ago by Aaron Parecki <[email protected]>
add installation instructions

4de1380bec18cf7133f134bd83df545cd923eaf1 authored almost 11 years ago by Aaron Parecki <[email protected]>
add readme with example usage

a3eaa146d02d03cf4fd864e0cac003842a2635f4 authored almost 11 years ago by Aaron Parecki <[email protected]>
lowercase package name

013e7365337a2ee93744df099bb3cb844d6dd182 authored almost 11 years ago by Aaron Parecki <[email protected]>
rename to IndieWeb\comments

6cc35afb39653435b6f8a1d47127a1b4ec6c4a67 authored almost 11 years ago by Aaron Parecki <[email protected]>
add tests for named posts

bac044a27715ef24a0d83e2202ebdf82eeb1204a authored almost 11 years ago by Aaron Parecki <[email protected]>
initial commit of comment parsing in p3k

c3604e0cb0766a8386d7e9dc9003af1b7fdc5341 authored almost 11 years ago by Aaron Parecki <[email protected]>