694 B
694 B
| id | title | status | priority | created | updated | started | completed | tags | claimed_by | claimed_at | class | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 22 | Fix convertGifsToPng extension + rename/fix log.xml | done | low | 2026-07-17T03:58:30.403935395+02:00 | 2026-07-19T21:42:54.771387687+02:00 | 2026-07-19T21:42:54.772886896+02:00 | 2026-07-19T21:42:54.772886896+02:00 |
|
rain-raven | 2026-07-19T21:42:54.771387687+02:00 | standard |
From framework review (docs/framework_review.md), P2-6/7. Two small fixes:
- convertGifsToPng produces cat.gif.png (appends .png instead of replacing .gif) — confusing filenames.
- Log writes HTML fragments () into log.xml — not valid XML. Rename to log.html or emit proper XML.