Ecosyste.ms: OpenCollective

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

Leaf PHP 🍁

We're building simple but powerful software that powers apps and APIs from all over the world πŸš€
Collective - Host: opensource - https://opencollective.com/leaf - Website: https://leafphp.dev/ - Code: https://github.com/leafsphp

fix: catch module.parent.filename === undefined (#1053)

It happened with electron.js. Maybe some wrapper module has a native nature

github.com/leafsphp/watcher - 4c81e9aa52de6dc2c7fded3dc98838318137a41d authored over 7 years ago
chore: remove io.js references (#1070)

github.com/leafsphp/watcher - 16133942a6a65f89baeb29e1020d6b92bd9328e4 authored over 7 years ago
chore: update update-notifier (#1083)

github.com/leafsphp/watcher - 8204b69229d920a3530a8aed93843a4a8145ca69 authored over 7 years ago
docs: typo (#1059)

typo

github.com/leafsphp/watcher - 8ef739af4386e8858dd9adbb14faf4aedb0a18e1 authored over 7 years ago
added docs for Handler constants

github.com/leafsphp/exceptions - 29d6024aa5812acfb98064ff065c63b946db749d authored over 7 years ago
fix: update readme

github.com/leafsphp/watcher - 34262245efbebc1bad63c181da06583fd6b1d9de authored over 7 years ago
Merge pull request #521 from decadence/patch-1

Update Open Files In An Editor.md

github.com/leafsphp/exceptions - 2cb6120e930d2bc67d9da49d282aec4555aedaea authored over 7 years ago
Update Open Files In An Editor.md

github.com/leafsphp/exceptions - a3aac05376d877287e5cd2c14ac444a931efac31 authored over 7 years ago
Remove outdated builtin editors list... (#520)

* Remove outdated builtin editor...

... and replace by the the dedicated page url.

* fix w...

github.com/leafsphp/exceptions - 5c1d43f63f26599de3a07253a371db374752b006 authored over 7 years ago
Make PrettyPageHandler more easily extendable (#517)

separate code and frames extraction

github.com/leafsphp/exceptions - ffbbd2c06c64b08fb47974eed5dbce4ca2bb0eec authored over 7 years ago
Merge pull request #516 from staabm/patch-1

safe unnecessary php_sapi_name() func call.

github.com/leafsphp/exceptions - 324905f307e837bcdb5731d31f4496e6e2ceb1b4 authored over 7 years ago
safe unnecessary php_sapi_name() func call.

use builtin constant PHP_SAPI instead.

github.com/leafsphp/exceptions - 521565a485595bc72fca05d323c17fc4e40371b8 authored over 7 years ago
Merge pull request #512 from davispuh/patch-1

Don't hide horizontal panel overflow

github.com/leafsphp/exceptions - b8e9e687151242e0c634ab90f880bc0156be54ed authored over 7 years ago
Merge pull request #513 from tradzero/master

Add open referenced files support for VSCode

github.com/leafsphp/exceptions - b10caaf604a3b70c4b79f987352e3ffe5b86f0d0 authored over 7 years ago
change single quotes to double quotes, and added documention for open file doc

github.com/leafsphp/exceptions - e7e5df001da2d24c288a0c886a7bc9f29fe608d8 authored over 7 years ago
Add open referenced files support for VSCode

github.com/leafsphp/exceptions - 25f6d6f91e0a2d1e3028757f9ef053a1d6971623 authored over 7 years ago
Don't hide horizontal panel overflow

We need scrollbar because otherwise when DataTable row is too long it's cut and not visible

github.com/leafsphp/exceptions - 06b596bf6ca09dc49c7e01a874d3443ff0b2f8a0 authored over 7 years ago
Merge pull request #510 from zonuexe/plain-text-handler-format

Impl PlainTextHandler::dump()

github.com/leafsphp/exceptions - 704888926af713aa6e007d77171ebb4a93cb3a46 authored over 7 years ago
Modify private method test using TestCase::callPrivateMethod()

github.com/leafsphp/exceptions - 7d7f8fef8e890ed90a1b8971d7dcca79dfcf5c2d authored over 7 years ago
Make PlainTextHandler::dump() protected

github.com/leafsphp/exceptions - 7b956f468b136a4e2fc39bf608d16f1772157124 authored over 7 years ago
Impl TestCase::callPrivateMethod()

github.com/leafsphp/exceptions - 46db0f150ddf293060e354dac22ef29107f95798 authored over 7 years ago
Revert "fixup! Impl PlainTextHandler::dump()"

This reverts commit fd653d956822f862c0ce16401282cb8677dbf08c.

github.com/leafsphp/exceptions - ce426d665d8df2262108f64e891da7a0f7952d24 authored over 7 years ago
Revert "fixup! Add Test for PlainTextHandler::dump()"

This reverts commit ee0e9c08d9d7e019ab982f775ca050e4dcba5db1.

github.com/leafsphp/exceptions - a9ca5d639a79e096f4772abf6eccc037f9ed6fac authored over 7 years ago
docs: vertical rhythm (#1055)

[skip ci]

github.com/leafsphp/watcher - 7b39b45194e3d83e50df18aa821b667f62862128 authored over 7 years ago
fixup! Add Test for PlainTextHandler::dump()

github.com/leafsphp/exceptions - ee0e9c08d9d7e019ab982f775ca050e4dcba5db1 authored over 7 years ago
fixup! Impl PlainTextHandler::dump()

github.com/leafsphp/exceptions - fd653d956822f862c0ce16401282cb8677dbf08c authored over 7 years ago
Fix line numbers

github.com/leafsphp/exceptions - 8504ebd76045bdad4f1843a4751791e3029d2571 authored over 7 years ago
Add Test for PlainTextHandler::dump()

github.com/leafsphp/exceptions - 78f1da579d5c2e8d5fdafb1d4ce9c233861f242b authored over 7 years ago
Impl PlainTextHandler::dump()

This function is a wrapper or alternative to var_dump(),
which makes it easy to set the output f...

github.com/leafsphp/exceptions - a7546f1c60cf760e71dd3a4322671b644429b0e4 authored over 7 years ago
Merge pull request #505 from staabm/patch-1

hide opener (security) and referer (privacy) from external site links

github.com/leafsphp/exceptions - 69b85362a25a20ff6b6783187c95ff4f2cfe6e81 authored over 7 years ago
hide opener (security) and referer (privacy) from external site links

for in-detail background see https://mathiasbynens.github.io/rel-noopener/

github.com/leafsphp/exceptions - a36d3a02399e955b4ee2112bfa030b0fbddf9af3 authored over 7 years ago
Merge pull request #501 from staabm/docref

Support phps' docref_root ini-param. Fixes #499.

github.com/leafsphp/exceptions - b238974e1c7cc1859b0c16ddc1c02ecb70ecc07f authored over 7 years ago
Support phps' docref_root ini-param. Fixes #499.

github.com/leafsphp/exceptions - 0e9ce65d65c2624f5ff7a5264af50272324e3931 authored over 7 years ago
Fixup PHP 5.5.9 on Travis

github.com/leafsphp/exceptions - c9d2e18b81559896a6700b209d08f875edf8f7c3 authored over 7 years ago
Merge pull request #503 from staabm/msg

use dedicated getExceptionMessage() method

github.com/leafsphp/exceptions - 57569ab75dc4540afc799e1836e2f29fb2a1b6fd authored over 7 years ago
Fix HHVM in Travis

https://github.com/travis-ci/travis-ci/issues/7712

github.com/leafsphp/exceptions - b0c2ef20915275656b29862a817589b0c0773fe1 authored over 7 years ago
Merge pull request #502 from staabm/whitespace

fixed whitespace

github.com/leafsphp/exceptions - b9a6ae2889cf84c4c511277234437bb999a61009 authored over 7 years ago
use dedicated getExceptionMessage() method

github.com/leafsphp/exceptions - 1b31a21cf168cfcdd3f274dcb66f6eef0a5eb73a authored over 7 years ago
fixed whitespace

github.com/leafsphp/exceptions - 7b195385d098b82fd8b04cf0d52341d1578f3a94 authored over 7 years ago
Merge pull request #498 from staabm/patch-1

Fixed XSS vulnerability in plainText rendered content. Closes #497.

github.com/leafsphp/exceptions - a7a851b104508570f8361c31d8559a3934d2e023 authored over 7 years ago
Fixed XXS vulnerability in plainText rendered content. Closes #497.

github.com/leafsphp/exceptions - 4f34cb444433f9bd99636094f970c5bed85e8d91 authored over 7 years ago
Delete CNAME

github.com/leafsphp/watcher - f9fc9622f1ecbef102a8b57ad0f85bab91ae763a authored almost 8 years ago
Create CNAME

github.com/leafsphp/watcher - 0b367d53b36002d71895dae1c224d6e5c55ed389 authored almost 8 years ago
docs: move to github pages hosting

github.com/leafsphp/watcher - 5c71aaee2ff5abbe99e856bb470800996a94b501 authored almost 8 years ago
Merge pull request #492 from ottnorml/feature/DuckDuckGo-search-suggestion

DuckDuckGo search suggestion

github.com/leafsphp/exceptions - c871522057a16d2040bf97ba7be77a15ffa2e5e1 authored almost 8 years ago
Adds DuckDuckGo search suggestion

github.com/leafsphp/exceptions - fd43f33b7aabdeccec0323dd39ddfa874afe71b1 authored almost 8 years ago
docs: add design principle

github.com/leafsphp/watcher - 7352a4c716e5c95495bffc11dfdbcf27eee7e664 authored almost 8 years ago
chore: update site to https

[skip ci]

github.com/leafsphp/watcher - 8c1fd441b7d925bbd725351e761b292effdb0016 authored almost 8 years ago
Merge pull request #486 from staabm/patch-1

fixed undefined index $GLOBALS when auto_globals_jit is enabled

github.com/leafsphp/exceptions - f2950be7da8b8d6c4e77821b6c9d486e36cdc4f3 authored almost 8 years ago
Update PrettyPageHandler.php

github.com/leafsphp/exceptions - 4b12547c38988d7a38af24b7d7fe41a149a41580 authored almost 8 years ago
Update PrettyPageHandler.php

github.com/leafsphp/exceptions - d928d9bc72c188fa7fa0345a04571789850cd8a9 authored almost 8 years ago
Update PrettyPageHandler.php

github.com/leafsphp/exceptions - 7bb5d5b54237c2997f084a4249ef77760eec7546 authored almost 8 years ago
Update PrettyPageHandler.php

github.com/leafsphp/exceptions - e319f72b90dcf227f9f3475db8a4944dbbbe6567 authored almost 8 years ago
Update PrettyPageHandler.php

github.com/leafsphp/exceptions - 1584b29f4e5c2d422497cc00eeac93d4927c4ec9 authored almost 8 years ago
fixed undefined index $GLOBALS when auto_globals_jit is enabled

github.com/leafsphp/exceptions - e316e7d257e4491758bf0bbd9081dd83c7f27e09 authored almost 8 years ago
Merge pull request #484 from staabm/patch-1

added psr/log to required dependencies

github.com/leafsphp/exceptions - 1a8192deae1f35aabc3a73aad19cd07c68091dd1 authored almost 8 years ago
added psr/log to required dependencies

github.com/leafsphp/exceptions - f285417f0442b486370cd980a7218a0baa3ae01d authored almost 8 years ago
Merge pull request #479 from gharlan/application-root-path

allow to change the application root path

github.com/leafsphp/exceptions - 92bdc6800ac6e233c9e161a1768e082389a73530 authored almost 8 years ago
allow to change the application root path

github.com/leafsphp/exceptions - d2829561cadbbebaa2414508ce4cc2a7ef346a64 authored almost 8 years ago
Merge pull request #482 from staabm/blacklist

Allow sensitive data contained within one of the superglobal arrays b…

github.com/leafsphp/exceptions - d5937b82eb22329bf35a10d43ad8ec71538f579d authored almost 8 years ago
Allow sensitive data contained within one of the superglobal arrays beeing masked.

github.com/leafsphp/exceptions - 021679a2a6f7e21ec518e235acd619319d942ebe authored almost 8 years ago
Ditch 5.5 on Travis

github.com/leafsphp/blade - b368f9e2474a2a50a077c74b28a16cab7773d932 authored about 8 years ago
Use vendor phpunit on Travis

github.com/leafsphp/blade - a75657a81716d4790ef2ea159d6775f36db6b89e authored about 8 years ago
Merge pull request #474 from sergeyklay/editor-improvements

Improved PrettyPageHandler::getEditor

github.com/leafsphp/exceptions - 4df0f6ec6742f6a64958a200836126e7c28502bb authored about 8 years ago
Improved PrettyPageHandler::getEditor

github.com/leafsphp/exceptions - 2d523f5d725981f60794ae5374766a1496717427 authored about 8 years ago
Merge pull request #472 from sergeyklay/patch-1

Fixed JsonResponseHandler::setJsonApi PHPDoc

github.com/leafsphp/exceptions - bfd3413465a8b9a99731dfebe40b8c347f8bf0aa authored about 8 years ago
Fixed JsonResponseHandler::setJsonApi PHPDoc

github.com/leafsphp/exceptions - a05cb119e513df1fa223ac3bfe56b410f31cfa70 authored about 8 years ago
Merge pull request #470 from GrahamCampbell/headers

Deal with header sending correctly

github.com/leafsphp/exceptions - 2abce9d956589122c6443d6265f01cf7e9388e3c authored about 8 years ago
Deal with header sending correctly

github.com/leafsphp/exceptions - 5e87625387ce0c84a106733bf12c4ea568e30d06 authored about 8 years ago
Merge pull request #466 from stephan-v/patch-1

Typo fix.

github.com/leafsphp/exceptions - 4bbb334b3a3152827b3767d333f907f6834e7c5e authored about 8 years ago
Add link to Zend 3 integration, close #463

github.com/leafsphp/exceptions - 59a1f34586210e4268517376fd757617fafa5957 authored about 8 years ago
Merge pull request #462 from undercloud/patch-1

Update TemplateHelper.php

github.com/leafsphp/exceptions - f4d9b96000f51c648011bcd76651b56f54cfc80b authored about 8 years ago
Update TemplateHelper.php

github.com/leafsphp/exceptions - f16e672e7b527d8671bc47c3330f02ed32b28784 authored about 8 years ago
Merge pull request #459 from luismulinari/feature/add-tests

Added some tests

github.com/leafsphp/exceptions - 16471c3aca2ae1cdc7b68f1d15a866da601ed2d0 authored over 8 years ago
Merge pull request #458 from PHPCraftdream/master

more detailed partitioning of layout for easy redefinition layout items

github.com/leafsphp/exceptions - fd6dd1e6765f4a1d7d5646085abb9e2cf48d5db2 authored over 8 years ago
more detailed partitioning of layout for easy redefinition layout items

github.com/leafsphp/exceptions - 111cc1656ec92282c36c04e0aa89501ad20727df authored over 8 years ago
Add applicationPaths to the example

github.com/leafsphp/exceptions - 3f5cbd0e6a2fc17bc40b0238025ef1ff4c8c3efa authored over 8 years ago
Merge remote-tracking branch 'jonasdt/app-frames'

github.com/leafsphp/exceptions - 50f5a538010256c98f0e5271f67df89031826fb9 authored over 8 years ago
Merge remote-tracking branch 'jonasdt/ui'

github.com/leafsphp/exceptions - 2957e035d80c636f2e9e22d2832c479bd24f6a86 authored over 8 years ago
Alphabetize documentation on editors

github.com/leafsphp/exceptions - 3a4cf515a8bcb002d4ea09ac5aafb9417871d9fc authored over 8 years ago
Documentation on IDEA

github.com/leafsphp/exceptions - 300a16ba78c208b106f0135e1dab1bf868d2be12 authored over 8 years ago
Note about silencing errors

github.com/leafsphp/exceptions - e54d5af7b47a551f47c1649b243c0aa3ffb7cf65 authored over 8 years ago
Merge pull request #449 from msheakoski/patch-1

Add IntelliJ IDEA support

github.com/leafsphp/exceptions - a73177b6a69d0e007c8ab49b5a7e78022f4e7e72 authored over 8 years ago
Merge pull request #451 from funivan/master

Add silencedPatterns getter

github.com/leafsphp/exceptions - a5083c9e4e19b9f514ebfca15c59128f6cb92545 authored over 8 years ago
feat: add support for customisable signal

github.com/leafsphp/watcher - 2cd85b1f609e9749d19afcdbd71368e6ab063f9d authored over 8 years ago
docs: minor FAQ update (#905)

[skip ci]

github.com/leafsphp/watcher - af66ae674b32ce35038d0cba449e436f91edbdb6 authored over 8 years ago
docs: delay option in nodemon.js (#914)

Closes #324

[skip ci]

github.com/leafsphp/watcher - bf212f5e05890484c627a21228cfd3bef6624df8 authored over 8 years ago
docs: Fixes to README (#918)

[skip ci]

* docs: Document missing default ignores

`.nyc_output` and `coverage`, which se...

github.com/leafsphp/watcher - ab41ad7575f4f2823f7205d6f5182713cb1fe70b authored over 8 years ago
docs: forking should be cloning

I’ve expanded it to β€œcloning with git” for clarity.

github.com/leafsphp/watcher - a33198258309d9ae8645c86030b6bbfdfe1b9244 authored over 8 years ago
docs: Document missing default ignores

`.nyc_output` and `coverage`, which seem to come from here:
https://github.com/novemberborn/igno...

github.com/leafsphp/watcher - 027279f0d69b3ebcf9b95e8c06075021be5ebfe8 authored over 8 years ago
Merge pull request #456 from vinkla/patch-2

Update composer.json

github.com/leafsphp/exceptions - f4a3d87b72702be8bd28ffaeb65a01b0cb57f3bc authored over 8 years ago
Add new homepage url

github.com/leafsphp/exceptions - 177f5a94185e99fe5a382d6d284b9813d77f0896 authored over 8 years ago
Merge pull request #455 from vinkla/patch-1

Test on PHP 7.1

github.com/leafsphp/exceptions - 7c1efd506cddd828c0acd96653c5393b99426acd authored over 8 years ago
Update composer.json

1. Removed default homepage url (packagist will use the github url by default)
2. Update the ph...

github.com/leafsphp/exceptions - 056dda4bf0a1f71edcba861534919e5979d4186b authored over 8 years ago
Test on PHP 7.1

Added tests on Travis PHP version 7.1

github.com/leafsphp/exceptions - 315ea65949546ed2ba676f69cb2f1afdf23c0ed4 authored over 8 years ago