Author: Ayesh Karunaratne (Ayesh)
Committer: GitHub (web-flow)
Pusher: kamil-tekiela
Date: 2022-07-05T11:38:25+01:00
Commit:
https://github.com/php/web-php/commit/c1dce9083bbef1dab52b320d7a4774cf0fcceeba
Raw diff:
https://github.com/php/web-php/commit
Pull Request: https://github.com/php/web-php/pull/612
Author: Ayesh
- Removes `px` suffix from `0px`.
- Combines CSS properties where they are immediately overridden in the same
selector block, or can be combined without side effects.
This saves about 50 bytes off the CSS scripts. _it ain
Author: Ayesh Karunaratne (Ayesh)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-07-04T13:25:36+02:00
Commit:
https://github.com/php/web-php/commit/746d3d71efb0293927d30160628219a339123499
Raw diff:
https://github.com/php/web-php/commit/746d3d71efb0293927d30160628219a339123499.diff
HTML
Pull Request: https://github.com/php/web-php/pull/610
Author: Ayesh
Improvements to `add-note`, `my`, and `vote-note.php` files by adding
`required`, `minlength`, and `maxlength` attributes where possible (to make use
of client-side validation), and by adding labels to elements.

- [Minor optimizations with ternary
operators
Author: Ayesh Karunaratne (Ayesh)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-07-03T12:24:14+02:00
Commit:
https://github.com/php/web-php/commit/1b83fd7ab7b4234e777d43587c53f421194a29b2
Raw diff:
https://github.com/php/web-php/commit/1b83fd7ab7b4234e777d43587c53f421194a29b2.diff
Pull Request: https://github.com/php/web-php/pull/603
Author: Ayesh
This PR contains multiple commits with micro-optimizations, hopefully to reduce
the review burden reviewing multiple fully fledged PRs.
If any of them don't seem to make sense, I'll happily take them off.
Author: Ayesh Karunaratne (Ayesh)
Committer: GitHub (web-flow)
Pusher: cmb69
Date: 2022-07-02T12:37:14+02:00
Commit:
https://github.com/php/web-php/commit/38d4e0721c869bfcf3eb9b36f35020dd07ef9515
Raw diff:
https://github.com/php/web-php/commit/38d4e0721c869bfcf3eb9b36f35020dd07ef9515.diff
Pull Request: https://github.com/php/web-php/pull/599
Closed by Ayesh.
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Pull Request: https://github.com/php/web-php/pull/600
Author: Ayesh
- Removes a `if` branch was PHP < 5, which should be safe now that we no
longer support PHP 4.
- Replaces `phpversion()` function call with `PHP_VERSION` constant, both of
which yield identical results, but the use of
Pull Request: https://github.com/php/web-php/pull/599
Author: Ayesh
Switching to a better PRNG now that we no longer need to support PHP 5.
--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Author: Ayesh Karunaratne (Ayesh)
Committer: GitHub (web-flow)
Pusher: rlerdorf
Date: 2021-04-07T18:38:16-07:00
Commit:
https://github.com/php/web-master/commit/ac1ea4746fa7b8b28ed7c876bb9e775bf821fabe
Raw diff:
https://github.com/php/web-master/commit
13 matches
Mail list logo