* Removed messages in English, they'll be inherited from the parent.
[lhc/web/wiklou.git] / includes / Skin.php
2005-04-27 Tim Starling* Deglobalised link placeholder handling by moving...
2005-04-12 Ævar Arnfjörð Bjar... * Some clown with CVS access deleted our MS Word files...
2005-04-10 Tim StarlingMoved image metadata to the database. Changed Image...
2005-03-27 Tim StarlingFixed efficiency problem with $wgSiteNotice. Introduced...
2005-03-25 Brion Vibber* Move editsectiononrightclick setup to JavaScript...
2005-03-25 Brion Vibber* do showtoc option via CSS hiding of toc when it's...
2005-03-25 Brion Vibber* remove 'hover' option; always put in the title attrib...
2005-03-20 Tim Starlingremoved redundant function call
2005-03-03 Antoine Mussorandom comments / quotes
2005-03-03 Antoine MussoFix #1622 : remove trailing '>' when using category...
2005-02-23 Antoine MussoFix category browser. $this is not defined in a method...
2005-02-21 Brion VibberDe-cruftification continues.
2005-02-21 Brion VibberRemove some cruft from skins... sooooo much cruft yet...
2005-02-21 Brion VibberExtra check as temporary hack to avoid crashing on...
2005-02-11 Brion VibberHTML compatibility: use space before the / on <br ...
2005-02-04 Brion VibberSecurity tweaks:
2005-02-01 Antoine MussoFix #913 : Nostalgia skin no more using isSysop() and...
2005-01-22 Brion VibberAvoid notice error when user doesn't have right to...
2005-01-15 Tim StarlingLagged slave warning
2005-01-11 Antoine Musso* Remove some hardcoded 0 instead of NS_MAIN
2004-12-28 Brion Vibber* Ported $wgCopyrightIcon setting from REL1_3A
2004-12-24 Zheng ZhuMerged my changes from REL1_4
2004-12-18 Brion VibberSplit link generation, table of contents, and image...
2004-12-18 Brion Vibber(bug 454) Merge e-notif 2.00
2004-12-09 Brion Vibber* Defer message cache initialization, shaving a few...
2004-12-07 Brion Vibber* (bug 1018) Some pages fail with stub threshold enabled
2004-12-05 Brion Vibber* (bug 1010) fix broken Commons image link on Classic...
2004-11-27 Brion VibberHave the skin cache the highlightbroken and hover optio...
2004-11-27 Brion VibberLight optimization on Skin::makeLinkObj(). Shaves about...
2004-11-25 Brion VibberSuppress hidden files from skin list; some backup and...
2004-11-25 Brion VibberMove edit toolbar generation code from the Skin to...
2004-11-25 Brion VibberSplit recentchanges and image history list formatters...
2004-11-25 Brion VibberAdd site-wide options to disable all e-mail functions...
2004-11-24 Shane KingAdded the ability to protect a page from moves but...
2004-11-24 Brion VibberRecentchanges optimization: avoid a lot of senseless...
2004-11-22 Brion VibberUse the content language's linktrail
2004-11-20 Antoine MussospecialPageList() : comment about bug 913
2004-11-20 Tim Starlingin category browser, makeKnownLink() -> makeLink()...
2004-11-20 Tim Starlingfixed bug 875, circular category references cause timeo...
2004-11-19 Brion Vibber* remove PHP5 warning; PHPTAL no longer needed for...
2004-11-18 Tim StarlingLess obtrusive RC patrol feature, also works with enhan...
2004-11-13 Jens Frankalt-texts for the images in the enhanced RC
2004-10-28 Brion VibberMore doc comment fiddling
2004-10-28 Brion VibberDon't include the special markers like "right" as alt...
2004-10-28 Brion VibberFull URLs are not necessary on longdesc; use short...
2004-10-25 Erik Moellerrestore old order of replaceInternal/replaceExternal...
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-10-24 Tim Starlingexperimental IE-compatible RC patrol, still doesn't...
2004-10-21 Erik MoellerPreliminary support for shared upload directory. This...
2004-10-19 Brion Vibber(bug 737) only use the post-parse link placeholders...
2004-10-18 Zheng Zhutoc should be translated using content language
2004-10-15 Wil MahanChange editSectionLink() and editSectionScript() to...
2004-10-15 Domas Mituzasdisable client cache for 'you have new messages'
2004-10-14 Brion VibberValidate input
2004-10-12 Jens FrankBUG#178 Allow center/right/left/etc image options even if
2004-10-12 Wil MahanAdd "longdesc" attribute to all (non-external) images...
2004-10-11 Jens FrankBUG#187, BUG#669 Fix centered images. span apparently...
2004-10-11 Jens FrankFix bounding box feature of thumbnails (e.g. |200x200px|)
2004-10-09 Brion VibberAdjust spacing, and fix the disclaimer link again so...
2004-10-08 Evan ProdromouFixed problems with hiding certain links (portal, curre...
2004-10-05 Brion VibberRasterize plain image views of SVG files at default...
2004-10-05 Wil MahanInstead of calling htmlspecialchars() on image alt...
2004-10-05 Wil MahanDon't call Parser::replaceInternalLinks twice, but...
2004-10-03 Jens FrankMoved quickBar from Skin.php to Standard.php, only...
2004-10-03 Jens FrankMoved doAfterContent from Skin.php to skins/Standard...
2004-09-26 Jens FrankBUG#419 Added global variable that defines the elements...
2004-09-26 Zheng Zhusome more UI related fix
2004-09-24 Wil MahanAnother attempt at fixing bug 2. Call replaceInternalLi...
2004-09-24 Zheng ZhuAttempt to fix links not fixed in the wgLang->wgContLan...
2004-09-24 Zheng ZhuSecond batch of files modified to replace selected...
2004-09-23 Brion VibberDon't produce a title attribute for external links...
2004-09-23 Wil MahanRemove a single space that breaks a parser test
2004-09-22 Zheng Zhuuse wfMsgForContent() when creating new titles from...
2004-09-21 Jens FrankInstead of storing entire link attributes in wikitext for
2004-09-21 River Tarnellforwardport fixes for template section edit links from...
2004-09-21 River Tarnellimplement editSectionLinkForOther (required for latest...
2004-09-17 Antoine MussoStop loading feed.php every time by moving available...
2004-09-05 Antoine MussoUse the new skin tree hierarchy
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Arne Heizmannchange all occurrences of "fromwikipedia" to "tagline".
2004-09-03 Arne Heizmannremove trailing white space
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-09-02 Jens FrankBUG#26 Set setSquidMaxage to 0 if the user has new...
2004-09-02 Antoine MussoNew system to generate $wgValidSkinNames by listing...
2004-09-02 Antoine MussoBig change to the skin system. Php files are now in...
2004-09-02 Antoine Musso* some comments
2004-08-25 Brion VibberShow pretty localized log names in Recentchanges instea...
2004-08-24 Erik Moelleruse reference instead of value for title object parameter
2004-08-24 Erik Moelleradds '->' links to section before autogenerated section...
2004-08-23 Antoine Mussorewrite of the dmoz-like category browser. Known bugs...
2004-08-22 Brion VibberAdd back the slower version of Title::makeTitle as...
2004-08-22 Arne Heizmanncode readability
2004-08-21 Tim StarlingFixed bug which caused ru.wikipedia to go offline when...
2004-08-18 Tim StarlingPatch to formatComment() to fix otherwise-unrecognised...
2004-08-15 Jens Frankprevent crashing on [[{{FNORD}}]]. Doesn't return somet...
2004-08-14 Arne HeizmannNew PHPtal-based skin 'Chick'. Designed for PDAs and...
2004-08-14 Tim StarlingAllowed post-parse link cache to be used for update...
2004-08-14 Brion VibberWrap user styles in CDATA block on classic skins; fixes...
2004-08-13 Brion VibberAntiglobalization!
2004-08-12 Tim StarlingAhh, so that's what that does
next