Main public logs
Appearance
Combined display of all available logs of Costa Sano KB. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:32, 23 May 2026 Mngr talk contribs created page Drupal:Syntax (Created page with "= Pages explaining syntax rules in Drupal for all sorts of file types =")
- 19:55, 22 May 2026 Mngr talk contribs created page Drupal:Content/PubModel/Towards a Semantic Publication Component Architecture (Created page with "= Intention Document — Toward a Semantic Publication Component Architecture = == Context == During the implementation of the recursive chapter publication mechanism in Drupal, an important architectural clarification progressively emerged. The original intention was: <pre> Use Paragraph types everywhere to ensure visual consistency across the publication website. </pre> This initially appeared logical because: * Paragraphs provide reusable visual structures * Twig...")
- 12:23, 22 May 2026 Mngr talk contribs created page Drupal:PubMode/From Scratch BLOCK VIEW subchapters (Created page with "= DRUPAL 11 — COMPLETE SUBCHAPTER GRID VIEW FROM SCRATCH = = GOAL = Create a block View that: * displays ONLY the subchapters of the current chapter page * displays: * image * title * teaser text * link * uses: * Bootstrap grid * Twig templates * contextual filtering * is embedded inside the chapter node Twig template --- = IMPORTANT DATA MODEL = The recursive content type: <pre> Chapter </pre> contains the field: <pre> field_ch_parent_chapt...")
- 08:57, 22 May 2026 Mngr talk contribs created page Drupal:PubModel/automatic subchapter card grid architecture (Created page with "= DRUPAL 11 — AUTOMATIC SUBCHAPTER CARD GRID ARCHITECTURE = = GOAL = Create an automatic publication mechanism where: * parent chapters appear on the homepage carousel * each parent chapter page automatically displays: * all subchapters * as Bootstrap cards * in a 2-column responsive grid * cards are generated automatically from: * the recursive chapter datamodel * without manual paragraph creation This architecture uses: * Drupal 11 * Views * Twig * Boo...") Tag: Visual edit: Switched
- 16:33, 21 May 2026 Mngr talk contribs created page Drupal:PubModel/Bootstrap Icons (Created page with "= Bootstrap makes available a serious number of icons ==") Tag: Visual edit
- 16:15, 21 May 2026 Mngr talk contribs created page Drupal:PubModel/Overview - planning (Created page with "Structured knowledge + Automatic publication generation + Editorial storytelling + Reusable visual components")
- 16:01, 21 May 2026 Mngr talk contribs created page Drupal:PubModel/CONTEXTUAL FILTERS FOR CHAPTER / SUBCHAPTER CARD GRIDS (Created page with "= DRUPAL 11 — CONTEXTUAL FILTERS FOR CHAPTER / SUBCHAPTER CARD GRIDS = = GOAL = Create a chapter page architecture where: * top-level chapters (T00, T01, ...) appear on the homepage carousel * chapter pages automatically display their subchapters as Bootstrap cards * each subchapter card links to a detailed heritage page The architecture uses: * Drupal 11 * Views * Twig * contextual filters * Bootstrap card layouts * recursive parent/child chapter relation...")
- 16:02, 19 May 2026 Mngr talk contribs created page Drupal:PubModel/Final CardGrid for subchapter pages (Created page with "= Automatic Subchapter Grid Using Twig, Views, and a Paragraph Card Component = ''A complete mechanism for generating subchapter cards automatically on every Chapter page'' == 1. Purpose == This document describes a clean and fully automated mechanism to display subchapters on a Chapter page. The system uses: * A fixed Twig template for the Chapter page layout * A View that selects subchapters based on the current node ID * A Paragraph type that defines the card comp...")
- 15:40, 19 May 2026 Mngr talk contribs created page Drupal:PubModel/Use contextual filter for views (parameter passing) (Created page with " = Using a Contextual Filter in a Drupal View = ''A simple explanation for selecting data dynamically based on a parameter'' == 1. Purpose == A contextual filter allows a single View to show different results depending on a value passed into it (for example: a node ID). This makes it possible to reuse one View on multiple pages, each time showing only the data relevant to that page. == 2. Typical Use Case == You have a content type with a parent–child relationship...")
- 09:56, 19 May 2026 Mngr talk contribs moved page Drupal:Pages/Chapter navigation, Teaser Metadata and Views-Based Rendering Strategy to Drupal:PubModel/Chapter navigation, Teaser Metadata and Views-Based Rendering Strategy without leaving a redirect
- 13:49, 18 May 2026 Mngr talk contribs created page Drupal:PubModel/Semantic Story Content Types & Page Templates – Architectural Framework (Created page with "= Semantic Story Content Types & Page Templates – Architectural Framework = ''Outcome of the reflection on how stories, datamodel entities, and publication templates fit together'' == 1. Purpose == This document captures the architectural insight that emerged from reflection: the system requires **semantic story content types** that curate and combine information from the relational datamodel, while **page templates** provide the presentation layer for publishing thes...")
- 13:17, 18 May 2026 Mngr talk contribs created page Drupal:PubModel/Architecture for a Publication‑Driven Drupal Heritage Platform (Created page with "= Architecture for a Publication‑Driven Drupal Heritage Platform = ''Conceptual design, reflection notes, and component blueprint'' == 1. Purpose of this document == This document captures the architectural thinking behind the next development phase: * stabilising the '''presentation layer''' (paragraphs, Twig, CSS) * defining the '''publication components''' * linking the '''datamodel''' to the '''publication model''' * preparing for '''automatic publication''' driv...")
- 13:09, 18 May 2026 Mngr talk contribs created page Drupal:PubModel/View Library Specification (Created page with "= View Library Specification = ''Catalogue of all Views required for the publication model, including purpose, filters, relationships, contextual filters, sorting, and output fields'' == 1. Purpose == This document defines the complete library of Views required for the heritage publication platform. Views are the '''publication selectors''' — they decide what content appears in: * carousels * card grids * booklets * galleries * related lists * detail pages Views m...")
- 13:07, 18 May 2026 Mngr talk contribs created page Drupal:PubModel/Paragraph Library Specification (Created page with "= Paragraph Library Specification = ''Catalogue of all paragraph types, their purpose, fields, Twig/CSS implications, and usage patterns'' == 1. Purpose == This document defines the complete library of paragraph types required for the heritage publication platform. Paragraphs form the '''presentation layer''' of the system and are the building blocks used to assemble all pages. The goal of this specification is to: * avoid chaos and duplication * ensure each paragra...")
- 13:05, 18 May 2026 Mngr talk contribs created page Drupal:PubModel/Datamodel Refinement Plan – Supporting the Publication Model (Created page with "= Datamodel Refinement Plan – Supporting the Publication Model = ''How to evolve the heritage datamodel to enable automatic, safe, and structured publication'' == 1. Purpose == This document describes how the existing heritage datamodel should be refined to fully support the publication model. It identifies: * required fields * required relationships * metadata standardisation * naming conventions * readiness signals * structural improvements The goal...")
- 13:04, 18 May 2026 Mngr talk contribs created page Drupal:PubModel/Publication Model – Architectural Blueprint (Created page with "= Publication Model – Architectural Blueprint = ''How datamodel, Views, paragraphs, and templates form an automatic publication engine'' == 1. Purpose == This document defines the publication model for the heritage platform. It explains how: * the datamodel (heritage graph) * the presentation layer (paragraphs, Twig, CSS) * the publication selectors (Views) work together to produce a fully automated, safe, and successor‑friendly publication system. This model e...")
- 13:02, 18 May 2026 Mngr talk contribs created page Drupal:PubModel/Subchapter Detail Page – Publication Blueprint (Created page with "= Subchapter Detail Page – Publication Blueprint = ''Page structure, paragraph composition, metadata usage, and publication logic'' == 1. Purpose == This document defines the structure of a Subchapter detail page. This page is the destination when a user clicks a card in the Subchapter Cards paragraph. == 2. Page Role == A Subchapter page: * Presents a specific topic within a Chapter * Acts as a container for Assets, Persons, Places, and related content * Is assembl...")
- 13:01, 18 May 2026 Mngr talk contribs created page Drupal:PubModel/Overlay Paragraph – Technical Blueprint (Created page with "= Overlay Paragraph – Technical Blueprint = ''Component specification, Twig structure, CSS structure, and usage patterns'' == 1. Purpose == The Overlay paragraph provides a responsive image with text layered on top. It is used for: * Hero banners * Section headers * Visual emphasis blocks * Highlighted content == 2. Functional Overview == The Overlay paragraph must: * Display a responsive image * Show overlay text (title + subtitle) * Support dark/light overlay mod...")
- 13:00, 18 May 2026 Mngr talk contribs created page Drupal:PubModel/Booklet Paragraph – Technical Blueprint (Created page with "= Booklet Paragraph – Technical Blueprint = ''Component specification, data flow, Twig structure, CSS structure, and View integration'' == 1. Purpose == The Booklet paragraph provides a compact visual representation of a multi‑page document (PDF or image set). It displays a small “booklet card” and opens a full viewer when clicked. It is designed for: * Old digitised papers * Multi‑page documents * Magazines, brochures, reports * Archival material == 2. Fu...")
- 12:58, 18 May 2026 Mngr talk contribs created page Drupal:PubModel/Subchapter Cards Paragraph – Technical Blueprint (Created page with "= Subchapter Cards Paragraph – Technical Blueprint = ''Component specification, Twig structure, CSS structure, and View configuration'' == 1. Purpose of this document == This document defines the architecture and implementation details for the '''Subchapter Cards paragraph'''. This paragraph is a core navigation component in the publication model: * It displays a grid of cards. * Each card represents a Subchapter. * Each card links to a Subchapter detail page. * Ca...")
- 12:56, 18 May 2026 Mngr talk contribs created page Drupal:PubModel/Architecture (Created page with "= Architecture for a Publication‑Driven Drupal Heritage Platform = ''Conceptual design, reflection notes, and component blueprint'' == 1. Purpose of this document == This document captures the architectural thinking behind the next development phase: * stabilising the '''presentation layer''' (paragraphs, Twig, CSS) * defining the '''publication components''' * linking the '''datamodel''' to the '''publication model''' * preparing for '''automatic publication''' driv...")
- 12:55, 18 May 2026 Mngr talk contribs created page Drupal:PubModel (Created page with "= Chapter on publication model =")
- 09:30, 18 May 2026 Mngr talk contribs moved page Drupal:Structuring/Usijng Config Export and grep for Architectural Tracing to Drupal:Structuring/Using Config Export and grep for Architectural Tracing without leaving a redirect
- 09:28, 18 May 2026 Mngr talk contribs moved page Drupal:Overlay/Paragraph type text + image to Drupal:Paragraphs/Paragraph type text + image without leaving a redirect
- 09:27, 18 May 2026 Mngr talk contribs moved page Drupal:Paragraph/Usage Guide to Drupal:Paragraphs/Usage Guide without leaving a redirect
- 09:26, 18 May 2026 Mngr talk contribs moved page Drupal:Pages/Carousel Styling & Paragraph Integration to Drupal:Paragraphs/Carousel Styling & Paragraph Integration without leaving a redirect
- 09:25, 18 May 2026 Mngr talk contribs moved page Drupal:Pages/Paragraph Usage Guide to Drupal:Paragraph/Usage Guide without leaving a redirect
- 09:25, 18 May 2026 Mngr talk contribs created page Drupal:Paragraphs (Created page with "= Chapter on the use of Paragraph types in Drupal 11 =")
- 09:24, 18 May 2026 Mngr talk contribs moved page Drupal:Pages/Overlay memory sheet to Drupal:Overlay/Memory Sheet without leaving a redirect
- 09:22, 18 May 2026 Mngr talk contribs moved page Drupal:Pages/Paragraph type text + image to Drupal:Overlay/Paragraph type text + image without leaving a redirect
- 09:21, 18 May 2026 Mngr talk contribs moved page Drupal:Pages/Historical Card System to Drupal:Overlay/Historical Card System without leaving a redirect
- 09:20, 18 May 2026 Mngr talk contribs moved page Drupal:Pages/Overlay general css to Drupal:Overlay/General CSS without leaving a redirect
- 09:19, 18 May 2026 Mngr talk contribs moved page Drupal:Pages/Overlay Developers reference to Drupal:Overlay/Developers Reference without leaving a redirect
- 09:18, 18 May 2026 Mngr talk contribs moved page Drupal:Pages/Overlay design blocks to Drupal:Overlay/Design Blocks without leaving a redirect
- 09:16, 18 May 2026 Mngr talk contribs moved page Drupal:Bootstrap/Layout issues - overlay to Drupal:Overlay/Bootstrap Layout Issues without leaving a redirect
- 09:15, 18 May 2026 Mngr talk contribs moved page Drupal:Pages/Overlay- recap sheet to Drupal:Overlay/Recap Sheet without leaving a redirect
- 09:15, 18 May 2026 Mngr talk contribs moved page Drupal:Pages/Overlay animation to Drupal:Overlay/Animation without leaving a redirect
- 09:14, 18 May 2026 Mngr talk contribs moved page Drupal:Pages/Overlay Cards to Drupal:Overlay/Cards without leaving a redirect
- 09:13, 18 May 2026 Mngr talk contribs moved page Drupal:Pages/Overlay - floating overlay to Drupal:Overlay/Floating Overlay without leaving a redirect
- 09:12, 18 May 2026 Mngr talk contribs created page Drupal:Overlay (Created page with "= Overlay being heavily used in the webiste, a special chapter is dedicated to it =")
- 08:56, 18 May 2026 Mngr talk contribs created page Drupal:Pages/Overlay- recap sheet (Created page with "= Floating Overlay Box — Recap Sheet = A compact reference for centering a floating overlay box inside an image, with centered text and visible image borders. == 1. Purpose == The Floating Overlay Box is a centered card placed inside an image. It leaves a visible border of the image around it and centers the text inside the box. Ideal for: * heritage captions * exhibition-style labels * centered storytelling cards == 2. Core CSS Pattern == This CSS centers the ove...") Tag: Visual edit: Switched
- 08:52, 18 May 2026 Mngr talk contribs created page Drupal:Pages/Overlay - floating overlay (Created page with "= Floating Overlay Box Component = This component displays a centered overlay box inside an image, leaving a visible border of the picture around it. The overlay box itself is centered, and the text inside the box is also centered with padding. This pattern is ideal for: * heritage captions * exhibition-style labels * centered storytelling cards * emphasis overlays inside photographs == 1. Visual Concept == The overlay does NOT cover the entire image. Instead, it f...")
- 08:41, 18 May 2026 Mngr talk contribs created page Drupal:Pages/Overlay memory sheet (Created page with "= Overlay Engine — Memory Sheet = A compact reference for all overlay components, variants, and integration patterns used across the heritage website. == 1. Core Concept == All overlays follow the same structure: * image + overlay text * hover on desktop * always visible on mobile * accessible (reduced motion, high contrast) * variants applied via CSS classes == 2. Base Twig Macro == <syntaxhighlight lang="twig"> {{ overlay.overlay(img, text, classes) }} </syntaxhigh...")
- 08:36, 18 May 2026 Mngr talk contribs created page Drupal:Pages/Overlay general css (Created page with "= Unified Overlay Engine CSS (overlay.css) = This file defines all styling for the overlay engine used across the heritage website. It includes: * base overlay structure * animation variants * image effect variants * accessibility rules * mobile/touch behavior * carousel compatibility == 1. Base Component Structure == All overlays share this foundation. <syntaxhighlight lang="css"> Root container: .overlay-component { position: relative; overflow...")
- 08:34, 18 May 2026 Mngr talk contribs created page Drupal:Pages/Overlay Developers reference (Created page with "= Overlay Engine Reference (Developer Documentation) = This document describes the internal overlay engine used across the heritage website. It is intended for developers integrating overlays into automatically generated cards, carousels, and content-type templates. == 1. Purpose == The overlay engine provides: * a unified structure for all image overlays * consistent styling across cards, galleries, and carousels * automatic mobile and accessibility handling *...")
- 08:29, 18 May 2026 Mngr talk contribs created page Drupal:Pages/Overlay design blocks (Created page with "= Heritage Website Overlay Design System = This document defines a unified, reusable design system for all image‑based overlays used across the heritage website. It consolidates patterns from previous documents into a coherent, maintainable structure. The goal is to ensure: * visual consistency * accessibility * mobile‑friendly behavior * easy reuse in Twig templates * respectful presentation of historical material = 1. Core Overlay Philosophy = Overlay...")
- 08:20, 18 May 2026 Mngr talk contribs created page Drupal:Pages/Overlay animation (Created page with "= Image Overlay on Hover — Documentation = == Overview == This component displays an image with a text overlay that becomes visible only when the user hovers over the image. It uses Twig for markup and CSS for interaction and animation. Optional enhancements include fade‑in, slide‑in, and blurred‑glass effects. == Twig Markup == The Twig structure is identical for all enhancement variants: <syntaxhighlight lang="twig"> {% if layout == 'overlay' %} <div cla...")
- 17:29, 17 May 2026 Mngr talk contribs created page Drupal:Bootstrap/Layout issues - overlay (Created page with "= Bootstrap Position Utilities – Overlay Cheat Sheet = This page documents how to position text overlays on images using Bootstrap’s position utilities. It focuses on the common pattern: * Parent: <code>position-relative</code> * Overlay: <code>position-absolute</code> + positioning classes == 1. Core concept == To place text on top of an image: <syntaxhighlight lang="html"> <div class="wrapper position-relative"> <img src="image.jpg" class="img-fluid w-100" a...") Tag: Visual edit: Switched
- 17:28, 17 May 2026 Mngr talk contribs created page Drupal:Bootstrap (Created page with "Bootstrap information needed for Barrio and Bootstrap 5") Tag: Visual edit
- 08:29, 17 May 2026 Mngr talk contribs created page Drupal:Pages/Paragraph type text + image (Created page with "= Paragraph Type: Image + Text Frame (Drupal 11.3, Bootstrap 5, Barrio) = This document describes a clean, KISS‑oriented paragraph type that supports: * Image + text beside * Image + text under * Image + text overlay * Image only * Image only with optional link All layouts are handled by a single paragraph type and a single Twig template. == 1. Create the Paragraph Type == Name: '''image_text_frame''' === Fields === ; field_image : Type: Image : Widget: Image : Requ...")