User:Holy Diver
From Wiki
Holy Diver (talk | contribs) |
|||
Line 58: | Line 58: | ||
Subtitle hooked in LocalSettings.php. | Subtitle hooked in LocalSettings.php. | ||
− | + | I really appericate free, succinct, reliable data like this. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 04:29, 29 February 2012
Howdy,
Please feel free to disabuse me within my User_talk:Holy_Diver page.
Regards,
--Holy Diver 15:21, 16 February 2011 (CST)
PS: In case you're wondering, you can call me Holy for short.
~Above all else, respect anonymity~
Contents
Q&A
Q: Is User:Holy your account as well?
A: Yes, this account is only for doing stuff in official capacity as a Sysop. Holy is on equal footing with any other user and should be treated as such (and also in theory keeps anyone from masquerading as the Sysop)
Stuff I am presently working on
Look and Feel of Wiki- MDL_(file_format)
Stuff "Holy" is hoping to help out with (ie. not Sysop stuff)
Notes: Sanitizer.php additions
- Fieldset (class)
- Legend (class)
Source Edits
Title.php
Rationale: Allow anonymous edits without confirmed email address!!
added:
if(!$user->isAnon())
before:
if ( $wgEmailConfirmToEdit && !$user->isEmailConfirmed() && $action != 'createaccount' ) { $errors[] = array( 'confirmedittext' ); }
Custom Messages
{{SUBPAGETITLE}} btw is part of SubpageFun.php extension. Message used by Moonlight skin (Moonlight.php)
Highly dependent upon SubpageFun and ArrayExtensions extension. Subtitle hooked in LocalSettings.php.
I really appericate free, succinct, reliable data like this.