Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-04-14
| ||
| 05:26 | Remove local test repos from Fossil tracking, add repos/*.fossil to ignore-glob leaf check-in: 2904d9cb0e user: ragelink tags: trunk | |
| 05:25 | Show search results in main area when wiki search has matches check-in: da1e7a7c1c user: ragelink tags: trunk | |
| 05:23 | Show search results in main area when wiki search has matches check-in: 385412136e user: ragelink tags: trunk | |
| 05:18 | Add wiki_list_content.html partial (missed in previous commit) check-in: 121d0a59ba user: ragelink tags: trunk | |
| 05:17 | Fix wiki search rendering full page into itself — return partial on HTMX requests check-in: 37e1f33696 user: ragelink tags: trunk | |
| 05:14 | Rewrite relative img src to code/raw/ endpoint in rendered markdown/wiki check-in: ebf469a023 user: ragelink tags: trunk | |
| 05:08 | Fix per-line hljs background boxes in code browser check-in: 1f367243b5 user: ragelink tags: trunk | |
| 05:06 | Fix hljs-section/keyword background boxes on Makefile (and similar) views check-in: 10e3c53ae0 user: ragelink tags: trunk | |
| 05:04 | Remove __pycache__ and .pyc files; add ignore-glob to prevent re-addition check-in: 7612368921 user: ragelink tags: trunk | |
| 04:59 | Add 0.1.1 changelog entry; update features page with chat, bundles, feature flags check-in: 740996bf23 user: ragelink tags: trunk | |
| 04:56 | Document feature flags in administration guide; update docs author check-in: 218d16ded3 user: ragelink tags: trunk | |
| 04:47 | Add FEATURE_RELEASES, FEATURE_SYNC, FEATURE_FILES flags (all default off) check-in: f4111a3d4c user: ragelink tags: trunk | |
| 04:43 | Gate chat behind FEATURE_CHAT constance flag (default off) check-in: a53acf34c1 user: ragelink tags: trunk | |
| 04:39 | Hide chat tab from project nav (feature not ready) check-in: 1bffb234fe user: ragelink tags: trunk | |
| 04:34 | v0.1.0 feature complete: chat, bundles, wiki links, author attribution check-in: 46f6d5efaa user: ragelink tags: trunk | |
|
2026-04-08
| ||
| 14:59 | Add input padding for text not hitting border check-in: b3f42783ee user: ragelink tags: trunk | |
| 14:46 | Polish UI: add definition to cards, inputs, tables, buttons across 38 templates check-in: 2f13242692 user: ragelink tags: trunk | |
| 14:24 | Default ticket list to Open filter; sort already newest-first check-in: 61e8e0a167 user: ragelink tags: trunk | |
| 14:08 | Fix ticket_edit template: replace invalid .split calls with hardcoded options; fix empty username in comment links check-in: 9a137565a3 user: ragelink tags: trunk | |
| 14:06 | Debug: capture ticket_edit traceback check-in: 61b374dbcd user: ragelink tags: trunk | |
| 14:03 | Fix ticket_detail 500: handle empty username in comment user link check-in: 2a7d4d4ac0 user: ragelink tags: trunk | |
| 14:01 | Add traceback file logging for ticket_detail 500 debug check-in: aa77a00f32 user: ragelink tags: trunk | |
| 13:59 | Add exception logging to ticket_detail for debugging 500 check-in: f842575b9f user: ragelink tags: trunk | |
| 13:50 | Harden ticket_detail comment rendering check-in: c9d9fe5731 user: ragelink tags: trunk | |
| 13:47 | Add error handling to ticket_comment view check-in: a14edfaab9 user: ragelink tags: trunk | |
| 13:37 | Fix diff rendering: use fossil native diff instead of Python difflib; fix ticket_create 500 check-in: d50a555e5d user: ragelink tags: trunk | |
| 00:31 | Add UI tour GIF to docs homepage check-in: 4c57c6ee25 user: ragelink tags: trunk | |
| 00:10 | Fix missing default storage backend for local file uploads check-in: 0cab6ed6fd user: ragelink tags: trunk | |
|
2026-04-07
| ||
| 23:58 | Increase upload limit to 2GB for large repos check-in: 6e2907cd95 user: ragelink tags: trunk | |
| 23:58 | Increase upload limit to 100MB for Fossil sync pushes check-in: 7a60a24c41 user: ragelink tags: trunk | |
| 23:55 | Bump version to 0.1.0 for initial open source release check-in: 7719b08034 user: ragelink tags: trunk, v0.1.0 | |
| 23:53 | Add UI tour GIF and live instance links to README check-in: 6c1d3dd9b7 user: ragelink tags: trunk | |
| 23:19 | Security hardening, HTTP proxy fix, and expanded test coverage check-in: d365053ada user: ragelink tags: trunk | |
| 22:42 | Clean up merge conflict markers in templates check-in: 254b46777e user: ragelink tags: trunk | |
| 22:00 | Fix fossil http proxy: use raw HTTP request on stdin instead of CGI env vars check-in: 7d099f36f1 user: ragelink tags: trunk | |
| 21:45 | Fix fossil http proxy: remove GATEWAY_INTERFACE that broke CGI mode, add Basic Auth for push/pull check-in: 313537cc4c user: ragelink tags: trunk | |
| 21:34 | Fix xfer: handle HTTP Basic Auth for fossil push/pull/clone check-in: c2dd86c08b user: ragelink tags: trunk | |
| 21:25 | Security hardening: HSTS headers, Cloudflare Turnstile on login (optional via constance) check-in: 0c354aca4f user: ragelink tags: trunk | |
| 21:15 | Implement ticket + wiki sync to GitHub: TicketSyncMapping/WikiSyncMapping models, GitHub API client with rate limiting, sync tasks chained from run_git_sync check-in: 0e40dc289c user: ragelink tags: trunk | |
| 20:58 | Session cleanup: deploy flow, template fixes, docker-compose bind mount check-in: 7e1aaf6ba6 user: ragelink tags: trunk | |
| 20:09 | Fix: strip emails from public views, fix branches active tab, add display_user filter check-in: fcd8df3cf4 user: ragelink tags: trunk | |
| 20:05 | Fix: HTML sanitizer rewrite, XSS in xfer, webhook SSRF, health leak leaf check-in: 595dfca1fb user: ragelink tags: trunk, main, closed | |
| 20:02 | Rotate secrets, deploy.sh reads from .env.deploy, gitignore fixes check-in: 45192efa4f user: ragelink tags: trunk | |
| 19:58 | Sync: sidebar split, wiki ordering, non-destructive sync script check-in: 8f52aba83e user: ragelink tags: trunk, main | |
| 19:44 | Scrub deploy.sh from history (contained secrets), add to gitignore check-in: 6d55e0e566 user: lmata@weareconflict.com tags: trunk, main | |
| 19:44 | WIP on main: afd945e Split sidebar: FossilRepo Docs (read-only) + Knowledge Base (org wiki) leaf check-in: e1088da4da user: lmata@weareconflict.com tags: trunk, closed, refs/stash | |
| 19:39 |
Split sidebar: FossilRepo Docs (read-only) + Knowledge Base (org wiki)
FossilRepo Docs: product documentation (setup, API, architecture, etc.) with no + New button — managed by superusers only. Knowledge Base: org-wide wiki for user-created content (runbooks, guides, onboarding). Has + New for users with page permissions. Seeded with a home page explaining the purpose. Context processor splits pages by known product doc slugs vs user-created. check-in: 303df36bb6 user: lmata@weareconflict.com tags: trunk, main | |
| 19:36 | Fix wiki page detail sidebar sort: Home first, then alphabetical check-in: b603bf8237 user: lmata@weareconflict.com tags: trunk, main | |
| 19:33 | Wiki: Home page first, then alphabetical. Home highlighted in sidebar nav. check-in: 725b14a323 user: lmata@weareconflict.com tags: trunk, main | |
| 19:32 | Rename FossilRepo KB to FossilRepo Docs check-in: c542a43be0 user: lmata@weareconflict.com tags: trunk, main | |