Ecosyste.ms: OpenCollective

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

github.com/voku/ansi-to-html

An ANSI to HTML5 converter
https://github.com/voku/ansi-to-html

[+]: drop support for PHP 5.x -> add support for PHP 8.0 v2

8dbc8ac3a704a570bf83b0ae8171710270f7c29b authored over 2 years ago
[+]: drop support for PHP 5.x -> add support for PHP 8.0

a6f376cfe4cc03e4a7681b625cbb643f63c099bd authored over 2 years ago
Update .travis.yml

c644aa43b5c356dbd118ae46f8e1d98901757805 authored over 6 years ago
[+]: allow to invert the background color ...

7beb4aad463de0eb5f2c72c1b366da2c62d118cd authored over 6 years ago
[+]: use "final" + "private" + fix more reg-ex ...

d6d631419635ea7d916c4bc0f9123151eca41622 authored over 6 years ago
[+]: some more fixes + tests ...

66c13e717585f048b40569711fadd793ca25c96e authored over 6 years ago
[+]: update "composer.json" ...

b10c982c750a8f2a8f0cb6691482dcdf144032d1 authored over 6 years ago
[*]: add badges ...

f0c55ab3271fe007078568c73561c52aac0a4ee4 authored over 6 years ago
[+]: merge pull-requests + reg-ex fixes ...

e841caa278b0c128c682490b16bfb43a71c8960d authored over 6 years ago
Merge remote-tracking branch 'origin/injectionable'

* origin/injectionable:
Drop support for PHP < 5.4
Try alternative quoting for regex
Fix d...

1d9315515eaaf9c42b7f2333a015bc38162acddd authored over 6 years ago
Drop support for PHP < 5.4

5267f080b067163d970d5b2eef9d8d651a555f97 authored over 7 years ago
Additional tests to include all themes and reversed colouring.

Unit tests now provide 100% code coverage.

ebac41526730085f800f419d0a7b512f49c636ca authored over 7 years ago
c/s and some comments

d3e0ca39823cd504241987b303fc9e2466d3ca66 authored over 7 years ago
Support CSS prefix being defined early

The CSS prefix that is part of the theme takes precedence over the prefix
supplied to the conver...

c8dc30246b904d7c932d99e32fb192b66977d687 authored over 7 years ago
Try alternative quoting for regex

Seems PHP 5.3 on travis is having an issue here. Locally (OSX) on PHP 7.0
all tests pass with si...

0dfcd9546806e45d2d6040f740a42241dad55da5 authored almost 8 years ago
Fix data set 9 in unit tests for PHP 5.3

46d96cf823779c8859052503439b4b5cf37b3b1f authored almost 8 years ago
Add .gitattributes to ignore build/test artefacts

85eb37e8125ce8116bd2d00194bdbe3b28c78f91 authored almost 8 years ago
Exclude PHPStan and DB requirements

ee40846cabe9bdca96ea9245d9b63e5fbfeba78f authored almost 8 years ago
Add travis support for unit tests and coverage

Test PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1 and hhvm

652b6cec6a2711722529721f8f1b7fca931f79bc authored almost 8 years ago
c/s

baf82a393f3aea9a4445c08f68a0ce79971fc35f authored almost 8 years ago
Allow \SensioLabs\AnsiConverter\AnsiToHtmlConverter to be injected

As a consequence, the need to be able to set a theme at run time, rather
than at compile time is...

823f73a321435ebcc7d1cf047afb46d5e59b7831 authored almost 8 years ago
fixed CS

02598b975c510e9e7d07d0be0a89c7a6b43464d6 authored over 9 years ago
feature #10 Substitute invalid Unicode codepoints in input-string with unicode "replacement character" instead of returning an completely empty string in htmlspecialchars (derpue)

This PR was squashed before being merged into the 1.1-dev branch (closes #10).

Discussion
-----...

6a5e1ff9166c544efc13a016e0a9f6cce3229691 authored over 9 years ago
Substitute invalid Unicode codepoints in input-string with unicode "replacement character" instead of returning an completely empty string in htmlspecialchars

b83a045a7f0c84a64412acaa6517adb783605c49 authored over 9 years ago
minor #5 minor corrections (cordoval)

This PR was merged into the 1.1-dev branch.

Discussion
----------

minor corrections

|Q ...

fd0aa98170e12131ab989c39252df076cff60121 authored almost 10 years ago
minor corrections

ab8da07055078d534fe70bb4a6b3c37c1c445626 authored almost 10 years ago
minor #8 Make default colors for inline and class styles same (skolodyazhnyy)

This PR was merged into the 1.1-dev branch.

Discussion
----------

Make default colors for inli...

3f08b0178edf8d0a9a211e1c6d7a48d8d021f532 authored about 10 years ago
Make default colors for inline and class styles same

fa7d1ac0d2590e50293ec6a7732a2c6acd30d2d1 authored over 10 years ago
bumped version to 1.1

92d2ef7ffba5418be060d8ba8adaf7223d741f93 authored over 10 years ago
feature #6 Added twig ext (lyrixx)

This PR was merged into the 1.0-dev branch.

Discussion
----------

Added twig ext

fixes #4

Co...

e5b05133d0a564f8993bdb691a53f74b1842c742 authored over 10 years ago
Added twig extension

46fe5aa742f57df6d681c2ff76b7c9e68df6c308 authored over 10 years ago
bug #3 fix convert underline to html style (adam187)

This PR was squashed before being merged into the master branch (closes #3).

Discussion
-------...

34f153f2d8dd4ec2bb721154f61f0acb61bedaca authored over 11 years ago
fix convert underline to html style

2ff3a9c7b05c70afcfad5fbcd009a8ce006207ae authored over 11 years ago
added a test for #2

88928fcbb2be1c5831fd91f7f9795fe5b13446f3 authored over 11 years ago
merged branch retiolum/master (PR #2)

This PR was merged into the master branch.

Discussion
----------

Fix problem with incomplete e...

f14da5333c0044567cd1b2cd0139366dac10be60 authored over 11 years ago
Fix problem with incomplete end sequences

Some terminals seem to not issue the complete end sequence '[0m' for returning to default color,...

f7aa50d5296cd54b951531d9d81b24a0812c9957 authored over 11 years ago
fixed carriage return handling (not perfect but good enough most of the time)

33301183a4594222e9b981b2e684ebdd2600a21a authored almost 12 years ago
fixed tests

8899002952d43a3d9261f5688ff20d742e38db7a authored almost 12 years ago
fixed a bug with bright colors

ae565211068afca2bc40de88c15db915ac0a203b authored almost 12 years ago
added initial code

ab21fe6d108c5f0521b5c1210a1754b10aab7d67 authored almost 12 years ago