- wiki_doku_id wird nun aus equipment.name und equipment.model kombiniert generiert
- Systemparameter 'dokuwiki.central_documentation_namespace' für konfigurierbaren Namespace
- Verbessertes Error-Handling in dokuwiki_client mit detaillierteren Fehlermeldungen
- Docker-Netzwerk Unterstützung dokumentiert
- Gelöschte veraltete WordPress-API Dateien
- Add _generate_overview_table_row() to generate table row per equipment
- Add action_sync_overview_table() for fast overview page sync
- Add new sync mode 'Übersichtstabelle aktualisieren' in wizard
- Add config parameters for overview page and template IDs
- Add overview_url field to wizard result view
- Columns: Name (linked), Status, Security Category, Area, Location, Image
- Performance: Single page update without iterating all equipment
- Include DokuWiki template and setup documentation
- Requires DokuWiki DataTables plugin for sortable/filterable table
- Fix: Use status_id instead of equipment_status_id
- Add partner_id and partner_ref template placeholders for supplier information
- Implement editable status smiley field in maintenance.equipment.status
- Add UI views for editing smileys in Odoo (Wartung → Konfiguration → Equipment Status)
- Fix category field bug: use ows_category instead of category_id for security category
- Add category_icon placeholder displaying emoji indicators (🔴/🟡/🟢)
- Implement mass synchronization wizard (Wartung → Konfiguration → Wiki-Synchronisation)
- Sync all equipment or filter by area
- Sync only unsynchronized equipment
- Force-sync option to overwrite existing documentation pages
- Statistics display with error reporting
- Add security access rules for wizard
- Update README with new placeholders
- Implemented wiki-based template system using c_template
- Template loaded from werkstatt:ausruestung:c_template
- Placeholder replacement for all equipment and related fields
- Fallback to hardcoded content if template unavailable
- Only view pages use templates, central doku page unchanged
- Added image upload capability for equipment
- New field: image_1920 (Image field, max 1920x1920px)
- View integration: Positioned as avatar before button_box
- Upload to DokuWiki media directory during sync
- Temporary file approach for dokuwiki.py library compatibility
- Extended template placeholders:
- status: Equipment status from status_id
- odoo_link: Formatted link back to Odoo equipment form
- odoo_url: Direct URL to equipment in Odoo
- image: Equipment image (300px width)
- image_large: Equipment image (original size)
- image_id: Media path for custom DokuWiki syntax
- Updated documentation with all available placeholders
- Simplified architecture: ONE central documentation page per equipment
- Wiki ID generation from equipment name (e.g., 'sabako-laser')
- Namespace structure: werkstatt:ausruestung:doku:{name}
- View pages by area: werkstatt:ausruestung:{area}:{name}
- Smart page protection: central doku only created once, not overwritten
- View pages update on each sync (shows current Odoo metadata)
- Template detection: distinguishes real content from DokuWiki auto-templates
- JSONB multilingual name field handling
- Include Plugin integration for embedded content display
- Automatic sync option via write() override
- Configuration via System Parameters (url, user, password)
- Settings page in General Settings for easy credential management