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

144 Commits

Author SHA1 Message Date
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
Rasmus Lerdorf
baa2890ce0 Oops, no archive and get the news link right 2012-04-22 16:06:26 -07:00
Rasmus Lerdorf
0844b21551 Add git-pulls list here 2012-04-22 11:53:35 -07:00
Adam Harvey
f1f5e30ca3 Initial rewrite of the references to Subversion on the site to Git. Rewrites
welcome! A couple of important notes:

- I've largely dropped references to Subversion altogether, even knowing that
  php-doc hasn't migrated yet. We may need to put a few more "Git/SVN account"
  references in there if php-doc isn't going to be migrated in the near future.

- I've removed the quick start hints from git-php.php after an account request
  has been sent in. The documentation there was pretty skimpy anyway and
  probably wouldn't have been enough to get a developer going, plus it's harder
  to distill the Git workflow into three or four snappy commands and I'm not
  really convinced that a form confirmation page is the right place to have
  learning materials, since it's a one-time page for most users. Instead I've
  replaced them with links to the relevant Wiki pages, which seem more likely
  to be the right place for new developers to learn.

News post to come, but I wanted to separate this out for easier review.
2012-03-20 10:13:32 +08:00
Rasmus Lerdorf
eb81c4b5e3 Gah! posttohost() doesn't speak ssl 2012-01-22 07:32:24 +00:00
Rasmus Lerdorf
52af0c2fe2 Remove transitional master2 hostname 2012-01-22 02:46:15 +00:00
Rasmus Lerdorf
44a352047a use master2 2012-01-20 05:15:17 +00:00
Philip Olson
570a49efba Removed unused gsoc and standards lists 2011-06-14 23:19:18 +00:00
Philip Olson
b095b00bb3 Updated the php-webmaster description, as suggested by Christopher Jones 2011-06-14 23:01:28 +00:00
Adam Harvey
e27a71d08a Fix bug #54389 (Broken link "Mailinglist rules"). 2011-03-29 09:28:45 +00:00
Hannes Magnusson
60d5c3b903 Add current config option (ignored in old-web), and FIXME placeholders for pages
not in any menu yet
2010-12-28 11:09:09 +00:00
Philip Olson
d188c713ee help clarify that php-general@ is for support questions, whereas php-webmaster@ is not 2010-06-22 19:30:40 +00:00
Philip Olson
629dabf8c2 Removed svn.migration from the list (idea from kalle) 2010-03-18 05:38:50 +00:00