Commit Graph

67 Commits

Author SHA1 Message Date
Jonas De Taeye 531d887fee Allow to filter frames belonging to the application.
When using a framework, many of the frames are generated by the framework and are most of the times not relevant.
If you specify which paths are part of the application, tabs will be shown to toggle between only application and all frames.
2016-03-14 00:54:55 +01:00
ExplodingCabbage d7d89b0cce Set Content-Type: text/html in PrettyPageHandler
This will make the pretty HTML pages work properly even if the user already spat out a different Content-Type header prior to their error.
2015-12-11 19:51:06 +00:00
daniel bannert 6f8fda303a replaced ZeroClipboard with clipboard | fixes #313 2015-11-17 13:46:27 +00:00
Graham Campbell 50da5dd936 Fixed indentation 2015-06-28 22:16:54 +01:00
ragtek 566a207e71 Update PrettyPageHandler.php 2015-06-28 22:38:22 +02:00
daniel.fatkic@gmail.com 101b34d71e adds phpstorm support 2015-06-28 22:35:10 +02:00
Denis Sokolov 658cd817db Merge pull request #290 from staabm/sglobals
Move $_SERVER superglobals to the end of the globals-table.
2015-06-05 17:32:48 +03:00
Markus Staab 5b2ad56d0d Move $_SERVER superglobals to the end of the globals-table.
closes #209.
2015-06-05 15:39:52 +02:00
Andrej Guran df6770257e updated doc 2015-05-28 09:48:26 +00:00
Andrej Guran 5a762cfdaf getEditorHref returns false if editor is not set 2015-05-28 09:34:44 +00:00
Geolim4 17dcf47590 Updated editor with a protected helper 2015-05-23 16:25:02 +02:00
Geolim4 69042b38f4 Changed: getEditorHref() no longer return an array or ajax/url, replaced by getEditorAjax() instead. 2015-05-15 16:57:47 +02:00
Geolim4 ccd137eec8 Callable editor can now return an array 2015-05-15 03:49:13 +02:00
Markus Staab 6a82df42df error-code should be wrapped in ErrorException->severity. fixes #267. 2015-03-13 10:41:22 +01:00
Graham Campbell 0346c26963 CS fixes 2014-09-27 11:05:51 +01:00
John Long a1d1f5c10e Include exception code and, if applicable, error constant. 2014-05-24 20:06:50 -05:00
Markus Staab 9cf5c51bd6 refactored view-logic into Formatter class. moved clipboard button to the top right corner. 2014-05-21 12:00:53 +02:00
Graham Campbell cd0726a346 Fixed getResourcesPath function 2014-03-21 21:38:46 +00:00
Graham Campbell 0fd7e9e2af Improved resources 2014-03-21 21:04:02 +00:00
Graham Campbell 7a456e1263 Added custom css stylesheet functionality 2014-03-17 20:30:33 +00:00
Denis Sokolov 1df369d02f PrettyPageHandler: clarify return type for getDataTables 2014-03-11 09:26:48 +01:00
Graham Campbell 50ebe5b9d0 Resources docblock fix 2014-02-25 10:48:23 +00:00
Graham Campbell f1e40a2438 Minor fixes 2014-02-25 10:38:17 +00:00
Graham Campbell ba509724e6 Minor fixes 2014-02-20 14:00:20 +00:00
Graham Campbell 12bf1b1304 Minor pretty page handler improvement 2014-02-17 13:12:19 +00:00
Denis bcc9a8f9e3 Merge pull request #128 from franzliedke-pulls/bundled-jquery
Offline jQuery / Zepto
2014-02-17 09:47:52 +02:00
Denis Sokolov d6dcec2e3d PrettyPageHandler: remove deprecated notices
Until we handle deprecated errors in a graceful manner,
triggering this aborts the application, which defeats the purpose of compatibility.
Also see issue #100.
2014-02-16 14:37:08 +01:00
Franz Liedke 2852d3be18 Include Zepto library so that JS on error pages still works. 2014-01-18 14:54:14 +01:00
Denis Sokolov a0eecfac49 PrettyPageHandler: helpful message for users of functionality removed in 98140ba 2013-12-12 12:06:52 +02:00
Denis Sokolov 158636c2e1 Remove whoops-test environment variable 2013-12-12 12:03:26 +02:00
Denis Sokolov 6577f1485c PrettyPageHandler: use correct error level for deprecated notices 2013-12-11 19:20:02 +02:00
Denis Sokolov 98140ba126 PrettyPageHandler: handleUnconditionally, close #115 2013-12-11 19:02:18 +02:00
Denis Sokolov 33a27e58ed Merge remote-tracking branch 'origin/feature/prettyhandler-fix'
Conflicts:
	src/Whoops/Handler/PrettyPageHandler.php
	src/Whoops/Resources/pretty-template.php
2013-12-08 23:47:17 +02:00
Pascal Borreli 3542daa073 Fixed typo 2013-11-05 20:59:32 +00:00
Denis Sokolov 0f0649fe0e Fix #88: xdebug file links do not depend on the extension being loaded 2013-10-14 15:31:49 +02:00
filp 5307eba8eb Fix #41 - Various PHPDoc & CS fixes 2013-07-15 20:09:43 +01:00
filp 0a66daedce *twitch* one space too many 2013-06-25 11:53:38 +01:00
filp 9a1377b246 Consolidate template variable handling 2013-06-25 11:42:03 +01:00
filp a5ca015a59 Remove template variable 2013-06-25 00:35:20 +01:00
filp 018ee3a881 Rename template files 2013-06-25 00:26:53 +01:00
filp d6d68c5760 Split up template into multiple files 2013-06-25 00:25:28 +01:00
filp 517340f9bf Start moving some stuff over to the new template layout 2013-06-25 00:06:07 +01:00
filp ad7e219076 Re-organize resource structure 2013-06-24 23:56:42 +01:00
filp e83780c2ec Add TemplateHelper::render 2013-06-24 23:49:43 +01:00
filp c68608ccc1 Move template helpers to own class 2013-06-24 23:41:00 +01:00
filp 734cb94782 Move deprecated methods in PrettyPageHandler to end of class body 2013-06-24 23:23:43 +01:00
filp e6add5bd5e Fix failing PrettyPageHandler tests 2013-06-24 23:22:12 +01:00
filp 088f4b556a Document PrettyPageHandler::getResource 2013-06-24 23:13:43 +01:00
filp 49dcca999a Improve PrettyPageHandler resources code 2013-06-24 23:12:09 +01:00
Filipe Dobreira fce0f5247d Merge pull request #44 from cs278/feature/callable-datatables
Add support for callable generated datatables
2013-05-10 10:02:01 -07:00