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
Hannes Magnusson
681bea8bb4
Revert "Add a quick help for those running without javascript"
...
This reverts commit bb84c7bbcd .
Surprisingly enough, there seem to be several active users that don't have js enabled :D
2014-01-08 17:45:22 -08:00
Hannes Magnusson
bb84c7bbcd
Add a quick help for those running without javascript
2014-01-08 16:26:00 -08:00
Hannes Magnusson
41ae810490
Have some fun with current-page search (keyboard shortcut: g s)
2013-12-28 19:01:40 -08:00
Hannes Magnusson
f237cd07bf
Cache manual pages. Fixes bug #55584
2013-12-26 17:14:02 -08:00
Hannes Magnusson
ec187133dc
Switch the order of the timestamp and filename show the filename shows up in debug bars
2013-12-26 16:06:51 -08:00
Hannes Magnusson
1c311cc448
Add a "headsup" bar when we add new news entries
2013-12-26 15:16:51 -08:00
Hannes Magnusson
36e805e147
Bring back the mega dropdown, toggled with "?" keyboard shortcut
2013-12-26 13:34:43 -08:00
Hannes Magnusson
f320ea32fd
Reimplement the news archive caching
2013-12-26 10:05:11 -08:00
Dejan Marjanovic
15388368fd
Oooops
2013-12-15 23:14:22 +01:00
Dejan Marjanovic
6f0bf1a41a
Fix duplicate flash messages and improve a bit
2013-12-15 23:13:49 +01:00
Levi Morrison
ea3a70e9d9
Fixed navigation rendering issue and cleaned up unused navigation styles.
2013-12-15 12:53:46 -07:00
Levi Morrison
f7359aa2ea
Fixed merge conflicts
2013-12-15 11:28:32 -07:00
Levi Morrison
e916105a19
Fixed merge conflict.
2013-12-15 11:27:28 -07:00
Dejan Marjanovic
b1f27ebc8f
Add flash messenger and implement for notes voting for starters
2013-12-15 16:46:56 +01:00
Hannes Magnusson
9098464a05
Remove an used file & improve the logo scale
2013-12-06 15:16:49 -08:00