Author: Mike Schinkel (mikeschinkel)
Committer: GitHub (web-flow)
Pusher: kelunik
Date: 2021-07-21T21:20:10+02:00
Commit:
https://github.com/php/web-php/commit/0cea658a5e123bddfdce7deab315eb3787b6564a
Raw diff:
https://github.com/php/web-php/commit/0cea658a5e123bddfdce7deab315eb3787b6564a.diff
You can view the Pull Request on github:
https://github.com/php/web-php/pull/422
Closed.
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You can view the Pull Request on github:
https://github.com/php/web-php/pull/425
Closed.
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You can view the Pull Request on github:
https://github.com/php/web-php/pull/425
Opened By: mikeschinkel
Pull Request Description:
When inspecting the code with PhpStorm is reported that the usage of the
tags that were modified in this commit were invalid. Mostly the tags were
enclosing .. tag
You can view the Pull Request on github:
https://github.com/php/web-php/pull/424
Opened By: mikeschinkel
Pull Request Description:
When inspecting the code with PhpStorm is reported that the usage of the
tags that were modified in this commit were invalid. Mostly the tags were
enclosing .. tag
You can view the Pull Request on github:
https://github.com/php/web-php/pull/423
Opened By: mikeschinkel
Pull Request Description:
When inspecting code with PhpStorm it flags the code as an error when the \n
stype of capture variable is used, and in at least the news2html file I am
pretty sure t
You can view the Pull Request on github:
https://github.com/php/web-php/pull/422
Opened By: mikeschinkel
Pull Request Description:
PhpStorm flags functions that don't have returns at the end so this PR
rearranges code so that the returns are always at the end, or in one case adds
one that was mi
You can view the Pull Request on github:
https://github.com/php/web-php/pull/421
Opened By: mikeschinkel
Pull Request Description:
HTML deprecated table element attributes @cellpadding, @cellspacing, @border,
@align, etc. so this PR replaces them with CSS classes, selectors and style
rules. It
You can view the Pull Request on github:
https://github.com/php/web-php/pull/420
Opened By: mikeschinkel
Pull Request Description:
Without these PHPDoc comments PhpStorm flags the variables, links and fragments
as warnings or errors when using the Inspect Code feature.
With these comments PhpSt
You can view the Pull Request on github:
https://github.com/php/web-php/pull/419
Opened By: mikeschinkel
Pull Request Description:
As `get_magic_quotes_gpc()` has been removed in PHP 8.0, this PR removes it
from the `clean()` function in `layout.inc.`
Hopefully its removal is valid, or at least
You can view the Pull Request on github:
https://github.com/php/web-php/pull/418
Opened By: mikeschinkel
Pull Request Description:
Changed from invalid @alt attribute on anchor HTML elements to valid @title
attribute using the same values used for @alt.
Also fixed on invalid use of a non-exist
You can view the Pull Request on github:
https://github.com/php/web-php/pull/417
Opened By: mikeschinkel
Pull Request Description:
I am not sure this PR is valid because I only had one set of NEWS files to
process. But, maybe it is:
I needed a NEWS file to test bin/news2html and the only ones i
12 matches
Mail list logo