From: Mischa POSLAWSKY Date: Thu, 3 Dec 2020 19:59:58 +0000 (+0100) Subject: page: replace global variables by $Page object X-Git-Tag: v5.0~42 X-Git-Url: http://git.shiar.nl/minimedit.git/commitdiff_plain/772961fd4e9be46ad340cad1e55ee5f28cc5b968?hp=772961fd4e9be46ad340cad1e55ee5f28cc5b968 page: replace global variables by $Page object Former $Article is sufficient to provide all derived values: $Page = $Page->handler $Args = $Page->path $PageAccess = $Page->restricted $Article = $Page Swap with more appropriate (and short) $Page name and replace any usage. Major incompatible cleanup before other upcoming behavioural changes. ---