Denis Sokolov
dcc75fb19e
Merge pull request #781 from TomA-R/php_8_4_dep_test_bootstrap
...
Fix constant E_STRICT deprecation warning when running tests
2025-08-04 21:43:47 +02:00
Tom Arbesser-Rastburg
18d46a7de3
Fix constant E_STRICT deprecation warning when running tests
...
E_STRICT was deprecated in PHP 8.4. It's used in tests/bootstrap.php, causing a deprecation warning to be emitted when running tests.
2025-08-04 21:23:57 +02:00
Denis Sokolov
5f9ed7ca9a
Merge pull request #780 from igorsantos07/patch-1
...
Mention PHPStorm URL Handler for Linux
2025-06-24 02:42:00 +02:00
Igor Santos
5351eba69e
Mention PHPStorm URL Handler for Linux
2025-06-23 21:24:15 -03:00
Denis Sokolov
59a123a3d4
Merge pull request #773 from DvdGiessen/unregister_shutdown_function
...
Disable shutdown function when not registered
2.18.3
2025-06-16 02:02:10 +02:00
Denis Sokolov
51afe14e35
RunTest: clean whitespace
2025-06-16 12:00:00 +00:00
Denis Sokolov
db0f04fc8a
Add a test for not registered on shutdown
2025-06-16 12:00:00 +00:00
Daniël van de Giessen
ff25251713
Disable shutdown function when not registered
2025-06-16 12:00:00 +00:00
Pascal Heidmann
89dabca149
Unregister/cleanup handler on destroy ( #778 )
...
Co-authored-by: pascal.heidmann <pascal.heidmann@check24.de >
2.18.2
2025-06-11 22:42:19 +02:00
Markus Staab
8fcc6a862f
Prevent javascript error: "TypeError: can't access property "scrollIntoView", line is undefined" ( #776 )
2.18.1
2025-06-03 20:56:14 +02:00
Markus Staab
25a7aedae3
CI: use ubuntu 22.04 ( #777 )
2025-06-03 20:55:44 +02:00
erikn69
4ff421518f
Include composer demo script ( #771 )
2025-04-07 18:59:23 +02:00
Denis Sokolov
9958a650fd
Merge pull request #769 from erikn69/patch-4
...
Bump js dependencies
2025-03-18 06:41:43 +01:00
erikn69
5124de3ddc
Bump js dependencies
2025-03-18 12:00:00 +00:00
Denis Sokolov
a7de6c3c6c
changelog 2.18.0
2.18.0
2025-03-15 12:00:00 +00:00
Denis Sokolov
8f1557dd22
Merge pull request #768 from erikn69/patch-3
...
Open editor from code block rows numbers
2025-03-15 17:45:28 +01:00
erikn69
ef51080832
Open editor from code block rows numbers
2025-03-15 12:00:00 +00:00
Denis Sokolov
075bc0c266
changelog: 2.17.0
2.17.0
2025-01-25 12:00:00 +00:00
Denis Sokolov
7775a3fc4b
Merge pull request #766 from tuxfamily/patch-1
...
Add support for cursor editor in PrettyPageHandler
2025-01-25 16:53:35 +01:00
Cédric M.
26697546d8
Add support for cursor editor in PrettyPageHandler
...
Add support for cursor editor (https://www.cursor.com ).
Same change already commited in laravel/framework 11.x branch (https://github.com/laravel/framework/commit/94e62583ebec7700466dd1194a79d35ecb07ba02 )
2025-01-23 22:32:36 +01:00
Denis Sokolov
befcdc0e5d
changelog: 2.16.0
2.16.0
2024-09-25 12:00:00 +00:00
Denis Sokolov
2c17a229c7
Merge pull request #765 from Slamdunk/php_84
...
Add PHP 8.4 support
2024-09-25 18:01:41 +02:00
Filippo Tessarotto
a82017fa4e
Update Github Actions versions
2024-09-24 15:23:15 +02:00
Filippo Tessarotto
7a520bc11c
Drop PHP <7.1 support as incompatible with PHP 8.4 syntax
2024-09-24 15:20:46 +02:00
Filippo Tessarotto
ebe6e59f4d
Add PHP 8.4 support
2024-09-24 15:13:37 +02:00
Denis Sokolov
a139776fa3
changelog: 2.15.4
2.15.4
2023-11-03 12:00:00 +00:00
Denis Sokolov
c1de57d446
Merge pull request #760 from andrewnicols/commentLinkColour
...
Improve link colour for link comments
2023-11-03 10:37:28 +01:00
Andrew Nicols
1084827bbf
Improve link colour for link comments
...
Fixes #759
2023-11-02 22:02:29 +08:00
Denis Sokolov
c83e88a305
changelog: 2.15.3
2.15.3
2023-07-13 12:00:00 +00:00
Denis Sokolov
b5e231cfba
Merge pull request #758 from garygreen/highlight-speed
...
Speed up syntax highlighting
2023-07-13 19:55:48 +02:00
Gary Green
b88e6b2d72
Speed up syntax highlighting
2023-07-12 19:17:03 +01:00
Denis Sokolov
7d330e20dc
Merge pull request #757 from AmraniCh/mastert
...
Added documentation for addFrameFilter method
2023-05-07 21:31:10 +02:00
Shakir El Amrani
4aa18d9a02
added documentation for addFrameFilter method
2023-05-07 11:58:53 +01:00
Denis Sokolov
76c1a314f8
readme: remove outdated badge
2023-04-12 18:47:18 +02:00
Denis Sokolov
aac9304c5e
changelog: 2.15.2
2.15.2
2023-04-12 12:00:00 +00:00
Denis Sokolov
303714048f
Merge pull request #756 from bart-jaskulski/master
...
fix(highlight): #747 Add line offset to highlight line
2023-04-12 18:43:01 +02:00
Bart Jaskulski
7fcd32ea7a
fix(highlight): #747 Add line offset to highlight line
...
PrismJS sort of broken backward compatibility, while trying to improve
highlight resilience[^1]. Since then it is required to add
`data-line-offset` for any code, which doesn't start counting from 1,
which is pretty each time, we deal with stack frames.
This commits add silently required data attribute in HTML, bringing back
highlight feature and recovering from some fall through errors, raised
by `TypeError` in JS execution flow (i.e. switching application and full
frames tabs).
[^1]: https://github.com/PrismJS/prism/commit/9a4e725b76d22759fec58e1929450bbfe1bb6661
Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com >
2023-04-12 10:18:51 +02:00
Denis Sokolov
65015f8acd
Merge pull request #753 from AmraniCh/master
...
Added change logs for version 2.15.1
2023-03-08 12:14:55 +01:00
Shakir El Amrani
3c1404ebc6
Added change logs for version 2.15.1
2023-03-08 09:58:00 +00:00
Denis Sokolov
e864ac957a
Merge pull request #751 from huangdijia/fix
...
Fix the bug that call to a member function getFrameFilters() on null
2.15.1
2023-03-06 19:09:13 +01:00
huangdijia
c5689df45c
Fix the bug that call to a member function getFrameFilters() on null
2023-03-04 20:47:11 +08:00
Denis Sokolov
3e8aebbca9
changelog: 2.15.0
2.15.0
2023-03-03 12:00:00 +00:00
Denis Sokolov
ae8e309e65
Merge pull request #749 from AmraniCh/master
...
Support frame filters
2023-03-03 16:29:06 +01:00
Shakir El Amrani
30fa50c046
feat: support frame filters
2023-02-19 15:09:19 +00:00
Denis Sokolov
b32e315e5d
Merge pull request #748 from gwillz/inspector-factory
...
Add insepctor interface + factory
2023-01-27 04:16:26 +01:00
Gwilyn
48830363f1
Add insepctor interface + factory.
...
This permits creation of custom inspectors within the default whoops runtime.
2023-01-25 22:41:18 +10:30
Denis Sokolov
c3b67c4cb9
Merge pull request #746 from AmraniCh/master
...
Removed unnecessary phpdoc param tags
2022-12-25 21:14:43 +01:00
Shakir El Amrani
5244cc028a
phpdoc: added array type declaration for a method parameter
2022-12-25 15:42:23 +00:00
Shakir El Amrani
c758d20123
phpdoc: removed unnecessary phpdoc param tags
2022-12-25 15:40:28 +00:00
Denis Sokolov
f857167d05
Merge pull request #744 from AmraniCh/master
2022-12-23 12:00:00 +00:00