more 3am centralauth crap woo
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 30 Dec 2006 11:43:42 +0000 (11:43 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 30 Dec 2006 11:43:42 +0000 (11:43 +0000)
* 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

index 66b3f3c..d5a1766 100644 (file)
@@ -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,