1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00
Commit Graph

156 Commits

Author SHA1 Message Date
Jordi Kroon
5d9af2102f fix: update pear.php.net and pecl.php.net links to https 2026-02-04 11:23:09 +01:00
Jordi Kroon
fbd19fcb1a fix: update mailing list management URL to news-web.php.net
The lists.php.net domain has been replaced with news-web.php.net for accessing mailing list options and management.
2026-01-13 13:43:35 +01:00
Jordi Kroon
877374bde2 fix: update news.php.net links to https and news-web domain
Replace deprecated http://news.php.net URLs with https://news-web.php.net
across archive pages, release notes, and mailing lists documentation.
This addresses the domain migration and enforces HTTPS security for
news server access.
2026-01-13 13:43:35 +01:00
Ben Ramsey
7503644a26 Clarify mailing list instructions, especially for unsubscribing 2025-07-05 18:13:30 -05:00
Jim Winstead
ba72bc3859 Remove some obsolete mailing lists (#1040) 2024-08-04 12:28:16 +03:00
Jim Winstead
e5ceb3e84c Purge references to PHP-GTK, it was abandoned (#1039) 2024-07-27 20:26:35 +08:00
Jim Winstead
115441182f Remove social media links from mailing-lists page (#1032) 2024-07-19 09:09:06 +03:00
Derick Rethans
5f8de3a999 Fixed help address 2024-05-20 16:27:18 +01:00
Derick Rethans
fef2ba34eb Document mailing list options 2024-04-16 17:31:29 +01:00
Sergey Panteleev
f003589020 Update ML instruction 2024-03-13 13:04:50 +03:00
Derick Rethans
c841b13a3f Update ML instructions 2024-02-18 14:36:49 +00:00
Derick Rethans
b252162ecc Update with new email addresses for subscribe/unsubscribe 2024-02-18 14:34:00 +00:00
Andreas Möller
c093fb5382 Enhancement: Enable trailing_comma_in_multiline fixer (#647)
* Enhancement: Enable and configure trailing_comma_in_multiline fixer

* Fix: Run 'make coding-standards'
2023-12-06 23:16:28 +00:00
Andreas Möller
1ebc2c4996 Enhancement: Enable binary_operator_spaces fixer
Closes GH-667.
2022-08-22 19:17:38 +02:00
Andreas Möller
57f505ed58 Enhancement: Enable and configure concat_space fixer
Closes GH-657.
2022-08-22 19:04:47 +02:00
Andreas Möller
d9bcfed482 Enhancement: Enable array_syntax fixer
Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.
2022-08-22 18:59:14 +02:00
Andreas Möller
d7e1b8159c Enhancement: Enable constant_case fixer
Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-660.
2022-07-15 13:50:13 +02:00
Andreas Möller
aab787eb10 Enhancement: Enable array_indentation fixer
Closes GH-634.
2022-07-12 12:25:12 +02:00
Mathias Reker ⚡️
546b144fe3 Use elseif instead of else if
Closes GH-534.
2022-06-17 19:19:12 +02:00
Mathias Reker ⚡️
530b28e95b Add void return types
Add void return type to functions with missing or empty return statements.

Closes GH-535.
2022-06-17 19:16:52 +02:00
Mathias Reker ⚡️
7dd64e1b79 No spaces inside parenthesis
For consistency with the rest of the code.

Closes GH-551.
2022-06-17 16:47:11 +02:00
Mike Schinkel
bdfa96431c 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.
2021-07-26 16:16:13 +02:00
Mike Schinkel
264eb72b0c 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.
2021-07-23 07:13:19 +02:00
Pavel Djundik
7d6e63b616 Display an error if no mailing list is selected (#392) 2021-05-19 14:05:58 -05:00
Tiffany
2de2ddfd54 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.
2021-04-29 15:12:54 +02:00
Rasmus Lerdorf
1d4be620ad Remove references to master.php.net 2021-04-05 21:56:10 -07:00
Sergey Panteleev
e2ee39e007 Replace references to git.php.net 2021-04-02 09:33:28 +03:00
Sara Golemon
4106dffc6a Document email based subscription 2019-07-16 22:35:54 -04:00
Sara Golemon
2735e5f03f Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
1/n - Update / and /include/ only.
2019-05-31 11:19:09 -04:00
Kalle Sommer Nielsen
cdec537f81 Remove dead code 2019-04-19 14:30:02 +03:00
Peter Cowburn
8621612ca5 Update mailing list rules URL
The file's location was changed in php-src (commit 8346b4c, PR 3988), so
update the mailing lists page on the site to reflect that.
2019-03-30 19:10:34 +00:00
Peter Cowburn
10d8705cbe add list email addresses to mailing lists page 2019-03-02 10:38:30 +00:00
Peter Kokot
190459c766 Refactor each() function to foreach()
The each() function has been deprecated since PHP 7.2 and shouldn't be
used anymore:
- http://php.net/manual/en/function.each.php
2018-11-17 06:40:34 +01:00
Peter Kokot
e235f79473 Trim trailing whitespace
This patch cleans all redundant trailing whitespace across the
repository except for the icalendar files.
2018-10-17 10:51:08 +02:00
Peter Kokot
0f95b8c709 Remove unused Git attributes ident
The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.
2018-10-17 07:29:46 +02:00
Niklas Keller
371799ada5 Fixed bug #76087 2018-03-13 08:30:40 +01:00
Hannes Magnusson
136f8f1363 Add standards@ 2014-07-24 14:00:40 -07:00
Hannes Magnusson
3cb1382f91 php-cvs-daily no longer works afaik and pdo@ is hardly importatnt list anymore 2014-07-24 13:55:25 -07:00
Adam Harvey
d8cabbe2f9 Tighten up the wording on the Twitter link. 2014-07-02 15:10:03 -07:00
Michael
1c41366df8 Revert "Replace <small> with <span style"
This reverts commit 12f04c0d4a.
2014-06-06 23:48:35 +02:00
Michael
12f04c0d4a Replace <small> with <span style
Replace <small> with <span style="font-size:0.8em"> because the
definition of <small> is a complete other with HTML5
2014-06-05 20:35:30 +02:00
Michael
5bfef25e70 Kill off XHTML
Long live HTML5! =)
2014-06-04 19:39:27 +02:00
Hannes Magnusson
0e057c3ced Mention the twitter account (cjones) 2013-10-28 14:34:59 -07:00
Hannes Magnusson
74bc9e6ad7 Kill reST things
It doesn't even render correctly, and has gone more or less unused
2013-10-27 16:42:56 -07:00
Ferenc Kovacs
6372746f24 add the general bugs list to the mailing lists 2013-02-18 15:58:59 +01:00
Ferenc Kovacs
d538306a9c ezmlm.org expired, use untroubled.org/ezmlm as suggested by the original author at http://lists.untroubled.org/?list=ezmlm&cmd=showmsg&msgnum=14183 2012-08-12 22:11:29 +02:00
Ferenc Kovacs
3866e9ed7e Revert "now that posttohost() supports ssl, we should use https here" as there could be mirrors without ssl support.
This reverts commit 1511842d06.
2012-08-06 00:12:13 +02:00
Ferenc Kovacs
1511842d06 now that posttohost() supports ssl, we should use https here 2012-08-05 21:52:37 +02:00
Peter Cowburn
d15df71865 standard table cells vertical-align to top
The mailing lists table keeps its middle alignment.
2012-08-02 10:56:07 +01:00
Ferenc Kovacs
0056617265 fix the file references now that they are comming from git instead of svn for the reST stuff 2012-07-21 02:30:09 +02:00