User contributions for Mngr
Appearance
4 February 2026
- 12:2912:29, 4 February 2026 diff hist −16 Template:Chapter No edit summary
- 11:4311:43, 4 February 2026 diff hist +18 m Form:Chapter No edit summary
- 11:0011:00, 4 February 2026 diff hist +515 N Form:Chapter Basic Form for Chapter Table Tag: Recreated
- 10:5610:56, 4 February 2026 diff hist +470 N Template:Chapter Cargo table Chapter definition Tag: Recreated
3 February 2026
- 13:5313:53, 3 February 2026 diff hist +4,976 N ICT:Namespaces and Lockdown Policy v4.1 Created page with "= Namespaces and Lockdown Policy = == Costa Sano MediaWiki Platform == === Version 4.1 === == Purpose == This document describes the namespace architecture and access control configuration of the Costa Sano MediaWiki installation. It complements: * Data model version 4.1 * Identifier and numbering policy * Cargo + Page Forms implementation This page is intended for: * ICT successors * system maintainers * administrators It explains: * why namespaces exist * which..." current Tag: Visual edit: Switched
30 January 2026
- 12:0512:05, 30 January 2026 diff hist +4,946 N ICT:Numbering v 4.1 Created page with "= Numbering and Identifier Policy = This page defines the official policy for identifiers, numbering, and file naming within the Costasano Heritage Database. It establishes a single, consistent strategy to ensure: * uniqueness * predictability * stability over time * minimal editorial effort * long-term maintainability Identifiers are technical labels only. They must never encode interpretation or semantics beyond grouping and sequencing. == Scope == This policy..." current
- 10:5910:59, 30 January 2026 diff hist +5,685 N ICT:Numbering v 4.0 Created page with "= Identifier and Numbering Strategy = This page defines the official strategy for generating stable, human-readable identifiers and page names for entities created in the Costasano Heritage Database. The goal is to ensure: * consistency * uniqueness * predictability * easy sorting * long-term stability * minimal editorial effort Identifiers must be generated automatically wherever possible. Manual numbering is not permitted. == Purpose == Identifiers serve three..." current
29 January 2026
- 16:3416:34, 29 January 2026 diff hist +3,809 N ICT:Template Inclusion and Transclusion Guide Created page with "= Template Inclusion and Transclusion Guide = == Purpose == This page explains how MediaWiki controls what parts of a template are: * visible on the template page itself * visible when the template is used inside other pages (transcluded) Understanding this mechanism is essential when building: * Cargo storage templates * Page Forms templates * system templates Incorrect usage can cause: * wrong Cargo rows * unwanted text on pages * confusing behaviour ---- == Cor..." current Tag: Visual edit: Switched
- 15:3515:35, 29 January 2026 diff hist +10 N Place:test Created page with "== test ==" current
- 14:5214:52, 29 January 2026 diff hist 0 m ICT:Naming and Namespace Policy Mngr moved page ICT:Naming & Namespace Policy to ICT:Naming and Namespace Policy without leaving a redirect current
- 14:5114:51, 29 January 2026 diff hist 0 m ICT:Template and Cargo Convention Mngr moved page ICT:Template & Cargo Convention to ICT:Template and Cargo Convention without leaving a redirect current
- 13:2513:25, 29 January 2026 diff hist +1,331 N ICT:Wiki - Cargo - Adding a New Entity/Table Created page with "= How to Add a New Entity/Table = == Purpose == Step-by-step guide for adding new data entities to the system. Follow this order strictly. Do not skip steps. ---- == Step 1 – Update DBML == Add the table definition to the DBML model first. DBML is the source of truth. ---- == Step 2 – Create template == Create: Template:EntityName Add: <pre> {{#cargo_store: _table=EntityNames |field1={{{field1|}}} |field2={{{field2|}}} }} </pre> Save. ---- == Step..."
- 13:2413:24, 29 January 2026 diff hist +1,189 N ICT:Naming and Namespace Policy Created page with "= Naming & Namespace Policy = == Purpose == Defines how pages are organized and named. Namespaces enforce structure and prevent accidental mixing of content. ---- == Namespaces == Standard namespaces: * DA: → Digital Assets * HO: → Heritage Objects * P: → Persons * ORG: → Organisations * RC: → Research Chapters Each entity type has exactly one namespace. ---- == Why namespaces are mandatory == Benefits: * clear separation of content types * perm..."
- 13:2313:23, 29 January 2026 diff hist +1,617 N ICT:Template and Cargo Convention Created page with "= Template & Cargo Conventions = == Purpose == Defines standards for creating templates and Cargo tables. Consistency keeps the system understandable. ---- == Golden rule == One DB table = One template = One #cargo_store Never mix multiple tables inside one template. ---- == Basic template structure == Example: <pre> {{#cargo_store: _table=DigitalAssets |id={{{id|}}} |file_id={{{file_id|}}} |description={{{description|}}} }} </pre> Nothing else should be..."
- 13:2213:22, 29 January 2026 diff hist +1,771 N ICT:Wiki - Cargo and Page Forms Architecture Guide Created page with "= Cargo + Page Forms Architecture Guide = == Purpose == This document explains the architectural principles used to build the Costasano Heritage system in MediaWiki. The system uses: * Cargo → structured data storage (database tables) * Templates → schema definitions * Page Forms → controlled data entry We intentionally DO NOT use Page Schemas for production workflows. ---- == Core philosophy == MediaWiki is treated as: Database + Forms + Pages NOT as fr..."
- 13:1913:19, 29 January 2026 diff hist +3,901 N ICT:MediaWiki CleanUp Procedure Created page with "= MediaWiki Cleanup & Fresh Start Procedure (Cargo + Page Forms) = == Purpose == This page describes the safe procedure to remove experimental / test work before rebuilding the Costasano Heritage system using: * Cargo (data storage) * Page Forms (data entry) * Templates (schema definition) We intentionally avoid Page Schemas because it does not support: * enforced namespaces * automatic page naming * strict workflow control A clean reset prevents schema conflicts, du..." current
21 January 2026
- 20:3120:31, 21 January 2026 diff hist +483 ICT:Mermaid in VScode No edit summary current
- 20:2020:20, 21 January 2026 diff hist −11 ICT:Mermaid in VScode No edit summary
- 20:1920:19, 21 January 2026 diff hist +1,662 N ICT:Mermaid in VScode Created page with "{{ICT:Page |Title=Streamlined DBML to Mermaid Workflow in VS Code |Description=A guide for converting database schemas from DBML to Mermaid ER diagrams using local VS Code tools and AI. |Category=Documentation, Database Design, VS Code }} == Overview == This workflow replaces the need for external websites (like Mermaid Live Editor) by leveraging VS Code's local ecosystem. It uses AI for conversion and internal extensions for rendering, ensuring your schema data stays w..."
19 January 2026
- 16:5916:59, 19 January 2026 diff hist +3,887 N ICT:Technical Terms for Collaborators Created page with "= Technical Terms Explained for Collaborators = This page explains a small number of technical terms that appear in the project documentation. It is intended for collaborators who are not system architects and who are not expected to configure or maintain the system. The purpose of this page is to support understanding, not to teach implementation. == How to Read This Page == If you encounter an unfamiliar term in another ICT document, you can look it up here. You..." current
- 16:4716:47, 19 January 2026 diff hist +5,739 N ICT:Wiki - Choosing MediaWiki Created page with "= Why MediaWiki (and not Omeka-S or Zotero) = This page explains the rationale for choosing MediaWiki as the technical platform for this project, instead of Omeka-S or Zotero. It is intended for collaborators who are familiar with digital research tools but not with system architecture or MediaWiki extensions. The goal is to provide sufficient context to understand later design documents without requiring technical expertise. == Initial Context == At the start of th..."
- 13:0713:07, 19 January 2026 diff hist +3,860 N ICT:The correct Desing Philosophy Created page with "= Lessons Learned and Design Philosophy = This page documents the design philosophy and lessons learned that guide the development of this MediaWiki-based research system. It exists to make implicit experience explicit, and to serve as a long-term guardrail against common project failure modes. == Background == Decades of experience in academic and government-related projects show a recurring pattern: * A significant portion of projects are never completed * Many co..." current
17 January 2026
- 17:0017:00, 17 January 2026 diff hist 0 m ICT:Workflow Mngr moved page ICT:workflow to ICT:Workflow without leaving a redirect
- 16:5516:55, 17 January 2026 diff hist +4,121 N ICT:Starting with DA Created page with "= Starting Point: Digital Assets (DA) = This page documents why the Digital Assets (DA) environment is the first implementation focus and how it should be approached during the initial phase. It is intended as internal guidance for administrators and editors involved in the setup. == Why Start with Digital Assets == Digital Assets are the most critical and complex part of the system. They sit at the intersection of: * MediaWiki file handling (File: namespace) * Acc..." current
- 16:5116:51, 17 January 2026 diff hist +1,826 N ICT:Policy Created page with "= Data and Content Policy = This page defines rules, responsibilities, and constraints governing the system. It is normative and must be followed. == Scope == This policy applies to: * All structured namespaces (HO:, DA:) * All Cargo tables * All file uploads * All public publications == Roles and Responsibilities == {| class="wikitable" ! Role !! Responsibility |- | Administrators || Schema changes, permissions, maintenance |- | Editors (club members) || Data ent..." current
- 16:5016:50, 17 January 2026 diff hist +2,253 N ICT:Workflow Created page with "= Operational Workflow = This page describes how data, pages, and media are created, edited, and published. It focuses on practical day-to-day workflows. == General Workflow Principle == Work proceeds in phases: # Internal research and structuring # Review and validation # Public publication Internal work may be complex and incomplete. Public output must be stable and curated. == Creating Structured Pages == === Heritage Objects (HO:) === Steps: # Use the Herit..."
- 16:5016:50, 17 January 2026 diff hist +2,657 N ICT:WIKI - Architecture Created page with "= System Architecture = This page describes the overall technical architecture of the MediaWiki installation used for heritage research and digital asset management. It explains the roles of the main components and how they interact. == Architectural Goals == The architecture is designed to: * Support complex, relational research data * Scale to many objects, persons, and digital assets * Separate internal research work from public presentation * Minimize future ref..."
- 16:4516:45, 17 January 2026 diff hist +4,865 N ICT:Wiki - Data Model and Media Architecture Created page with "= Data Modelling & Media Management Architecture = This page documents the architectural decisions and working principles used for structuring data, relationships, and digital media in this MediaWiki installation. It reflects conclusions reached during the design phase and serves as a reference for future development and maintenance. == Purpose == The goal of this architecture is to: * Support complex research data with many relationships * Separate internal researc..."
11 January 2026
- 13:5713:57, 11 January 2026 diff hist +3 m Hoofdpagina No edit summary
- 00:1100:11, 11 January 2026 diff hist −5 m Hoofdpagina No edit summary
- 00:0900:09, 11 January 2026 diff hist −3 m Main Page No edit summary
- 00:0800:08, 11 January 2026 diff hist +1 Main Page No edit summary Tag: Visual edit: Switched
- 00:0600:06, 11 January 2026 diff hist −3 Main Page No edit summary
5 January 2026
- 13:2413:24, 5 January 2026 diff hist +2,268 N ICT:Wiki - Cargo and PageForms Cargo with PageFrom workflow
- 11:3611:36, 5 January 2026 diff hist +1,177 m ICT:Wiki - Cargo-Workflow No edit summary
- 11:3411:34, 5 January 2026 diff hist +1,545 m ICT:Wiki - Cargo-Workflow No edit summary
- 11:3311:33, 5 January 2026 diff hist −2,325 m ICT:Wiki - Cargo-Workflow Replaced content with "<includeonly> {{#cargo_declare: _table=Items, Title=String, Image=File }} '''Title:''' {{{Title}}} '''Image:''' [[File:{{{Image}}}|400px]] </includeonly>" Tag: Replaced
- 11:3111:31, 5 January 2026 diff hist −406 ICT:Wiki - Cargo-Workflow No edit summary
- 11:2711:27, 5 January 2026 diff hist +65 m ICT:Wiki - Cargo-Workflow No edit summary
- 11:2311:23, 5 January 2026 diff hist −415 m ICT:Wiki - Cargo-Workflow No edit summary
- 11:2211:22, 5 January 2026 diff hist +3,254 N ICT:Wiki - Cargo-Workflow Cargo - first workflow steps
4 January 2026
- 17:4117:41, 4 January 2026 diff hist +4,244 m Main Page No edit summary
27 December 2025
- 16:3916:39, 27 December 2025 diff hist +3,146 N ICT:Rewrite Philosophy Nieuwe pagina aangemaakt met ' = Rewrite Philosophy for MediaWiki = MediaWiki is not a traditional website built from static files. It is a ''title‑driven application'' where almost every URL — even those that look like files — must be routed through <code>index.php</code>. This page explains the philosophy behind the Apache rewrite rules used on this server, so future administrators understand ''why'' the rules exist and ''what'' they protect. == 1. MediaWiki routes titles, not…' current
- 10:3210:32, 27 December 2025 diff hist +1,536 N ICT:VisualEditor-Admin Nieuwe pagina aangemaakt met '= VisualEditor – Admin Panel = This page provides a one‑screen operational overview for administrators. It combines the essential health checks, the most common troubleshooting steps, and links to full documentation. == Quick Health Check == {{VE-Check}} == Common Troubleshooting == {{VE-Troubleshoot}} == When to Use This Page == Use this page whenever: * MediaWiki has been upgraded * Reverse proxy rules were changed * Apache or PHP-FPM configuration…' current
- 10:2610:26, 27 December 2025 diff hist +1,585 N ICT:VisualEditor Nieuwe pagina aangemaakt met '= VisualEditor – Operator Summary = This page provides a short operational overview of how VisualEditor works on this MediaWiki installation. It is intended for day‑to‑day administrators who need a quick reference without reading the full technical documentation. == Status == * VisualEditor is '''enabled and fully functional'''. * No special reverse‑proxy rules are required. * No Parsoid service is running externally; MediaWiki uses its built‑in…' current
- 10:2310:23, 27 December 2025 diff hist +4,168 N ICT:VisualEditor installation Nieuwe pagina aangemaakt met '= VisualEditor Integration on AlmaLinux MediaWiki = == Purpose == This page documents the exact VisualEditor configuration used on the AlmaLinux MediaWiki server behind the IIS reverse proxy. It is written for future administrators who need to: * Understand how VisualEditor is enabled * Verify the configuration after upgrades * Troubleshoot REST/Parsoid issues * Avoid historical detours that are no longer relevant The key point: '''VisualEditor works out…' current
26 December 2025
- 16:3716:37, 26 December 2025 diff hist +3,188 N ICT:Vhost - RProxy settings Nieuwe pagina aangemaakt met ' = MediaWiki Ingress Summary = This page documents how requests flow from IIS → Apache → MediaWiki, and what must be configured to keep the wiki stable, predictable, and successor‑friendly. == 1. Overview == MediaWiki depends on three critical entry points: * <code>load.php</code> * <code>api.php</code> * <code>rest.php</code> These must '''never''' be rewritten to <code>index.php</code>. If they are rewritten, MediaWiki returns HTML instead of JS…' current
25 December 2025
- 20:2620:26, 25 December 2025 diff hist 0 m ICT:Wiki - Debugging Mngr heeft de pagina Debugging hernoemd tot ICT:Debugging zonder een doorverwijzing achter te laten
24 December 2025
- 18:0418:04, 24 December 2025 diff hist +3,325 N ICT:Wiki - Debugging Nieuwe pagina aangemaakt met '= Troubleshooting Philosophy for MediaWiki & Multi‑Layer Systems = Maintaining this MediaWiki installation involves several interacting layers: * IIS ARR (reverse proxy) * Apache * PHP-FPM * MediaWiki * ImageMagick * SELinux * Filesystem permissions * Hashed upload directories * Rewrite rules When something breaks, it’s tempting to blame the most external or mysterious component — often the reverse proxy. This can lead to “ghost hunting”: chasing…'
22 December 2025
- 17:0417:04, 22 December 2025 diff hist +4,999 N Hoofdpagina Hoofdpagina