Commit Graph

1229 Commits

Author SHA1 Message Date
smiley c13dd13df3 🔥 phan v6-dev 2025-11-01 19:26:34 +01:00
smiley 22e6c4b75f 🔥 phan v6-dev 2025-11-01 19:17:11 +01:00
smiley 21b47ffcfb :octocat: 2025-11-01 17:56:54 +01:00
smiley 9c897bea5b 📖 2025-11-01 17:36:22 +01:00
smiley 7448525638 📖 2025-10-29 21:30:23 +01:00
smiley e5e9009aab 🚿 2025-10-29 20:41:19 +01:00
smiley ad1e39aaf6 🚿 2025-10-29 17:49:04 +01:00
smiley ce424fb631 🚿 phan 6.0 is still in the works... 2025-10-29 17:45:45 +01:00
smiley 8ffae8938c 🚿 PHP 8.5 deprecation: imagedestroy() 2025-10-29 17:42:02 +01:00
smiley 1e6006d9df 🔥 PHP 8.5? 2025-10-10 00:06:17 +02:00
smiley 89de3849dd 📖 2025-10-10 00:00:04 +02:00
smiley 2ba2b4ebaa :octocat: phpcs happy 2025-10-09 23:56:26 +02:00
smiley 6a3e93bb3a :octocat: 2025-10-09 23:49:27 +02:00
smiley 02ec24ee07 🚿 2025-10-09 23:44:55 +02:00
smiley ca3db70a66 🚿 switch -> match 2025-10-09 23:37:50 +02:00
smiley ced6668c5d add module group shape example from #233 2025-10-09 23:12:15 +02:00
smiley 92cf2cc130 :octocat: dependency update 2025-10-09 22:42:36 +02:00
smiley ff729b3aba :octocat: QROutputAbstract::collectModules(): remove Closure parameter in favor of concrete method moduleTransform() 2025-10-09 22:41:51 +02:00
smiley 5c948cffd4 📖 remove remaining instances of empty() 2025-10-09 21:34:04 +02:00
smiley 2b7c9b7020 :octocat: remove remaining instances of empty() 2025-10-09 21:31:41 +02:00
smiley 3a610d2838 :octocat: Kanji, Hanzi: do not mess with mb_detect_order(), feed the expected encodings directly into mb_detect_encoding() 2025-09-19 15:17:21 +02:00
smiley 01ff29439d :octocat: DataInterfaceTestAbstract::testValidateString() added an additional test (see #313) 2025-09-19 15:03:54 +02:00
smiley 9d18219e40 Merge remote-tracking branch 'origin/main' 2025-09-19 14:56:52 +02:00
smiley 9eeb2f5845 Merge pull request #313 from eigan/patch-1
Do not use AlphaNum when string contains comma
2025-09-19 14:54:25 +02:00
Einar Gangsø 29cdbcc8cd Remove uneeded test 2025-09-19 14:17:21 +02:00
Einar Gangsø 5d82e8e8c9 Update tests, comma is not supported 2025-09-19 10:45:37 +02:00
Einar Gangsø 03e84852b4 Do not use AlphaNum when string contains comma
Using dash in this context will create a range between `+` and `.` which allows the following characters: `+`, `,`, `-`, `.`. 

The ASCII range is as follow: + (43), , (44), - (45), . (46).

Comma is not supported and will then crash in `write()`.
2025-09-19 10:41:26 +02:00
smiley 7476c1f976 📖 2025-09-18 23:01:31 +02:00
smiley 24d4e6f788 :octocat: not yet 2025-09-16 16:24:27 +02:00
smiley 6186e84e0a :octocat: added PHP 8.5 to CI 2025-09-16 15:48:59 +02:00
smiley 3ab9f93c3d 📖 2025-09-16 15:48:06 +02:00
smiley 03a701e9eb 📖 2025-08-21 11:09:08 +02:00
smiley 2f404ba8ee :octocat: 2025-07-20 13:38:12 +02:00
smiley 54c213bd4a :octocat: phpcs does not properly load its config for some reason? 2025-07-20 01:10:13 +02:00
smiley b3acaa5105 :octocat: phpcs does not properly load its config for some reason? 2025-07-19 23:56:49 +02:00
smiley bf34b46c57 :octocat: reintroducing phan because phpstan keeps making trouble 2025-07-19 23:29:41 +02:00
smiley 5477e121d3 :octocat: skip AVIF output test if not supported/installed 2025-07-18 20:03:14 +02:00
smiley daf01b96b2 :octocat: hand over finder pattern coordinates to the decoder result (#248) 2025-06-16 18:47:48 +02:00
smiley d65911ada9 :octocat: dependency update & phpstan happy 2025-06-16 18:46:33 +02:00
smiley 48747ae5b4 :octocat: dependency update 2025-05-01 16:19:25 +02:00
smiley 376c972de0 📖 fix #307 2025-05-01 16:12:49 +02:00
smiley 9cf399d8c3 :octocat: 2025-04-01 14:43:59 +02:00
smiley b9fe7d3dfe :octocat: phpcs happy 2025-04-01 14:23:21 +02:00
smiley 9bb6c9ba9c :octocat: 2025-04-01 14:19:53 +02:00
smiley 943ed3710b :octocat: QREps: cleanup, align with other output classes 2025-04-01 14:19:09 +02:00
smiley 0ef7bc7bf2 :octocat: extract QRMatrix::getBooleanMatrix() from QRMatrix::getMatrix() to remove type ambiguity 2025-04-01 12:43:05 +02:00
smiley 4a137677f0 :octocat: update bug report form 2025-04-01 12:25:58 +02:00
smiley 763d8a22b3 :octocat: update bug report form 2025-04-01 12:23:26 +02:00
smiley d826669dd9 :octocat: update bug report form 2025-04-01 12:17:46 +02:00
smiley 965146f210 🚿 dependency update 2025-03-14 20:01:50 +01:00