Commit Graph

1218 Commits

Author SHA1 Message Date
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
smiley 0a8d48da67 🚿 added "usual suspects" info to issue report form 2025-01-09 21:14:59 +01:00
smiley b5ff1258a9 🚿 2024-11-27 20:19:56 +01:00
smiley 10ed887663 :octocat: +phpmd command 2024-11-17 20:37:19 +01:00
smiley 747a38dd30 :octocat: phpstan 2.0 2024-11-17 00:23:34 +01:00
smiley 98f1859ad6 :octocat: allow for ECI encoded numeric and alphanum segments (test fix) 2024-11-16 19:44:59 +01:00
smiley 1d8b7fd8ba :octocat: allow for ECI encoded numeric and alphanum segments (???), see https://github.com/chillerlan/php-qrcode/discussions/289 2024-11-16 19:27:59 +01:00
smiley 052c7c66fb Merge pull request #287 from SoftCreatR/patch-1
[docs] Add WoltLab Suite Integration
2024-11-07 10:23:14 +01:00
Sascha Greuel 876fb54851 [docs] Added WoltLab Suite Integration 2024-11-04 07:46:27 +01:00
smiley 99f17b626a :octocat: order issue templates 2024-10-17 11:30:47 +02:00
smiley f115291b6e :octocat: ??? 2024-10-16 23:25:45 +02:00
smiley e428dda9bb :octocat: issue template guardrails 2024-10-16 22:54:41 +02:00