User contributions for Mngr
Appearance
29 April 2026
- 16:4716:47, 29 April 2026 diff hist +3,877 Drupal:C-Modules/Tweaks/PDF-Thumbnails-Explained No edit summary
- 16:4616:46, 29 April 2026 diff hist −62 Drupal:C-Modules/Tweaks/PDF-Thumbnails-Explained Blanked the page Tag: Blanking
- 16:4516:45, 29 April 2026 diff hist +62 N Drupal:C-Modules/Tweaks/PDF-Thumbnails-Explained Mngr moved page Drupal:C-Modules/Tweaks/Explained to Drupal:C-Modules/Tweaks/PDF-Thumbnails-Explained Tag: New redirect
- 11:2111:21, 29 April 2026 diff hist +16 Drupal:C-Modules/Codes →heritige_code.settings.yml current
- 11:2111:21, 29 April 2026 diff hist +520 Drupal:C-Modules/Codes →heritage_codes.module
- 08:2408:24, 29 April 2026 diff hist +509 Drupal:C-Modules/Codes No edit summary
- 08:1008:10, 29 April 2026 diff hist +1,251 N Drupal:C-Modules/Codes Created page with "= Generate codes module = <pre> <?php use Drupal\Core\Entity\EntityInterface; →* * Implements hook_entity_presave().: function heritage_codes_entity_presave(EntityInterface $entity) { // PERSON: generate PE-00001 style code. if ($entity->getEntityTypeId() === 'node' && $entity->bundle() === 'person' && $entity->isNew()) { if ($entity->hasField('field_pe_code') && $entity->get('field_pe_code')->isEmpty()) { $config = \Drupal::configFactory()->getEd..."
- 08:0108:01, 29 April 2026 diff hist +5,439 N Drupal:C-Modules/Tweaks Created page with "= Tweaks Module = <pre> <?php →* * @file * Heritage Project: Consolidated tweaks for Drupal 11.3. * Includes: Link removal, Date Validation, Hierarchy Automation, and Form Protection.: use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Messenger\MessengerInterface; use Drupal\Core\Entity\EntityInterface; use Drupal\Core\Entity\ContentEntityInterface; use Symfony\Component\HttpKernel\KernelEvents; use Symfony\Component\EventDispatcher\EventSubscriberInterf..." current
28 April 2026
- 15:3915:39, 28 April 2026 diff hist −53 Guides:Policies/Using Media and citations in public pages No edit summary current Tag: Visual edit
- 15:3615:36, 28 April 2026 diff hist −1,277 Guides:Policies/Using Media and citations in public pages No edit summary Tag: Visual edit: Switched
- 15:3415:34, 28 April 2026 diff hist +4,585 N Guides:Policies/Using Media and citations in public pages Created page with "= Research and Editorial Principles = This page explains the intent and philosophy behind the data model and editorial workflow. It is written for contributors and researchers rather than technical implementers. The goal is to clarify not only how the system works, but why it is structured this way. == Why this system exists == The project is not a simple media archive. It is a research environment. We are not merely storing files. We are building structured his..." Tag: Visual edit: Switched
- 15:3015:30, 28 April 2026 diff hist +55 Guides:Policies/Research and editorial principles No edit summary current Tag: Visual edit
- 15:2215:22, 28 April 2026 diff hist +242 Guides:Policies/Research and editorial principles No edit summary
- 15:2115:21, 28 April 2026 diff hist +4,343 N Guides:Policies/Research and editorial principles Created page with "= Conceptual Policy – Treatment of Uncertainty = This page defines how uncertainty is handled in the data model. It clarifies why the system does NOT implement a formal "Certainty" entity or certainty levels. This decision is intentional and part of the conceptual design. == Principle == Historical research rarely produces absolute facts. Most statements involve: * approximation * interpretation * incomplete sources * conflicting evidence Uncertainty is there..." Tag: Visual edit
- 15:2115:21, 28 April 2026 diff hist +62 Guides:Policies/Treatment of uncertainty No edit summary current Tag: Visual edit
- 15:1915:19, 28 April 2026 diff hist +123 Guides:Policies/Treatment of uncertainty No edit summary Tag: Visual edit
- 15:1415:14, 28 April 2026 diff hist +24 Guides:Policies/Treatment of uncertainty No edit summary
- 15:1115:11, 28 April 2026 diff hist +4,458 N Guides:Policies/Treatment of uncertainty Created page with "= Treatment of Uncertainty = This page defines how uncertainty is handled in our data model. It clarifies why the system does NOT implement a formal "Certainty" entity or certainty levels. This decision is intentional and part of the conceptual design. == Principle == Historical research rarely produces absolute facts. Most statements involve: * approximation * interpretation * incomplete sources * conflicting evidence Uncertainty is therefore normal and expected...." Tag: Visual edit
- 15:0515:05, 28 April 2026 diff hist 0 m Guides:Policies/Numbering Mngr moved page Guides:Polies/Numbering to Guides:Policies/Numbering without leaving a redirect current
- 15:0415:04, 28 April 2026 diff hist +428 Guides:Policies/Numbering No edit summary Tag: Visual edit
- 14:5114:51, 28 April 2026 diff hist +1,275 N Guides:Policies/Numbering 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..."
- 14:5014:50, 28 April 2026 diff hist +63 N Guides:Policies Created page with "= This section informs about some policies used in the system =" current
- 14:4914:49, 28 April 2026 diff hist +2,237 N Guides:Sessions/Session TimeOut - take care Created page with "== Long-Term Editing & Session Security == To prevent data loss during intensive historical research, this wiki uses several layers of session protection. If you are planning a long editing session without saving, please note the following: === 1. Automatic Session Persistence === * '''Stay Logged In:''' Always ensure the '''"Keep me logged in"''' box is checked when you sign in. This extends your session for up to 30 days. * '''Idle Timeout:''' If you do not check tha..." current Tag: Visual edit: Switched
- 14:4814:48, 28 April 2026 diff hist +74 N Guides:Sessions Created page with "<nowiki>= This section discussion issue concerning web sessions =</nowiki>" current Tag: Visual edit
- 14:4614:46, 28 April 2026 diff hist +342 Project:Infra/Terms explained No edit summary current Tag: Visual edit
- 14:2514:25, 28 April 2026 diff hist +3,887 N Project:Infra/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..."
- 14:2314:23, 28 April 2026 diff hist −5 Guides:Workflow/Data Input No edit summary current
- 14:2214:22, 28 April 2026 diff hist +245 Guides:Workflow/Data Input No edit summary Tag: Visual edit
- 13:4813:48, 28 April 2026 diff hist +4,136 N Guides:Workflow/Data Input Created page with "= Operational Workflows for club members - Data Input = This page describes how data, pages, and media are created, edited, and published. It focusses 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. == Public Publication Workflow == Publication is a deliber..." Tag: Visual edit: Switched
- 13:4613:46, 28 April 2026 diff hist 0 m Guides:Workflow/General workflow explained Mngr moved page Guides:Workflow/Explained to Guides:Workflow/General workflow explained without leaving a redirect current
- 13:4513:45, 28 April 2026 diff hist −2,410 Guides:Workflow/General workflow explained No edit summary Tag: Visual edit
- 13:3813:38, 28 April 2026 diff hist +4,123 N Guides:Workflow/General workflow explained Created page with "= Operational Workflows for club members = This page describes how data, pages, and media are created, edited, and published. It focusses 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. == Public Publication Workflow == Publication is a deliberate act for c..."
- 13:3813:38, 28 April 2026 diff hist +65 N Guides:Workflow Created page with "= This section explains the workflow throughout the application =" current
- 13:3413:34, 28 April 2026 diff hist −1,263 Project:Infra/Wiki Namespaces Explained No edit summary current Tag: Visual edit
- 13:1813:18, 28 April 2026 diff hist +4,829 N Project:Infra/Wiki Namespaces Explained Created page with "= Namespaces and Page Types = This page explains how the wiki is organized. It describes the different namespaces used in the project and what they are for. Understanding namespaces helps contributors know: * where to create pages * what kind of content belongs where * how research material differs from documentation == What is a namespace? == A namespace is simply a prefix in front of a page name. Examples: * HO:Sanatorium Ostend * DA:Facade photograph 1923 *..."
- 13:1613:16, 28 April 2026 diff hist +3,731 N Project:Data Model/Person, Organisation and HeritageObject - Modelling Rules Created page with "= Person, Organisation and HeritageObject – Modelling Rules = == Purpose == This page explains the conceptual difference between: * Person * Organisation * HeritageObject These three entities represent fundamentally different types of things. Clearly separating them is essential to keep the data model consistent and avoid confusion. == Core principle == When entering data, always ask: ''Is this a person, a group of people, or a physical thing?'' The answer de..." current
- 13:1313:13, 28 April 2026 diff hist +3,191 Project:Infra/Mermaid style ER diagram explained No edit summary current
- 13:1213:12, 28 April 2026 diff hist +398 N Project:Infra/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"
- 13:0913:09, 28 April 2026 diff hist +931 N Project:Motivation/Away from Omeka-S and Zoteror 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..." current
- 13:0813:08, 28 April 2026 diff hist +54 N Project:Motivation Created page with "= Why this project and the way it has been realised? =" current
- 12:0312:03, 28 April 2026 diff hist +1,132 N Project:Entities/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..." current
- 11:5911:59, 28 April 2026 diff hist +574 N Project:Data Model/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..." current
- 11:5711:57, 28 April 2026 diff hist +14,185 N Project:Infra/Drupal Glossary Created page with "= '''Drupal Glossary''' = '''Ajax''' A web technology used to exchange data with a server to dynamically update parts of a web page (for example, forms) without needing entire page reloads. '''Alias''' A user-friendly name to replace the internal path that the system assigns to a URL on the site. For example, you might assign an alias of ''/about'' to the About page on your site, to replace the internal path ''/node/5''. This would give the page a URL of ''<nowiki>htt..." current
- 11:5611:56, 28 April 2026 diff hist +73 N Project:Infra Created page with "= Explanation about the infrastructure and used graphical presentations =" current
- 11:5411:54, 28 April 2026 diff hist +4,259 N Project:Example Stories/Alton 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..." current
- 11:5311:53, 28 April 2026 diff hist +63 N Project:Example Stories Created page with "= This section gives some examples how to use the application =" current
24 April 2026
- 10:5110:51, 24 April 2026 diff hist −3,012 Project:Data Model/Event Entity Discussion No edit summary current
- 10:2610:26, 24 April 2026 diff hist +4,748 Project:Data Model/Event Entity Discussion No edit summary
- 10:2410:24, 24 April 2026 diff hist +3,507 Project:Data Model/Event Entity Discussion No edit summary
- 10:1710:17, 24 April 2026 diff hist +1,866 Project:Data Model/Event Entity Discussion No edit summary