Patrick Allaert
|
cefb40f5df
|
Announce PHP 8.1.9
|
2022-08-04 14:41:09 +02:00 |
|
Pierrick Charron
|
741587d131
|
Fix PHP 8.2.0 Beta2 announcement
|
2022-08-04 05:48:05 -04:00 |
|
Sergey Panteleev
|
ce46c26db0
|
Ignore include/releases.inc file in CS-Fixer (#681)
|
2022-08-04 12:07:14 +03:00 |
|
Sergey Panteleev
|
66652364d2
|
Announce PHP 8.2.0beta2
|
2022-08-04 11:38:12 +03:00 |
|
Gabriel Caruso
|
66e61decda
|
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.
|
2022-08-04 10:37:03 +02:00 |
|
Gabriel Caruso
|
86ea3fc524
|
Announce PHP 8.0.22
|
2022-08-04 10:11:55 +02:00 |
|
Patrick Allaert
|
7a25d90068
|
Updating distributions
|
2022-08-02 15:54:36 +02:00 |
|
Christoph M. Becker
|
29f24d095c
|
Fix GH-676: Releases RSS/ATOM feed does not validate
The feed's updated element is required before the entries.
Closes GH-678.
|
2022-07-29 18:08:54 +02:00 |
|
Pierrick Charron
|
c46c30f53b
|
Announce PHP 8.2.0beta1
|
2022-07-21 11:08:50 -04:00 |
|
Andreas Möller
|
18576e3dad
|
.editorconfig: Set charset for all files to UTF-8
Closes GH-620.
|
2022-07-18 14:27:11 +02:00 |
|
Andreas Möller
|
2a01e8d922
|
Fix: Use relative file name, not absolute path to file
Closes GH-670.
|
2022-07-17 12:05:53 +02:00 |
|
Kamil Tekiela
|
77a062033a
|
Improve code formatting in JS (#656)
|
2022-07-15 14:15:34 +01:00 |
|
Andreas Möller
|
f127de5db9
|
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.
|
2022-07-15 14:48:44 +02:00 |
|
Christoph M. Becker
|
5c9eab2f38
|
Fix CS violations (case of null, false and true)
|
2022-07-15 14:05:50 +02:00 |
|
Andreas Möller
|
b575ebd409
|
Enhancement: Include *.inc files (with exceptions)
Closes GH-662.
|
2022-07-15 13:57:08 +02:00 |
|
Andreas Möller
|
d7e1b8159c
|
Enhancement: Enable constant_case fixer
Co-authored-by: MathiasReker <mathias@reker.dk>
Closes GH-660.
|
2022-07-15 13:50:13 +02:00 |
|
Andreas Möller
|
d8717d3ab6
|
Add tests for gen_challenge() and test_answer()
Closes GH-632.
|
2022-07-15 13:07:43 +02:00 |
|
Kamil Tekiela
|
352f784292
|
Fix mousetrap.js (#655)
|
2022-07-15 10:09:11 +01:00 |
|
Tiffany Taylor
|
aa399d9eb3
|
Add Longhorn PHP 2022 CFP announcement
Closes GH-654.
|
2022-07-14 11:32:57 +02:00 |
|
Kamil Tekiela
|
de8556658d
|
Update mousetrap.min.js
|
2022-07-13 17:31:07 +01:00 |
|
Kamil Tekiela
|
68e9bffca2
|
Upgrade hogan.js
|
2022-07-13 17:31:07 +01:00 |
|
Kamil Tekiela
|
89b9ef2e66
|
Delete jquery.ui.totop.js
UItoTop was dead script since 613a15b495
|
2022-07-13 17:31:07 +01:00 |
|
Kamil Tekiela
|
63dbe8c66d
|
Update jquery.scrollTo.min.js
|
2022-07-13 17:31:07 +01:00 |
|
Kamil Tekiela
|
6dcd848697
|
Move jquery.scrollTo.min.js to a new file
Update footer.inc
|
2022-07-13 17:31:07 +01:00 |
|
Kamil Tekiela
|
25784fa653
|
Drop IE support including IE 7 & 9 shims
|
2022-07-13 17:31:07 +01:00 |
|
Kamil Tekiela
|
7e6aa5da11
|
Update jQuery from 1.10 to 3.6
|
2022-07-13 17:31:07 +01:00 |
|
Kamil Tekiela
|
33a94e54bb
|
Drop Modernizr (#653)
We only used it to check for data: URI support, but that's universally supported now https://caniuse.com/datauri
|
2022-07-13 15:38:53 +01:00 |
|
Andreas Möller
|
1d73c26c0b
|
Fix: Avoid generating code without space between comma and function argument
Closes GH-650.
|
2022-07-12 14:46:56 +02:00 |
|
Andreas Möller
|
0ee0117c6b
|
Fix: Replace weird comment with DocBlock
Closes GH-649.
|
2022-07-12 14:33:45 +02:00 |
|
Andreas Möller
|
b3c9551c93
|
Enhancement: Enable no_extra_blank_lines fixer
Closes GH-646.
|
2022-07-12 14:26:18 +02:00 |
|
Andreas Möller
|
aa0a6f3ee0
|
Enhancement: Enable line_ending fixer
Closes GH-645.
|
2022-07-12 13:50:03 +02:00 |
|
Andreas Möller
|
4bca56f307
|
Enhancement: Enable trim_array_spaces fixer
Closes GH-644.
|
2022-07-12 13:26:23 +02:00 |
|
Andreas Möller
|
a35d47d060
|
Enhancement: Enable ordered_class_elements fixer
Closes GH-641.
|
2022-07-12 12:39:00 +02:00 |
|
Andreas Möller
|
aab787eb10
|
Enhancement: Enable array_indentation fixer
Closes GH-634.
|
2022-07-12 12:25:12 +02:00 |
|
Christoph M. Becker
|
16fd981d27
|
Include spam_challenge.php only once
The file contains only definitions, and as such multiple inclusion
would never make sense.
|
2022-07-12 11:49:01 +02:00 |
|
Christoph M. Becker
|
184010c4b0
|
Remove silly syntax highlighting work around
This is unlikely to be an issue nowadays.
|
2022-07-12 11:46:13 +02:00 |
|
Andreas Möller
|
c68e5a9e4a
|
Enhancement: Enable single_space_after_construct fixer
Closes GH-640.
|
2022-07-12 11:44:23 +02:00 |
|
Andreas Möller
|
f3585d9bdf
|
Enhancement: Enable indentation_type fixer
Closes GH-622.
|
2022-07-11 20:34:20 +02:00 |
|
Andreas Möller
|
ba92fc90a2
|
Enhancement: Enable visibility_required fixer
Closes GH-639.
|
2022-07-11 20:16:40 +02:00 |
|
Andreas Möller
|
4b3e3c9a6b
|
Enhancement: Enable whitespace_after_comma_in_array fixer
Closes GH-637.
|
2022-07-11 20:13:00 +02:00 |
|
Andreas Möller
|
383142443d
|
Enhancement: Trim trailing whitespace in all files
Closes GH-633.
|
2022-07-11 19:58:02 +02:00 |
|
Andreas Möller
|
1b3e0e41c4
|
Enhancement: Enable no_trailing_whitespace fixer
Closes GH-636.
|
2022-07-11 19:54:57 +02:00 |
|
Andreas Möller
|
26e53d3af2
|
Fix: Remove commented out formats
Closes GH-635.
|
2022-07-11 19:50:00 +02:00 |
|
Andreas Möller
|
d3b6b3ed67
|
Enhancement: Run friendsofphp/php-cs-fixer on GitHub Actions
Co-authored-by: Markus Staab <maggus.staab@googlemail.com>
Closes GH-559.
|
2022-07-11 19:19:15 +02:00 |
|
Andreas Möller
|
e45bf2b782
|
Fix: Remove unused methods
Closes GH-607.
|
2022-07-11 18:41:46 +02:00 |
|
Andreas Möller
|
f24a9f3906
|
Fix: Remove unused parameters
Closes GH-577.
|
2022-07-11 18:39:48 +02:00 |
|
Andreas Möller
|
dc0eb0f29f
|
Enhancement: Add Makefile
Closes GH-621.
|
2022-07-11 13:48:55 +02:00 |
|
Andreas Möller
|
d31e187324
|
Fix: Replace script with tests
Closes GH-631.
|
2022-07-09 17:03:23 +02:00 |
|
Andreas Möller
|
acb371e452
|
Enhancement: Extract constants to avoid mutable global state
Closes GH-626.
|
2022-07-09 14:03:19 +02:00 |
|
Andreas Möller
|
54d1bc22a6
|
Enhancement: Document namespace mapping
Closes GH-625.
|
2022-07-09 12:09:37 +02:00 |
|