Commit Graph

965 Commits

Author SHA1 Message Date
Mackenzie 175ba0896f Added z-index fix.
Added a very high z-index so that the whoops page never appears under sticky headers or have any other misc content float over the page.
2018-03-05 08:02:36 -06:00
Mackenzie 80eb131baf Merge remote-tracking branch 'refs/remotes/filp/master' 2018-03-03 15:50:34 -06: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
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