User contributions for Mngr
Appearance
5 March 2026
- 10:5310:53, 5 March 2026 diff hist +25 ICT:Drupal - creating new entities: content types No edit summary
- 10:5310:53, 5 March 2026 diff hist −53 ICT:Drupal - creating new entities: content types No edit summary
- 10:5210:52, 5 March 2026 diff hist +107 ICT:Drupal - creating new entities: content types No edit summary
- 10:4910:49, 5 March 2026 diff hist +7 ICT:Drupal - creating new entities: content types No edit summary
- 10:4910:49, 5 March 2026 diff hist +233 ICT:Drupal - creating new entities: content types No edit summary
- 10:4410:44, 5 March 2026 diff hist 0 ICT:Drupal - creating new entities: content types No edit summary
- 10:4310:43, 5 March 2026 diff hist +203 ICT:Drupal - creating new entities: content types No edit summary
- 10:3310:33, 5 March 2026 diff hist +131 ICT:Drupal - creating new entities: content types No edit summary
- 10:3010:30, 5 March 2026 diff hist +577 ICT:Drupal - creating new entities: content types a
- 10:1710:17, 5 March 2026 diff hist +62 ICT:Drupal - creating new entities: content types No edit summary
- 10:1510:15, 5 March 2026 diff hist −4 ICT:Drupal - creating new entities: content types →Creating the content type Tag: Visual edit
- 10:1410:14, 5 March 2026 diff hist +249 N ICT:Drupal - creating new entities: content types Created page with "= How to create an entity in Dupal: content types = == Creating the content type == 1. give it a name 2. fill n the description 3. REPLACE the proposed Title field label from Title to Code 4. Fill in the Explanation or submission guidelines 5. SAVE"
2 March 2026
- 23:4423:44, 2 March 2026 diff hist +11,363 ICT:Drupal Blueprint start if implementation data model No edit summary current
28 February 2026
- 16:0516:05, 28 February 2026 diff hist −459 ICT:Drupal Composer Commands No edit summary current
- 16:0516:05, 28 February 2026 diff hist +2,051 N ICT:Drupal Composer Commands Created page with "{| class="wikitable sortable" ! Command ! Description |- | <code>vendor/bin/drush --version</code> | Show the installed Drush version. |- | <code>vendor/bin/drush status</code> | Display Drupal site status, including bootstrap, database, and paths. |- | <code>vendor/bin/drush st</code> | Short form of ''status''. |- | <code>vendor/bin/drush cr</code> | Rebuild all caches. |- | <code>vendor/bin/drush cache:clear <bin></code> | Clear a specific cache bin. |- |..."
- 16:0116:01, 28 February 2026 diff hist +1,898 ICT:Drush No edit summary current
- 16:0016:00, 28 February 2026 diff hist +2,626 ICT:Drush No edit summary
- 15:5915:59, 28 February 2026 diff hist −2,626 ICT:Drush No edit summary Tag: Manual revert
- 15:5815:58, 28 February 2026 diff hist +2,626 ICT:Drush No edit summary Tag: Reverted
- 12:2512:25, 28 February 2026 diff hist +3,202 ICT:Drupal Blueprint start if implementation data model No edit summary
27 February 2026
- 20:5620:56, 27 February 2026 diff hist +85 ICT:Drupal Flow expained No edit summary current
- 20:5320:53, 27 February 2026 diff hist +87 ICT:Drupal Flow expained No edit summary Tag: Visual edit
- 20:4720:47, 27 February 2026 diff hist +1 ICT:Drupal Flow expained No edit summary
- 20:4620:46, 27 February 2026 diff hist +35 N File:drupal flow 0 reverse.gif Drupal Flow in Layers current
- 20:4320:43, 27 February 2026 diff hist +3,463 N ICT:Drupal Flow expained Created page with "= The Drupal flow = If you want to go deeper with Drupal, you should understand how information flows between the system's layers. There are five main layers to consider: At the base of the system is the collection of nodes, the data pool. Before anything can be displayed on the site, it must be input as data. The next layer up is where modules live. Modules are functional plugins that are either part of the Drupal core (they ship with Drupal) or are contributed it..." Tag: Visual edit: Switched
- 20:3720:37, 27 February 2026 diff hist +432 ICT:Drupal Blueprint start if implementation data model No edit summary Tag: Visual edit
- 17:1217:12, 27 February 2026 diff hist +61 ICT:Drupal Blueprint start if implementation data model No edit summary Tag: Visual edit
- 17:0717:07, 27 February 2026 diff hist +627 ICT:Drupal Blueprint start if implementation data model No edit summary
- 16:5516:55, 27 February 2026 diff hist +9,134 N ICT:Drupal Blueprint start if implementation data model Created page with "= Costasano Heritage Project — Drupal 11 Architecture & Workflow Blueprint (v5.0) = == Purpose of this Document == This page defines the architectural, conceptual, and workflow foundations of the Costasano Heritage Project. It serves as: * a stable reference for human contributors * a briefing document for AI-assisted work sessions * a safeguard against context loss over long-term development All future design, implementation, and automation decisions must be compat..."
25 February 2026
- 20:4620:46, 25 February 2026 diff hist +919 Drupal:Debugging and tracing No edit summary current
- 20:4420:44, 25 February 2026 diff hist +1,556 N 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 ->..."
- 20:4320:43, 25 February 2026 diff hist +1,792 N ICT:Drush Created page with "== Drush: The "Pro" Command-Line Recovery Suite == ''Note: All commands must be run from the Project Root: <code>/var/www/drupal</code>.'' {| class="wikitable" ! Command !! Purpose !! Professional Use Case |- | <code>./vendor/bin/drush cr</code> || '''Cache Rebuild''' || The first step if the UI looks "wrong" or CSS/JS changes don't appear. |- | <code>./vendor/bin/drush uli</code> || '''User Login (Emergency)''' || Generates a one-time secure link to bypass lost passw..."
- 20:4220:42, 25 February 2026 diff hist +2,740 N ICT:Drupal migration Created page with "== Heritage Project: Drupal 11 Migration Blueprint (AlmaLinux 10.1) == === 1. Infrastructure Architecture === * '''Web Server:''' AlmaLinux 10.1 (Hyper-V VM) - Apache 2.4 / PHP 8.3 * '''Database Server:''' AlmaLinux 10.1 (Hyper-V VM) - MariaDB 10.11+ * '''Proxy:''' IIS ARR (Windows Server) - SSL Offloading & Reverse Proxy === 2. Installation Sequence (Web Server) === On the Web VM, execute the following to establish the "Secure Core": # '''Install Composer:''' #* <cod..." current
22 February 2026
- 22:4222:42, 22 February 2026 diff hist +3,852 ICT:FinalConfig - Asset - v2.3 design proposal No edit summary current
- 22:2822:28, 22 February 2026 diff hist +125 N Asset:20260222222722 Created page with "{{Asset |Status=READY |Chapter=CH02 |Place=BRUG |Label=GENERATING... |File=Berck-Casino-371-ai.jpg |Description=T |Notes=T }}" current
- 22:2822:28, 22 February 2026 diff hist 0 N File:Berck-Casino-371-ai.jpg No edit summary current
- 21:1521:15, 22 February 2026 diff hist 0 N File:Berck-Casino-370-ai.jpg No edit summary current
- 21:0821:08, 22 February 2026 diff hist 0 N File:Berck-553-ai.jpg No edit summary current
- 20:3220:32, 22 February 2026 diff hist +94 N Asset:20260222203155 Created page with "{{Asset |Status=DRAFT |Chapter=CH01 |Place=AMER |Label=GENERATING... |File=Berck-548-ai.jpg }}" current
- 20:3220:32, 22 February 2026 diff hist 0 N File:Berck-548-ai.jpg No edit summary current
- 20:2220:22, 22 February 2026 diff hist +94 N Asset:20260222202132 Created page with "{{Asset |Status=DRAFT |Chapter=CH00 |Place=ALTO |Label=GENERATING... |File=Berck-547-ai.jpg }}" current
- 20:2220:22, 22 February 2026 diff hist 0 N File:Berck-547-ai.jpg No edit summary current
- 20:0420:04, 22 February 2026 diff hist +274 Form:Asset No edit summary current
- 19:4619:46, 22 February 2026 diff hist +1,064 ICT:FinalConfig - Asset - v2.3 design proposal No edit summary
- 19:3619:36, 22 February 2026 diff hist +125 N Asset:20260222193244 Created page with "{{Asset |Status=DRAFT |Chapter=CH00 |Place=ALTO |Label=CH00-ALTO-0001 |File=CH00-ALTO-0001.jpg |Description=TBD |Notes=TBD }}" current
- 19:3619:36, 22 February 2026 diff hist 0 m File:CH00-ALTO-0001.jpg Mngr moved page File:Berck240-ai.jpg to File:CH00-ALTO-0001.jpg without leaving a redirect: Heritage Auto-Rename current
- 19:3619:36, 22 February 2026 diff hist 0 N File:CH00-ALTO-0001.jpg No edit summary
- 19:3119:31, 22 February 2026 diff hist +71 Form:Asset No edit summary
- 19:2819:28, 22 February 2026 diff hist −12 Dashboard:Asset No edit summary current
- 19:2119:21, 22 February 2026 diff hist +92 Template:Asset No edit summary current