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).
- 18:21, 20 September 2026 Mngr talk contribs created page Platform:Drupal/Tracing Drupal Storage (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, 20 September 2026 Mngr talk contribs moved page Platforms:Drupal/Drupal storage migration - énd vdisk to Platforms:Drupal/Drupal storage migration - 2nd vdisk without leaving a redirect
- 16:37, 20 September 2026 Mngr talk contribs created page Platforms:Drupal/Drupal storage migration - énd vdisk (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
- 15:15, 20 September 2026 Mngr talk contribs moved page Platforms:Drupal/To Synology to Platforms:Drupal/Using Private Storage space without leaving a redirect
- 14:03, 18 September 2026 Mngr talk contribs created page Platforms:Drupal/To Synology (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
- 07:41, 18 September 2026 Mngr talk contribs created page Project:PubModel/mozilla pdf.js viewer user guide (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 == *...")
- 16:33, 17 September 2026 Mngr talk contribs moved page Project:THE skin/mybarrio.theme system dynamics to Project:THE skin/mybarrio.theme rendering dynamics without leaving a redirect
- 16:32, 17 September 2026 Mngr talk contribs created page Project:THE skin/mybarrio.theme system dynamics (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
- 15:37, 17 September 2026 Mngr talk contribs created page Project:THE skin/mybarrio.theme cleaned by gemini (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