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

12232 Commits

Author SHA1 Message Date
Jim Winstead
d9be047d30 Trim mirroring docs (#1036) 2024-07-21 12:25:35 +03:00
Jim Winstead
99ee4026b2 Remove docs.php.net, it's not user-visible any longer (#1035)
Close #996
2024-07-21 02:19:26 +03:00
Maurício Meneghini Fauth
96d1508e8f Remove special cases for the gettext shorthand function (#1029)
- Related to https://github.com/php/doc-en/pull/3556
2024-07-20 07:17:41 +08:00
Jim Winstead
115441182f Remove social media links from mailing-lists page (#1032) 2024-07-19 09:09:06 +03:00
Ian Littman
1984259e2b Clarify older CascadiaPHP CFP entry title (#1034) 2024-07-19 11:17:02 +08:00
Ian Littman
302b047260 Add main conference entry for CascadiaPHP 2024 (#1033) 2024-07-19 09:37:12 +08:00
Calvin Buckley
c572273f68 Announce PHP 8.4.0alpha2 2024-07-18 10:36:30 -03:00
dependabot[bot]
0808cca665 composer(deps-dev): bump phpunit/phpunit from 11.2.5 to 11.2.7 (#1030)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.2.5 to 11.2.7.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.2.7/ChangeLog-11.2.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.2.5...11.2.7)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 21:35:49 +03:00
Derick Rethans
04cb0ac173 New list doesn't allow unsubscribing different addresses than the sending address 2024-07-15 16:02:22 +01:00
Christoph M. Becker
7b11b960e4 Client side validation of form-user (#695)
Co-authored-by: Sergey Panteleev <sergey@php.net>
2024-07-09 10:33:09 +03:00
Sergey Panteleev
b62077acae Add link to ML instructions
Close #759
2024-07-09 10:28:58 +03:00
Sergey Panteleev
4cf1d83d32 OG meta tags by default (#1027)
Fix #981
2024-07-06 16:04:44 +03:00
peterdd
d4acbf45ba usability: avoid gap between a wrapped link in aside bar (#439) 2024-07-06 00:04:21 +03:00
Saki Takamachi
40abc7c4d4 Announce PHP 8.4.0alpha1 2024-07-05 22:28:21 +09:00
Luffy
d11a422416 Fix CODEOWNERS syntax error (#1026) 2024-07-05 16:51:56 +08:00
peterdd
d2279651a5 fix #62125 no wrap and scroll for source code examples (#444) 2024-07-05 11:02:30 +03:00
Jakub Zelenka
1e7df531b7 Announce PHP 8.3.9 2024-07-05 00:02:29 +01:00
Sergey Panteleev
4134b6c3ff Announce PHP 8.2.21 2024-07-04 17:46:12 +03:00
Sergey Panteleev
58814018c3 Add CODEOWNERS (#1022)
Co-authored-by: Luffy <52o@qq52o.cn>
2024-07-02 21:57:57 +03:00
Ian Littman
6aa42c1429 Switch "today" marker on supported versions image from red to dark grey to differentiate from EOL versions (#1019) 2024-07-02 21:57:32 +03:00
Jakub Zelenka
a6dc2f07db 8.3.9 tarballs 2024-07-02 15:25:44 +01:00
Sergey Panteleev
48aabf7f58 8.2.21 tarballs 2024-07-02 16:10:16 +03:00
haszi
6e76f1a1e8 Link to the documentations' copyright page on doc pages (#1013)
Co-authored-by: haszi <haszika80@gmail.com>
2024-06-27 18:06:15 +01:00
Derick Rethans
427d47b41c Revert "Add analytics tracker for self-hosted Matomo"
This reverts commit aef3309d25.
2024-06-26 14:08:05 +01:00
dependabot[bot]
d8e467c012 composer(deps-dev): bump phpunit/phpunit from 11.2.2 to 11.2.5 (#1020) 2024-06-25 08:12:52 +08:00
Derick Rethans
aef3309d25 Add analytics tracker for self-hosted Matomo 2024-06-24 18:45:58 +01:00
Ian Littman
bd487306ae Use HTTPS URL for event submission to main.php.net, match spam check expectation to web-master (#1017)
* Use HTTPS URL for event submission to main.php.net

Resolves #999

At some point in the past 12 years (this line was modified in the last 3 years
but I doubt it got tested when modified) main.php.net started redirecting
insecure HTTP to HTTPS, including for POSTs. The catch with those redirects is
that POSTs won't get resubmitted when redirected, so when submitting an event
the redirect would result in a GET with no parameters to the event submission
endpoint, hence "Missing parameters." So event submission has been broken since
main.php.net started redirecting HTTP to HTTPS.

Back in 2012 there was an attempt to switch this and other URLs to HTTPS, but
it got rolled back because "there could be mirrors without ssl support." (see
blame for the line this commit modifies). Since then, mirrors have been phased
out, so we can safely assume we're calling HTTPS endpoints now (and that's the
only way this will work anyway).

Verified by hitting the mentioned endpoint both on HTTP and HTTPS. HTTP gets
redirected and fails due to missing parameters, HTTPS makes it through to the
next step.

* Match "sane" value on event submission to web-master expectation

This reverts part of f1b8134041 as that wasn't quite the right fix
2024-06-23 12:22:22 +03:00
Ian Littman
fadb53cb6d Add CascadiaPHP 2024 CFP entry (#1012) 2024-06-22 22:03:18 +03:00
dependabot[bot]
a5283a15ec composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.58.1 to 3.59.3 (#1010)
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.58.1 to 3.59.3.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.58.1...v3.59.3)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 19:09:38 +03:00
dependabot[bot]
085a5cc4bb composer(deps-dev): bump phpunit/phpunit from 11.1.3 to 11.2.2 (#1011)
Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.1.3 to 11.2.2.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.2.2/ChangeLog-11.2.md)
- [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.1.3...11.2.2)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 18:58:37 +03:00
Adecap
ca4bca796c Update get-involved.php (#1009)
* Update get-involved.php

Changed http to https link as the pages they link to does not redirect to their own https versions automatically

* Update get-involved.php

Fixed error
2024-06-15 19:39:07 +03:00
haszi
e182a0bf7e Make replaceable class text italic (#1008)
Make replaceable class text italic to visually differentiate content that may or must be replaced.

Co-authored-by: haszi <haszika80@gmail.com>
2024-06-15 13:40:06 +03:00
Dariusz Grzesista
3e1d7c4b5b Add PHPCon Poland 2024 C4P entry (#1006) 2024-06-13 08:07:24 +08:00
Husameldin92
a7671f1503 Add IPC-Novmber 2024 (#1004)
Co-authored-by: Luffy <lufei@php.net>
2024-06-12 08:33:27 +08:00
Benjamin Clay
1ab8e28e70 Conferences - add Forum PHP Paris 2024 (#1001)
Co-authored-by: Sergey Panteleev <sergey@php.net>
2024-06-10 18:32:33 +03:00
Pierrick Charron
a92ee28391 Announce 8.2.20 2024-06-06 11:00:34 -04:00
Eric Mann
b4f7800bb8 Announce PHP 8.3.8 2024-06-06 07:45:03 -07:00
Patrick Allaert
4b8c358cfa Announce PHP 8.1.29 2024-06-06 16:18:00 +02:00
Ben Ramsey
ea6267b220 8.1.29 tarballs 2024-06-05 01:23:10 -05:00
Eric Mann
3814d0ba8e Add new PHP 8.4 gpg key branch (#992)
* Add new PHP 8.4 gpg key branch

* Add my GPG public key

* Add myself as an RM for 8.4

* Add GPG pub key and add myself to RM for 8.4

* Update php-keyring.gpg in distributions

---------

Co-authored-by: Calvin Buckley <calvin@cmpct.info>
Co-authored-by: Saki Takamachi <saki@sakiot.com>
2024-06-04 15:57:27 -07:00
Eric Mann
b7b542edae 8.3.8 tarballs 2024-06-04 08:04:34 -07:00
Pierrick Charron
d7321fcdd9 8.2.20 tarballs 2024-06-04 09:54:41 -04:00
dependabot[bot]
d7d2735822 composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.57.2 to 3.58.1 (#1000) 2024-06-04 11:53:41 +03:00
Peter Kokot
65f0835179 Update minimum versions of development tools (#983) 2024-06-01 15:29:23 +03:00
dependabot[bot]
265c94ee72 composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.56.1 to 3.57.2 (#998) 2024-05-28 17:33:53 +03:00
Derick Rethans
5f8de3a999 Fixed help address 2024-05-20 16:27:18 +01:00
dependabot[bot]
1f1c25bc8b composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.55.0 to 3.56.1 (#991)
Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.55.0 to 3.56.1.
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.55.0...v3.56.1)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-14 22:59:11 +03:00
Maciej Sobaczewski
f6e47b70fd Revert "Enable Polish translation again", for now (#989)
This reverts commit 70bd5e0aa9.

While the docs do build, I belive there's at least a few specific action
points we should tackle before we open them up to the world.
2024-05-10 14:30:37 +01:00
Maciej Sobaczewski
7ec8d43cd7 Fix typo on supported-versions.php (#990) 2024-05-10 14:05:50 +01:00
Jakub Zelenka
6abd27bc77 Announce PHP 8.3.7 2024-05-09 15:42:10 +01:00