Changes for page How to Customize XWiki Without Creating Upgrade Problems
Last modified by Agnease on 2026/05/26 11:00
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (0 modified, 1 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki customdevelopment1 +XWiki Custom Development Without Upgrade Problems | Agnease - Content
-
... ... @@ -11,7 +11,7 @@ 11 11 </div> 12 12 </div> 13 13 14 - <h1 id="hero-title"> HowtocustomizeXWikiwithout creatingupgradeproblems</h1>14 + <h1 id="hero-title">Why XWiki custom development needs structure, documentation and upgrade awareness</h1> 15 15 16 16 <p class="resource-summary"> 17 17 XWiki can be adapted to complex business needs. The important part is to keep custom work documented, ... ... @@ -23,6 +23,17 @@ 23 23 <section class="resource-page"> 24 24 <div class="container"> 25 25 <div class="resource-layout"> 26 + <aside class="resource-sidebar" aria-label="Page summary"> 27 + <h4>In this guide</h4> 28 + <ul> 29 + <li><a href="#why-customize">Why customize XWiki</a></li> 30 + <li><a href="#where-risk-appears">Where risk appears</a></li> 31 + <li><a href="#safe-model">Safe model</a></li> 32 + <li><a href="#upgrade-validation">Upgrade validation</a></li> 33 + <li><a href="#practical-checklist">Checklist</a></li> 34 + <li><a href="#strategic-advantage">Strategic advantage</a></li> 35 + </ul> 36 + </aside> 26 26 27 27 <article class="resource-content"> 28 28 ... ... @@ -174,19 +174,6 @@ 174 174 </div> 175 175 176 176 </article> 177 - 178 - <aside class="resource-sidebar" aria-label="Page summary"> 179 - <h4>In this guide</h4> 180 - <ul> 181 - <li><a href="#why-customize">Why customize XWiki</a></li> 182 - <li><a href="#where-risk-appears">Where risk appears</a></li> 183 - <li><a href="#safe-model">Safe model</a></li> 184 - <li><a href="#upgrade-validation">Upgrade validation</a></li> 185 - <li><a href="#practical-checklist">Checklist</a></li> 186 - <li><a href="#strategic-advantage">Strategic advantage</a></li> 187 - </ul> 188 - </aside> 189 - 190 190 </div> 191 191 </div> 192 192 </section>
- Agnease.Code.SEODetailsClass[0]
-
- metaDescription
-
... ... @@ -1,0 +1,1 @@ 1 +Learn how to organize XWiki custom development, scripts, extensions and templates so your platform stays easier to maintain, document and upgrade.