- Parser additions, pagination

This commit is contained in:
Ty Clifford
2026-07-04 20:29:34 -04:00
parent c4c10c256c
commit bb93bf58fe
6 changed files with 167 additions and 11 deletions
+2
View File
@@ -14,11 +14,13 @@ All notable changes to Ty Clifford's Content Management System are documented he
- Added human-readable CSV visit stats designed for spreadsheet import.
- Added subdirectory install support through `base_path`, `base_url`, route parsing, and base-aware URL generation.
- Added `cli/import-bludit.php` for importing Bludit content from a local server directory, preserving publish dates, modified dates, static pages, statuses, categories, tags, authors, cover metadata, page order, uploads, page-local files, and best-effort comments.
- Added trusted post/page rendering for raw HTML, iframes, JavaScript, and executable PHP inside Markdown `.txt` content.
### Changed
- Replaced the previous Bludit application tree with a purpose-built CMS while keeping copy-friendly Bludit-style content storage.
- Updated default branding to Ty Clifford's Content Management System.
- Expanded pagination controls to show Previous, up to 10 page numbers around the current page, Next, and a per-page summary.
### Verified