Jump to content

Main public logs

Combined display of all available logs of Costa Sano MediaWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 14:01, 3 February 2026 Mngr talk contribs created page Form:Chapter (Created page with "{{{for template|Chapter}}} {| class="formtable" ! Title | {{{field|title|mandatory}}} ! Code (CH01, CH02…) | {{{field|code|mandatory}}} ! Order number | {{{field|sequence_number|input type=number}}} ! Description | {{{field|description|input type=textarea}}} ! Start date | {{{field|start_datetime|input type=datetime}}} ! End date | {{{field|end_datetime|input type=datetime}}} ! Notes | {{{field|notes|input type=textarea}}} |} {{{end template}}}")
  • 13:59, 3 February 2026 Mngr talk contribs created the Cargo table ResearchChapters
  • 13:59, 3 February 2026 Mngr talk contribs created page Template:Chapter (Created page with "<noinclude> Stores ResearchChapter records in Cargo. </noinclude> {{#cargo_declare: _table=ResearchChapters |id=String |title=String |code=String |sequence_number=Integer |description=Text |start_datetime=DateTime |end_datetime=DateTime |notes=Text }} <includeonly> {{#cargo_store: id={{PAGENAME}} |title={{{title|}}} |code={{{code|}}} |sequence_number={{{sequence_number|}}} |description={{{description|}}} |start_datetime={{{start_datetime|}}} |end_dateti...")
  • 13:58, 3 February 2026 Mngr talk contribs deleted page Heritage:test (content was: "This is heritage test", and the only contributor was "Mngr" (talk))
  • 13:58, 3 February 2026 Mngr talk contribs deleted page Test (content was: "Test", and the only contributor was "Mngr" (talk))
  • 13:53, 3 February 2026 Mngr talk contribs created page 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...") Tag: Visual edit: Switched
  • 13:40, 3 February 2026 Mngr talk contribs created page Heritage:test (Created page with "This is heritage test")
  • 19:03, 1 February 2026 Mngr talk contribs created page Research:Away from Omeka-S and Zotero (Created page with "== Why we use MediaWiki only (and not Omeka-S or Zotero) == At the beginning of the project we evaluated tools such as Omeka-S and Zotero. These are excellent applications for publishing digital collections and managing bibliographic references. However, our needs go beyond storing documents or citations. We are building an integrated research environment where historical objects, people, organizations, places, sources, and narrative chapters are all connected in one co...")
  • 17:38, 1 February 2026 Mngr talk contribs created page Research:Mermaid style ER diagram fully explained (Created page with "= How to Read the Conceptual Diagram = This page explains how to understand the conceptual ER diagram of the data model. The diagram shows: * the main types of things we describe (boxes) * and how they are connected (lines) It is only a visual guide. No technical knowledge is required. == Boxes == Each box represents one type of thing in our research. Examples: * HeritageObject * Person * Organization * Place * DigitalAsset * ResearchChapter Think of a box si...")
  • 17:37, 1 February 2026 Mngr talk contribs created page Research:Mermaid style ER diagram explained (Created page with "== Diagram symbols (legend) == The small symbols at the ends of lines indicate whether there is one or many items. <mermaid> erDiagram ONE ||--|| ONE : "one-to-one" ONE ||--o{ MANY : "one-to-many" MANY }o--|| ONE : "many-to-one" MANY }o--o{ MANY : "many-to-many" </mermaid> Meaning in simple words: * || = exactly one * o{ or }o = many * Lines show how things are connected")
  • 14:58, 1 February 2026 Mngr talk contribs created page Research:Terms explained (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...")
  • 13:21, 1 February 2026 Mngr talk contribs created page Research:Data Model - Mini Concept Guide (Created page with "= Data Model – Concepts Guide = This page explains, in simple language, how information is organized in our research system. It is written for club members and contributors and requires no technical knowledge. The goal is only to understand how we describe our history in a clear and structured way. == Why a structure? == During research we collect many things: photographs, letters, reports, names of people, buildings, cities, and events. Without structure information...")
  • 13:16, 1 February 2026 Mngr talk contribs created page Research:Data Model - Concept Guide (Created page with "= Data Model – Concepts Guide = This page explains, in simple language, how information is organized in our research system. It is written for club members and contributors. No technical or ICT knowledge is required. The goal is only to understand: ''How do we describe our history in a clear and structured way?'' == Why do we need a structure? == During research we collect many things: * photographs * letters * reports * names of people * buildings * cities *...")
  • 18:12, 30 January 2026 Mngr talk contribs created page Research:Example story - the children in Alton during WWII (Created page with "= Example Story – The Children in Alton During WWII = This page shows, through a real historical example, how our research information fits naturally into the database structure. We first tell the story in normal language. Afterwards we show how the same information is organized in the system. The goal is to demonstrate that the database does not change our research work. It only structures it clearly. = The story = At the beginning of the Second World War, th...")
  • 17:50, 30 January 2026 Mngr talk contribs created page Research:Glossary (Created page with "= Glossary = This glossary explains common terms used in the project. == HeritageObject == The thing we study. == DigitalAsset == A digital source such as a photo or document. == File == The stored JPG, PDF, or scan. == Person == A historical individual. == Organization == A group or institution. == Place == A location. == ResearchChapter == A section of the research story. == Identifier == An automatic number used to name items uniquely. == R...")
  • 17:49, 30 January 2026 Mngr talk contribs created page Research:How to create a Digital Asset (Created page with "= How to Create a DigitalAsset = This guide explains how to add a new photograph or document to the system. == What is a DigitalAsset? == A DigitalAsset is a source such as: * a photo * a scan * a letter * an article * a PDF Each source gets its own page. == Step-by-step == === Step 1 – Prepare your file === Make sure you have: * the image or PDF ready * good quality if possible === Step 2 – Create the DigitalAsset page === Open the DigitalAsset fo...")
  • 17:48, 30 January 2026 Mngr talk contribs created page Research:Numbering and FileNaming policy (Created page with "= Numbering and File Naming = This page explains how items and files are named in the system. The goal is simple: * clear names * no duplicates * easy searching * automatic numbering Contributors do not need to create numbers manually. == Automatic identifiers == DigitalAssets receive an automatic identifier such as: CH03-ROM-0007 This number is created by the system. You do not type it yourself. == What the number means == Example: CH03-ROM-0007 Thi...")
  • 17:46, 30 January 2026 Mngr talk contribs created page Research:Entity Definitions (Created page with "= Entity Definitions = This page explains the main concepts used in the project. It describes them in everyday language. No technical knowledge is required. Think of these as the “building blocks” of our documentation system. == Why we use defined concepts == To work together consistently, we must agree on the meaning of words. For example: * What exactly is an object? * What counts as a source? * What is a place? * What is an organization? Clear definitio...")
  • 17:40, 30 January 2026 Mngr talk contribs created page Research:Data Model Overview (Created page with "= Data Model Overview = This page explains, in plain language, how information is organized in the Costasano Heritage Database. It is intended for: * club members * contributors * reviewers * non-technical readers No technical knowledge is required. The goal is simply to understand: ''What kinds of things do we describe, and how do they relate to each other?'' == Purpose == The database helps us: * describe historical objects * record people and organizations...")
  • 17:33, 30 January 2026 Mngr talk contribs moved page ICT:What recursiveness means to ICT:Recursive structures explained without leaving a redirect
  • 17:33, 30 January 2026 Mngr talk contribs created page ICT:What recursiveness means (Created page with "= Recursive Structures Explained = This page explains the meaning of the term '''recursive''' as used in the data model documentation. It is written for non-technical readers. No database knowledge is required. == Why this page exists == In several places the entity definitions state that an entity is '''recursive'''. For example: * HeritageObjects are recursive * DigitalAssets are recursive * ResearchChapters are recursive * Places are recursive For readers un...")
  • 15:52, 30 January 2026 Mngr talk contribs deleted page ICT:Data Model reworked - v3 (content was: "= Reworked Conceptual ER Model – v3 = This page documents the consolidated and agreed conceptual Entity–Relationship (ER) model for the project. It reflects the outcome of architectural discussion and supersedes earlier drafts. The ER model described here is conceptual, not technical. It defines meaning and responsibility, not database or storage mechanics. == Purpose of the...", and the only contributor was "Mngr" (talk))
  • 15:52, 30 January 2026 Mngr talk contribs deleted page ICT:DBML - version 3.2 (content was: "== DBML version 3.2 == <pre> // ===================================================== // Costasano Heritage Database Model — v3.2 // Adds citation & publication support on DigitalAssets // ===================================================== // ============================ // CORE ENTITIES // ============================ Table HeritageObjects { id string [pk] parent_id string...", and the only contributor was "Mngr" (talk))
  • 15:52, 30 January 2026 Mngr talk contribs deleted page ICT:Data Model - v3.2 - certainties (content was: "== Treatment of Uncertainty (Certainty) == === Conceptual position === Historical research frequently involves: * incomplete evidence * approximate dates * disputed attributions * interpretative judgments Uncertainty is therefore normal and inherent to the domain. The model must allow nuance without forcing artificial precision. === Design decision === The data model deliberat...", and the only contributor was "Mngr" (talk))
  • 14:40, 30 January 2026 Mngr talk contribs created page ICT:DBML - version 4.1 (Created page with "<pre> // ===================================================== // Costasano Heritage Database Model — v4.1 // // Adds identifier/numbering infrastructure: // - short codes on Chapters, Organisations, Places // - automatic identifiers for DigitalAssets // // Purpose: // supports automatic page names and file names // ===================================================== // ============================ // CORE ENTITIES // ============================ Table HeritageO...")
  • 12:05, 30 January 2026 Mngr talk contribs created page 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...")
  • 11:16, 30 January 2026 Mngr talk contribs created page ICT:Conceptual Mermaid Diagram v 4.0 (Created page with "= Conceptual ER Diagram = This page presents the conceptual Entity–Relationship (ER) diagram of the Costasano Heritage Database. It visualizes the domain model independently of technical implementation details. The diagram is intended for: * conceptual understanding * onboarding new contributors * design discussions * documentation * validation of modeling decisions It is not a database schema diagram. == Scope == This diagram shows: * core entities * concept...")
  • 11:13, 30 January 2026 Mngr talk contribs created page ICT:Data Model Overview v 4.0 (Created page with "= Data Model Overview version 4.0 = This page provides a structured overview of the Costasano Heritage Database data model and its supporting technical documentation. It serves as the primary entry point for: * system maintainers * future developers * data architects * project successors The goal is to explain how the model is organized and where detailed specifications can be found. == Purpose == The data model separates clearly between: * conceptual meaning *...")
  • 10:59, 30 January 2026 Mngr talk contribs created page 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...")
  • 10:51, 30 January 2026 Mngr talk contribs created page ICT:Data Model Entity Definitions - v 4.0 (Created page with "= Data Model – Entity Definitions v 4.0 = This page defines the principal conceptual entities used in the project’s data model. Its purpose is to establish a shared and explicit understanding of what each entity represents before any technical implementation is undertaken. These definitions describe meaning and responsibility, not database structure or software mechanics. == Scope == These definitions guide: * conceptual ER modeling * DBML and Cargo schemas *...")
  • 10:47, 30 January 2026 Mngr talk contribs created page ICT:DBML - version 4.0 (Created page with "<pre> // ===================================================== // Costasano Heritage Database Model — v4.0 // Adds Places entity for explicit spatial modeling // Separates actors (Persons/Organisations) from locations // ===================================================== // ============================ // CORE ENTITIES // ============================ Table HeritageObjects { id string [pk] parent_id string [ref: > HeritageObjects.id] title string type_i...")
  • 18:35, 29 January 2026 Mngr talk contribs moved page ICT:DBML-3.2 to ICT:DBML - version 3.2 without leaving a redirect
  • 18:19, 29 January 2026 Mngr talk contribs created page ICT:DBML-3.2 (Created page with "== DBML version 3.2 == <pre> // ===================================================== // Costasano Heritage Database Model — v3.2 // Adds citation & publication support on DigitalAssets // ===================================================== // ============================ // CORE ENTITIES // ============================ Table HeritageObjects { id string [pk] parent_id string [ref: > HeritageObjects.id] title string type_id string [ref: > HeritageObjec...")
  • 16:48, 29 January 2026 Mngr talk contribs deleted page ICT:automatic IDs (content was: "#REDIRECT ICT:Automatic IDs", and the only contributor was "Mngr" (talk))
  • 16:46, 29 January 2026 Mngr talk contribs moved page ICT:development status - decisions to ICT:Development status - decisions without leaving a redirect
  • 16:44, 29 January 2026 Mngr talk contribs moved page ICT:automatic IDs to ICT:Automatic IDs
  • 16:34, 29 January 2026 Mngr talk contribs created page 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...") Tag: Visual edit: Switched
  • 15:37, 29 January 2026 Mngr talk contribs created page Test (qfqs) Tag: Visual edit
  • 15:35, 29 January 2026 Mngr talk contribs created page Place:test (Created page with "== test ==")
  • 14:57, 29 January 2026 Mngr talk contribs deleted page ICT:Data Model Reworked - 2 (content was: "= Reworked Conceptual ER Model - v2 = This page documents the consolidated and agreed conceptual Entity–Relationship (ER) model for the project. It reflects the outcome of architectural discussion and explicitly supersedes earlier ER drafts. No implementation work should begin until this model is considered stable. The ER model described here is conceptual, not technical. It def...", and the only contributor was "Mngr" (talk))
  • 14:56, 29 January 2026 Mngr talk contribs deleted page ICT:Data Model reworked - 1 (content was: "= Reworked Conceptual ER Model (Conclusions) = This page documents the consolidated conclusions for revising the Entity–Relationship (ER) model before any technical implementation in Cargo or Page Schemas. It supersedes earlier drafts and diagrams and reflects the outcomes of architectural review and conceptual analysis. The purpose of this document is to stabilize the conceptual...", and the only contributor was "Mngr" (talk))
  • 14:52, 29 January 2026 Mngr talk contribs moved page ICT:Naming & Namespace Policy to ICT:Naming and Namespace Policy without leaving a redirect
  • 14:51, 29 January 2026 Mngr talk contribs moved page ICT:Template & Cargo Convention to ICT:Template and Cargo Convention without leaving a redirect
  • 14:46, 29 January 2026 Mngr talk contribs deleted page ICT:Cargo + Page Forms Architecture Guide (content was: "= 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. ----...", and the only contributor was "Mngr" (talk))
  • 14:19, 29 January 2026 Mngr talk contribs deleted the Cargo table DA
  • 14:19, 29 January 2026 Mngr talk contribs deleted the Cargo table Items
  • 14:19, 29 January 2026 Mngr talk contribs deleted the Cargo table Postcards
  • 14:16, 29 January 2026 Mngr talk contribs deleted page Module:Test (content was: "return { hello = function() return "Lua is working" end }", and the only contributor was "Mngr" (talk))
  • 14:13, 29 January 2026 Mngr talk contribs deleted page File:sana236.jpg (content was: "qdfqsfq", and the only contributor was "Mngr" (talk))
  • 14:13, 29 January 2026 Mngr talk contribs deleted page File:kursaalbunker.jpg (content was: "", and the only contributor was "Mngr" (talk))
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)