aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Skin.php
Commit message (Expand)AuthorAgeFilesLines
* * Move editsectiononrightclick setup to JavaScript (it requires JS anyway)Brion Vibber2005-03-251-1/+6
* * do showtoc option via CSS hiding of toc when it's off.Brion Vibber2005-03-251-0/+3
* * remove 'hover' option; always put in the title attribute on linksBrion Vibber2005-03-251-9/+28
* removed redundant function callTim Starling2005-03-201-1/+1
* random comments / quotesAntoine Musso2005-03-031-16/+15
* Fix #1622 : remove trailing '>' when using category browser.Antoine Musso2005-03-031-2/+2
* Fix category browser. $this is not defined in a method subfunction so we have...Antoine Musso2005-02-231-4/+7
* De-cruftification continues.Brion Vibber2005-02-211-25/+21
* Remove some cruft from skins... sooooo much cruft yet to goBrion Vibber2005-02-211-141/+56
* Extra check as temporary hack to avoid crashing on certain dubious titlesBrion Vibber2005-02-211-0/+1
* HTML compatibility: use space before the / on <br /> and <hr />, some old bro...Brion Vibber2005-02-111-1/+1
* Security tweaks:Brion Vibber2005-02-041-1/+25
* Fix #913 : Nostalgia skin no more using isSysop() and isDeveloper()Antoine Musso2005-02-011-11/+15
* Avoid notice error when user doesn't have right to move a page.Brion Vibber2005-01-221-3/+5
* Lagged slave warningTim Starling2005-01-151-1/+4
* * Remove some hardcoded 0 instead of NS_MAINAntoine Musso2005-01-111-2/+2
* * Ported $wgCopyrightIcon setting from REL1_3ABrion Vibber2004-12-281-4/+6
* Merged my changes from REL1_4Zheng Zhu2004-12-241-0/+14
* Split link generation, table of contents, and image functions from theBrion Vibber2004-12-181-824/+3
* (bug 454) Merge e-notif 2.00Brion Vibber2004-12-181-4/+17
* * Defer message cache initialization, shaving a few ms off file cache hitsBrion Vibber2004-12-091-1/+2
* * (bug 1018) Some pages fail with stub threshold enabledBrion Vibber2004-12-071-1/+0
* * (bug 1010) fix broken Commons image link on Classic & Cologne BlueBrion Vibber2004-12-051-3/+6
* Have the skin cache the highlightbroken and hover options to avoid asking the...Brion Vibber2004-11-271-17/+16
* Light optimization on Skin::makeLinkObj(). Shaves about 40ms off of [[List of...Brion Vibber2004-11-271-41/+54
* Suppress hidden files from skin list; some backup and magic-filesystem-stuff ...Brion Vibber2004-11-251-2/+2
* Move edit toolbar generation code from the Skin to the EditPage user interfac...Brion Vibber2004-11-251-127/+0
* Split recentchanges and image history list formatters from Skin, where they n...Brion Vibber2004-11-251-615/+1
* Add site-wide options to disable all e-mail functions or only user-to-user em...Brion Vibber2004-11-251-4/+10
* Added the ability to protect a page from moves but not from edits. SeeShane King2004-11-241-1/+1
* Recentchanges optimization: avoid a lot of senseless parsing of link text com...Brion Vibber2004-11-241-50/+75
* Use the content language's linktrailBrion Vibber2004-11-221-1/+1
* specialPageList() : comment about bug 913Antoine Musso2004-11-201-0/+4
* in category browser, makeKnownLink() -> makeLink(), now that the delayed link...Tim Starling2004-11-201-1/+1
* fixed bug 875, circular category references cause timeout or stack overflowTim Starling2004-11-201-1/+1
* * remove PHP5 warning; PHPTAL no longer needed for MonoBookBrion Vibber2004-11-191-21/+0
* Less obtrusive RC patrol feature, also works with enhanced RC, disable client...Tim Starling2004-11-181-23/+70
* alt-texts for the images in the enhanced RCJens Frank2004-11-131-2/+2
* More doc comment fiddlingBrion Vibber2004-10-281-0/+1
* Don't include the special markers like "right" as alt text; leave it blank if...Brion Vibber2004-10-281-4/+3
* Full URLs are not necessary on longdesc; use short URLs like everywhere else.Brion Vibber2004-10-281-6/+3
* restore old order of replaceInternal/replaceExternal, mask absolute URLsErik Moeller2004-10-251-1/+6
* Implementing user levels management. This is only a very basic interface and ...Antoine Musso2004-10-241-13/+14
* experimental IE-compatible RC patrol, still doesn't work for enhanced RCTim Starling2004-10-241-3/+7
* Preliminary support for shared upload directory. This is primarily intendedErik Moeller2004-10-211-8/+7
* (bug 737) only use the post-parse link placeholders within replaceInternalLin...Brion Vibber2004-10-191-3/+1
* toc should be translated using content languageZheng Zhu2004-10-181-1/+1
* Change editSectionLink() and editSectionScript() to take aWil Mahan2004-10-151-8/+8
* disable client cache for 'you have new messages'Domas Mituzas2004-10-151-0/+1
* Validate inputBrion Vibber2004-10-141-2/+2