Denis
26bbb539c2
Merge pull request #195 from GrahamCampbell/composer
...
Update composer.json
2014-04-18 11:16:49 +09:00
Graham Campbell
0a509d88e1
Update composer.json
2014-04-17 19:12:29 +01:00
Denis
e6b4b336d1
Readme: use Packagist info for latest version badge
2014-04-18 02:24:24 +09:00
Denis
e299402f91
Merge pull request #192 from GrahamCampbell/badges
...
Badges
2014-04-18 02:23:12 +09:00
Denis
230da4810f
Merge pull request #193 from RickWong/master
...
Specify correct delimiter for preg_quote() call.
2014-04-12 09:19:21 +09:00
Rick Wong
f203b0489c
Specify correct delimiter for preg_quote() call.
2014-04-11 16:46:02 +02:00
Graham Campbell
f8f141c6d2
Badges
2014-04-09 13:54:49 +01:00
Denis Sokolov
f6b790e41c
TemplateHelper: fix whitespace broken by GitHub editor in 70e23d1c
2014-03-31 11:08:37 +02:00
Denis Sokolov
70e23d1c52
TemplateHelper: improve invalid utf8 handling in hhvm
1.1.0-rc
2014-03-31 07:21:53 +03:00
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