1099 Commits

Author SHA1 Message Date
Denis Sokolov 2ec31f3adc changelog: 2.9.0 2.9.0 2020-10-20 12:00:00 +00:00
Denis Sokolov ec80f4fc70 Merge pull request #674 from CodeBrauer/master
Add Exception getCode to formatExceptionAsDataArray
2020-10-20 12:11:14 +03:00
Gabriel Wanzek 8339648ab6 Add Exception getCode to formatExceptionAsDataArray 2020-10-19 17:53:02 +02:00
Denis Sokolov fa50d9db1c changelog: 2.8.0 2.8.0 2020-10-17 12:00:00 +03:00
Denis Sokolov 08e31a8a76 readme: fixup whitespace 2020-10-17 10:31:50 +03:00
Denis Sokolov 5ec8a20aca readme: add GitHub Actions badge 2020-10-17 10:31:34 +03:00
Denis Sokolov 13cc997582 readme: remove versioneye badges
They do not seem to work any longer.
2020-10-17 10:29:20 +03:00
Denis Sokolov 51b84b9048 Merge pull request #672 from GrahamCampbell/patch-1
Support PHP 8.0
2020-10-17 10:22:22 +03:00
Graham Campbell 92b1b30466 Update tests.yml 2020-10-10 01:00:22 +01:00
Graham Campbell 4258a3c201 Work around bugs 2020-10-10 00:58:29 +01:00
Graham Campbell c9d0f24d3d Updated CI config 2020-10-10 00:39:16 +01:00
Graham Campbell 74f3b7d5d4 Update .travis.yml 2020-10-10 00:27:15 +01:00
Graham Campbell f505507b56 Update .travis.yml 2020-10-10 00:19:45 +01:00
Graham Campbell 99953e0be2 Added PHP 8.0 to travis 2020-10-09 23:45:29 +01:00
Graham Campbell e82fa73c0e Fixed tests 2020-10-09 23:44:52 +01:00
Graham Campbell 3b66542bc9 Support PHP 8.0 2020-10-09 23:14:29 +01:00
Denis Sokolov 69b082b677 changelog: 2.7.3 2020-08-04 18:35:20 +03:00
Denis Sokolov 5d5fe9bb3d Rename confusingly named blacklist feature in PrettyPageHandler to hideSuperglobalKey 2.7.3 2020-06-14 12:00:00 +03:00
Denis Sokolov 77222a3392 Merge pull request #665 from GrahamCampbell/patch-1
Further phpdoc fixes
2020-05-05 18:05:55 +03:00
Graham Campbell ba8999b2ee Further phpdoc fixes 2020-05-05 14:11:50 +01:00
Denis Sokolov 17d0d3f266 Merge pull request #664 from Druid33/642_ability_set_own_template_handler
set  protected
2.7.2
2020-05-05 15:28:07 +03:00
Denis Sokolov 081f403cbb Merge pull request #662 from basteyy/patch-1
Add method for adding custom javascript files
2020-05-05 15:25:44 +03:00
Druid33 ea217b9d6d set protected 2020-05-05 09:00:57 +02:00
Denis Sokolov 1fd7ccb7d8 Merge pull request #663 from GrahamCampbell/patch-1
PHPDoc fixes
2020-04-28 12:47:21 +03:00
Graham Campbell ad70a86846 PHPDoc fixes 2020-04-28 10:40:07 +01:00
bas tey a830a65b67 Add method for adding custom javascript files
I add a method whichs allows adding javascript-files to the layout. It's realized exactly like the custom css method.
2020-04-27 21:21:36 +02:00
Denis Sokolov 91b85b4091 Merge pull request #661 from Rarst/patch-1
Added silenceErrorsInPaths() to API documentation
2020-03-25 12:20:53 +02:00
Andrey Savchenko 9cc048c43b Added silenceErrorsInPaths() to API documentation. 2020-03-25 12:08:24 +02:00
Denis Sokolov 61de74f1d8 readme: add Laminas mention, close #658 2020-01-15 12:00:00 +02:00
Denis Sokolov fff6f1e4f3 Changelog for 2.7.1 2.7.1 2020-01-15 12:00:00 +02:00
Denis Sokolov 66c39bf667 Merge pull request #657 from takamichi/fix-pretty-page-handler
Fix anonymous class dumping in PrettyPageHandler
2020-01-15 10:46:42 +02:00
Takamichi Urata b21e7c9c21 fix anonymous class dumping 2020-01-14 14:03:13 +09:00
Denis Sokolov c09b64303e Fix getFileLines comment, fixup 8338e582 2020-01-12 21:12:31 +02:00
Denis Sokolov 4c97f814aa Changelog for 2.7.0 2.7.0 2019-12-29 12:00:00 +02:00
Denis Sokolov 48d065df19 Document append/prepend/removeFirst/removeLast handlers 2019-12-29 12:00:00 +02:00
Denis Sokolov 48810fbdb5 removeFirstHandler and removeLastHandler 2019-12-29 12:00:00 +02:00
Denis Sokolov 6b4c19e941 Merge pull request #653 from GrahamCampbell/patch-1
Corrected branch alias again
2019-12-25 18:14:03 +02:00
Graham Campbell 91f1b70d50 Corrected branch alias again 2019-12-25 13:37:58 +00:00
Denis Sokolov ecbc8f3ed2 Merge branch 'fix-stack-queue' 2.6.0 2019-12-25 12:00:00 +02:00
Denis Sokolov fca08cac37 Changelog for 2.6.0 2019-12-25 12:00:00 +02:00
Denis Sokolov f2eb7d6d42 appendHandler and prependHandler 2019-12-25 12:00:00 +02:00
Denis Sokolov 8957f6fb70 Revert "feat!: add append and prepend handler instead of reverse execution"
This reverts commit f41c4a2a5a.
2019-12-25 12:00:00 +02:00
Denis Sokolov b909d8899e Revert "style: rename handlerStack to handlerQueue"
This reverts commit 5fa7623246.
2019-12-25 12:00:00 +02:00
Denis Sokolov 0e35b7b7ee Revert "Change deprecated pushHandler to prependHandler"
This reverts commit 284aadd76d.
2019-12-25 12:00:00 +02:00
Denis Sokolov 8781b453b2 Revert "Change deprecated pushHandler to prependHandler"
This reverts commit 410526d38c.
2019-12-25 12:00:00 +02:00
Denis Sokolov 08e23fa81f Revert "Change deprecated pushHandler to prependHandler"
This reverts commit 4e8c2138bd.
2019-12-25 12:00:00 +02:00
Denis Sokolov 5830721878 Merge pull request #649 from GrahamCampbell/patch-1
Fixed branch alias
2019-12-23 20:29:36 +02:00
Denis Sokolov 81f7ba5887 Merge pull request #650 from GrahamCampbell/patch-2
Newer dev dependencies
2019-12-23 19:44:03 +02:00
Graham Campbell c3b1914267 Newer dev dependencies 2019-12-22 18:17:50 +00:00
Graham Campbell 8f266c0813 Fixed branch alias 2019-12-22 18:16:56 +00:00