[PHP-WEBMASTER] [web-php] master: Minor optimizations in CSS files to shed some weight (#612)

2022-07-05 Thread Ayesh Karunaratne via GitHub
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

[PHP-WEBMASTER] [web-php] PR #612: Minor optimizations in CSS to shed some page size off

2022-07-05 Thread Ayesh
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&#

[PHP-WEBMASTER] [web-php] master: HTML A11y improvements in add-note.php, my.php and vote-note.php

2022-07-04 Thread Ayesh Karunaratne via GitHub
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

[PHP-WEBMASTER] [web-php] PR #610: HTML A11y improvements in add-note.php, my.php and vote-note.php

2022-07-03 Thread Ayesh
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. ![Screenshot

[PHP-WEBMASTER] [web-php] master: Micro Optimizations - Round #2

2022-07-03 Thread Ayesh Karunaratne via GitHub
Author: Ayesh Karunaratne (Ayesh) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-03T20:33:22+02:00 Commit: https://github.com/php/web-php/commit/d40890db1b1179c9f4c962503787b8ffc70b9c05 Raw diff: https://github.com/php/web-php/commit/d40890db1b1179c9f4c962503787b8ffc70b9c05.diff

[PHP-WEBMASTER] [web-php] PR #608: Micro Optimizations - Round #2

2022-07-03 Thread Ayesh
Pull Request: https://github.com/php/web-php/pull/608 Author: Ayesh Follow-up to #603, includes a few more optimizations. - [.gitignore: Remove redundant entry](https://github.com/php/web-php/commit/9c77a3cf1293651356ef1e68233d2ace3d2b76d2) - [Minor optimizations with ternary operators

[PHP-WEBMASTER] [web-php] master: Multiple micro-optimizations

2022-07-03 Thread Ayesh Karunaratne via GitHub
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

[PHP-WEBMASTER] [web-php] PR #603: Modernize/micro optimizations

2022-07-02 Thread Ayesh
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.

[PHP-WEBMASTER] [web-php] master: `phpversion()` replacements and code branch collapsing for older PHP versions

2022-07-02 Thread Ayesh Karunaratne via GitHub
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

[PHP-WEBMASTER] [web-php] PR #599: Replace `rand()` calls with `random_int()`

2022-07-02 Thread Ayesh
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

[PHP-WEBMASTER] [web-php] PR #600: `phpversion()` replacements and code branch collapsing for older PHP versions

2022-07-01 Thread Ayesh
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

[PHP-WEBMASTER] [web-php] PR #599: Replace `rand()` calls with `random_int()`

2022-07-01 Thread Ayesh
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

[PHP-WEBMASTER] [web-master] main: Update `*.php.net` URLs to HTTPS (#9)

2021-04-07 Thread Ayesh Karunaratne via GitHub
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