huangkevin-apr
f1b3e771f4
Fix xxx bug when ...
2026-02-04 11:30:40 +01:00
Sergey Panteleev
9b86e7de7e
PHP 8.5 release page ( #1454 )
...
Co-authored-by: Tim Düsterhus <tim@bastelstu.be >
Co-authored-by: Borislav Kosun <kosun.b@yandex.com >
Co-authored-by: Theodore Brown <theodorejb@outlook.com >
2025-11-19 17:42:11 +03:00
Derick Rethans
e78ea355df
Update title and descriptions for manual pages ( #1372 )
...
Co-authored-by: Luffy <lufei@php.net >
2025-09-03 15:27:36 +08:00
Derick Rethans
89c11399b7
Fixed filename access for filemtime/stat
2025-08-12 14:29:32 +01:00
Derick Rethans
e495c17b9e
Silence warning if there are no JS files
2025-08-12 14:29:29 +01:00
Derick Rethans
710616d21f
First stab at a prototype for revamping the download instructions page
2025-08-12 14:29:28 +01:00
Adam Cable
52763bb2ed
Update header.inc ( #1293 )
...
Co-authored-by: Luffy <lufei@php.net >
2025-07-24 17:24:28 +08:00
Sergey Panteleev
850039a5ee
Add analytics ( #1183 )
...
* Add analytics only for main website
2024-12-10 11:29:57 +00:00
Lucas Azevedo
b62f99f6de
Update navbar design and improve search UI ( #1084 )
...
Co-authored-by: Gina Peter Banyard <girgias@php.net >
Co-authored-by: Sergey Panteleev <sergey@php.net >
2024-11-02 17:39:04 +03:00
Derick Rethans
427d47b41c
Revert "Add analytics tracker for self-hosted Matomo"
...
This reverts commit aef3309d25 .
2024-06-26 14:08:05 +01:00
Derick Rethans
aef3309d25
Add analytics tracker for self-hosted Matomo
2024-06-24 18:45:58 +01:00
Andreas Möller
a528e6e91b
Enhancement: Enable no_mixed_echo_print fixer ( #864 )
2023-12-06 15:19:57 +01:00
Sergey Panteleev
34b4f31237
PHP 8.3 released! ( #825 )
2023-11-23 19:39:41 +03:00
Sergey Panteleev
ed9aed27f2
PHP 8.2 Release page ( #728 )
2022-12-08 14:57:26 +03: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
b575ebd409
Enhancement: Include *.inc files (with exceptions)
...
Closes GH-662.
2022-07-15 13:57:08 +02:00
Kamil Tekiela
25784fa653
Drop IE support including IE 7 & 9 shims
2022-07-13 17:31:07 +01:00
Lucas Azevedo
41e736f108
Update favicon
...
Use the alternative logo created by Levi Morrison.
See https://github.com/lhsazevedo/web-php-favicon .
Closes GH-522.
2022-06-10 12:45:10 +02:00
Sergey Panteleev
f9dbcaf607
Add PHP 8.1 release page to navbar
2021-11-25 21:47:20 +03:00
Sara Golemon
25867bd36f
Remove conditionals from php8 announcement item. Avoid version.inc not being included issue
2020-11-26 18:21:18 +00:00
Roman Pronskiy
65b861b91a
Add more meta tags for PHP 8 social preview
...
Closes GH-353.
2020-11-26 01:01:08 +01:00
Sara Golemon
ac83fe2e4e
Move php8 pages into releases/8.0 and use 'php8' for config tag
2020-11-25 20:49:48 +00:00
Roman Pronskiy
dd01f01128
Hide PHP8 menu item if 8 is not released yet
2020-11-25 20:28:13 +00:00
Roman Pronskiy
513c4e80c8
Fix active state for PHP8 menu item
2020-11-25 20:28:13 +00:00
Roman Pronskiy
47cb54973e
Add og:image to the head
2020-11-25 20:28:13 +00:00
Ruslan
b6058bf9cb
Moved the page, added a button in the header
2020-11-25 20:28:13 +00:00
Ruslan
d54880319a
JS-13812 Develop markup for PHP 8 announcement on php.net
2020-11-25 20:28:13 +00:00
Ruslan
78a91db65b
JS-13812 Develop markup for PHP 8 announcement on php.net
2020-11-25 20:28:13 +00:00
Derick Rethans
b2b48ca1e0
Remove references, redirects, and selection of mirrors
2019-04-01 11:27:09 +01:00
Peter Kokot
6ba762f866
Remove redundant script type="text/javascript" attributes
...
Omitted type means that script is JavaScript [1] and for HTML 5 browsers
can be removed today.
[1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script
2018-10-24 20:37:57 +02: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
Yordan Gigov
25b8627262
Use root-relative URLs for cached JS and CSS entries
2018-10-15 12:03:32 -04:00
Levi Morrison
8014ec80a8
Use SVG logo; fix morrisonlevi/web-php#12
2016-12-28 14:17:21 -05:00
Levi Morrison
0592218368
dos2unix
2016-12-28 11:17:36 -07:00
Christoph M. Becker
a7685b0fab
Fix broken asset paths on Windows
...
We're hard coding the DIRECTORY_SEPARATOR to be able to run web-php on
Windows.
2016-10-19 11:34:55 +02:00
Hannes Magnusson
d3d5ba6fb0
Fix markdown syntax highlighting
2015-04-30 10:10:18 -07:00
Levi Morrison
26d4851bb5
Improve code style and documentation
2014-12-26 08:51:39 -07:00
Levi Morrison
37e5b25878
Adjust #breadcrumbs structure.
...
Also fix minor issue with #layout.
2014-11-12 11:42:02 -07:00
Adam Harvey
5335474af5
Add Twitter icon to the home page, linking to @official_php.
...
I've deliberately implemented this in such a way as to allow for further social
media buttons down the track if we want. I've also kept it intentionally
unobtrusive: it's there (previously, we only mentioned the Twitter account on
the mailing lists page, which was weird), but pretty subtle in the sidebar.
There's one additional dependency: a one glyph subset of Font Awesome (created
using Fontello) containing the Twitter icon. (Should we later want to include
other icons from Font Awesome, fonts/Font-Awesome/config.json can be fed back
into Fontello as a starting point.) The additional style sheet and font file
are cached correctly, and once loaded by the user, shouldn't need to be loaded
again, as with Fira Sans. On a cold page load, this adds two requests and just
under 3 kB to the page load.
I consider all of this reasonable, both technically and in terms of promoting
@official_php a little more, but I won't be terribly offended if someone wants
to revert this.
2014-07-02 15:19:25 -07:00
Jeff Welch
fa33a05da9
Removed superfluous slashes.
2014-06-21 03:18:38 -04:00
Michael
113c86286d
Also remove XHTML from .inc files
2014-06-04 19:50:50 +02:00
Hannes Magnusson
cb20874745
Add support for <link hreflang> as suggested by Joost de Valk <joost@yoast.com>
2014-06-03 15:39:13 -07:00
Michael
698dddbc5d
remove double viewport meta from head
2014-05-31 01:19:08 +02:00
Levi Morrison
45ec556b07
Converted from Source Sans Pro/Source Code Pro to Fira Sans/Fira Mono.
2014-05-27 12:01:40 -06:00
Levi Morrison
9ae3d085df
Re-ordered prev and next
2014-05-06 12:24:45 -06:00
Levi Morrison
8fb9b79ca8
Related functions now on right; some homepage fixes.
2014-04-27 23:14:11 -06:00
Adam Harvey
70231d3b44
Disable the search autocomplete for IE ≤ 8.
...
Fixes the JS fail in bug #66207 , but does nothing about the styling.
2014-03-25 10:13:22 -07:00
Levi Morrison
7c7da0fa4c
Fixed a bug on pages where the prev or next portion of the breadcrumbs would wrap, leaving a gap in the breadcrumbs and the #layout.
2014-03-07 16:22:14 -07:00