Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
[lhc/web/wiklou.git] / includes / SkinTemplate.php
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-15 Aryeh Gregor* (bug 8643) Correctly escape the page-specific CSS...
2007-01-15 Ivan LaninUse "nstab-special" message instead of "specialpage...
2007-01-13 Brion Vibber* fix last commit so quickUserCan() actually skips...
2007-01-13 Andrew GarrettPossibly partial patch to make userCanEdit avoid runnin...
2007-01-12 Nick JenkinsFor the "includes/" directory:
2007-01-10 Leon Weber* Added SkinTemplateOutputPageBeforeExec hook before...
2007-01-07 Antoine MussoImplements #7667 : allow XHTML namespaces customization...
2006-12-18 Ilmari Karonenfix localized aliasing of various links from skin to...
2006-12-04 Nick JenkinsReverting oldid parts of r18156 and r18150, as should...
2006-12-04 Leon Weber* (bug 8141) Cleanup of Parser::doTableStuff() (patch...
2006-12-03 Leon WeberFixed the error of r18149. Apologies.
2006-12-03 Leon WeberTook back the change of r18150 until I find out how...
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 Gregor(bug 4178) MediaWiki:Common.js will now be included...
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-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-22 Jimmy Collins* (bug 7606) MediaWiki messages for "rss" and "atom...
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-16 Aryeh Gregor(bug 7587) Fix erroneous id for specialpage tab, enabli...
2006-10-13 Brion Vibber* Added global $wgStyleVersion to centralize bumping...
2006-10-13 Brion VibberReverting r16989 -- makes it extremely difficult to...
2006-10-13 Aryeh Gregor(bug 2241) Hide watch tab on edit in favor of checkbox...
2006-10-12 Brion Vibberbump rtl css link
2006-10-12 Robert StojnićCommiting diff -r 16826:16966 of serbianvariants.
2006-10-09 Brion VibberRevert r16860
2006-10-08 Robert StojnićMerged r16826-16858 of branches/SerbianVariants.
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-09-26 Brion Vibber* Fix regression in cachability of generated CSS and...
2006-09-22 Rotem LissFix.
2006-09-22 Rotem Liss(bug 7357) Make supposedly static methods of Skin actua...
2006-09-11 Brion Vibber* (bug 7064) Replace hard-coded empty message checks...
2006-09-08 Rotem LissSeparate the Special:Preferences title and the link...
2006-09-05 Brion Vibber* (bug 7223) Monobook.js is used for site content,...
2006-08-29 Tim StarlingOnly use the message cache in action=raw if it is expli...
2006-08-27 Rotem LissView the formatted namespace name (without _) in custom...
2006-08-23 Daniel Kinzlerskin: adding global JS variables wgNamespaceNumber...
2006-08-19 Tim StarlingMade monobook work when $wgArticle is null, this is...
2006-08-02 Tim Starlingremove useless require_once
2006-07-29 Daniel Kinzlercall JS onload hooks at the end of the html body in...
2006-07-28 Daniel KinzlerAdding various global JS variables, fixing bug 6030...
2006-07-26 Tim StarlingMerged localisation-work branch:
2006-07-01 Rotem LissAlso checking if the user can create the page if not...
2006-06-20 Rotem Liss(bug 6032) Plural support for 'undelete_short' in SkinT...
2006-06-07 Tim StarlingValid exit status codes range from 0 to 254.
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-27 Jens Frank(bug5077) added BeforePageDisplay hook
2006-05-17 Rob Church(bug 5819) Fix the PersonalUrls hook so it's useful
2006-05-15 Brion VibberFixes to input validation and output escaping for user...
2006-05-08 Rob Church(bug 5819) Add 'PersonalUrls' hook
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-20 Antoine Mussosome s/@access (private|public)/@\1/ for doxygen docume...
2006-04-17 Rob Church[Remove debugging line I left in]
2006-04-17 Rob Church(bug 5623) Un-break move, whatlinkshere, etc. for title...
2006-04-16 Rob Church(bug 5570) Problems using <special page>/parameter...
2006-04-11 Magnus ManskeNew DISPLAYTITLE magic template; decativated by default...
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-04-02 Rob Church(bug 5410) Use namespace name when a custom namespace...
2006-03-20 Tim Starlingbackwards compatibility: keep SkinTemplate::getNameSpac...
2006-03-16 Tim StarlingMoved getNameSpaceKey() from SkinTemplate to title.
2006-03-11 Lupintrailing whitespace removal
2006-03-07 Lupinremoving unused globals and some whitespace cleaning
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-14 River Tarnelltrailing whitespace is unhappy
2006-02-14 River Tarnellrename getTalkPages to getNewMessageLinks, use wfmsghtm...
2006-02-14 River Tarnellhooks for shared new talk notifications
2006-01-21 Rob ChurchCheck for "block" permission, not "protect" permission...
2006-01-14 Domas MituzasHELLO!!! Less queries - faster site!!!!
2006-01-14 Domas Mituzasbring back mainpage navurl, it was used outside of...
2006-01-14 Domas Mituzasremove cruft (all these names are resolved in buildSidebar)
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * Documentation: @private => @access private
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2006-01-03 Brion VibberRevert 'user files' link; the support for it was alread...
2006-01-02 Magnus ManskeIntegrating "User files" (via Special:Newimages) into...
2006-01-01 Niklas Laxströmfeed tooltips have been in the javascript for a long...
2005-12-29 Brion Vibber* Removed Special:Validate, it's been superseded by...
2005-12-21 Ævar Arnfjörð Bjar... * msg:newmessages => msg:youhavenewmessages, to flush...
2005-12-21 Ævar Arnfjörð Bjar... * (bug 1572) add a "diff penultimate revision" link...
2005-12-20 Antoine MussoShow <nstab-foobar> instead of 'article' for the namesp...
2005-12-15 Ævar Arnfjörð Bjar... * New hook: SkinTemplateBuildContentActionUrlsAfterSpec...
2005-12-11 Antoine MussoFix 2536 : 'Related Changes' being shown on non existen...
2005-12-11 Magnus ManskeAnother Hook. Poor Peter Pan.
2005-12-09 Magnus Manskenew hook
2005-12-08 Ævar Arnfjörð Bjar... * Don't display the protec/unprotect tab in NS_MEDIAWIKI
2005-12-04 Antoine MussoClean up unused globals!
next