Commit Graph

55 Commits

Author SHA1 Message Date
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
Chris Smith 68c212c4c3 Register xdebug editor if xdebug is loaded 2013-05-10 14:25:54 +01:00
Chris Smith 92c55f59a3 Add method which allows tables data to be gathered when an error is caught 2013-05-10 14:15:32 +01:00
Martin Meredith 514c25aac0 Use correct function for joining array into string 2013-04-30 16:09:56 +01:00
filp 0cef7df735 Move output handling back up to Whoops\Run 2013-04-24 16:49:10 +01:00
filp c37eb037d2 Move output buffer clearing to individual handlers 2013-04-20 12:12:54 +01:00
filp 737b8837b9 CS Fix 2013-04-17 15:15:30 +01:00
filp 56f94f4ee3 Allow URIs in frame comments 2013-04-17 15:10:08 +01:00
filp f3788e3b84 Add macvim editor support 2013-04-12 12:09:30 +01:00
filp 1319f2e6ca Url-encode file & line data in editor uri 2013-04-12 11:38:11 +01:00
filp 6eab9416ac Add ability to set editor for file references 2013-04-10 15:45:26 +01:00
filp fb7f82bf86 Show empty data-tables 2013-04-10 15:11:15 +01:00
filp e8467fbc3c Move custom data tables to top 2013-03-20 15:58:02 +00:00