ce46c26d | 04-Aug-2022 |
Sergey Panteleev |
Ignore `include/releases.inc` file in CS-Fixer (#681) |
66652364 | 04-Aug-2022 |
Sergey Panteleev |
Announce PHP 8.2.0beta2 |
66e61dec | 04-Aug-2022 |
Gabriel Caruso |
Fixes to PHP 8.0.22 announcement Missed these name entries while generating the changes locally, removing to keep it consistent with the entire file. |
86ea3fc5 | 04-Aug-2022 |
Gabriel Caruso |
Announce PHP 8.0.22 |
7a25d900 | 02-Aug-2022 |
Patrick Allaert |
Updating distributions |
29f24d09 | 29-Jul-2022 |
Christoph M. Becker |
Fix GH-676: Releases RSS/ATOM feed does not validate The feed's updated element is required before the entries. Closes GH-678. |
c46c30f5 | 21-Jul-2022 |
Pierrick Charron |
Announce PHP 8.2.0beta1 |
18576e3d | 18-Jul-2022 |
Andreas Möller |
.editorconfig: Set charset for all files to UTF-8 Closes GH-620. |
2a01e8d9 | 17-Jul-2022 |
Andreas Möller |
Fix: Use relative file name, not absolute path to file Closes GH-670. |
77a06203 | 15-Jul-2022 |
Kamil Tekiela |
Improve code formatting in JS (#656) |
f127de5d | 15-Jul-2022 |
Andreas Möller |
Enhancement: Enable `strict_param` fixer We set strict param to false to ensure current behavior, except for two cases where it is safe to go with true. Closes GH-658. |
5c9eab2f | 15-Jul-2022 |
Christoph M. Becker |
Fix CS violations (case of null, false and true) |
b575ebd4 | 15-Jul-2022 |
Andreas Möller |
Enhancement: Include `*.inc` files (with exceptions) Closes GH-662. |
d7e1b815 | 15-Jul-2022 |
Andreas Möller |
Enhancement: Enable `constant_case` fixer Co-authored-by: MathiasReker <mathias@reker.dk> Closes GH-660. |
d8717d3a | 15-Jul-2022 |
Andreas Möller |
Add tests for gen_challenge() and test_answer() Closes GH-632. |
352f7842 | 15-Jul-2022 |
Kamil Tekiela |
Fix mousetrap.js (#655) |
aa399d9e | 13-Jul-2022 |
Tiffany Taylor |
Add Longhorn PHP 2022 CFP announcement Closes GH-654. |
de855665 | 13-Jul-2022 |
Kamil Tekiela |
Update mousetrap.min.js |
68e9bffc | 13-Jul-2022 |
Kamil Tekiela |
Upgrade hogan.js |
89b9ef2e | 13-Jul-2022 |
Kamil Tekiela |
Delete jquery.ui.totop.js UItoTop was dead script since https://github.com/php/web-php/commit/613a15b4954034a65072cd78d007072221779998 |
63dbe8c6 | 13-Jul-2022 |
Kamil Tekiela |
Update jquery.scrollTo.min.js |
6dcd8486 | 12-Jul-2022 |
Kamil Tekiela |
Move jquery.scrollTo.min.js to a new file Update footer.inc |
25784fa6 | 12-Jul-2022 |
Kamil Tekiela |
Drop IE support including IE 7 & 9 shims |
7e6aa5da | 12-Jul-2022 |
Kamil Tekiela |
Update jQuery from 1.10 to 3.6 |
33a94e54 | 13-Jul-2022 |
Kamil Tekiela |
Drop Modernizr (#653) We only used it to check for data: URI support, but that's universally supported now https://caniuse.com/datauri |