Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / SkinTemplate.php
2011-01-14 Daniel FriesenFix r79383, I used Message->plain() under the impressio...
2011-01-14 Daniel FriesenFix bug 14267 by adding support for a MediaWiki:Mainpag...
2011-01-14 Daniel FriesenSupport talk page tab messages like MediaWiki:Nstab...
2011-01-13 Daniel FriesenFix bug 26034; Make the View / Read tab in content_navi...
2011-01-11 Alexandre EmsenhuberSimplify a bit:
2011-01-08 Alexandre EmsenhuberAdded QuickTemplate::getSkin(), useful for extensions...
2011-01-06 Roan KattouwFix bug 26570 (user CSS preview broken) and bug 26555...
2011-01-01 Daniel FriesenConvert the common bottomscripts, reporttime, and debug...
2011-01-01 Daniel Friesen*sigh* I wish this were git... Followup r79398, small...
2011-01-01 Daniel FriesenImplement "relevant" title and user in the skin system...
2010-12-31 Daniel FriesenMerging Vector's navigation_urls and SkinTemplate's...
2010-12-30 Daniel FriesenFollowup r79055 c12495 fix undefined index notice.
2010-12-27 Daniel FriesenCommit getPersonalTools to allow personal bar generatio...
2010-12-26 Daniel FriesenBack out getPersonalTools from r79014 which did not...
2010-12-26 Daniel FriesenAdd a config option to allow the login / create account...
2010-12-12 Chad Horohoe&& not and, || not or
2010-12-10 Roan KattouwFollowup r78117: information was still leaked through...
2010-12-10 Roan KattouwFix regression in r78117 per CR, was causing read,...
2010-12-09 Andrew GarrettDo not reveal page existence in colour of links in...
2010-12-07 Jack Phoenixtrim trailing whitespace
2010-12-07 Jack Phoenixcoding style tweaks
2010-12-07 Daniel FriesenCommit getFooterLinks and getFooterIcons helpers to...
2010-12-07 Daniel FriesenAdd makeSearchInput and makeSearchButton to BaseTemplat...
2010-12-06 Daniel FriesenMore skin system improvements; Create a new BaseTemplat...
2010-12-05 Roan KattouwRevert r77760, broken, and do what it intended correctl...
2010-12-05 Chad HorohoeStyle cleanup to r64922
2010-12-04 Daniel FriesenImplement $wgFooterIcons to replace copyrightico and...
2010-12-04 Daniel FriesenTake the footerlinks from vector and monobook and make...
2010-11-25 Sam ReedMore reversion of r77297, 2 of 2 commits to keep it...
2010-11-25 Antoine Mussorevert r76464
2010-11-13 Alexandre Emsenhuber* (bug 25908) OutputPage::getHeadLinks() now requires...
2010-11-10 Sam ReedVarious unused variables, add some braces
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-27 Antoine MussoOptional feature to login through HTTPS and come back...
2010-09-27 Chad HorohoeFix a bunch of '? true : false' instances
2010-09-18 Robin PepermansgetHeadLinks() requires a skin parameter (added in...
2010-09-10 Trevor ParscalAdded media-type support for static and dynamic Resourc...
2010-09-08 Trevor ParscalSplit mediawiki.legacy.shared into mediawiki.legacy...
2010-09-07 PlatonidesRemove $wgContLanguageCode usage in core.
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-08-08 Alexandre Emsenhuber* Standardised file description headers
2010-07-24 Sam ReedRemoval of unused globals
2010-07-08 Niklas LaxströmIntroduce $wgBetterDirectionality that lets us work...
2010-07-08 Niklas LaxströmUnused template parameter
2010-07-05 Alexandre EmsenhuberFixed some doxygen warnings
2010-06-15 Derk-Jan HartmanAdd the titles of interlanguage links to the tooltip...
2010-06-09 PlatonidesFollow up r65144 with Chad's fix, which nicely does...
2010-06-09 Chad HorohoePartial revert r67707, included half-baked patch
2010-06-09 Chad HorohoeFixed a bunch of silly instances of [^!=]==\s*(true...
2010-05-02 Bryan Tong Minh(bug 18408) All required permissions for uploading...
2010-04-16 PlatonidesMediaWiki messages show content on view and edit even...
2010-04-11 OverlordQFix so that toolbox entries correctly show on user...
2010-04-02 Alexandre Emsenhuber* (bug 22867) "View source" tab is now only displayed...
2010-03-23 Jack Phoenixmove newtalk stuff from SkinTemplate to its own functio...
2010-02-26 Alexandre EmsenhuberFixes to r62995:
2010-02-26 Mark A. Hershbergerfixes bug 20388; follow up r60216. Make sure ProfilerSi...
2010-02-11 Aryeh GregorWar on xml:lang
2010-02-11 Aryeh GregorAvoid silly markup like <ul >
2010-01-26 Tim StarlingRevert r61005, r61047 (show copyright message on specia...
2010-01-15 Aryeh GregorMerge all skins' output of opening <body> tag
2010-01-15 Aryeh GregorRemove body_onload, was always set false anyway
2010-01-14 Sam ReedFixup r61005, seems i failed at applying the patch
2010-01-13 Sam Reed* (bug 16281) Show copyright system message on special...
2010-01-11 Bryan Tong MinhFollowup r58980: Moved logic for addsection-editintro...
2010-01-08 Mark A. Hershbergerfollow-up 60833
2010-01-08 Mark A. Hershbergerfollow up r60829
2010-01-08 Mark A. HershbergerFollow up r60798 & r60785
2010-01-07 Trevor ParscalIn r60786 mah added 'specialpageattributes' to the...
2010-01-07 Mark A. HershbergerMake LTR wgLang do the right thing on RTL wgContLang...
2010-01-06 Sam ReedAttempt at normalistion of comparison styles - empty...
2010-01-02 Bryan Tong MinhFix for r58980: use wfMsgForContent
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-11-26 Alexandre Emsenhuber* (bug 21650) Both calls to SkinTemplateTabs hook are...
2009-11-13 Daniel Kinzleradd a version attribute to the <html> tag if RDFa is...
2009-11-12 Bryan Tong Minh* (bug 17662) Customizable default preload/editintro...
2009-10-16 Chad Horohoebug 9982. Encapsulate wgCanonicalNamespaceNames. Patch...
2009-09-30 Aaron Schulz* Renamed deletedcontent to deletedtext
2009-09-22 Aaron Schulz* Split out 'deletedcontent' from 'undelete' right...
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-17 Alexandre Emsenhuber* indent debug output produced when both $wgShowDebug...
2009-09-10 Tim StarlingComments and whitespace fixes only.
2009-08-22 Alexandre EmsenhuberPer Brion's comment on r52683: use $wgOut->isPrintable...
2009-08-22 Brion VibberPet peeve time: reduce clutter from common $wgContLang...
2009-08-17 Roan KattouwFollow-up to r54556: fix login/logout links in core
2009-08-11 Tim Starling(bug 20170) Make QuickTemplate::execute() abstract...
2009-08-10 Brion VibberPull back r54590, r54591, r54628, r54633, r54636, r5471...
2009-08-10 Jan Luca Naumann(r54628 + r54633) Display (...) only if there new messages
2009-08-08 Jan Luca Naumannfixes for r54633: Add wfMsgExt for parsing PLURAL in...
2009-08-08 Jan Luca Naumann(fixes for r54628) Add PLURAL to "last change" message
2009-08-08 Jan Luca Naumann(fixes for r54590 & bug 20103) Use now only one query...
2009-08-07 Jan Luca NaumannAdd after the link for "My Talk" "<number of new messag...
2009-07-26 Roan KattouwFix r53270: drop &returntoquery parameter if empty...
2009-07-20 Aryeh GregorUse member variable defaults for SkinTemplate
2009-07-15 Roan KattouwFix encoding issue in r53270
2009-07-15 Niklas LaxströmCouple of issues in r53270: use accessor method and...
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-14 Roan KattouwAdd returntoquery= parameter to Special:Userlogin which...
2009-07-13 Trevor ParscalMoved buildNavigationUrls back into Vector to make...
2009-07-13 Niklas LaxströmSome escaping fixes and related readability changes
next