[PHP-WEBMASTER] [web-php] master: Fix mousetrap.js (#655)

2022-07-15 Thread Kamil Tekiela via GitHub
Author: Kamil Tekiela (kamil-tekiela) Committer: GitHub (web-flow) Pusher: kamil-tekiela Date: 2022-07-15T10:09:11+01:00 Commit: https://github.com/php/web-php/commit/352f78429224655fd5ff8cb2ba51d9b1b9f53859 Raw diff: https://github.com/php/web-php/commit/352f78429224655fd5ff8cb2ba51d9b1b9f53859

[PHP-WEBMASTER] [web-php] PR #655: Fix mousetrap.js

2022-07-15 Thread kamil-tekiela
Pull Request: https://github.com/php/web-php/pull/655 Closed by kamil-tekiela. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #657: Enhancement: Enable and configure concat_space fixer

2022-07-15 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/657 Author: localheinz This pull request - [x] enables and configures the `concat_space` fixer - [ ] runs `make coding-standards` Follows #559. 💁‍♂️ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.4.0/doc/rules/operator/

[PHP-WEBMASTER] [web-php] PR #658: Enhancement: Enable `strict_param` fixer

2022-07-15 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/658 Author: localheinz This pull request - [x] enables the (risky) `strict_param` fixer - [ ] runs `make coding-standards` Follows #559. 💁‍♂️ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.4.0/doc/rules/strict/strict_pa

[PHP-WEBMASTER] [web-php] PR #659: Enhancement: Enable array_syntax fixer

2022-07-15 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/659 Author: localheinz This pull request - [x] enables the `array_syntax` fixer - [ ] runs `make coding-standards` Replaces #532. Follows #559. 💁‍♂️ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.4.0/doc/rules/array_not

[PHP-WEBMASTER] [web-php] PR #532: Array syntax

2022-07-15 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/532 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Add tests for gen_challenge() and test_answer()

2022-07-15 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-15T13:07:43+02:00 Commit: https://github.com/php/web-php/commit/d8717d3ab6be0a134c279c6c289f64f19c368e7b Raw diff: https://github.com/php/web-php/commit/d8717d3ab6be0a134c279c6c289f64f19c368e7b.diff Add

[PHP-WEBMASTER] [web-php] PR #632: Enhancement: Add tests for `gen_challenge()` and `test_answer()`

2022-07-15 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/632 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #660: Enhancement: Enable `constant_case` fixer

2022-07-15 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/660 Author: localheinz This pull request - [x] enables the `constant_case` fixer - [ ] runs `make coding-standards` Replaces #537. Follows #559. 💁‍♂️ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.4.0/doc/rules/casing/c

[PHP-WEBMASTER] [web-php] PR #661: Enhancement: Enable `void_return` fixer

2022-07-15 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/661 Author: localheinz This pull request - [x] enables the (risky) `void_return` fixer - [ ] runs `make coding-standards` Follows #559. 💁‍♂️ For reference, see https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/v3.4.0/doc/rules/function_notation

[PHP-WEBMASTER] [web-php] PR #662: Enhancement: Include `*.inc` files

2022-07-15 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/662 Author: localheinz This pull request - [x] includes `*.inc` files when running `friendsofphp/php-cs-fixer` - [ ] runs `make coding-standards` Follows #559. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP-WEBMASTER] [web-php] PR #660: Enhancement: Enable `constant_case` fixer

2022-07-15 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/660 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Enhancement: Enable `constant_case` fixer

2022-07-15 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-15T13:50:13+02:00 Commit: https://github.com/php/web-php/commit/d7e1b8159c9d60111d7cdc09070e87dcab541088 Raw diff: https://github.com/php/web-php/commit/d7e1b8159c9d60111d7cdc09070e87dcab541088.diff Enh

[PHP-WEBMASTER] [web-php] PR #537: Constant case

2022-07-15 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/537 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #662: Enhancement: Include `*.inc` files (with exceptions)

2022-07-15 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/662 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Enhancement: Include `*.inc` files (with exceptions)

2022-07-15 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-15T13:57:08+02:00 Commit: https://github.com/php/web-php/commit/b575ebd4092c68c0408bda653d9cb899518030d1 Raw diff: https://github.com/php/web-php/commit/b575ebd4092c68c0408bda653d9cb899518030d1.diff Enh

[PHP-WEBMASTER] [web-php] PR #663: Fix: Run 'make coding-standards'

2022-07-15 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/663 Author: localheinz This pull request - [x] runs `make coding-standards` -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Fix CS violations (case of null, false and true)

2022-07-15 Thread Christoph M. Becker
Author: Christoph M. Becker (cmb69) Date: 2022-07-15T14:05:50+02:00 Commit: https://github.com/php/web-php/commit/5c9eab2f382599db143fb491f8ee7762960e8ab3 Raw diff: https://github.com/php/web-php/commit/5c9eab2f382599db143fb491f8ee7762960e8ab3.diff Fix CS violations (case of null, false and tru

[PHP-WEBMASTER] [web-php] PR #663: Fix: Run `make coding-standards`

2022-07-15 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/663 Closed by localheinz. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #658: Enhancement: Enable `strict_param` fixer

2022-07-15 Thread cmb69
Pull Request: https://github.com/php/web-php/pull/658 Closed by cmb69. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Enhancement: Enable `strict_param` fixer

2022-07-15 Thread Andreas Möller via GitHub
Author: Andreas Möller (localheinz) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-07-15T14:48:44+02:00 Commit: https://github.com/php/web-php/commit/f127de5db9a95c271f3c1a8126f654e9ca231609 Raw diff: https://github.com/php/web-php/commit/f127de5db9a95c271f3c1a8126f654e9ca231609.diff Enh

[PHP-WEBMASTER] [web-php] PR #656: Improve code formatting in JS

2022-07-15 Thread kamil-tekiela
Pull Request: https://github.com/php/web-php/pull/656 Closed by kamil-tekiela. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] master: Improve code formatting in JS (#656)

2022-07-15 Thread Kamil Tekiela via GitHub
Author: Kamil Tekiela (kamil-tekiela) Committer: GitHub (web-flow) Pusher: kamil-tekiela Date: 2022-07-15T14:15:34+01:00 Commit: https://github.com/php/web-php/commit/77a062033ae8cc19eaf27c2f96724802c421e877 Raw diff: https://github.com/php/web-php/commit/77a062033ae8cc19eaf27c2f96724802c421e877

[PHP-WEBMASTER] [web-php] PR #664: Enhancement: Extract `phpweb\Spam\Challenge`

2022-07-15 Thread localheinz
Pull Request: https://github.com/php/web-php/pull/664 Author: localheinz This pull request - [x] extracts `phpweb\Spam\Challenge` -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #665: Update usergroups.json

2022-07-15 Thread ehsanamd
Pull Request: https://github.com/php/web-php/pull/665 Author: ehsanamd -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WEBMASTER] [web-php] PR #665: Update usergroups.json

2022-07-15 Thread kamil-tekiela
Pull Request: https://github.com/php/web-php/pull/665 Closed by kamil-tekiela. -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php