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

12 Commits

Author SHA1 Message Date
Sergey Panteleev
b62077acae Add link to ML instructions
Close #759
2024-07-09 10:28:58 +03:00
Derick Rethans
cddf0c02f1 We have a dedicated repo for the website 2023-11-29 15:47:29 +00:00
Derick Rethans
359711d735 Update contact page 2023-11-29 15:34:14 +00: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
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
Sara Golemon
078e0eb82c Document what the security@ address is not for 2021-05-19 18:23:36 +00: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
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
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
Hannes Magnusson
e76371e133 php-webmaster@ is the prefered webmaster list 2008-03-19 23:09:33 +00:00
Hannes Magnusson
7a5f6a3e83 Mention security@ for security related issues 2008-01-11 12:45:27 +00:00
Gabor Hojtsy
d3c453a09e move contact out to its own page, and add advertising information there (also link in from sitemap and from page footers) 2004-04-10 10:52:24 +00:00