491 Commits

Author SHA1 Message Date
Matthias Mullie
d3c8b1a0c9 Use 8.2 image 2022-12-23 21:59:20 +01:00
Matthias Mullie
4dd8b519e9
Update README.md 2022-12-20 14:47:16 +01:00
Matthias Mullie
2807d9f9be Merge branch 'Visualq-master' 1.3.70 2022-12-09 13:56:44 +01:00
Matthias Mullie
aa8010c2fa Move back to call_user_func_array
This is equivalent, but removes the assumption that
parent constructor will also accept a single array
val as well as overloading. That assumption is true,
but may not always remain true.

Frankly, all of this is due for massive refactoring,
but that's something for... well, not today, that's
for sure!
2022-12-09 13:54:35 +01:00
Wim Wisselink Kantoor
11c7b047ba Update PHP 8.2 test flow to PHP 8.2-rc. 2022-12-08 14:22:38 +01:00
Wim Wisselink Kantoor
4e7c673c35 Add PHP 8.2 to test flow. 2022-12-08 14:20:39 +01:00
Wim Wisselink Kantoor
156d5ed81c Revert auto formatting 2022-12-08 14:04:04 +01:00
Wim Wisselink Kantoor
eafe9b9527 PHP 8.2 deprecation fix: Dynamically call 'parent::__construct()' with argument count check fix 2022-12-08 13:56:21 +01:00
Wim Wisselink Kantoor
9400c16435 PHP 8.2 deprecation fix: Dynamically call 'parent::__construct()' fix 2022-12-08 13:39:55 +01:00
Matthias Mullie
489e0be7fa Change healthchecks url 2022-12-02 14:55:40 +01:00
Matthias Mullie
0989f74dbf Add daily health check 2022-11-28 09:00:43 +01:00
Matthias Mullie
f09a06e6f9 Update formatting config 2022-11-18 16:43:18 +01:00
Matthias Mullie
51d1aa4f9b Add .dockerignore 2022-11-18 13:22:46 +01:00
Matthias Mullie
253f595284 Remove no longer useful test compat help 2022-11-18 13:02:32 +01:00
Matthias Mullie
e25d849159
Update .gitignore 2022-11-17 14:41:39 +01:00
Matthias Mullie
bc915c8eb0 Some more cleanup 2022-11-17 14:35:23 +01:00
Matthias Mullie
9bb6c1c226
Update CONTRIBUTING.md 2022-11-17 13:48:46 +01:00
Matthias Mullie
33771e208f
There is no changelog 2022-11-17 13:41:15 +01:00
Matthias Mullie
2361031ade Remove useless makefile scripts, use docker instead of compose & use codecov actions 2022-11-17 11:17:18 +01:00
Matthias Mullie
f5643c18c1
Update README.md 2022-11-16 14:31:12 +01:00
Matthias Mullie
d99545da9b Rename phpunit.xml 2022-11-16 14:21:28 +01:00
Matthias Mullie
e5b6a5ca6a Change case of test dirs 2022-11-16 13:42:07 +01:00
Matthias Mullie
62765c0f9c Fix docs generation & publish to branch 2022-11-16 13:05:34 +01:00
Matthias Mullie
b7df72a9cf Fix homepage
Alas, that domain is no longer mine.
2022-11-16 12:22:17 +01:00
Matthias Mullie
9d9caf8a3b php-cs-fixer 2022-11-16 12:20:18 +01:00
Matthias Mullie
294cbf5e6c Test 5.4 & 5.5 compat and autoload test namespaces 2022-11-16 12:13:00 +01:00
Matthias Mullie
f82a38cab9 Remove Appveyor testing artefacts 2022-11-16 10:16:32 +01:00
Matthias Mullie
c9a0e1211c Remove Travis CI leftovers 2022-11-16 10:11:07 +01:00
Matthias Mullie
7cc4b0eaa9 Use more recent docker-compose version 2022-11-16 10:09:48 +01:00
Matthias Mullie
d84829dd5e Pin scrapbook to a version range
Scrapbook's master has dropped support for PHP<8.0;
we ought to allow other/older versions here, since
we want to be able to continue testing old PHP versions.
2022-11-16 10:08:40 +01:00
Matthias Mullie
23bbe87baa
Update README.md 2022-11-07 15:14:34 +01:00
simondud
a61c949ccc Fix bug #395 Calc function missing on background-position property 1.3.69 2022-08-01 12:00:18 +03:00
simondud
d8993df395 Fix #397 CSS variable value 0px has the px removed and breaks 2022-08-01 08:52:06 +03:00
simondud
49d6bd8356 Fix #383 Problem with a specific file, Choices.js - regex inside ?: conditional 2022-06-06 16:49:20 +03:00
Matthias Mullie
c00fb02f71 Add convenience var for testing only certain paths 1.3.68 2022-04-19 10:28:56 +02:00
Matthias Mullie
7d4542b02c Alternative fix for #393
This keeps whitespace around comments while they're
extracted from the content, and leaves it up to
stripWhitespace later on to strip when appropriate,
ensureing that only the contents of the comment are
preserved or stripped (in stripComments), not the
whitespace around it.
2022-04-19 10:26:37 +02:00
Simon
0c77ac9b43 fix #393, add one more test for the fix of 385 2022-04-17 14:15:19 +03:00
Simon
ab5f4a790b Add test case to reproduce the issue #393 2022-04-16 14:10:39 +03:00
Simon
fd56601c78 Fix the recursive regexes designed to match funcitons inside empty for() blocks matching {} blocks outside them in some circumstances 2022-04-16 14:09:16 +03:00
Simon
b3458006ef Fix issue #394 2022-04-16 12:12:59 +03:00
Matthias Mullie
acaee1b7ca Merge branch 'rowhel95-rowhel95-patch-1' 1.3.67 2022-03-24 09:54:59 +01:00
Matthias Mullie
6fbbb7455a Add test for #378 2022-03-24 09:54:46 +01:00
rowhel95
759f0871f7
Fix minified CSS variable with leading whitespaces
Fixes #378
2022-03-23 17:54:08 +01:00
Simon
dfae0665d7 Fix issue #385 - for(;;) without body but containig closures inside brackets. 2022-03-21 15:55:21 +02:00
Matthias Mullie
37c14b9775 More elaborate GH CI & remove Travis 2022-03-15 22:17:59 +01:00
Matthias Mullie
07f39f07df
Update README.md 2022-03-15 20:35:47 +01:00
Matthias Mullie
bc6093b940
Update test.yml 2022-03-15 20:33:42 +01:00
Matthias Mullie
e8b927b16d Add 8.1 image 2022-03-15 11:15:50 +01:00
Matthias Mullie
5a996031f5 Add GH actions based test runner 2022-03-15 11:15:37 +01:00
Matthias Mullie
33347fbaa1
Update README.md 2022-02-28 14:42:44 +01:00