Ecosyste.ms: OpenCollective

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

github.com/voku/kint

Kint - a powerful and modern PHP debugging tool. [Fork]
https://github.com/voku/kint

updated composer with 5.1 compatibility

afcf2a0ae99eac9fb8089fb3fdecacecc201b202 authored about 10 years ago by raveren <[email protected]>
Compatibility with 5.1 + some features disabled for < PHP5.3

Does not break if included multiple times
Html view improvements
Bugfixes & optimizations

3121c39557a69c768d6d6f090166345139adf9e2 authored about 10 years ago by raveren <[email protected]>
More compatibility fixes

372289d98320dab3a2780852987786060c702dda authored about 10 years ago by raveren <[email protected]>
Fixed compatibility issues with older PHP5 versions

Some formatting improvements

ffe072761a8ec13ec8aa1df01ddbb5672b4019b6 authored about 10 years ago by raveren <[email protected]>
Fixed line endings in overview.php and removed the scripts directory as I cannot assure it's up to date, working and up to Kint's standards (sorry)

5ee9217adfc964f318f66b3f4027e984fe728e1b authored about 10 years ago by raveren <[email protected]>
DEPRECATED `dd()` in favor of the identical `ddd()`

heavily improved cli & plain display - eg. plain now uses html colors. There's whitespace mode (`...

36cf9e60ef4279e75f24c21ee1ffe385f7fedf45 authored about 10 years ago by raveren <[email protected]>
uh, missed a bug

d3419beff7e27be75af0df00525dac98ceaa8dc8 authored about 10 years ago by Rokas Šleinius <[email protected]>
fixes #135

752afe5dfc4505ba635c0e7c048111346de60d5f authored about 10 years ago by Rokas Šleinius <[email protected]>
Rethought plain text display, made plain traces awesome, CLI output more readable, removed useless features, squashed bugs

[!] This build will break your app if you are using Kint::$enabled instead of Kint::enabled(), s...

b680b84c8a52499c69493167a9c2c695e14d500d authored over 10 years ago by raveren <[email protected]>
Huge update, months of work, I'm piling all these changes together so I don't break any commit. Notable changes:

* removed ajax detection and all associated features :(
* Kint::enabled() can now be used to fo...

1a466e2f03eede375e574998b5db4b3d65949942 authored over 10 years ago by raveren <[email protected]>
Fix #110

593b1c3af298204cf92780ba62985e479fb62b74 authored over 10 years ago by raveren <[email protected]>
Merge pull request #128 from GrahamCampbell/patch-1

Added a 0.9 branch alias

d4780fc6e974f00c427c1fd2492dca4dcd636704 authored over 10 years ago by Rokas Šleinius <[email protected]>
Added a 0.9 branch alias

92b9e86ddfda0d92b18ce12473f986b5d002fd83 authored over 10 years ago by Graham Campbell <[email protected]>
Merge pull request #126 from efalder413/master

swapped class order to fix #117

cd801406b28cfa74d257bbd4f9e9fdddf59390c5 authored over 10 years ago by Rokas Šleinius <[email protected]>
Update parser.class.php

swapped class order to fix #117

5bb685e2f2ae9dfdd47b59d98892f14859847401 authored over 10 years ago by efalder413 <[email protected]>
Merge pull request #112 from GrahamCampbell/patch-1

Added 1.0 Branch Alias To `1.0.0-wip` Branch

4ffa2cbad67e5ca15abd902e3b148c72e93dbeae authored over 10 years ago by Rokas Šleinius <[email protected]>
Update composer.json

be4b0cab4c134933c96d967229dddbfd7f23dbb0 authored over 10 years ago by Graham Campbell <[email protected]>
#110

590e3fcc3fd4234a8d5e844ce783c82464401d7f authored almost 11 years ago by Rokas Šleinius <[email protected]>
Update README.md

991203253582980224d00d4b0f71d74788940638 authored almost 11 years ago by Rokas Šleinius <[email protected]>
Update README.md

b131e0d67c6c3b4506da796ae473ae134e59816b authored almost 11 years ago by Rokas Šleinius <[email protected]>
Fixes #108

16739cbd1a60045c921115555b52bc0479b8ce8e authored almost 11 years ago by raveren <[email protected]>
Improved CLI display, fixed stupid bugs, added sane defaults

7a8ae071f68e233fffe1bc486ef5208dc26919f2 authored almost 11 years ago by raveren <[email protected]>
made ajax detection an opt-in feature

4a9cc780405fd4c54cdd6457c68a0d4ad55f37d2 authored almost 11 years ago by raveren <[email protected]>
Maintenance update

* fixed multiple dumps in ajax calls
* improved minitrace display, styled it more consistently ...

cd7977ea3b84fcdb7b45ca79e3faaacdaf9f3eb5 authored almost 11 years ago by raveren <[email protected]>
Minor consistency & performance increases

f5bb19c5afc5fb815c40cb090c046b3a1c4b739d authored about 11 years ago by raveren <[email protected]>
Fixed a couple of bugs; Fixes #84

3d5468eca37d221482a449cdab30348ba652b14e authored about 11 years ago by raveren <[email protected]>
TWO NEW MAJOR FEATURES! And a few smaller ones.

1) Cli output with colors and no HTML escaping!
2) Calls to Kint in background ajax calls are p...

e6b3d7a10045297b4b5fb8f2518a0984c52a9b35 authored about 11 years ago by raveren <[email protected]>
ArrayObject proper handling, finally

2bcd2e5f54d5da3dabbd3a3d0663a422f41bf645 authored about 11 years ago by raveren <[email protected]>
Minor inconsistencies and miscellaneous fixes

cbb46ecc500a8bf043b8738a4b09f31190e8a971 authored about 11 years ago by raveren <[email protected]>
Added Bitdeli tracking badge

24a15aa6e666aa9492f4bb43b48a3dbf531014ac authored about 11 years ago by Rokas Šleinius <[email protected]>
Reverted to array-based analysis of objects as it provides much more info about variables in most cases. It is now coupled with Reflection based info for 100% of available information.

17e591660a47f7416e8c85ff41c4b049a13d33fd authored about 11 years ago by raveren <[email protected]>
Re-enabled objectIterateable parser.

a68504b135b364fb36a9a89ce5626fc630d7f3c6 authored about 11 years ago by raveren <[email protected]>
NEW FEATURE: made microtime to relatively color `SINCE LAST CALL` entries http://i.imgur.com/Cjp8J4B.png

8c96577f68a7f2fb2068e9276fa23170738cee00 authored about 11 years ago by raveren <[email protected]>
Merge pull request #92 from aljinovic/1.0.0-wip

changed tabs layout in aante-light theme

d941530c5da05f321a31f546817e4dfcaf8bdd99 authored about 11 years ago by Rokas Šleinius <[email protected]>
changed tabs layout in aante-light theme

b3a99016de5b597f87b5bc8e024e4f4339256175 authored about 11 years ago by Ante Aljinovic <[email protected]>
added multiple variable dump to example

e0843ade019e495f09712c7df165b74d5d87faa0 authored about 11 years ago by raveren <[email protected]>
Improved spacing & borders of Gray theme by https://github.com/aljinovic & renamed it to aante-light

ea3bcfd19bf8793ddb4733423c36484f9d6c76d6 authored about 11 years ago by raveren <[email protected]>
minor bugfixes

bdca51869a97dfeb3d7addada11acf16c6a0f82b authored about 11 years ago by raveren <[email protected]>
Added filesystem path parser that does its best (no guarantees though) to recognize file paths. Improved SplFileInfo parser a bit.

dc5da89a140d662a1a04e4b36c3b3a0e4f06de2f authored about 11 years ago by raveren <[email protected]>
Added link to object declaration in source where applicable

a27b454f52c529d53bbfd15eb985780a2951cac7 authored about 11 years ago by raveren <[email protected]>
Made display more consistent, performed some spring cleaning on LESS

a544305a23180a6ac7873078f9ffeafa91c590fb authored about 11 years ago by raveren <[email protected]>
Merge pull request #89 from aljinovic/1.0.0-wip

gray theme

5498a8331329fa8a758805ffc34adc03d3b99410 authored about 11 years ago by Rokas Šleinius <[email protected]>
new theme (gray), small changed in overview example

1f205ac1ae68b2ec96b916e9b76db190ee497172 authored about 11 years ago by Ante Aljinovic <[email protected]>
Merge pull request #88 from aljinovic/1.0.0-wip

added kint overview example page

02dd08a6c2da9becca7ae40ac89dda9196d9d19d authored about 11 years ago by Rokas Šleinius <[email protected]>
sorted themes in overview example

5c9480cf7957811766b5a70085542df61a61238f authored about 11 years ago by Ante Aljinovic <[email protected]>
* added kint overview example page

* replaced static:: with self:: - php 5.0 doesn't support it

3efeb3a2cc23dfb8dd38285aeae7bef0819b6086 authored about 11 years ago by Ante Aljinovic <[email protected]>
improved trace recognition

d2d34fcc51481b257686342fa5a0a91e03e7f363 authored about 11 years ago by raveren <[email protected]>
Bugfix for open in new window

c6fa97e91f33d22110f02db96329ffadc9a677f5 authored about 11 years ago by raveren <[email protected]>
Exchanged ArrayObject parser for a more generic Iterable Object one. Still need to find a way for ReflectionClass to properly differentiate between iterables and other properties.

6b89cfe4f2f06d3727f6e34fd00921a4718d4f35 authored about 11 years ago by raveren <[email protected]>
* Added mini backtrace to every `called from` information display!

* Made text-only trace more verbose
* Added open-in-new-window functionality to everywhere callee...

29111a6ab0ad1cfa15850a23daaf9e22fe58c69a authored about 11 years ago by raveren <[email protected]>
Merge pull request #86 from aljinovic/1.0.0-wip

* Fixes #46 (implemented "open in new window")
* fixed the bug with `_stepIsInternal()` method...

62b8029870a3b8e8accd01c63080b3cc872fcec1 authored about 11 years ago by Rokas Šleinius <[email protected]>
* implemented "open in new window"

* fixed the bug with _stepIsInternal() method which didn't detect call_user_func_array inside Kin...

0a7d8cb721cb152d5daaa2e3f27349ad7282d682 authored about 11 years ago by Ante Aljinovic <[email protected]>
streamlined initialization a bit

de6d584bb451d899c5ed93a747f95c68e9709896 authored about 11 years ago by raveren <[email protected]>
spl_object_hash implementation for <5.2 PHP versions

fbaef9bbb6266a427acd6fd3beedc0bd0c41e0fb authored about 11 years ago by raveren <[email protected]>
if no class methods found, do not show tab

555cef4e986468823df3dd9cc2094ca31cadb305 authored about 11 years ago by raveren <[email protected]>
Update README.md

added initial contribution guidelines

aa4f10f0f5bdeabff515513f3a31388f196a5b5f authored over 11 years ago by Rokas Šleinius <[email protected]>
Fixed dd(1) shorthand

c41a74d5c98885f5fed887b399e8215bb3f41214 authored over 11 years ago by raveren <[email protected]>
created proof of concept object parser that replaces the default output instead of providing an alternate display. Added Smarty v3 parser as it's a known culprit for hanging browsers due to enormous amount of static variables. It now only displays assigned variables and minimal configuration.

Fixes #80

Multiple minor issues fixed

da6d4886c65cdc9c392419b6fd82414c3ccd3aad authored over 11 years ago by raveren <[email protected]>
Merge pull request #79 from pborreli/patch-1

Fixed typo

56f995a5f8eccbb814dad195dc34d1aa963301d6 authored over 11 years ago by Rokas Šleinius <[email protected]>
Fixed typo

b58fd05de9a32ef2be01fa2f19cf4ae83f48df7f authored over 11 years ago by Pascal Borreli <[email protected]>
Two new features: combine modifiers and automatic return-instead-of-output.

Kint will now detect when its output is assigned to something, making the @ modifier redundant i...

076e58c095b933647e0d03189a5d6be5b98d35f3 authored over 11 years ago by raveren <[email protected]>
Another fix to the no-longer-flimsy trace array detection

54fd501f2ebbdaad12d3e2435c219b0c798416c6 authored over 11 years ago by raveren <[email protected]>
minor change to microtime parser

90f2fa79603568059b7365a0f9e4f505b1cb2147 authored over 11 years ago by raveren <[email protected]>
Improved trace detection & fixed namespaces collision with modifiers

10b1a55e70d4c6874026da706d9ae9ec457ce204 authored over 11 years ago by raveren <[email protected]>
trace fixes

b1cf1605375ccf2570a512ce86becce3c5f61d77 authored over 11 years ago by raveren <[email protected]>
bugfix for trace - again

4962e3d50572e91a4cff2b2459e8ca2dbafc7e5c authored over 11 years ago by raveren <[email protected]>
bugfix for trace dumping & improved trace array detection

000571653ea7dace2858623323610e2ecdbd10aa authored over 11 years ago by raveren <[email protected]>
Fixed #35 + trace takes advantage of modifiers now

d36dd4893c94ca72416d08f5f9042395ccd03ad7 authored over 11 years ago by raveren <[email protected]>
Fixes #77

b1f2e3fbad27de3d24f7228a975853fcf955166d authored over 11 years ago by raveren <[email protected]>
* text-only output uses same dump engine as main kint

* dynamic callees to kint are configurable
* various bugfixes

85d58c5dde887dd3ad7c1ef75371e8394325f0bc authored over 11 years ago by raveren <[email protected]>
Changed licence to MIT

ada810111ced4e3a926b4040da9b86442e43b613 authored over 11 years ago by raveren <[email protected]>
Update README.md

5de72698494bad75ebfbb76b04fad9ef60fb0ec7 authored over 11 years ago by Rokas Šleinius <[email protected]>
Merge pull request #71 from mcd-php/patch-1

FIX: Crash on @thobbs/phpcassa objects with UUIDs

7220259ffb228626d29dc4143738a8d4e7c8c31f authored over 11 years ago by Rokas Šleinius <[email protected]>
FIX: Crash on @thobbs/phpcassa objects with UUIDs

Error was:

PHP warning
mb_strlen(): Unknown encoding ""
raveren/kint/parsers/pa...

3cde31b485d5a0004f934e2ef51a0f1226bb9055 authored over 11 years ago by mcd-php <[email protected]>
Merge pull request #66 from Rarst/solarized-tweaks

Tweaked Solarized themes

bcd082f6d63140f4a921b111e53f03db3ec2f158 authored over 11 years ago by Rokas Šleinius <[email protected]>
Compiled LESS after Solarized tweaks.

20a59d5c616f130ea7d0f2281d221d9f00493ca2 authored over 11 years ago by Andrey Savchenko <[email protected]>
Adjusted color pairs to standard in Solarized. Adjusted colors to same as Dark.

6b00ce3601dbd5fd9c05e63910893f2e4bfd0cfe authored over 11 years ago by Andrey Savchenko <[email protected]>
Adjusted color pairs to standard in Solarized Dark.

aaa9203317ee88fea03d2f9d0ad9e8811b871d68 authored over 11 years ago by Andrey Savchenko <[email protected]>
Fixed external stylesheet overriding text color in code blocks.

29454fa816b5ae5b6e92cfc758ff478f662c441f authored over 11 years ago by Andrey Savchenko <[email protected]>
Merge pull request #65 from will123195/master

Add a line break after s() output

bc41e765f4a5cfaa85b868c295af239861389dd1 authored over 11 years ago by Rokas Šleinius <[email protected]>
add a line break after `s()` output after the `</pre>`

cfa9c6d72d0c4747a97ab834333c76712f97f95c authored over 11 years ago by will123195 <[email protected]>
Merge remote-tracking branch 'upstream/master'

8da53c2e76b64a88549bbd890d6faa02d844ec47 authored over 11 years ago by will123195 <[email protected]>
Merge pull request #63 from aljinovic/master

Fixed accidental misuse of $className variable in classmethods parser

f85c7e9c456636fac3c7a8bd59e465a9ae88506c authored over 11 years ago by Rokas Šleinius <[email protected]>
fixed accidental missuse of $className variable in classmethods parser

854f4359f35e7df75917e386a326dbc7f02f6010 authored over 11 years ago by Ante Aljinovic <[email protected]>
quick bugfix to previous commit

dd9edbaadab6048fc9bbae18aef7f06cb6de5ccd authored over 11 years ago by raveren <[email protected]>
Improved variable name fetching slightly (namely namespace separator handling)

13bf0c7478be94e584baec0dcbb8f2c0c01a507d authored over 11 years ago by raveren <[email protected]>
Classmethod fixes:

* fix class not found error if a method parameter is of non loaded class
* escape docblock output

d1801a6e9a2ac055b50784e753f3e3df32de081a authored over 11 years ago by raveren <[email protected]>
class method parser no longer throws exception when a parameter is declared as using an un-included class

function doSomething(\non\existing\ClassName $param){};

4fe1f64c4693b5c615b316fc33287feb82d6cc38 authored over 11 years ago by raveren <[email protected]>
Merge pull request #62 from aljinovic/master

PHP documentation links for built-in methods

0bd6cf817e184cdc64e914beebb931fa88258703 authored over 11 years ago by Rokas Šleinius <[email protected]>
PHP documentation links

added PHP documentation links for built-in methods

c0b9946acd1f5992a43c3955229d92987fc9d853 authored over 11 years ago by Ante Aljinovic <[email protected]>
if an alternative parser returns something that can be represented in an alternative way, don't :)

d7023a3e74d47525a9abebaf95051e78ff8ab935 authored over 11 years ago by raveren <[email protected]>
Merge pull request #61 from aljinovic/master

Added caching to classmethods parser

added caching to classmethods parser
added inhe...

c770a3b38ac45c5f3955839317766987d694491e authored over 11 years ago by Rokas Šleinius <[email protected]>
Added caching to classmethods parser

* added caching to classmethods parser
* added inheritance definition
* added definition file po...

c4056518b31c47644345b3fdd5e2023af34c7503 authored over 11 years ago by Ante Aljinovic <[email protected]>
Merge pull request #60 from aljinovic/master

Added classmethods parser

173ee574e27bfdfcfafdde6bcf485e9b7425a288 authored over 11 years ago by Rokas Šleinius <[email protected]>
bugfix sort, default value array

44a8b18a76be08d2f8c22649a165abe0d47aea74 authored over 11 years ago by Ante Aljinovic <[email protected]>
Added class methods custom parser

2103367ee5e9459c2ebefb04b6831cf0ef15b5f3 authored over 11 years ago by Ante Aljinovic <[email protected]>
Added class methods custom parser

dde7979af7cbab0c05582d7b1b34b500a5f512cc authored over 11 years ago by Ante Aljinovic <[email protected]>
recompiled JS with closure using proper parameters, shaved of 30% js output

5b3b0c7bc63643183fc4551f0e97e351ca38d67b authored over 11 years ago by raveren <[email protected]>
text-align LESS changes compiled

1c48b9e4f50185e13fc36cce98b634e2632aa7b5 authored over 11 years ago by raveren <[email protected]>
Merge pull request #57 from vinculis/master

Fixed text align

c3b8cf043d8fa5e4e6274a63c320ffc8399f7cd1 authored over 11 years ago by Rokas Šleinius <[email protected]>