Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / Skin.php
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-20 Antoine MussoRename constructors to __constructor
2007-01-16 Brion Vibber* (bug 3000) Fall back to SCRIPT_NAME plus QUERY_STRING...
2007-01-15 Aryeh Gregor* (bug 8643) Correctly escape the page-specific CSS...
2007-01-12 Nick JenkinsFor the "includes/" directory:
2007-01-08 Brion VibberFix regression in MediaWiki:Monobook.js and MediaWiki...
2007-01-06 Aryeh GregorRoll back workaround for Firefox link underlining:...
2007-01-05 Aryeh GregorWork around a bizarre interpretation of standards by...
2006-12-26 Aryeh Gregor(bug 7169) Use Ajax to watch/unwatch articles. Patch...
2006-12-25 Niklas Laxström* Added wgCanonicalSpecialPageName to JavaScript variables
2006-12-22 Aryeh Gregor* (bug 532) Tweaked alt text for some interface messages
2006-12-18 Ilmari Karonenbe safe, just in case
2006-12-18 Ilmari Karonenfix localized aliasing of various links from skin to...
2006-12-15 Tim StarlingRemoved broken feature $wgBreakFramesExceptions
2006-12-14 Brion Vibber* (bug 8264) Fix JavaScript global vars for XHTML mode
2006-12-14 Antoine MussoUser::getOption now accept a default value to override...
2006-12-08 Tim Starling* Added redirect to section feature. Use it wisely.
2006-12-04 Nick JenkinsReverting oldid parts of r18156 and r18150, as should...
2006-12-04 Nick JenkinsE_STRICT minor tweaks:
2006-12-03 Leon Weber* Added js variable wgOldId which shows the oldid when...
2006-12-03 Leon Weber* Added js variable wgCurRevisionId to the output
2006-12-03 Ilmari KaronenUse Title::newMainPage() in various places instead...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-29 Nick JenkinsPrevent the following strict-standards warnings - i...
2006-11-27 Nick JenkinsChanging lines like this: "extract( $dbw->tableNames...
2006-11-17 Aryeh GregorRestore previous parser test with comment in response...
2006-11-17 Aryeh Gregor(bug 4178) MediaWiki:Common.js will now be included...
2006-11-12 Brion VibberRevert 17507 and 17518; more weird screwing about with...
2006-11-09 Aryeh GregorFix regression in usability per <mail.wikipedia.org...
2006-11-08 Tim StarlingReverting 17479/17480, breaks subclassing of Linker...
2006-11-08 Nick Jenkins* (bug 7405) Make Linker methods static. Patch by Dan Li.
2006-11-03 Aryeh Gregor(bugs 461, 7547) Allow "Categories:" link at bottom...
2006-11-01 Tim StarlingFixed invalid title condition
2006-10-31 Brion Vibber* Add tab links from extensions to classic-based skins...
2006-10-30 Brion VibberRevert 17297 and 17298 for the moment.
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-30 Aryeh Gregor* (bugs 5051, 5376) All tooltips and accesskeys moved...
2006-10-24 Brion Vibber* (bug 7663) Include language variant switcher links...
2006-10-22 Aryeh GregorFix common.css so that it loads correctly, remove inclu...
2006-10-21 Brion Vibber* Include common.css from classic-style skins in main...
2006-10-20 Aryeh GregorAdded escapeClass static function to Sanitizer and...
2006-10-20 Aryeh Gregor(bug 5795) CSS class added to body based on page name...
2006-10-18 Aryeh Gregor* Finish fixing bug 3205, and bump up $wgStyleVersion.
2006-10-13 Brion Vibber* Added global $wgStyleVersion to centralize bumping...
2006-10-13 Rotem Liss(bug 7560) Separate Special:Categories name and categor...
2006-10-13 Aryeh Gregor(bug 3205) Stop right floats from stacking horizontally...
2006-10-09 Jens FrankAdd "title" to the opensearch link to allow automatic...
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-10-03 Tim Starling* Removed lots of explicit require_once statements...
2006-10-01 Jimmy Collins* (bug 6130, bug 5818) Replaced message 'go' with the...
2006-09-22 Rotem Liss(bug 7357) Make supposedly static methods of Skin actua...
2006-09-21 Jimmy Collinswithout any words ... ;-(
2006-09-21 Jimmy Collins* (bug 6518) Seperated parameters for date and time...
2006-08-31 Brion Vibber* (bug 6976) Add namespace and direction classes to...
2006-08-29 Tim StarlingOnly use the message cache in action=raw if it is expli...
2006-08-23 Daniel Kinzlerskin: adding global JS variables wgNamespaceNumber...
2006-08-23 Rotem LissCheck the permissions of the special page lists in...
2006-08-20 Tim StarlingExperimental OpenSearch description
2006-08-03 Rotem LissUpdating the list of backlinks to namespaces in the...
2006-07-29 Daniel Kinzlercall JS onload hooks at the end of the html body in...
2006-07-28 Daniel KinzlerFactored code for global JS variables into a function
2006-07-28 Daniel KinzlerAdding various global JS variables, fixing bug 6030...
2006-07-26 Tim Starling$wgLanguageCode no longer indicates the user language...
2006-07-23 Rotem LissDeprecating ; reordering the special pages array (whose...
2006-07-22 Jimmy Collins* (bug 5456) Separate MediaWiki:Search into messages...
2006-07-11 Antoine MussoRemove forced dereferencements (new() returns a referen...
2006-07-10 Antoine MussoA lot more of static issues when using E_STRICT from...
2006-07-02 Tim StarlingVarious performance and initialisation issues:
2006-06-17 Rob ChurchFix more cases of hard-coded skin dir.
2006-06-08 Domas Mituzasrevert back to 14660
2006-06-08 Domas MituzasAutoload Linker, Skin.php, move $wgValidSkinNames to...
2006-06-07 Tim StarlingRemoved most exit() calls from the MediaWiki core,...
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-05-31 Niklas Laxström* Reverting BiDi changes because there were some proble...
2006-05-31 Niklas Laxström* (bug 6100) BiDi: different directionality for user...
2006-05-31 Rob Church(bug 4940) $action uninitialised
2006-05-28 Rob Church(bug 4033) Respect $wgStyleDirectory when checking...
2006-05-16 Rob ChurchMissed out an instance when renaming "wikipediapage"
2006-05-13 Niklas Laxström* (bug 5806) {{plural:}} support instead of "twin"...
2006-05-11 Antoine MussoRevert to r14165 . Did too many changes, didnt even...
2006-05-11 Antoine MussoReplacing var keyword with private / public as we...
2006-05-01 Rob Church(bug 4876) Add __NEWSECTIONLINK__ magic word to force...
2006-04-29 Niklas Laxström* Parser can now know that it is parsing an interface...
2006-04-24 Rob Church(bug 5709) Allow customisation of separator for categories
2006-04-24 Antoine Mussosome stuff that need fixing
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-14 Brion Vibber* (bug 5519) Allow sidebar cache to be disabled; disabl...
2006-04-11 Magnus ManskeNew DISPLAYTITLE magic template; decativated by default...
2006-03-16 Tim StarlingPreload existence of the three links commonly needed...
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
2006-03-03 Brion Vibber* (bug 5152) Proper HTML escaping on subpage breadcrumbs
2006-02-22 Rob Church(bug 4974) Don't follow redirected talk page on "new...
2006-02-18 Brion Vibber* Remove legacy PHPTal code, hasn't been maintained...
2006-02-03 Brion Vibber* (bug 4303) Add $wgFavicon to change the shorticon...
2006-01-17 Brion Vibber* Add ".deps.php" include-file preloaders for some...
2006-01-14 Domas MituzasSIDEBAR CACHE WILL SURVIVE!!!!!!11111oneoneone
2006-01-14 Brion VibberQuick fix: revert cached sidebar
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-13 Domas Mituzasthe revert at will style commit: cached sidebar :-)
next