When running phpunit with globals backup, $skinsInitialised will be kept to true...
[lhc/web/wiklou.git] / includes / Skin.php
2010-12-26 PlatonidesWhen running phpunit with globals backup, $skinsInitial...
2010-12-26 Daniel FriesenChanging the skin loader to load classes using the...
2010-12-16 Happy-melonFollow-up r77762 per CR, and an unrelated one-character...
2010-12-05 Daniel FriesenMake footerLink a public method, this method is useful...
2010-12-05 Daniel FriesenFolowup r77763, add documentation for $wgFooterIcons.
2010-12-05 Niklas LaxströmFollow-up r77763, get rid of boolean param and whitespa...
2010-12-05 Daniel FriesenTake the footer icon html building common to all 3...
2010-12-05 Daniel FriesenAdd method documentation for getCommonStylePath and...
2010-12-04 Daniel FriesenFixme fixme... typo typo... fix r77726's broken fix.
2010-12-04 Daniel FriesenFollow up r77718, fix broken inconsistent use of $fname...
2010-12-04 Daniel FriesenImplement getSkinStylePath and getCommonStylePath for...
2010-11-14 Raimond SpekkingFollow-up r76434, r76570,r76668: Pass skin object per CR
2010-11-14 Raimond SpekkingFollow-up r76434, r76570: Add skinname per CR
2010-11-10 Raimond Spekking* (bug 22463) Add hook 'SkinGetPoweredBy' to make ...
2010-10-31 Sam ReedRemove a few more unused variables
2010-10-31 Philip TzouFollowup r75719. Typo.
2010-10-31 Philip TzouFollowup r75617. Fix spelling mistake.
2010-10-29 Bryan Tong MinhFollow-up r75621: Check for $wgEnableAPI before adding...
2010-10-28 Bryan Tong Minh(bug 25648) API discovery information has been added...
2010-10-28 Philip Tzou1. Revert the complicated redirection I made in r59754;
2010-10-15 PlatonidesCreate a new ParserOptions()
2010-10-14 Sam ReedBig attack on unused variables...
2010-10-04 Daniel FriesenClean up names of my bodyAttr hooks on Brion's recomend...
2010-10-03 Daniel FriesenAdd to OutputPage::headElement a OutputPageBodyAttrs...
2010-09-27 Trevor Parscal* Improved on r73567, this makes WebRequest::getFuzzyBo...
2010-09-27 Chad HorohoeFix a bunch of '? true : false' instances
2010-09-26 Alexandre Emsenhuber* (bug 25292) SkinSubPageSubtitle hook now passes the...
2010-09-24 Trevor Parscal* Fixed bug #25281 by adding special treatment for...
2010-09-16 Chad HorohoeFix a bunch of notices. Error was "Notice: Found alias...
2010-09-14 Trevor Parscal* Added exporting of user preferences
2010-09-14 Niklas LaxströmSet caller for LinkBatch
2010-09-11 PlatonidesCode cleanup: unused globals, empty statements, typos...
2010-09-11 Trevor ParscalMoved a config back to Skin::makeGlobalVaiablesScript...
2010-09-11 Trevor ParscalMajor refactoring of site and user CSS, creating Resour...
2010-09-10 Trevor ParscalAdjusted a comment
2010-09-10 Trevor ParscalResourceLoaderSiteModule now supports CSS too!
2010-09-08 Trevor ParscalSplit mediawiki.legacy.shared into mediawiki.legacy...
2010-09-04 Siebrand MazelandMore whitespace updates for files touched in r72342:
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-09-04 Mark A. Hershbergerw/s changes
2010-08-24 Sam ReedUpdate SkinAfterContent hook to pass the current skin too
2010-07-25 Sam ReedChange some more to parent::
2010-07-24 Sam ReedRemoval of unused globals
2010-07-21 Raimond SpekkingShow the copyright message in user preference language...
2010-07-16 Derk-Jan HartmanFollow up to r66383. When init of skin fails, make...
2010-07-16 Derk-Jan HartmanWhen we have a bogus useskin value, fallback to $wgDefa...
2010-07-02 Bryan Tong Minh(bug 24212) Added MediaWiki:ImagePage.css which is...
2010-06-29 Tim StarlingRevert r66835, r66846: it's too late to break interface...
2010-06-20 Derk-Jan HartmanFollow up r66566. Rename uploadLink() to getUploadLink...
2010-06-19 Derk-Jan HartmanUse the helper function Title::newMainPage() instead...
2010-06-15 Derk-Jan HartmanAdd the titles of interlanguage links to the tooltip...
2010-06-06 Alexandre Emsenhuberremoved unused global
2010-06-03 Trevor ParscalRevert r66608: This goes against an intentional design...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-27 PlatonidesFollow up r66974. Paste error.
2010-05-27 Platonides(Bug 21278) Allow wiki markup to the sidebar
2010-05-24 PlatonidesFollow up r66835. Some people use direct urls in MediaW...
2010-05-24 PlatonidesFollow up r62958. addToSidebar() was added in r59215...
2010-05-18 Happy-melonFollow up r63707: update the default link colour in...
2010-05-18 Derk-Jan HartmanFollowup r66566. wgUploadNavigationUrl is an external...
2010-05-17 Derk-Jan HartmanFollow up r66566. Fixes uninited value check
2010-05-17 Derk-Jan HartmanLet old skins take into account $wgUploadNavigationUrl.
2010-05-11 Alexandre EmsenhuberFixed some doxygen warnings
2010-04-20 Raimond SpekkingFollow-up r64078: Define $ntl at the beginning to avoid...
2010-04-06 PlatonidesFollow up r64324. Remove unneeded $wgUser->isAnon(...
2010-03-29 Platonides (bug 22991) wgUserGroups should be ['*'] for anonymou...
2010-03-23 Jack Phoenixmove newtalk stuff from SkinTemplate to its own functio...
2010-03-13 Happy-melonAdd $wgAllowUserCssPrefs option to disable CSS-based...
2010-03-05 Ilmari Karonen(bug 10183) allow users to add custom css/js for all...
2010-02-25 Roan KattouwAdd @since 1.17 to Skin::addToSidebarPlain() per Nikerabbit
2010-02-25 Roan KattouwRename Skin::addToSidebar() to Skin::addToSidebarPlain...
2010-02-01 Jack PhoenixSkin class: documentation and spacing tweaks, shortened...
2010-01-25 Chad HorohoeFixme on r57980: Memcached would be bad here, rename...
2010-01-15 Aryeh GregorMerge all skins' output of opening <body> tag
2010-01-15 Aryeh GregorRemove OutputPage::{get,set}OnloadHandler()
2010-01-14 Alexandre Emsenhuber* (bug 21303) Comments are no longer stripped from...
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2009-12-28 Alexandre EmsenhuberFollow-up r60093: forgot this one
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-12-07 Tim StarlingReplaced all instances of <<<END (which breaks vim...
2009-12-02 Adam MillerAdding some code to the ajax watch/unwatch to alter...
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-11-19 Max SemenikFixed E_DEPRECATED
2009-11-19 Daniel FriesenAdd a wgCategories variable to the js variables so...
2009-11-18 TobiasMake adding sidebar elements easier for extensions...
2009-10-21 Roan Kattouw* Export the return value of wfUrlProtocols() to JS...
2009-10-17 Michael Dale* stubs for api iFrame Proxy system. Early summary...
2009-10-16 Chad Horohoebug 9982. Encapsulate wgCanonicalNamespaceNames. Patch...
2009-10-14 Alexandre Emsenhuber* (bug 21115) wgCanonicalSpecialPageName javascript...
2009-10-05 Andrew GarrettInclude wgScriptExtension in exported JS vars
2009-09-22 Alexandre Emsenhuber* (bug 20631) Preview of personal JavaScript and CSS...
2009-09-22 Michael Dale* (bug 20720) moved userjs and sitejs to after core...
2009-09-21 Alexandre EmsenhuberFix for r56551: Added missing "</li>" when reducing...
2009-09-17 Alexandre Emsenhuber* indent debug output produced when both $wgShowDebug...
2009-09-17 Andrew GarrettFix bug 20688 (Hidden categories still hidden if there...
2009-09-10 Tim StarlingComments and whitespace fixes only.
2009-09-08 Domas MituzasFix use of parser-cache-saved-timestamp, apparently...
2009-09-08 Andrew GarrettAdd AJAX category management system. Includes suggestio...
2009-09-02 Tim StarlingFixes for r51204: removed useless $wgVariant and StubUs...
2009-08-25 Chad HorohoeRevert r53841 (Favicon, apple-touch-icon links matching...
next