* Fixed unclosed <p> tag
[lhc/web/wiklou.git] / includes / SkinTemplate.php
2005-07-03 River Tarnellimplement "action=render"
2005-07-01 River Tarnell* (bug 2594) Display article tab as red for non-existen...
2005-06-28 Brion Vibber* Move MonoBook printable link from tab to sidebar
2005-06-28 Tim Starlingunbroke classic and cologne blue skins
2005-06-27 Tim Starlingfixed bug causing "discussion" tab to be always a view...
2005-06-27 Brion Vibber* Skip sidebar entries where link text is '-'
2005-06-26 Brion Vibber* Printable link shorter in monobook
2005-06-25 Ævar Arnfjörð Bjar... * (bug 2510) Using $wgRequest->getRequestURL() instead...
2005-06-22 Brion Vibber* (bug 1577) Add 'printable version' tab in MonoBook...
2005-06-19 Ævar Arnfjörð Bjar... * (bug 2457) The href on the "special page" tab was...
2005-06-18 Brion VibberCode cleanup: initialize the array variable rather...
2005-06-18 Ævar Arnfjörð Bjar... * @ in case $bar is undefined
2005-05-28 Tim Starlingintroduced $wgHideInterlanguageLinks, needed for dumpHTML
2005-05-24 Ævar Arnfjörð Bjar... * (bug 419, 1764) Using a custom syntax for the sidebar...
2005-05-24 Ævar Arnfjörð Bjar... * Added profiling to getNavigationLinks()
2005-05-23 Magnus ManskeValidation feature update; someone please update the...
2005-05-23 Ævar Arnfjörð Bjar... * Changed getNavigationLinks() to use $wgOut::parse()
2005-05-23 Ævar Arnfjörð Bjar... * Using a wfMsgForContent message to build the navigati...
2005-05-14 Tim StarlingAttempting to get enotif into working order. Many aesth...
2005-05-14 Magnus ManskeValidation database prefix fix
2005-05-13 Ævar Arnfjörð Bjar... * Renamed Special:Randompage to Special:Random since...
2005-05-07 Ævar Arnfjörð Bjar... * Changing the personal urls to use the format Special...
2005-05-05 Ævar Arnfjörð Bjar... * (bug 2064) Configurable JavaScript mimetype with...
2005-05-01 Brion Vibber* (bug 2024) JavaScript error for custom skins
2005-04-30 Brion VibberRestore the display of username and check for userpage...
2005-04-25 Ævar Arnfjörð Bjar... * Rectified crackpot indenting.
2005-04-24 Erik Moellerdon't check for isset() when variable is always initialized
2005-04-24 Erik Moeller1) Enable upload navigation link for non-logged-in...
2005-04-01 Ævar Arnfjörð Bjar... * (bug 578): renamed $wgDisableUploads => $wgEnableUploads
2005-03-31 Magnus ManskeValidation fix
2005-03-27 Tim StarlingFixed efficiency problem with $wgSiteNotice. Introduced...
2005-03-26 Tim StarlingMaking it easier for skin subclasses to change the...
2005-03-25 Brion Vibber* Move editsectiononrightclick setup to JavaScript...
2005-03-25 Brion Vibber* remove 'hover' option; always put in the title attrib...
2005-03-21 Magnus Manskechange to timestamp-sorted revisions
2005-03-18 Magnus Manskevalidation improvements
2005-03-18 Magnus ManskeRe-establishing validation feature (the beginnings)
2005-03-18 Brion VibberSuppress notice when counters are off
2005-03-18 Brion VibberFix misplaced braces which put 'special' tab on some...
2005-03-17 Magnus ManskeRe-establishing validation feature (the beginnings)
2005-03-13 Jens FrankBug 1648: A new template message for a single undeleted...
2005-02-21 Brion VibberDe-cruftification continues.
2005-02-21 Brion VibberRemove some cruft from skins... sooooo much cruft yet...
2005-02-18 Brion VibberRemove validate bits
2005-02-04 Brion VibberSecurity tweaks:
2005-01-27 Jens FrankBUG#1402 Make link color of tab subject page link on...
2005-01-27 Antoine Mussofix phpdoc comment
2005-01-26 Antoine MussoGet ride of the username in links when user is logged in.
2005-01-17 Tom GilderAdd timestamp to generated CSS URL, to make prefs show...
2005-01-16 Tom GilderFix IE freezing rendering whilst waiting for CSS with...
2005-01-16 Tom GilderFix IE freezing rendering whilst waiting for CSS with...
2005-01-16 Tom GilderFix IE freezing rendering whilst waiting for CSS with...
2005-01-07 Brion Vibber* Fix missing search box contents in MonoBook skin
2004-12-24 Zheng ZhuMerged my changes from REL1_4
2004-12-23 Brion Vibber* (bug 1164) Let wikitext be used in Loginprompt and...
2004-12-18 Brion VibberAvoid notice warnings caused by changes in enotif
2004-12-18 Brion Vibber(bug 454) Merge e-notif 2.00
2004-12-04 Brion Vibber(bug 987) revert broken attempt to fix bug 502, which...
2004-11-25 Brion VibberSeparate the HTML guts of the user login form into...
2004-11-25 Brion VibberRearrange the new template system a bit to make things...
2004-11-24 Shane KingAdded the ability to protect a page from moves but...
2004-11-22 Brion VibberProfiling points; some swapping of wfMsg for wfMsgForCo...
2004-11-20 Brion VibberPreparing to remove the bundled PHPTAL and let the...
2004-11-19 Brion Vibberdoc comment fiddling
2004-11-19 Brion Vibber* remove PHP5 warning; PHPTAL no longer needed for...
2004-11-19 Brion VibberConvert MonoBook to pure PHP, not requiring PHPTAL.