Jump to content

User contributions for Mngr

A user with 817 edits. Account created on 4 April 2026.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

18 May 2026

17 May 2026

15 May 2026

  • 16:0216:02, 15 May 2026 diff hist +8,098 N Drupal:Pages/Homepage 201 Created page with "= Homepage Publication Assembly Architecture (node/201) = == Introduction == The homepage represented by: <pre> node/201 </pre> became an important architectural evolution inside the publication platform. Initially the platform started with more traditional Drupal page concepts using: * Basic Page content types * Body fields * generic node rendering As the publication architecture matured, the homepage evolved toward: <pre> a Paragraph-driven publication assembly..." current
  • 12:3612:36, 15 May 2026 diff hist +7,438 N Maintenance:Drupal/Documenting/Replacing the Default Drupal Node Page With Custom Publication Architecture Created page with "= Replacing the Default Drupal Node Page With Custom Publication Architecture = == Introduction == One of the most important conceptual steps in understanding Drupal is realizing that: <pre> the default node page is not the final publication architecture </pre> The default page generated by Drupal is primarily: * a generic rendering fallback * a structural default presentation * a content accessibility mechanism It is NOT intended to represent the final publication..."
  • 12:2612:26, 15 May 2026 diff hist +7,356 N Maintenance:Drupal/Documenting/Entity-Driven Publication Architecture Using Chapters, Subchapters, Carousels and Cards Created page with "= Entity-Driven Publication Architecture Using Chapters, Subchapters, Carousels and Cards = == Introduction == As the publication architecture evolved, an important design decision was made: <pre> publication surfaces should be driven by structured entities </pre> rather than manually duplicated presentation components. The objective is to preserve: * relational coherence * maintainability * publication consistency * navigational continuity * long-term scalability..." current
  • 12:0712:07, 15 May 2026 diff hist +6,688 N Maintenance:Drupal/Documenting/Homepage architecture Created page with "= Drupal Homepage Architecture, Nodes, Routing and Publication Assemblies = == Introduction == One of the initially confusing aspects of Drupal is that a homepage is usually not a single object. Instead, the homepage is typically the result of several Drupal systems collaborating together. These systems may include: * nodes * routing * path aliases * block layouts * Views * Twig templates * Paragraph systems * Bootstrap layouts Understanding these relationships is..." current
  • 11:5911:59, 15 May 2026 diff hist +6,511 N Maintenance:Drupal/Documenting/Twig naming Created page with "= Drupal Twig Template Naming and Rendering Architecture = == Introduction == Drupal uses Twig as its rendering template system. Twig templates define: * HTML structure * rendering organization * component composition * integration with CSS frameworks such as Bootstrap * publication presentation logic Understanding Drupal Twig naming conventions is extremely important because they form one of the central mechanisms of Drupal publication architecture. Twig templates..." current

14 May 2026

  • 19:2619:26, 14 May 2026 diff hist +4,652 N Wiki:Why Created page with "= Blueprint for Organising the New MediaWiki Instance = This document provides a structured approach for building a clean, maintainable, successor-friendly MediaWiki installation dedicated to documenting the Drupal platform, the server environment, and operational procedures. The goal is to replace the experimental, Cargo-based wiki with a new, purpose-built documentation system that is clear, predictable, and easy to maintain. == 1. Purpose of the New Wiki == The new..." current
  • 19:2419:24, 14 May 2026 diff hist +2,475 N Maintenance:Drupal/Debugging and tracing Created page with "== Debugging & Logic Tracing == To monitor the internal "order of procedures" and database handshake: {| class="wikitable" ! Method !! Command !! Purpose |- | '''Live Stream''' || <code>./vendor/bin/drush wd-tail</code> || Real-time log of PHP errors, DB queries, and User actions. |- | '''Object Inspection''' || <code>kdf($entity);</code> || (Requires Devel) Formats complex data objects for "ICT-Pro" inspection. |- | '''ECA Workflow Trace''' || ''UI -> Reports ->..." current
  • 19:2219:22, 14 May 2026 diff hist +4,998 N Drupal:Config/m-m with IEF and Entity Browser - no custom module Created page with "= Drupal: Asset selection with Inline Entity Form + Entity Browser (Gin, no custom module) = == Purpose == This page documents the final, working setup for selecting and managing Assets on entity edit forms (e.g. Person → Asset), using: * Inline Entity Form (IEF) – Complex (table display) * Entity Browser (modal picker with search and thumbnails) * Gin admin theme * No custom module * No JavaScript logic * Hardened for AlmaLinux / SELinux The goal was to provide a..." current
  • 19:1619:16, 14 May 2026 diff hist +3,910 N Platforms:Timeout issues Created page with "== Administrator Procedures: Extending Session Timeouts == As a Sysop, you can adjust the server configuration to better support long-term historical research. These changes must be made in the '''LocalSettings.php''' file on the server. === 1. Increasing the Idle Session Window === By default, MediaWiki ends a session after 1 hour of inactivity. For researchers who spend hours drafting, this should be increased to 24 hours. Add or update this line: <syntaxhighlight l..." current
  • 19:1319:13, 14 May 2026 diff hist +20,710 N Platforms:AlmaLinux/R-Proxy wiht nginx Created page with "= Reverse‑Proxy Architecture (nginx → Apache) = This page documents the complete reverse‑proxy setup for the AlmaLinux frontend server. It replaces the former IIS reverse‑proxy and Windows‑based certificate renewal system. The configuration is now fully Linux‑native, stable, and successor‑friendly. == Overview == * Frontend: AlmaLinux + nginx * Backend: Apache (Drupal + MediaWiki) * Certificates: Let’s Encrypt (certbot) * Automatic renewal: systemd timer..." current
  • 19:1119:11, 14 May 2026 diff hist +4,012 N Drupal:C-Modules/Tweaks/Removing the view link - better version Created page with "= Drupal 11 – Removing the “View” link from node save messages = == Context == In the Heritage Project (Drupal 11.3.x), historian users must **not** be redirected to or encouraged to view the node page after saving content. However, Drupal core automatically shows a status message such as: <pre> Article “My title” has been updated. View </pre> The “View” link is part of the default node save status message. A custom module (`heritage_tweaks`) modifies..." current
  • 19:0619:06, 14 May 2026 diff hist +4,033 N Project:Data Model/Recursive structure explained Created page with "= Recursive Structures Explained = This page explains the meaning of the term '''recursive''' as used in the data model documentation. It is written for non-technical readers. No database knowledge is required. == Why this page exists == In several places the entity definitions state that an entity is '''recursive'''. For example: * HeritageObjects are recursive * DigitalAssets are recursive * ResearchChapters are recursive * Places are recursive For readers un..." current
  • 17:3417:34, 14 May 2026 diff hist +5,314 N Wiki:Config/Adding new MediaWiki website Created page with "= Infrastructure Overview and Procedure for Adding a New MediaWiki Instance = This document describes the current three‑VM infrastructure used for hosting Drupal, MediaWiki, and related services. It also explains how to add a new MediaWiki instance (newMW) to the existing environment in a clean, reproducible, and low‑risk manner. == 1. High-Level Architecture == The system is composed of three virtual machines running on Hyper‑V. Each VM has a clearly defined resp..." current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)