From d6039d66988ca4d7728c573d90466ecc8b00194e Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 30 Dec 2006 11:43:42 +0000 Subject: [PATCH] more 3am centralauth crap woo * dump $wgCentralAuthState in favor of specific toggles for auto-migration and strict enforcement * plan to improve that :P * use new hook to add global id on preferences; will want mor edetail there and a fun link and stuff * drop the funky https link option for now on the wiki list; think about redoing that later * use paths on wikis where they're not totally plain so i can tell my links apart on my test box --- docs/hooks.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/hooks.txt b/docs/hooks.txt index 66b3f3cee4..d5a1766035 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -423,6 +423,10 @@ $action : Action being performed Change $result and return false to give a definitive answer, otherwise the built-in rate limiting checks are used, if enabled. +'PreferencesUserInformationPanel': Add HTML bits to user information list in preferences form +$form : PreferencesForm object +&$html : HTML to append to + 'SiteNoticeBefore': Before the sitenotice/anonnotice is composed &$siteNotice: HTML returned as the sitenotice Return true to allow the normal method of notice selection/rendering to work, -- 2.20.1