User contributions for Mngr
Appearance
3 May 2026
- 08:1908:19, 3 May 2026 diff hist 0 m Drupal:Barrio/Buttons Barrio vs Gin Mngr moved page Drupal:Buttons Barrio vs Gin to Drupal:/Barrio/Buttons Barrio vs Gin without leaving a redirect
- 08:1808:18, 3 May 2026 diff hist 0 m Drupal:Barrio/Buttons Mngr moved page Drupal:Barrio Front End template/Buttons to Drupal:Barrio/Buttons without leaving a redirect current
- 08:1808:18, 3 May 2026 diff hist 0 m Drupal:Barrio Mngr moved page Drupal:Barrio Front End template to Drupal:Barrio without leaving a redirect current
2 May 2026
- 19:5619:56, 2 May 2026 diff hist +1,638 Drupal:Pages/Display Image via Referenced Asset Guide No edit summary current
- 19:5019:50, 2 May 2026 diff hist +3,395 N Drupal:Paragraphs/Carousel Styling & Paragraph Integration Created page with "= Drupal Carousel Styling & Paragraph Integration – Practical Guide = == Objective == This document explains: * How to apply Bootstrap styling in a Drupal View (Carousel) * How to integrate a View into a Paragraph (for flexible page building) This supports the transition from: <pre> Working solution → Structured, reusable solution </pre> --- == Part 1 – Applying Bootstrap Classes in Views == === Principle === In Drupal, you do NOT directly edit HTML. Instea..."
1 May 2026
- 20:2920:29, 1 May 2026 diff hist +3,157 N Drupal:Pages/Display Image via Referenced Asset Guide Created page with "= Drupal Views – Displaying an Image via Referenced Asset (Step-by-Step Guide) = == Objective == Display an image in a View when the image is not directly on the content, but stored via: <pre> Chapter → Asset (entity reference) → Media → Image </pre> This guide explains how to correctly configure **relationships in Views** to retrieve the image. --- == Concept == Drupal Views does NOT automatically follow multiple entity references. You must explicitly defi..."
- 13:5113:51, 1 May 2026 diff hist +162 Drupal:Overlay/Cards No edit summary
- 13:5013:50, 1 May 2026 diff hist +228 Drupal:Pages/Frontend landing page No edit summary current
- 13:2613:26, 1 May 2026 diff hist +3,475 N Drupal:Paragraphs/Usage Guide Created page with "= Drupal Paragraph Usage Guide – Page Building for Historians = == Objective == Provide clear guidance on how to use Paragraphs to build pages in a consistent, simple, and user-friendly way. This ensures: * clean page structure * predictable layout * no clutter * easy editing for historians --- == General Principle == Each Paragraph has '''one clear purpose'''. Do NOT mix multiple purposes in one paragraph. --- == Available Paragraph Types == The system inclu..."
- 12:5712:57, 1 May 2026 diff hist +2,915 N Drupal:Pages/Detailed page Created page with "= Drupal Detail Page Layout (Content Display) – Implementation Guide = == Objective == Define a clean and readable layout for detail pages (e.g. Chapter, Asset, Event), ensuring: * Clear presentation of content * Strong focus on images and context * Easy navigation and understanding * No clutter or unnecessary UI elements --- == Conceptual Approach == <pre> Image → Title → Key information → Description → Related content </pre> The page should feel: * cal..." current
- 12:5512:55, 1 May 2026 diff hist +3,083 N Drupal:Overlay/Cards Created page with "= Drupal Image Overlay Cards (Bootstrap / Views) – Implementation Guide = == Objective == Create a grid of images where: * Each image represents a content item (e.g. Chapter, Asset, Event) * Hovering shows an overlay with: * Title * Short description * Clicking the image opens the detail page This must be implemented using Drupal Views and Bootstrap (Barrio), with minimal or no custom code. --- == Conceptual Approach == <pre> Content → View → Bootstrap C..."
- 12:5312:53, 1 May 2026 diff hist +3,243 N Drupal:Pages/Frontend landing page Created page with "= Drupal Homepage Carousel (Chapters) – Implementation Guide = == Objective == Create a homepage carousel displaying “Chapters” with: * Image * Title * Short description * Clickable link to detail page This should be implemented using Drupal UI, Views, and Bootstrap (Barrio theme), without custom coding. --- == Conceptual Approach == The solution follows this structure: <pre> Content → View → Bootstrap Carousel → Homepage Block </pre> We reuse the exi..."
29 April 2026
- 16:5416:54, 29 April 2026 diff hist −454 Drupal:C-Modules/Tweaks/PDF-Thumbnails-Explained-Details →Troubleshooting Summary current
- 16:5316:53, 29 April 2026 diff hist −500 Drupal:C-Modules/Tweaks/PDF-Thumbnails-Explained-Details →Component Overview
- 16:5016:50, 29 April 2026 diff hist +6,264 N Drupal:C-Modules/Tweaks/PDF-Thumbnails-Explained-Details Created page with "== Drupal Module: heritage_tweaks – PDF Thumbnail System == === Purpose === This module implements immediate thumbnail generation for PDF media items. It avoids: * cron dependencies * delayed processing * unstable contrib modules --- === Module Structure === <pre> web/modules/custom/heritage_tweaks/ │ ├── heritage_tweaks.module ├── heritage_tweaks.services.yml │ └── src/ ├── Plugin/ │ └── QueueWorker/ │..."
- 16:4716:47, 29 April 2026 diff hist 0 m Drupal:C-Modules/Tweaks/PDF-Thumbnails-Explained Mngr moved page Drupal:C-Modules/Tweaks/Explained to Drupal:C-Modules/Tweaks/PDF-Thumbnails-Explained without leaving a redirect
- 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