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

11 Commits

Author SHA1 Message Date
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
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
Ferenc Kovacs
f7ae09e0fa fixing the href to match with the anchor and id 2012-09-10 14:25:47 +02:00
Hannes Magnusson
2f01cbb224 Err.. that file was apparently not hardcoded yet :) 2012-03-02 09:24:33 +01:00
Rasmus Lerdorf
50f1ddffca Should be 2011 here 2011-01-06 21:29:36 +00:00
Hannes Magnusson
ae3a53ba8c Generate 2010 news archive page & add a 2011 2011-01-02 11:03:49 +00:00