Commit Graph

979 Commits

Author SHA1 Message Date
SilverFire - Dmitry Naumenko fd596a0b39 Added tests 2018-10-22 16:10:42 +03:00
SilverFire - Dmitry Naumenko 388bcebb9d Prevent exception when caught exception frame is not related to real file 2018-10-22 13:41:25 +03:00
Denis Sokolov a9f129b99d Changelog for 2.3.0 2.3.0 2018-10-20 12:00:00 +03:00
Denis Sokolov d52aaee61b Merge pull request #596 from florianorben/593-display-list-of-prev-exception-msgs
Display messages from previous exceptions
2018-10-20 19:18:21 +03:00
Denis Sokolov 33e8f29974 Merge pull request #597 from staabm/patch-2
Added a php 7.3 build
2018-10-20 19:15:56 +03:00
Florian Orben 352cba6165 Display messages from previous exceptions
This will add the messages of previous exceptions
to the pretty page handler's exception-message area
2018-10-20 18:10:02 +02:00
Markus Staab a323dcf451 Added a php 7.3 build 2018-10-20 18:05:52 +02:00
Denis Sokolov 1625ad5b19 Merge pull request #595 from staabm/patch-3
make the "Open:" label also clickable
2018-10-20 18:25:32 +03:00
Denis Sokolov c91e02dd3f Merge pull request #594 from staabm/patch-2
Remove superfluous is_file() check
2018-10-20 18:24:34 +03:00
Markus Staab 560d53933a make the "Open:" label also clickable 2018-10-20 12:20:06 +02:00
Markus Staab 4798f07fc8 Remove superfluous is_file() check 2018-10-18 15:49:17 +02:00
Denis Sokolov e79cd403fb Merge pull request #582 from gharlan/editor-callable-allow-empty
editor callback: allow to return empty value
2.2.1
2018-06-30 16:14:06 +03:00
Gregor Harlan e730eb22af editor callback: allow to return empty value 2018-06-30 13:56:13 +02:00
Denis Sokolov 45dad4e41e Merge pull request #578 from GrahamCampbell/patch-1
Fixed branch alias
2018-06-03 19:03:02 +03:00
Graham Campbell abcc9806c8 Fixed branch alias 2018-06-03 14:21:08 +01:00
Denis Sokolov d476ee0c85 Changelog for 2.2.0 2018-06-03 14:45:33 +03:00
Denis Sokolov 181c4502d8 Merge pull request #566 from GrahamCampbell/patch-1
Fixed branch alias
2.2.0
2018-03-03 19:56:25 +02:00
Graham Campbell c255d7980d Fixed branch alias 2018-03-02 21:03:01 +00:00
Denis Sokolov 6b3abfd1a2 Merge pull request #564 from petecoop/atom-uri-handler
Add Atom URI Handler
2018-02-21 17:51:37 +02:00
petecoop ffa20d37be Add Atom URI Handler 2018-02-21 10:22:39 +00:00
Denis Sokolov 0a9eb902a8 Merge pull request #563 from adamaveray/feature/responsive-styles
Improve Mobile Styles
2018-02-15 15:28:11 +02:00
Adam Averay a64f9e7ce5 Add viewport meta tag 2018-02-12 23:59:26 +09:00
Adam Averay 4becfc9e46 Stack panels on small screens 2018-02-12 23:35:07 +09:00
Denis Sokolov 4d363e3711 Merge pull request #557 from m1guelpf-forks/patch-1
Formatting
2018-01-01 21:33:31 +02:00
Miguel Piedrafita fb15111de4 Formatting 2017-12-31 22:11:46 +01:00
Denis Sokolov 76cf278a3e Merge pull request #555 from staabm/patch-1
best practice: removed php end-tags
2017-12-13 21:16:22 +02:00
Markus Staab 3bb4be38c1 best practice: removed php-end tags 2017-12-13 20:10:27 +01:00
Markus Staab 247b753dec best practice: removed php end-tags 2017-12-13 20:09:27 +01:00
Denis Sokolov 1c0e4b9ecd Merge pull request #554 from carusogabriel/refactoring-tests
Refactoring tests
2017-12-12 08:29:06 +02:00
Gabriel Caruso 891f80083d Refactoring tests 2017-12-12 03:01:58 -02:00
Denis Sokolov c882aac6d0 Merge pull request #552 from staabm/patch-2
added php 7.2 to the travis testmatrix
2017-12-01 16:56:17 +02:00
Denis Sokolov 3e15ca5f21 Merge branch 'master' into patch-2 2017-12-01 16:48:38 +02:00
Denis Sokolov 87fa3fb419 Merge pull request #551 from staabm/patch-1
allow symfony 4.x components
2017-12-01 16:45:03 +02:00
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
Markus Staab 7c3c68d75e allow symfony 4.x components 2017-12-01 09:11:41 +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