mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
fix: iframe for PDF display, exclude cover files from public loop, no session on media requests
This commit is contained in:
6
TODO.md
6
TODO.md
@@ -1,5 +1,11 @@
|
||||
# TODO
|
||||
|
||||
## TFE Public Page — File Display
|
||||
|
||||
- [x] Replace `<embed>` with `<iframe>` for PDF display (better cross-browser support)
|
||||
- [x] Exclude `cover` file_type from public files loop (covers are banners, not content)
|
||||
- [x] Move `App::boot()` in Dispatcher to after direct-response matching (no session on media requests)
|
||||
|
||||
## Dev / Debug Fixes
|
||||
|
||||
- [x] Fix `serve` recipe: show all PHP output (errors, logs) except static assets/connection noise
|
||||
|
||||
Reference in New Issue
Block a user