#
ba72bc38 |
| 04-Aug-2024 |
Jim Winstead |
Remove some obsolete mailing lists (#1040)
|
#
e5ceb3e8 |
| 27-Jul-2024 |
Jim Winstead |
Purge references to PHP-GTK, it was abandoned (#1039)
|
#
11544118 |
| 19-Jul-2024 |
Jim Winstead |
Remove social media links from mailing-lists page (#1032)
|
#
5f8de3a9 |
| 20-May-2024 |
Derick Rethans |
Fixed help address
|
#
fef2ba34 |
| 16-Apr-2024 |
Derick Rethans |
Document mailing list options
|
#
f0035890 |
| 13-Mar-2024 |
Sergey Panteleev |
Update ML instruction
|
#
c841b13a |
| 18-Feb-2024 |
Derick Rethans |
Update ML instructions
|
#
b252162e |
| 18-Feb-2024 |
Derick Rethans |
Update with new email addresses for subscribe/unsubscribe
|
#
c093fb53 |
| 06-Dec-2023 |
Andreas Möller |
Enhancement: Enable `trailing_comma_in_multiline` fixer (#647) * Enhancement: Enable and configure trailing_comma_in_multiline fixer * Fix: Run 'make coding-standards'
|
#
1ebc2c49 |
| 22-Aug-2022 |
Andreas Möller |
Enhancement: Enable `binary_operator_spaces` fixer Closes GH-667.
|
#
57f505ed |
| 22-Aug-2022 |
Andreas Möller |
Enhancement: Enable and configure `concat_space` fixer Closes GH-657.
|
#
d9bcfed4 |
| 22-Aug-2022 |
Andreas Möller |
Enhancement: Enable `array_syntax` fixer Co-authored-by: MathiasReker <mathias@reker.dk> Closes GH-659.
|
#
d7e1b815 |
| 15-Jul-2022 |
Andreas Möller |
Enhancement: Enable `constant_case` fixer Co-authored-by: MathiasReker <mathias@reker.dk> Closes GH-660.
|
#
aab787eb |
| 12-Jul-2022 |
Andreas Möller |
Enhancement: Enable `array_indentation` fixer Closes GH-634.
|
#
546b144f |
| 17-Jun-2022 |
Mathias Reker ⚡️ |
Use elseif instead of else if Closes GH-534.
|
#
530b28e9 |
| 17-Jun-2022 |
Mathias Reker ⚡️ |
Add void return types Add void return type to functions with missing or empty return statements. Closes GH-535.
|
#
7dd64e1b |
| 17-Jun-2022 |
Mathias Reker ⚡️ |
No spaces inside parenthesis For consistency with the rest of the code. Closes GH-551.
|
#
bdfa9643 |
| 26-Jul-2021 |
Mike Schinkel |
Change <a name="..."> to <a id="..."> PhpStorm flagged @name as a deprecated HTML attribute, so it seemed appropriate to change then to @id. In cases where there were both a @name and @id at
Change <a name="..."> to <a id="..."> PhpStorm flagged @name as a deprecated HTML attribute, so it seemed appropriate to change then to @id. In cases where there were both a @name and @id attribute and their values were the same, this commit removes the @name attribute (there were no cases where both @name and @id attributes existed but having different values.) Closes GH-416.
show more ...
|
#
264eb72b |
| 23-Jul-2021 |
Mike Schinkel |
Change mailing list submit URL to use HTTPS The mailing list URL "http://main.php.net/entry/subscribe.php" was not using "https://main.php.net/entry/subscribe.php" and thus was failing.
Change mailing list submit URL to use HTTPS The mailing list URL "http://main.php.net/entry/subscribe.php" was not using "https://main.php.net/entry/subscribe.php" and thus was failing. Closes GH-426.
show more ...
|
#
7d6e63b6 |
| 19-May-2021 |
Pavel Djundik |
Display an error if no mailing list is selected (#392)
|
#
2de2ddfd |
| 29-Apr-2021 |
Tiffany |
Change mailing list rules link (#402) This updates the mailing list rules link to the Github URL instead of the raw file. The reasoning for it is that the raw file does not include markdown
Change mailing list rules link (#402) This updates the mailing list rules link to the Github URL instead of the raw file. The reasoning for it is that the raw file does not include markdown formatting, which decreases readability, and defeats the purpose of the rules as a markdown file.
show more ...
|
#
1d4be620 |
| 06-Apr-2021 |
Rasmus Lerdorf |
Remove references to master.php.net
|
#
e2ee39e0 |
| 02-Apr-2021 |
Sergey Panteleev |
Replace references to git.php.net
|
#
4106dffc |
| 17-Jul-2019 |
Sara Golemon |
Document email based subscription
|
#
2735e5f0 |
| 31-May-2019 |
Sara Golemon |
Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__ 1/n - Update / and /include/ only.
|