1
0
mirror of https://github.com/php/web-php.git synced 2026-04-25 16:08:12 +02:00
Commit Graph

2002 Commits

Author SHA1 Message Date
Julien Pauli 47be932328 5.6.1RC1 2014-09-12 10:00:14 +02:00
Stanislav Malyshev 5c16a64db9 5.4.33 rc1 2014-09-04 19:44:26 -07:00
Hannes Magnusson 69702f8d56 Fix XSS reported by Francisco Alonso @ Red Hat Product Security 2014-09-04 14:27:04 -07:00
Julien Pauli c05addbc1c 5.5.17RC1 2014-09-04 10:08:40 +02:00
kovacs.ferenc aba0fcd6ed 5.6.0 release 2014-08-28 12:31:07 +02:00
Julien Pauli 0938e28f12 5.5.16 release 2014-08-22 10:02:56 +02:00
Stanislav Malyshev 784122eda2 5.4.32 2014-08-21 17:30:22 -07:00
danbrown d3c80299a6 Another pesky mosquito.... 2014-08-21 09:30:13 -04:00
Adam Harvey c6f06a34aa Ensure we always link to the right downloads page. 2014-08-19 15:08:25 -07:00
Adam Harvey d82c8f6ed3 Allow branches to be specified as "EOL" even if they're still in $RELEASES. 2014-08-19 15:02:09 -07:00
Adam Harvey 00dc07a0bf Fix a long standing bug: sort the actual branch array, not a copy of it. 2014-08-19 15:01:22 -07:00
Peter Cowburn ade1471a70 Revert "Merge branch 'pull-request/49'"
The country-level host names get listed as unofficial, probably not the best thing to have in the footer of *every* *single* *page*.
(This issue still affects mirror.php)

This reverts commit 635dbd4bb1, reversing
changes made to 92a271f315.
2014-08-18 23:17:48 +01:00
Peter Cowburn 635dbd4bb1 Merge branch 'pull-request/49'
* pull-request/49:
  Add mirror link back in the footer
2014-08-18 21:43:29 +01:00
Johannes Schlüter fa0cd6bb53 PHP 5.3.29 (except frontpage announcement) 2014-08-14 14:24:24 +02:00
Julien Pauli 440eb67e6e 5.5.16RC1 2014-08-07 10:18:27 +02:00
Stanislav Malyshev 5cf08339c7 5.4.32 rc1 2014-08-06 21:52:23 -07:00
Johannes Schlüter fa4e1c76e3 PHP 5.3.29RC1 2014-08-01 03:29:25 +02:00
nlmark 096a5fdd2f Add mirror link back in the footer
As it was in the past and as it was agreed on when providing a mirror for most sponsors
2014-07-31 16:00:30 +02:00
kovacs.ferenc 7991548225 Revert "There are no .xz archives for PHP 5.5.8"
This reverts commit be20038e60.
2014-07-26 00:53:25 +02:00
kovacs.ferenc 6aae300d19 there is no reason to silence the error, we don't show it anyways 2014-07-25 12:07:13 +02:00
Stanislav Malyshev 089af65541 5.4.31 2014-07-24 21:31:39 -07:00
Stanislav Malyshev 265cc8c61a 5.4.31 rc1 2014-07-24 21:22:39 -07:00
Julien Pauli 097a075644 5.5.15 release 2014-07-24 12:33:35 +02:00
Julien Pauli 17c690c32d 5.5.15RC1 2014-07-10 18:44:28 +02:00
Adam Harvey 4df6d17ccf Revert "Attempt to fix the php.net cross-domain issues once and for all."
This reverts commit d89cf4ec47.
2014-07-03 09:50:16 -07:00
Adam Harvey d89cf4ec47 Attempt to fix the php.net cross-domain issues once and for all.
(But this is a terrible hac...)

ONCE AND FOR ALL.
2014-07-02 18:17:31 -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
Julien Pauli cb32e50639 5.5.14 release 2014-06-27 10:28:15 +02:00
Stanislav Malyshev d20111d723 5.4.30 2014-06-26 15:34:10 -07:00
Jeff Welch fa33a05da9 Removed superfluous slashes. 2014-06-21 03:18:38 -04:00
Hannes Magnusson 337f350d88 Merge pull request #46 from Croydon/master
Kill off XHTML

* Croydon/master:
  Use release_date() also in PHP4 changelog
  Typo
  Use css class instead inline style
  Revert "Replace <small> with <span style"
  Replace <small> with <span style
  Replace <big> with <span style....
  Replace <tt> with <code>
  Drop support for < 5.3 from highlight_php()
  Finally remove XHTML from .js files
  Also remove XHTML from .inc files
  Kill off XHTML
2014-06-20 14:52:28 -07:00
Stanislav Malyshev d047edd0e2 5.4.30rc1 2014-06-12 20:49:28 -07:00
Julien Pauli 69e74a8961 5.5.14RC1 2014-06-12 13:31:45 +02:00
Michael 91dd54e9bf Use release_date() also in PHP4 changelog 2014-06-07 16:37:34 +02:00
Michael 27628e547a Use css class instead inline style 2014-06-06 23:55:53 +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 d766dd3c67 Drop support for < 5.3 from highlight_php()
...to use HTML5
2014-06-05 19:57:40 +02: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
Stanislav Malyshev a80340a87a 5.4.29 2014-05-29 21:04:52 -07:00
Julien Pauli ba8fe364f4 PHP 5.5.13 release 2014-05-29 23:44:02 +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
Pascal Borreli 42497c72fb Fixed typos 2014-05-21 22:57:36 +01:00
Stanislav Malyshev e4e29ed542 5.4.29 rc1 2014-05-15 22:05:58 -07:00
Julien Pauli 548779926c 5.5.13RC1 2014-05-15 10:54:51 +02:00
Levi Morrison e9e98dcff5 Merge branch 'master' into contrast
* master:
  Fix Clickjacking Attacks. Reported by Joel Melegrito
2014-05-08 20:53:09 -06:00
Hannes Magnusson 26af598f90 Fix Clickjacking Attacks. Reported by Joel Melegrito 2014-05-08 10:21:22 -07:00
Levi Morrison 3cdad363a5 Merge branch 'notes' into contrast
* notes:
  'add a note' now shows up (was accidentally hidden); also fixed add-note.php layout
  announcement for php 5.6.0beta2
  5.4.28
  5.4.28
  5.5.12 release
  Updated distributions
2014-05-07 20:58:28 -06:00