Handle minus signs in sortable tables
[lhc/web/wiklou.git] / skins / common / wikibits.js
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...
2008-06-10 Rotem LissAvoid some of the strict JS warnings in Firefox.
2008-06-06 Brion Vibber* (bug 14401) Fix Safari access key tooltips for Window...
2008-05-19 Brion Vibber* (bug 12773) addOnloadHook() now calls functions immed...
2008-05-18 Brion VibberCut a few more kb out of wikibits.js... broke edit...
2008-05-12 Brion VibberRevert r34559 and fix r34542 -- include rightclickedit...
2008-05-10 Niklas Laxström* Partly revert 34542, broke my section editing
2008-05-09 Brion VibberRevert r34541 for the moment pending further review...
2008-05-09 Brion VibberPluck a few more KB of crap out of wikibits.js -- break...
2008-05-09 Brion VibberSplit page history radio button tweaks out from wikibit...
2008-05-09 Brion Vibber* add OutputPage::addScriptFile() for easier adding...
2008-05-04 Aryeh Gregor* Show correct accesskey prefix for Firefox 3 beta...
2007-12-30 Aryeh GregorPer comment in Opera95Fixes.css, remove it; it's useles...
2007-11-02 Rotem LissRemove all commas when parsing float numbers in sorted...
2007-08-07 Ilmari KaronenPrefer textContent over innerText to allow hidden sort...
2007-08-03 Rob Church(bug 9437) Don't overwrite edit form submission handler...
2007-07-29 Rob ChurchRefactor addClickHandler() and introduce addHandler()
2007-07-29 Rob ChurchTweak comment
2007-07-29 Rob Church(bug 10732 and others) Further fixes to protect chainin...
2007-07-19 Brion Vibberrename checkboxMouseupHandler to checkboxClickHandler...
2007-07-19 Brion Vibber* (bug 10642) Fix shift-click checkbox behavior for...
2007-07-19 Brion Vibberbug 10638 -- fix regression in Opera < 9.5 by bad versi...
2007-07-18 Brion VibberFix several JS problems with MSIE/Mac:
2007-07-16 Aryeh Gregor* Add CSS compatibility for Opera 9.5
2007-07-14 Rob Church* Indicate when a preview is unavailable/failed
2007-07-12 Brion Vibber* (bug 10526) Fix toolbar/insertTags behavior for IE...
2007-07-01 Tim Starling* De-crappified JS upload dest check feature. Converted...
2007-07-01 Magnus Manskemaking better use of DOM
2007-07-01 Magnus ManskeNew javascript for upload page that will show a warning...
2007-06-22 Brion Vibber'class' is a reserved word in JavaScript. :) Changing...
2007-06-22 Aryeh GregorFix up AJAX watch and enable it by default.
next