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

17 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
c8c27a6e86 fix: update bugs.php.net and wiki.php.net links to https 2026-01-13 13:42:16 +01: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
1cdde2ebfb Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
3/4 - Update archive directory.
2019-05-31 12:48:05 -04: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
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
f320ea32fd Reimplement the news archive caching 2013-12-26 10:05:11 -08:00
Hannes Magnusson
c63bbd008a Fix/enable archive sidebar 2013-12-03 18:12:55 -08:00
Hannes Magnusson
f743732b15 Add Last-Modified header (see bug#47261) 2009-05-22 08:11:35 +00:00
Hannes Magnusson
fd2d79020e Fix typos/grammar (Daniel Brown) 2009-01-05 08:26:07 +00:00
Hannes Magnusson
a6ce0ff738 Move to static content 2008-12-31 12:09:44 +00:00
Hannes Magnusson
e33d3df629 - Simplify the "news system"
- Initial implementation of the hAtom microformat
2008-03-18 14:26:30 +00:00
Hannes Magnusson
2b9f7653b0 Prep for 2008 news 2007-12-29 15:12:04 +00:00