Fix r80666: botched variable rename
[lhc/web/wiklou.git] / skins / Vector.php
2011-01-12 Trevor ParscalAdded compressed version of csshover 3.11. Also fixed...
2011-01-01 Daniel FriesenFix Vector to output a proper newline and indentation...
2011-01-01 Daniel FriesenConvert the common bottomscripts, reporttime, and debug...
2011-01-01 Daniel FriesenFix php notice in vector from r79383.
2010-12-31 Daniel FriesenMerging Vector's navigation_urls and SkinTemplate's...
2010-12-31 Daniel FriesenAdd SkinTemplateNavigation::SpecialPage and SkinTemplat...
2010-12-27 Daniel FriesenCommit getPersonalTools to allow personal bar generatio...
2010-12-16 Trevor ParscalFixed RTL errors for SimpleSearch
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 Daniel FriesenCommit getFooterLinks and getFooterIcons helpers to...
2010-12-07 Daniel FriesenFollowup r77980, for simplesearch I guess we'll have...
2010-12-07 Daniel FriesenReduce code duplication in Vector by combining portal...
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 Daniel FriesenTake the footer icon html building common to all 3...
2010-12-04 Daniel FriesenImplement $wgFooterIcons to replace copyrightico and...
2010-12-04 Daniel FriesenTake the footerlinks from vector and monobook and make...
2010-12-04 Daniel FriesenImplement getSkinStylePath and getCommonStylePath for...
2010-12-01 Mark A. Hershbergerrandom w/s cleanup
2010-11-07 Alexandre Emsenhuber* (bug 25488) Disallowing anonymous users to read pages...
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-10-31 Sam ReedRemove a few more unused variables
2010-10-21 Trevor ParscalRenamed vector and monobook modules to skins.vector...
2010-10-14 Sam ReedBig attack on unused variables...
2010-09-10 Trevor ParscalMoved fixaplha to run after scripts are loaded - otherw...
2010-09-10 Trevor ParscalCleaned up the vector skin, removing $wgVectorExtraStyl...
2010-09-04 Trevor ParscalAllow flipping skin output on $wgLang rather than ...
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-08-31 Adam Millerfollow up to r72055 - fixing the discussion tab
2010-08-31 Adam MillerFix for bug 24906
2010-07-25 Sam ReedMore unused variables, whitespace
2010-07-24 Sam ReedRemove unused globals
2010-07-21 PlatonidesFollow up r69516. Hardcode $wgVectorExtraStyles to...
2010-07-19 Roan KattouwFix r69539: use $this->skin->stylename instead of ...
2010-07-19 Danny B* #siteSub (tagline) isn't headline -> replaced by...
2010-07-19 Danny BFollow up to r69538: Use $stylename member instead...
2010-07-19 Danny B* (bug 24401) SimpleSearch: No button/text indicating...
2010-07-18 PlatonidesUse $stylename member instead of hardcoding vector.
2010-07-14 PlatonidesRemove extra space.
2010-07-13 Adam MillerEpic bug fix. Changing the markup structure of Vectors...
2010-07-08 Niklas LaxströmIntroduce $wgBetterDirectionality that lets us work...
2010-06-17 Roan Kattouw(bug 23520) Add preference for SimpleSearch so users...
2010-06-15 Derk-Jan HartmanAdd the titles of interlanguage links to the tooltip...
2010-06-12 Roan KattouwRevert r67799, per CR (it did the same thing as r64426...
2010-06-12 Derk-Jan HartmanFollow up to r67703. Fixes jump-to anchor which still...
2010-06-10 PlatonidesDo not show empty <ul>
2010-06-09 PlatonidesPrefix Vector specific ids (head-base|page-base|head...
2010-06-08 PlatonidesMove icons footer into $footerlinks. A couple of ids...
2010-06-08 Jack PhoenixVector:
2010-06-08 Jack Phoenixfollow-up to r67631: add semicolon back
2010-06-08 PlatonidesEscape for html $wgLocalStylePath.
2010-06-07 Roan Kattouw(bug 23800) Add missing space between "Jump to:" and...
2010-05-30 Aryeh GregorRemove most named character references from output
2010-05-25 Alexandre EmsenhuberFix for r66548: Output page -> OutputPage
2010-05-18 Roan KattouwRevert r64426: caused bug 23581 (CollapsibleTabs breaka...
2010-05-16 Alexandre EmsenhuberFixed some doxygen warnings
2010-05-13 Trevor ParscalMuch better solution to making tabbing to the search...
2010-05-13 Trevor ParscalSets tabindex="1" on search inputs.
2010-04-27 Trevor ParscalAdded $wgVectorShowVariantName global configuration...
2010-04-26 Trevor ParscalAdded $wgLocalStylePath global variable, and solved...
2010-04-14 Roan KattouwRemove space in <div id="content" > to unbreak certain...
2010-04-02 Alexandre Emsenhuber* (bug 22867) "View source" tab is now only displayed...
2010-03-31 Trevor ParscalEnsures empty UL elements are never included in output...
2010-03-24 Aryeh GregorFix extra space from r64084
2010-03-23 Roan KattouwFollowup to r64080: unused globals
2010-03-23 Lisa RidleyWell, let's try that again - fixing additional copy...
2010-03-23 Lisa Ridleycorrecting bad copy/paste on previous commit
2010-03-23 Lisa RidleyFixes bug 22916 -- stylesheets for Vector skin now...
2010-03-03 PlatonidesRemove unused VectorTemplateToolboxEnd hook.
2010-02-11 Aryeh GregorAvoid silly markup like <ul >
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-12 Aryeh GregorMerge IEFixes.js into wikibits.js
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...
2009-10-08 Trevor ParscalAdded extra classes for collapsible tabs to use.
2009-09-30 Trevor ParscalDecided to go with yet another approach for adding...
2009-09-30 Roan KattouwPut the watch icon part of the changes reverted in...
2009-09-30 Roan KattouwRevert r56924 (new watch icon and color changes for...
2009-09-28 Trevor ParscalRefactored the watch/unwatch icon for Vector.
2009-09-25 Adam MillerMoving watch/unwatch action out of the drop down
2009-09-22 Alexandre Emsenhuber* (bug 20631) Preview of personal JavaScript and CSS...
2009-09-09 Trevor ParscalSome more tweaks to accomadate changes being made with...
2009-09-08 Trevor ParscalIn response to bug #20550 - this makes the IDs of portl...
2009-09-08 Ilmari KaronenImproved compatibility between the Vector skin and...
2009-08-19 Brion VibberCleanup for r54264 "* Don't suppress warnings while...
2009-08-10 Trevor ParscalMoved add topic into the view tabs (this will likely...
2009-08-07 Trevor ParscalMoved some things around to please Apple Dictionary...
2009-08-07 Trevor ParscalMade some changes which don't affect normal users,...
2009-08-05 Trevor ParscalFixed bug that caused an undefined index error - now...
2009-08-03 Niklas Laxström* Trailing Whitespace
2009-07-21 Trevor ParscalFixed text wrapping problem, which was being solved...
2009-07-21 Trevor ParscalFixed broken jumpto link. Fixes bug #17710
2009-07-20 Aryeh GregorFix fatal from r53504
2009-07-20 Aryeh GregorUse member variable defaults for SkinTemplate
2009-07-17 Trevor ParscalChanged the simple search button from an input tag...
2009-07-16 Trevor ParscalPrevent wrapping by using &nbsp; instead of spaces...
next