Fixes bug in wikibits that causes addPortletLink to fail when adding tabs to the...
[lhc/web/wiklou.git] / skins / common / wikibits.js
2010-10-13 Trevor ParscalFixes bug in wikibits that causes addPortletLink to...
2010-10-12 Derk-Jan Hartman* Test for the presence of addEventListener on the...
2010-10-07 Roan KattouwMove $j=jQuery alias up to mediawiki.js from wikibits...
2010-10-07 Roan Kattouw(bug 25276) Fix TOC show/hide toggle. Original fix...
2010-09-29 Aryeh GregorFix IEFixes.js loading again
2010-09-18 Niklas LaxströmAllow defining sortable value for table cell with data...
2010-09-13 Trevor ParscalAdded alias of jQuery to $j - this is only to get site...
2010-09-04 Roan KattouwMerging resourceloader branch into trunk. Full document...
2010-08-24 Roan KattouwAllow class="noshiftselect" to disable the multiple...
2010-07-20 PlatonidesFollow up r69444. Address CR comment by Simetrical.
2010-07-16 PlatonidesMake addPortletLink() work even if the ul is not there.
2010-06-26 Siebrand MazelandRevert r68598. Broken.
2010-06-26 Daniel FriesenFix accesskeys for chrome
2010-06-26 Daniel FriesenClean up the mess of horrid javascript in wikibits...
2010-06-14 Roan KattouwFix r67544 per CR: cancel event properly in TOC show...
2010-06-09 PlatonidesPrefix Vector specific ids (head-base|page-base|head...
2010-06-08 Tim Starling(bug 23175) added ta variable for b/c.
2010-06-07 Roan Kattouw(bug 23570) Fix an instance of a javascript: link in...
2010-06-01 Derk-Jan HartmanUse addClickHandler() instead of .onclick = handlerfunction
2010-06-01 Derk-Jan HartmanBug 23755. Prevent tablesort code leaking to global...
2010-05-03 PlatonidesThe previous code computing rowStart will fail when...
2010-05-02 Aryeh GregorImprove IE6 version check to avoid false positives
2010-03-19 Aryeh GregorFuture-proof redirection to fragments in Gecko
2010-01-27 Tim Starling* Removed JS2 stuff from jquery.js. If there's anything...
2010-01-13 Aryeh GregorDon't load nonexistent fix files for non-Monobook
2010-01-13 Aryeh GregorKeep IEFixes separate, load conditionally in JS
2010-01-13 Jack PhoenixJavaScript cleanup: add spacing, missing braces, use...
2010-01-12 Aryeh GregorMerge IEFixes.js into wikibits.js
2010-01-10 Jack Phoenixcleanup to wikibits.js with the help of JSLint. added...
2009-12-27 Aryeh Gregor- in regex character classes has special meaning
2009-12-24 Aryeh GregorHandle minus signs in sortable tables
2009-11-26 Tim StarlingRemoved JS2 work (has been moved to the js2-work branch...
2009-10-29 Happy-melonUse CSS rather than hardcoded nbsps to add space before...
2009-10-21 Siebrand Mazeland(bug 20847) Remove akeytt() function, but leave dummy...
2009-10-18 Bryan Tong MinhRewrote Special:Upload to allow easier extension. Mostl...
2009-09-30 Brion VibberRevert r56902 "(bug 18436) remove redundant (and disrup...
2009-09-24 Happy-melon(bug 18436) remove redundant (and disruptive to CSS...
2009-09-18 Nimish Gautamfixes bug #20708, where tables containing colspans...
2009-09-13 TobiasFollow-up on r56230 - toc class was lost de.wikipedia...
2009-09-12 TobiasDon't include TOC in the printable version if it is...
2009-09-10 Tim StarlingComments and whitespace fixes only.
2009-09-08 Ilmari KaronenImproved compatibility between the Vector skin and...
2009-08-25 Niklas Laxström* Revert r55555-55557 for now, breaks tabs in special...
2009-08-24 Daniel FriesenAnd svn committed when I tried to hit Ctrl+C to fix...
2009-08-24 Daniel FriesenMissed two `new`s when refactoring new Array() to []
2009-08-24 Daniel Friesen- Use array literals instead of new Array(); (note...
2009-07-25 Jack Phoenixcoding style tweaks
2009-07-25 Michael Dale* updates for strict compliance mode chunk uploading
2009-07-19 Brion Vibber* (bug 17139) ts_resortTable inconsistent trimming...
2009-07-17 Trevor ParscalFixes bug 19506 by searching through a few more contain...
2009-07-16 Aryeh GregorEscape . in regex
2009-07-16 Aryeh GregorWhitespace fixes
2009-07-16 Aryeh GregorRemove is_khtml again
2009-07-15 Michael Dalesome merge fixes per comments on r53282
2009-07-14 Michael Dalehere it is ... the upload-api, script-server, js2 ...
2009-07-12 Aryeh GregorDo not load old CSS fixes for new browsers
2009-07-12 Aryeh GregorRemove KHTMLFixes.css
2009-07-08 Alex ZMake importScriptURI() use a <link> in all cases.
2009-07-07 Roan KattouwRevert r52821 ("Watch and flaggedrevs AJAX success...
2009-07-07 Roan Kattouw(bug 19546) Watch and flaggedrevs AJAX success messages...
2009-06-25 Roan KattouwPrevent showTocToggle() from inserting the show/hide...
2009-05-12 Ilmari Karonenunencode all slashes and colons in importScript(),...
2009-04-12 Aaron SchulzMinor JS fix for r49408
2009-04-11 Aaron Schulz(bug 16607) Added convenience checkboxes for revisionde...
2009-02-22 Mohamed Magdyfix indentation for rev 47615
2009-02-21 Mohamed MagdyFix bug 1061 CSS-added icons next to links display...
2009-02-02 Siebrand Mazeland* (bug 17105) Numeric table sorting broken. Patch contr...
2009-01-02 Aryeh GregorDon't use for (i in array) in JavaScript
2008-12-26 Raimond Spekking* (bug 16754) Making arbitrary rows of sortable tables...
2008-12-21 Aryeh GregorBreak long line for diff comprehensibility
2008-12-18 Aryeh Gregor(bug 16459) Use native getElementsByClassName
2008-12-03 Brion Vibber* (bug 13342) importScript() generates more consistent...
2008-12-03 Andrew GarrettConfigure extension - summarise hidden settings with...
2008-11-28 Aaron Schulz(bug 15695) Define 'mw-js-message' to make jsMsg()...
2008-11-26 Ryan Schmidt* Added complimentary function for addHandler() called...
2008-10-28 Tim StarlingIn sortable tables:
2008-10-25 Alex ZFix for r42528 (enhanced RC JS/fallback fixes), use...
2008-10-25 Brion VibberHold back r42568 for now "Re-committing r42528:" (enhan...
2008-10-25 Alex ZRe-committing r42528:
2008-10-25 Tim StarlingReverted r42528. Links with href="#" make firefox scrol...
2008-10-25 Alex ZRe-committing r42514:
2008-10-25 Brion VibberRevert r42514 for now "(bug 16073) * Use onclick handle...
2008-10-24 Alex Z(bug 16073) * Use onclick handler for expand/collapse...
2008-09-14 Aryeh GregorFix whitespace
2008-09-08 Aryeh Gregor"," should not be sorted as a number
2008-09-03 Aryeh GregorFix for r40379, allow commas again
2008-09-03 Aryeh GregorUse ECMAScript standard, section 9.3, to decide what...
2008-09-03 Aryeh GregorStyle: use local variable, use else if
2008-09-03 Aryeh Gregor(bug 15422) Sort more types of numbers in sortable...
2008-09-02 Aryeh Gregor(bug 15436) Support more currency types for sortable...
2008-09-02 Aryeh GregorRemove unused and uninitialized variable in wikibits.js
2008-09-01 Aryeh Gregor(bug 15405) Sort yen correctly in sortable tables
2008-09-01 Aryeh Gregor(bug 15399) Disable odd/even classes for sortable tables
2008-08-13 Aryeh GregorFix regression from r37834: accesskey tooltip hint...
2008-07-18 Aryeh GregorAdjust copyright info for sortable tables script: our...
2008-07-08 Chad HorohoeWikibits no longer uses document.write() (fixes bug...
2008-07-04 Brion VibberRevert r37063 "KTHMLfixes no longer loaded on skins...
2008-07-04 Chad HorohoeKTHMLfixes no longer loaded on skins where it doesn...
2008-06-12 Chad HorohoeClean up a bit of a mess with jsMsg(). Should be much...
2008-06-12 Chad Horohoe(bug 14328) - Allow DOM objects to be used in jsMsg...
next