User contributions for Mngr
Appearance
13 February 2026
- 13:3013:30, 13 February 2026 diff hist +584 N ICT:MWC/FinalConfig-Chapter Created page with "= FinalConfiguration for the Chapter Entity = = Cargo Table = <pre> <noinclude> Chapter data template {{#cargo_declare: _table=Chapters |title=String |code=String |parent=Page |sequence_number=Integer |description=Text |start_date=Date |end_date=Date |notes=Text }} {{#forminput:form=Chapter}} </noinclude> {{#cargo_store: title={{{title|}}} |code={{PAGENAME}} |sequence_number={{{sequence_number|}}} |description={{{description|}}} |start_date={{{start_da..."
12 February 2026
- 22:4822:48, 12 February 2026 diff hist +1,886 N ICT:Future Dashboard Logic Created page with "== Future Dashboard Logic: Managing Large Archives (1000+ Records) == This document contains pre-validated Cargo and Page Forms logic for future implementation when the Digital Asset library grows. These tools are designed to provide a "GPS" for researchers, focusing them on actionable tasks rather than static lists. === 1. The "Needs Attention" Filter === Automatically lists records missing critical fields (e.g., Source or Date). Once data is entered via a form, the r..." current
- 22:3222:32, 12 February 2026 diff hist +2,218 N ICT:Senior friendly interface and security Created page with "== Technical Configuration: Senior-Friendly Interface & Security == This document records the final stable configuration for the historical project application (MW 1.45 / Vector 2022 / PHP 8.2). === 1. Skin & Dark Mode === The project uses '''Vector 2022''' with the native '''Night Mode''' enabled to support aged eyes (>70). * '''Default User Option:''' <code>$wgDefaultUserOptions['vector-theme'] = 'night';</code> * '''Accessibility:''' Native Spectacles (Appearance) m..." current
- 22:2422:24, 12 February 2026 diff hist +16 MediaWiki:Group-sysop.css No edit summary
- 22:2122:21, 12 February 2026 diff hist +30 MediaWiki:Group-sysop.css No edit summary
- 22:2022:20, 12 February 2026 diff hist +693 N MediaWiki:Group-sysop.css Created page with "→CSS placed here will affect sysops only: →MediaWiki:Group-sysop.css - Admin Restoration: →1. Force the Top Bar (Read, Edit, History) back into view: html body .ns-3020 .vector-page-toolbar, html body .ns-0 .vector-page-toolbar { display: flex !important; →Vector 2022 uses flex for the toolbar: visibility: visible !important; } →2. Force the Right Column (Tools/Cargo) back into view: html body .ns-3020 .vector-column-end, html body .ns-0..." Tag: Recreated
- 22:1422:14, 12 February 2026 diff hist +589 N MediaWiki:Group-user.css Created page with "→CSS placed here will affect registered users only: →Hide Top Bar & Right Column for Users in Dashboard & Main: .ns-3020 .vector-page-toolbar, .ns-0 .vector-page-toolbar, .ns-3020 .vector-column-end, .ns-0 .vector-column-end { display: none !important; } →Reclaim space for full-width layout: .ns-3020 .mw-content-container, .ns-0 .mw-content-container { max-width: none !important; } →Ensure Form Buttons are NEVER hidden: .mw-body-content .mw-..." Tag: Recreated
- 22:0422:04, 12 February 2026 diff hist −3 Chapter:CH00 No edit summary Tag: Manual revert
- 20:5420:54, 12 February 2026 diff hist +3 Chapter:CH00 No edit summary Tags: Manual revert Reverted
- 20:4920:49, 12 February 2026 diff hist −2 Chapter:CH00 No edit summary Tags: Manual revert Reverted
- 20:1120:11, 12 February 2026 diff hist +2 Chapter:CH00 No edit summary Tags: Manual revert Reverted
- 14:2914:29, 12 February 2026 diff hist +349 N MediaWiki:Sidebar/Dashboard Created page with "* Data Entities ** Dashboard:Chapter|Chapter ** Dashboard:Chapter|Chapter 2 ** Dashboard:Chapter|Chapter 3 * System ** Dashboard:Main|Back to Home * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randompage ** helppage|help-mediawiki ** specialpages-url|specialpages * SEARCH * TOOLBOX * LANGUAGES" current
- 14:0414:04, 12 February 2026 diff hist +2,486 N ICT:Protection aged user interface Created page with "== System Configuration: Aged User Interface & Security == This document records the specific modifications made to the MediaWiki 1.45 (AlmaLinux 10.1) environment to reduce clutter for users >70 and protect configuration data. === 1. Namespace Definitions === * '''Main (ns-0):''' Public-facing historical data. Locked for editing by standard users. * '''Research (ns-3000):''' Active workspace for the 5 club members. * '''ICT (ns-XXXX):''' Developer documentation (this..." current
- 13:2113:21, 12 February 2026 diff hist +2 Chapter:CH00 No edit summary
- 11:3111:31, 12 February 2026 diff hist +851 ICT:Wiki - Automatic Numbering No edit summary
- 11:2611:26, 12 February 2026 diff hist +793 N ICT:Wiki - Automatic Numbering Created page with "== ICT Documentation: Automatic Identifier Logic (Lua) == The `DigitalAssets` table uses a Lua script (Module:AssetIdentifier) to ensure unique, sequential numbering. === 1. Input Variables === The script requires three inputs from the Form:DigitalAsset: * `chapter_id` (from ResearchChapters) * `context_code` (from Places or Organisations) * `sequence_number` (calculated automatically) === 2. Identifier Construction === The final ID is constructed using the pa..."
- 11:1211:12, 12 February 2026 diff hist +1,297 N ICT:Documentation and peer review Created page with "== ICT Documentation: Peer Review & Feedback Workflow == To support our "Follower" members, the wiki provides a structured way to review the work produced by the lead researchers (Lea and ICT Lead). === 1. The Research Namespace === All publications intended for the club's review are stored in the '''Research:''' namespace. * '''Lead Researchers:''' Create and edit these pages using Page Forms. * '''Followers:''' Read these pages and use the '''Discussion/Talk''' pages..." current
- 11:0711:07, 12 February 2026 diff hist +1,097 N ICT:Tracking activity Created page with "== ICT Documentation: Activity Tracking == We use Cargo's built-in metadata fields to create a "Live Feed" of research progress. This encourages team collaboration and ensures we don't duplicate work. === 1. Automatic Metadata Fields === Every Cargo table automatically includes "hidden" fields that we use for the Dashboard: * '''_user''': The member who last saved the data. * '''_time''': The date and time of the save. * '''_pageName''': The internal link to the asset..." current
- 11:0511:05, 12 February 2026 diff hist +1,137 ICT:Multi-Tier access - UI protection No edit summary current
- 11:0211:02, 12 February 2026 diff hist +2,918 N ICT:Multi-Tier access - UI protection Created page with "== ICT Documentation: Multi-Tier Access & UI Protection == To maintain a "clutter-free" environment for our researchers (aged 70+) and protect the 500GB archive, we use a combination of Group-Specific CSS and Permission Restrictions. === 1. UI Simplification (Vector 2022) === We use group-specific CSS to hide "Wiki-noise" for regular members. This is managed in '''MediaWiki:Group-user.css'''. <pre> →MediaWiki:Group-user.css - Specific for Vector 2022: /* 1. H..."
- 10:3910:39, 12 February 2026 diff hist +1,311 N ICT:Metadata Strategy Created page with "== Metadata Strategy: Controlled Vocabulary == To maintain data integrity across our 500GB archive, we use a '''Keywords''' table. This ensures all five members use identical tags. === 1. The Keywords Table === This table acts as our "Master List." <pre> {{#cargo_declare:_table=Keywords |TagName=String <!-- e.g., Heliotherapy --> |Category=String <!-- e.g., Medical Treatment --> |Description=Text <!-- Definition for the researchers --> }} </pre> =..." current
- 10:3410:34, 12 February 2026 diff hist +1,192 ICT:MediaWiki extension Multimediaviewer No edit summary current
- 10:3010:30, 12 February 2026 diff hist +1,022 N ICT:MediaWiki extension Multimediaviewer Created page with "== Visualizing the Archive: MultimediaViewer == To make the most of the 500GB of visual data, ensure MultimediaViewer is enabled. === 1. Improved Cargo Queries === When querying photos of children or buildings, use the `gallery` format. MultimediaViewer will allow you to browse these results in a full-screen slideshow. <pre> {{#cargo_query: |tables=SanatoriaPhotos |fields=_value=File |where=Sanatorium='Zeepreventorium' |format=gallery }}..."
- 10:2310:23, 12 February 2026 diff hist +402 ICT:Wiki - Cargo Geo Coordinnates No edit summary
- 10:1910:19, 12 February 2026 diff hist +2,131 ICT:Wiki - Cargo Geo Coordinnates No edit summary
- 10:1410:14, 12 February 2026 diff hist +80 ICT:Wiki - Cargo Geo Coordinnates No edit summary
- 10:1310:13, 12 February 2026 diff hist +1,149 ICT:Wiki - Cargo Geo Coordinnates No edit summary
- 10:1010:10, 12 February 2026 diff hist +370 ICT:Wiki - Cargo Geo Coordinnates No edit summary
- 10:0810:08, 12 February 2026 diff hist +833 ICT:Wiki - Cargo Geo Coordinnates No edit summary
- 10:0610:06, 12 February 2026 diff hist +1,639 N ICT:Wiki - Cargo Geo Coordinnates Created page with "== Handling Geographical Coordinates in Cargo == Geographical data is stored using the '''Coordinates''' field type. This allows for both precise database storage and interactive map displays using Page Forms and Cargo. === 1. Define the Cargo Table === In your table declaration, use the `Coordinates` field type. <pre> {{#cargo_declare:_table=Places |Name=String |Location=Coordinates }} </pre> === 2. Create the Input Form..."
11 February 2026
- 18:3018:30, 11 February 2026 diff hist +4,742 N ICT:Hooks – How Hooks Work in MediaWiki Created page with "= ICT:Hooks – How Hooks Work in MediaWiki = This page explains how MediaWiki’s hook system works, where hook parameters such as <code>$skin</code>, <code>$bar</code>, and <code>$links</code> come from, and how administrators can look up the official documentation for each hook. This page is intended for future stewards of the archive infrastructure. ---- == 1. What a Hook Is == A '''hook''' is a point inside MediaWiki’s execution flow where custom PHP code can r..." current
- 18:2318:23, 11 February 2026 diff hist +3,996 N ICT:Hooks ClutterReduction Created page with "= ICT:Hooks/ClutterReduction = This page documents the custom MediaWiki hooks used in ''LocalSettings.php'' to reduce interface clutter for clubmembers. The goal is to present a calm, application‑like interface while preserving full functionality for sysops. These hooks are skin‑agnostic and work with Vector‑2022 or any other skin. ---- == 1. Sidebar Control (SkinBuildSidebar) == === Purpose === Clubmembers do not need the standard MediaWiki sidebar (Tools, S..." current
- 10:5810:58, 11 February 2026 diff hist +3 Chapter:CH00 No edit summary Tag: Manual revert
- 10:5010:50, 11 February 2026 diff hist −3 Chapter:CH00 No edit summary Tags: Manual revert Reverted
10 February 2026
- 09:1309:13, 10 February 2026 diff hist +36 Dashboard:Chapter/Help No edit summary current
- 09:1009:10, 10 February 2026 diff hist +17 m Dashboard:Chapter No edit summary
- 09:0909:09, 10 February 2026 diff hist +6 m Dashboard:Chapter No edit summary
- 09:0809:08, 10 February 2026 diff hist −53 m Dashboard:Chapter No edit summary
- 09:0709:07, 10 February 2026 diff hist +31 m Dashboard:Chapter No edit summary
- 09:0009:00, 10 February 2026 diff hist −2 m Dashboard:Chapter No edit summary
- 08:5908:59, 10 February 2026 diff hist −8 m Dashboard:Chapter No edit summary
- 08:5808:58, 10 February 2026 diff hist −2 m Dashboard:Chapter No edit summary
- 08:5708:57, 10 February 2026 diff hist +18 m Dashboard:Chapter No edit summary
- 08:5308:53, 10 February 2026 diff hist +29 m Dashboard:Chapter No edit summary
- 08:5208:52, 10 February 2026 diff hist +569 N Dashboard:Chapter/Help Created page with "== What is a Chapter? == A chapter represents a historical period or thematic section in the Costa Sano archive. == When should I create one? == Create a chapter when: * starting a new time period * grouping related heritage objects * structuring research content == Examples == * CH01 – Origins * CH02 – Interwar period * CH03 – Post-war reconstruction == Do NOT use Chapters for == * individual persons * buildings * organisations (these have their own dashboards)..."
- 08:4608:46, 10 February 2026 diff hist +3,765 N ICT:Wiki - Dashboard help function Created page with "= Dashboard Help System – Implementation Guide = == Purpose == This page explains how dashboard pages provide integrated user help. Goal: * guide club members directly inside the system * explain what each dashboard is for * avoid separate manuals or PDFs * reduce mistakes during data entry Help must be visible '''at the place where the user works'''. == Design principles == The help system follows these rules: * documentation is integrated, not external * eac..."
- 08:0808:08, 10 February 2026 diff hist +2,754 N Reaserch:Typing relations Created page with "= HeritageObject Type – Concept and Purpose = == Why do we need a "Type" for HeritageObjects? == Each HeritageObject represents a physical or historical item such as: * church * bunker * farmhouse * bridge * lighthouse * monument * cemetery * windmill * etc. These objects must be '''classified''' in a consistent way. The field '''Type''' answers the simple question: ''"What kind of object is this?"'' == Why not simply use free text? == A simple text field like..." current
9 February 2026
- 18:4018:40, 9 February 2026 diff hist +1,159 ICT:Wiki - Account protection No edit summary
- 18:3318:33, 9 February 2026 diff hist +1 ICT:Wiki - Account protection No edit summary
- 18:3018:30, 9 February 2026 diff hist +157 ICT:Wiki - Account protection No edit summary