Adds install-cirrussearch.sh to replace MySQL full-text search with
Elasticsearch, fixing stopword issues (e.g. "Will Ruddick" returning
0 results). Also adds backlog tasks for HitCounters (done) and
CirrusSearch installation.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add MediaWiki API client (src/mediawiki.py) for draft management and authentication
- Add wiki draft approval endpoints (GET /wiki/drafts, POST /wiki/approve, GET /wiki/auth)
- Add Wiki Drafts panel to web UI with approval workflow and confirmation modal
- Install HitCounters extension on wiki server (106M+ historical page views restored)
- Fix HitCounters deprecation warning (Language::convert -> LanguageConverterFactory)
- Add blog parser for static blog content processing
- Update .gitignore to exclude large data/blog_static directories
- Increase Ollama timeout to 5 min for large content generation
- Initialize backlog task tracking
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>