Markus Staab
8a97669b27
fixed errors in asser() expression
...
hmm why did this work in the first place?
2017-12-01 10:21:54 +01:00
Markus Staab
f39a563afc
fixed 'Calling assert() with a string argument is deprecated' warning with php 7.2
2017-12-01 10:20:29 +01:00
Markus Staab
86eee8872b
use a closure instead of create_function().
2017-12-01 10:14:41 +01:00
Markus Staab
2618f1174e
update mockery dependency
2017-12-01 10:10:27 +01:00
Markus Staab
5836335fcb
added php 7.2 to the travis testmatrix
2017-12-01 09:18:36 +01:00
Denis Sokolov
c6081b8838
FrameCollection: fix array_filter mutating the array to be assoc, close #550
2.1.14
2017-11-23 20:22:44 +02:00
Denis Sokolov
e9cb04d487
Merge pull request #548 from DanielSiepmann/hotfix/fix-application-frame
...
BUGFIX: Make application frame selectable
2017-11-17 15:38:08 +02:00
Daniel Siepmann
e3ddc1b1b2
BUGFIX: Make application frame selectable
...
It was not possible to activate application frame.
Now the condition is fixed and also css class is fixed.
Therefore one can select to see only application frames.
2017-11-17 11:39:50 +01:00
Denis Sokolov
9f640a4f12
PrettyPageHandler: remove height limitation from frame arguments, close #530
2.1.13
2017-11-17 10:15:51 +02:00
Denis Sokolov
c16791d28d
TemplateHelper: fix XSS if Symfony dumper is not available
2017-11-17 10:15:51 +02:00
Denis Sokolov
1ae2243c0c
Merge pull request #525 from staabm/staabm-patch-2
...
added docs for Handler constants
2017-11-17 10:15:00 +02:00
Denis Sokolov
9dbee8b108
Merge pull request #546 from mostertb/spelling
...
Improve Spelling in Documentation
2017-11-17 09:29:35 +02:00
Denis Sokolov
80e1be87b6
Merge pull request #528 from MarioBlazek/phpunit_forward_compatibility_layer
...
Use namespaced version of PHPUnit's TestCase
2017-11-03 21:03:30 +02:00
Brad Mostert
e38baa131a
Improve spelling in documentation
2017-10-31 23:47:49 +02:00
Denis Sokolov
a99f0b1518
Fixup ad2bd7d
2.1.12
2017-10-15 16:05:10 +03:00
Denis Sokolov
141494232f
Merge branch 'prettify'
2.1.11
2017-10-15 15:52:10 +03:00
Denis Sokolov
3fe8c9b2bf
Readme: clearly document Prettify inclusion
2017-10-15 15:51:42 +03:00
Jonas De Taeye
84c99d0064
Align code before and after prettify.
...
Prettify adds line numbers, and hence shifts the code.
By adding left-padding, we prevent the code from shifting right after `prettify`.
2017-10-15 15:45:51 +03:00
Jonas De Taeye
b58f6a9b78
Remove padding around highlighted lines
...
This is strange, text editors and IDEs don't do this.
Now the code before and after `prettify` have the same height.
2017-10-15 15:45:51 +03:00
Jonas De Taeye
ad2bd7d6d4
Include prettify.js
...
This makes sure whoops still works without internet.
2017-10-15 15:45:51 +03:00
Markus Staab
9e7c2ea58c
Prevent possible XSS via target="_blank" urls ( #533 )
2017-10-10 13:00:26 +03:00
Denis Sokolov
a50d24d81a
Merge pull request #527 from albercik700/master
...
Robots - noindex,nofollow
2017-10-10 12:59:01 +03:00
Denis Sokolov
a33b55b855
Merge pull request #532 from staabm/patch-1
...
Updated keywords
2017-10-10 12:55:21 +03:00
Denis Sokolov
c381a879a1
Merge pull request #538 from luismulinari/code-cleaning
...
Fix some FQNs, typehints and unused code/vars
2017-10-10 12:49:54 +03:00
Denis Sokolov
71ba35dc7e
Merge pull request #537 from luismulinari/psr2-fix
...
Fix coding standards (PSR-2)
2017-10-10 12:15:54 +03:00
Luis Henrique Mulinari
06bdb879d3
Fix some FQNs, typehints and unused code/vars
2017-10-09 22:25:27 +02:00
Luis Henrique Mulinari
56ca64e30b
Fix coding standards (PSR-2)
2017-10-09 21:57:08 +02:00
Markus Staab
1b7b34db31
Updated keywords
2017-10-03 19:34:04 +02:00
albercik700
c5f0d00bb3
Robots - noindex,nofollow
2017-09-29 14:08:43 +02:00
Mario Blažek
4028b3baf5
Use namespaced version of PHPUnit's TestCase
2017-09-29 09:41:54 +02:00
Filipe Dobreira
fa28f0c637
Merge pull request #526 from hailwood/patch-1
...
Add laravel 5.5 note.
2017-09-22 17:03:59 +01:00
Matthew Hailwood
ba84069604
Add laravel 5.5 note.
...
https://twitter.com/taylorotwell/status/870389070559461376?lang=en
2017-09-11 09:49:47 +12:00
Markus Staab
29d6024aa5
added docs for Handler constants
2017-08-29 09:59:23 +02:00
Denis Sokolov
2cb6120e93
Merge pull request #521 from decadence/patch-1
...
Update Open Files In An Editor.md
2017-08-09 23:06:37 +03:00
Victor Isadov
a3aac05376
Update Open Files In An Editor.md
2017-08-09 22:27:41 +03:00
Mathieu TUDISCO
5c1d43f63f
Remove outdated builtin editors list... ( #520 )
...
* Remove outdated builtin editor...
... and replace by the the dedicated page url.
* fix wording.
2017-08-09 16:25:57 +03:00
Julián Gutiérrez
ffbbd2c06c
Make PrettyPageHandler more easily extendable ( #517 )
...
separate code and frames extraction
2.1.10
2017-08-03 21:23:40 +03:00
Denis Sokolov
324905f307
Merge pull request #516 from staabm/patch-1
...
safe unnecessary php_sapi_name() func call.
2017-08-03 12:43:23 +03:00
Markus Staab
521565a485
safe unnecessary php_sapi_name() func call.
...
use builtin constant PHP_SAPI instead.
2017-08-02 15:10:43 +02:00
Denis Sokolov
b8e9e68715
Merge pull request #512 from davispuh/patch-1
...
Don't hide horizontal panel overflow
2017-07-04 17:23:38 +03:00
Denis Sokolov
b10caaf604
Merge pull request #513 from tradzero/master
...
Add open referenced files support for VSCode
2017-07-04 08:26:53 +03:00
林振宇
e7e5df001d
change single quotes to double quotes, and added documention for open file doc
2017-07-04 09:47:34 +08:00
林振宇
25f6d6f91e
Add open referenced files support for VSCode
2017-07-03 17:21:59 +08:00
Dāvis
06b596bf6c
Don't hide horizontal panel overflow
...
We need scrollbar because otherwise when DataTable row is too long it's cut and not visible
2017-06-30 17:10:05 +03:00
Denis Sokolov
704888926a
Merge pull request #510 from zonuexe/plain-text-handler-format
...
Impl PlainTextHandler::dump()
2017-06-25 13:03:15 +03:00
USAMI Kenta
7d7f8fef8e
Modify private method test using TestCase::callPrivateMethod()
2017-06-25 05:40:55 +09:00
USAMI Kenta
7b956f468b
Make PlainTextHandler::dump() protected
2017-06-25 05:37:41 +09:00
USAMI Kenta
46db0f150d
Impl TestCase::callPrivateMethod()
2017-06-25 05:34:58 +09:00
USAMI Kenta
ce426d665d
Revert "fixup! Impl PlainTextHandler::dump()"
...
This reverts commit fd653d9568 .
2017-06-25 05:33:54 +09:00
USAMI Kenta
a9ca5d639a
Revert "fixup! Add Test for PlainTextHandler::dump()"
...
This reverts commit ee0e9c08d9 .
2017-06-25 05:33:41 +09:00