Jump to content

Recent changes

Track the most recent changes to the wiki on this page.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits
Show new changes starting from 20:22, 21 September 2026
 
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

20 September 2026

N    18:21  Platform:Drupal/Tracing Drupal Storage diffhist +15,377 Mngr talk contribs (Created page with "= Tracing Drupal Storage — From File to Physical Disk = == Purpose == This document explains how to trace a Drupal file through the different storage layers of the Costa Sano infrastructure: <code>Drupal file ↓ Linux filesystem ↓ Linux block device ↓ Hyper-V virtual disk ↓ VHDX file ↓ Windows storage volume ↓ physical disk</code> The important concept is that '''each layer hides the implementation details of the layer b...") Tag: Visual edit
     16:38  (Move log) [Mngr (2×)]
     
16:38 Mngr talk contribs moved page Platforms:Drupal/Drupal storage migration - énd vdisk to Platforms:Drupal/Drupal storage migration - 2nd vdisk without leaving a redirect
     
15:15 Mngr talk contribs moved page Platforms:Drupal/To Synology to Platforms:Drupal/Using Private Storage space without leaving a redirect
N    16:37  Platforms:Drupal/Drupal storage migration - énd vdisk diffhist +16,278 Mngr talk contribs (Created page with "= Drupal Media Storage Migration — Separate Hyper-V VHDX = == Purpose == This document describes a safe way to move the Drupal media storage from the Drupal VM's existing filesystem onto a separate Hyper-V virtual disk (VHDX). The objective is to obtain: * simple local storage from Drupal's point of view; * separation between the Drupal application/system disk and large media storage; * easy future expansion of the media storage; * no dependency on NFS or remote fil...") Tag: Visual edit
     16:01  Platforms:Drupal/Using Private Storage space 3 changes history +8,976 [Mngr (3×)]
     
16:01 (cur | prev) +260 Mngr talk contribs Tag: Visual edit
     
16:00 (cur | prev) +4,452 Mngr talk contribs Tag: Visual edit
     
15:34 (cur | prev) +4,264 Mngr talk contribs Tag: Visual edit
     15:15  Platforms:Drupal/To Synology diffhist −397 Mngr talk contribs Tag: Visual edit

18 September 2026

N    14:03  Platforms:Drupal/To Synology diffhist +4,096 Mngr talk contribs (Created page with "= Drupal Media Storage on Synology NAS via NFS = This document explains how to relocate Drupal’s <code>public://</code> media directory to a Synology NAS using NFS. This approach provides stable, scalable storage for large archives (500 GB+) while keeping the Drupal VM lightweight and maintainable. ---- == 1. Overview == Drupal stores uploaded media in <code>sites/default/files</code>, mapped internally as <code>public://</code>. For large archives, it is recommended...") Tag: Visual edit
N    10:16  Project:PubModel/mozilla pdf.js viewer user guide 2 changes history +7,765 [Mngr (2×)]
     
10:16 (cur | prev) +5,146 Mngr talk contribs Tag: Visual edit
N    
07:41 (cur | prev) +2,619 Mngr talk contribs (Created page with "= PDF.js Viewer – Simple User Guide for Historians = The Mozilla PDF.js viewer is the built‑in PDF reader used in Firefox and available as a standalone viewer (viewer.html). This guide explains only the practical functions historians need when reading archival PDFs, without developer jargon. == 1. Opening a PDF == * Click the '''Menu icon''' (top right) → '''Open File'''. * Or simply '''drag and drop''' a PDF into the viewer window. == 2. Navigating Pages == *...")

17 September 2026

     21:05  Platforms:AlmaLinux/Update procedure 2 changes history +5,739 [Mngr (2×)]
     
21:05 (cur | prev) +2,785 Mngr talk contribs
     
21:02 (cur | prev) +2,954 Mngr talk contribs Tag: Visual edit
     16:43  Project:THE skin/mybarrio.theme rendering dynamics diffhist −51 Mngr talk contribs Tag: Visual edit
     16:33 Move log Mngr talk contribs moved page Project:THE skin/mybarrio.theme system dynamics to Project:THE skin/mybarrio.theme rendering dynamics without leaving a redirect
N    16:32  Project:THE skin/mybarrio.theme system dynamics diffhist +13,813 Mngr talk contribs (Created page with "= Drupal Rendering Dynamics = == How <code>mybarrio.theme</code> Participates in Page Rendering == === Companion document to === '''<code>mybarrio.theme — Code Structure and Operation</code>''' ---- = 1. Why this document exists = Understanding the individual functions in <code>mybarrio.theme</code> is only half of the story. To understand why the code works, it is necessary to understand '''when Drupal calls those functions and what is being rendered at that momen...") Tag: Visual edit
N    16:10  Project:THE skin/mybarrio.theme cleaned by gemini 7 changes history +27,964 [Mngr (7×)]
     
16:10 (cur | prev) −179 Mngr talk contribs Tag: Visual edit
     
15:50 (cur | prev) +23 Mngr talk contribs
     
15:48 (cur | prev) +85 Mngr talk contribs
     
15:47 (cur | prev) +18,061 Mngr talk contribs Tag: Visual edit
     
15:46 (cur | prev) −17,362 Mngr talk contribs
     
15:45 (cur | prev) +17,355 Mngr talk contribs
N    
15:37 (cur | prev) +9,981 Mngr talk contribs (Created page with "__NOTOC__ = Drupal Theme Optimization: mybarrio.theme = This document details the refactoring and optimization of the custom code inside the '''mybarrio''' theme's preprocess hooks. The refactoring successfully removed approximately 100 lines of redundant and deeply nested logic, resulting in a cleaner, faster, and more maintainable codebase. == Optimized Source Code == Place this updated code into your local <tt>mybarrio.theme</tt> file: <syntaxhighlight lang="php">...") Tag: Visual edit: Switched
N    14:00  Project:PubModel/Field order in forms diffhist +5,764 Mngr talk contribs (Created page with "= Field Order = == Purpose == This document defines the suggested standard order for fields in the Costa Sano historian-facing forms. The objective is not to force every content type or card to have the same fields. Instead, fields should appear in a '''predictable practical sequence''', so that a historian can work through a form without having to search for related information. The two main parts of a form are: # '''Archive part''' — information about the histori...") Tag: Visual edit
N    13:11  Drupal:CSS/Before and after rules diffhist +12,379 Mngr talk contribs (Created page with "= CSS Pseudo-Elements — <code>::before</code> and <code>::after</code> = == 1. What are <code>::before</code> and <code>::after</code>? == <code>::before</code> and <code>::after</code> are '''CSS pseudo-elements'''. They allow CSS to create an additional visual element without adding another HTML element to the Twig or HTML structure. A useful mental model is: <code>HTML / Twig element │ ├── ::before │ └── ::after</c...") Tag: Visual edit
N    09:52  Project:PresModel/Historical-card vs Histocard - why? diffhist +1,375 Mngr talk contribs (Created page with "= HistoricalCard vs HistoCard = Although '''HistoricalCard''' and '''HistoCard''' are visually related, they have different purposes and are used in different parts of the virtual museum. == HistoricalCard == '''Purpose:''' To introduce and provide access to a '''subchapter'''. '''Placement:''' Used on '''Chapter pages''' to present the available subchapters (the "rooms" of the virtual museum). '''Link behaviour:''' The complete card acts as an entrance to the subc...") Tag: Visual edit