Denis
5f03095fae
TemplateHelperTest: enable escabe broken utf8 for 5.3
2014-03-31 07:03:44 +03:00
Denis
aa5b1f9ce5
TemplateHelper: cleanup consistent quote characters
2014-03-31 07:02:54 +03:00
Denis
5bfdc6465b
TemplateHelper: cleanup escape comments
2014-03-31 07:02:33 +03:00
Denis
26d60043a5
Merge pull request #188 from GrahamCampbell/fix
...
PHP 5.3 potential improvement
2014-03-31 06:58:40 +03:00
Graham Campbell
fe4666d6fa
Skip on hhvm too
2014-03-30 18:30:28 +01:00
Graham Campbell
9310d3d8db
PHP 5.3 potential improvement
2014-03-30 18:22:17 +01:00
Denis Sokolov
35115f7e7f
TemplateHelper: silent workaround for 5.3 for d76904a
2014-03-30 18:52:42 +02:00
Denis Sokolov
d76904a0d8
TemplateHelper: fix escape with broken utf-8, close #163
...
If the source file that triggered an exception, had an illegal
UTF-8 sequence (because, for example, it wasn't UTF-8),
when PrettyPageHandler would try to show its source on the screen,
htmlspecialchars would return an empty string, resulting in no
source on the screen.
The workaround at least shows question marks instead of the original
characters. Guessing the correct encoding and reencoding that
to UTF-8 is too much bother at this point,
and the current approach still works well enough to see
where the error is coming from.
2014-03-30 18:39:42 +02:00
Denis Sokolov
808efeba08
Merge remote-tracking branch 'maug/master'
2014-03-26 21:08:24 +01:00
Denis
a72c03a5fc
Merge pull request #182 from GrahamCampbell/fix
...
Improved Resources
2014-03-21 23:52:03 +02:00
Graham Campbell
3bcc26ca77
Fixed test
2014-03-21 21:42:33 +00:00
Graham Campbell
cd0726a346
Fixed getResourcesPath function
2014-03-21 21:38:46 +00:00
Denis
b9ff4bc4c6
Merge pull request #183 from GrahamCampbell/fixes
...
Minor Fixes
2014-03-21 23:33:43 +02:00
Graham Campbell
352756e5f1
Minor fixes
2014-03-21 21:26:59 +00:00
Graham Campbell
0fd7e9e2af
Improved resources
2014-03-21 21:04:02 +00:00
Marek Augustyn
0b3916876b
exit(1) instead of exit() terminating the script after handling an exception
2014-03-19 15:57:46 +01:00
Denis
a0731ddb5f
Merge pull request #178 from GrahamCampbell/feature/custom-css
...
Added custom css stylesheet functionality
2014-03-18 16:37:13 +02:00
Graham Campbell
7a456e1263
Added custom css stylesheet functionality
2014-03-17 20:30:33 +00:00
Denis
3a3c8f8f96
Contributing: add a note about updating documentation
2014-03-17 20:26:26 +02:00
Denis
4e5795fee2
PrettyPageHandler: handle where no code available
...
Close #176 and better UI when no code is returned by getFileLines.
2014-03-16 10:48:30 +01:00
Denis Sokolov
64b3191379
PlainTextHandlerTest: remove another brittle test
2014-03-13 11:51:45 +01:00
Denis Sokolov
2001542bca
PlainTextHandlerTest: remove a brittle test
2014-03-13 11:42:48 +01:00
Denis Sokolov
7284985e63
Deprecate Zend provider explicitly, close #171
2014-03-12 18:47:27 +01:00
Denis Sokolov
1df369d02f
PrettyPageHandler: clarify return type for getDataTables
2014-03-11 09:26:48 +01:00
Denis
a5ffa2a6a5
Merge pull request #173 from toopay/fix-readme
...
Use secure port for deps image
2014-03-09 14:50:47 +01:00
Taufan Aditya
d26f16ffa1
Use secure port for deps image
2014-03-09 20:42:40 +07:00
Denis
8f94e79d18
Readme: uncomment depending.in, as it's fixed now
2014-03-09 14:38:00 +01:00
Denis
b796262a30
Readme: add depending.in badge commented out
2014-03-09 12:02:14 +01:00
Denis Sokolov
e3d1ad7ff7
Frame: detect correct line in asserted code
2014-03-03 13:19:05 +01:00
Denis Sokolov
d6d4914af8
Inspector: add inner exception message as a comment
2014-02-28 12:42:29 +01:00
Denis Sokolov
3f4fc6148c
Inspector: correct the order of frame stack with nested exceptions
...
Fixes #151 , corrects d294a7e9 .
2014-02-28 12:34:07 +01:00
Denis Sokolov
8f1583cc99
FrameCollection: test that getArray does not modify FrameCollection
2014-02-26 17:51:59 +01:00
Denis Sokolov
0937fed4b4
FrameCollection: implements ArrayAccess
2014-02-26 17:49:30 +01:00
Denis Sokolov
bb9a7e065c
Readme: simplify installing further, provide a simple example right here
2014-02-26 17:23:40 +01:00
Denis
94b320b38b
Zend integration: recommend the package by ghislainf
2014-02-26 08:51:39 +02:00
Denis Sokolov
f361dee430
Handlers: addTraceToOutput returns $this on setting
2014-02-25 12:49:24 +01:00
Denis
37f28100bc
Merge pull request #166 from GrahamCampbell/fixes
...
Minor Fixes
2014-02-25 12:52:28 +02:00
Graham Campbell
50ebe5b9d0
Resources docblock fix
2014-02-25 10:48:23 +00:00
Denis Sokolov
5ffac20ad2
Run: refactor the reverse loop slightly
2014-02-25 11:45:56 +01:00
Graham Campbell
f1e40a2438
Minor fixes
2014-02-25 10:38:17 +00:00
Denis Sokolov
73c1e181aa
Run: refactor quit logic slightly
2014-02-24 19:08:40 +01:00
Denis Sokolov
4e48f6b95c
Run: refactor outputting slightly
2014-02-24 19:06:27 +01:00
Denis Sokolov
7c31eee445
PlainTextHandler: improve addTraceToOutput docblock
2014-02-24 18:53:50 +01:00
Denis
64695506eb
PlainTextHandler: cleanup use statement
2014-02-23 10:49:08 +02:00
Denis
df5e2c98c2
Merge pull request #158 from biapy/master
...
Add a PlainTextHandler for command line and LoggerInterface (Monolog).
2014-02-23 10:44:47 +02:00
Denis
632ae4ca27
Merge pull request #161 from GrahamCampbell/use
...
Removed Two Unused Use Statements
2014-02-22 15:30:14 +02:00
Pierre-Yves Landuré
05be5673be
Add a PlainTextHandler for command line and LoggerInterface (Monolog) output.
2014-02-22 13:46:51 +01:00
Graham Campbell
9dd2077a38
Removed unused use statements
2014-02-22 12:46:17 +00:00
Filipe Dobreira
8253d65922
Merge pull request #160 from studioromeo/patch-1
...
Fixes anchor hashes in readme
2014-02-21 16:55:21 +00:00
Robert Rhoades
3acbb1e939
Fixes anchor hashes in readme
...
Guides for installing whoops with silex zend & phalcon weren't skipping to the right section. This was due to the hash being all lowercase.
2014-02-21 16:42:17 +00:00