Commit Graph

60 Commits

Author SHA1 Message Date
Claude
a0a7f49135 feat: add sitemap generator to Blog menu
Add a "Generate Sitemap" function to the Blog menu that generates a
standard XML sitemap in the project's html/ folder. The sitemap includes
entries for all published posts, archive pages (year, month, day),
category pages, and tag pages using the preview server URL structure.
Runs as a background task with progress tracking via the task manager.

https://claude.ai/code/session_01PdJyxeeNGf4Bkxvq86GVaZ
2026-02-18 20:17:05 +00:00
406568c78c fix: fixed the language thing and handling of project settings 2026-02-17 20:11:28 +01:00
9b54ba6ffb fix: updated UI to macosx conventions 2026-02-17 19:53:27 +01:00
b13eba025a feat: git log as panel in the panel 2026-02-17 13:13:55 +01:00
70bc0b1b09 fix: more work on menus 2026-02-17 11:25:50 +01:00
7b5829e965 feat: custom title bar that is more compact 2026-02-17 10:52:25 +01:00
b2db7c6df0 feat: better previews and consistent previews 2026-02-17 06:47:57 +01:00
e98379fe95 fix: URL rewritings for publishing / preview 2026-02-16 21:55:03 +01:00
89187229cf feat: basic preview server running 2026-02-16 21:02:51 +01:00
e9743cb70f feat: phase 6 of git implementation 2026-02-16 15:34:48 +01:00
b19e92f729 feat: version diffs work now 2026-02-16 14:03:09 +01:00
56931f81ba feat: commit push/pull/fetch and others 2026-02-16 12:24:36 +01:00
c5c3a55a5c feat: better diff. integration 2026-02-16 12:03:22 +01:00
9d71aa63fb feat: phase 3 for git integration 2026-02-16 11:46:47 +01:00
4695570c34 fix: initialisation of git 2026-02-16 11:23:10 +01:00
2e27df0d63 fix: added gitignore handling 2026-02-16 10:58:30 +01:00
3b9ff2fc22 feat: git initialisation 2026-02-16 10:47:55 +01:00
bd964fb284 fix: repaired rebuild from filesystem 2026-02-16 10:09:14 +01:00
d7286ef92f feat: start of git integration 2026-02-16 09:45:34 +01:00
3679750dbc feat: diff tool to see discrepancies 2026-02-15 21:29:38 +01:00
14be7aa7af feat: author support and UI support for multi-category 2026-02-15 16:51:29 +01:00
24667a7553 fix: fixes on media importing 2026-02-15 14:52:53 +01:00
5f604362df fix: thumbnail generation on image change 2026-02-15 13:28:51 +01:00
645aa91b27 better handling of thumbnails 2026-02-15 10:37:53 +01:00
51f58d608d fix: better updating of links from photo_album 2026-02-14 22:23:41 +01:00
4b31d9d421 fix: importer bugs and editor bugs 2026-02-14 21:24:01 +01:00
b036cf3c46 feat: first cut at the import execution 2026-02-14 20:49:43 +01:00
34eb0d3781 chore: removed sync engine since we go for filesystem based syncing 2026-02-14 18:15:28 +01:00
b28993e8b2 feat: support captions for search results and sidebar for media 2026-02-14 15:51:08 +01:00
ce94d22d30 feat: linking to images via ui 2026-02-14 15:33:02 +01:00
d2d04b9b20 chore: removed dropbox sync 2026-02-14 10:12:37 +01:00
6ff84c2d6a feat: reworked project location 2026-02-14 09:40:39 +01:00
642c6f5294 feat: AI Quickaction to generate caption and alt text for images 2026-02-13 22:48:15 +01:00
55f37f4dfa feat: additional metadata 2026-02-13 15:23:32 +01:00
4dc1a9f058 fix: title update for import definitions 2026-02-13 14:18:29 +01:00
9169f2a34c feat: proper sidebar and import persistence 2026-02-13 14:09:54 +01:00
d88fb1d9fa feat: importer starting point 2026-02-13 13:07:44 +01:00
91111c7572 feat: media sidebar with filters 2026-02-12 21:36:47 +01:00
924a165fb3 feat: gallery macro 2026-02-12 16:52:44 +01:00
5ed0371456 fix: safety check for upload handler 2026-02-12 15:35:20 +01:00
e8c05ee8be feat: allow projects to have external data path for posts and media 2026-02-12 15:33:45 +01:00
85d196e598 feat: added dataPath for projects 2026-02-12 15:00:37 +01:00
8c82cf5b29 feat: hooked thumbnail generation to buttons 2026-02-11 22:07:32 +01:00
258e313f0e fix: removed unpublish button 2026-02-11 16:14:41 +01:00
325114681f feat: tag management 2026-02-11 14:30:57 +01:00
48f7fc16e5 sync project settings too 2026-02-11 10:37:59 +01:00
c7827a2d77 feat: rebuild search index 2026-02-11 09:43:13 +01:00
4da195c89a feat: project deletion 2026-02-11 09:13:26 +01:00
4e2f6d4d08 feat: meta data sync to files 2026-02-11 08:54:19 +01:00
3126be4e90 feat: sync wired up 2026-02-11 06:54:10 +01:00