* (bug 10642) Fix shift-click checkbox behavior for Opera 9.0+ and 6.0
[lhc/web/wiklou.git] / skins / common / wikibits.js
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.
2007-06-10 Rob ChurchMore cleanup from r22859
2007-06-04 Rob ChurchHad a bash at cleaning up the horrendous-looking deleti...
2007-02-20 Brion Vibber* Hide irrelevant block options in Special:Blockip...
2007-02-19 Brion VibberFurther fix: restore order of parameters on addButton...
2007-02-19 Brion VibberTweaks to r19987:
2007-02-19 Leon Weber* Added a classname ("mw-toolbar-editbutton") and uniqu...
2007-02-03 Antoine MussoFix #6684: Improper javascript array iteration causes...
2007-02-03 Antoine MussoKill whitespaces in some javascript files.
2007-01-31 Ilmari KaronenMerge sorttable.js code into wikibits.js, get rid of...
2007-01-22 Brion Vibber* (bug 8719) Firefox release notes lie! Fix tooltips...
2007-01-16 Rotem LissAdding var declaration.
2007-01-15 Ilmari KaronenIE compatibility fix (thanks, howcheng): don't pass...
2007-01-15 Ilmari KaronenMake setupCheckboxShiftClick() process all checkboxes...
2007-01-15 Ilmari Karonenreplace Simetrical's hack from r19269+r19270 with a...
2007-01-15 Aryeh GregorDO NOT LEAVE ALERT() IN CODE *twitch*
2007-01-14 Aryeh Gregor* Don't iterate through all elements to update tooltips...
2007-01-14 Brion VibberPLEASE TEST YOUR ONE-LINE COMMITS THANKS
2007-01-14 Aryeh Gregor(bug 8622) Clean up check for whether watch checkbox...
2007-01-13 Ilmari Karonenadd new convenience function addPortletLink() to replac...
2007-01-13 Ilmari Karonenset doneOnloadHook _before_ calling any hooks, so they...
2007-01-13 Ilmari Karonensplit the new-style accesskey/tooltip code from akeytt...
2007-01-12 Ilmari Karonenakeytt(id) was broken, fix it; also make sure window...
2007-01-12 Aryeh Gregor* Brion says Opera Mac uses Shift-Esc-, not Ctrl-
2007-01-11 Ilmari KaronenPartially rv r19101+r19102, fix noise in error console...
2007-01-11 Aryeh GregorFix to keep even more JS error consoles happy
2007-01-11 Aryeh GregorFix to keep JS error consoles happy
2007-01-10 Aryeh Gregor* (bugs 5051, 5376) All tooltips and accesskeys moved...
2006-12-26 Aryeh Gregor(bug 7169) Use Ajax to watch/unwatch articles. Patch...
2006-12-19 Brion Vibber* Gracefully skip redirect-to-fragment on WebKit versio...
2006-12-16 Ilmari Karonen(bug 7925) Change Special:Allmessages message name...
2006-12-15 Tim StarlingRemoved broken feature $wgBreakFramesExceptions
2006-12-08 Tim Starling* Added redirect to section feature. Use it wisely.
2006-11-20 Aryeh Gregor(bug 2001) Implement sortable tables. sorttable.js...
2006-11-15 Nick JenkinsDenote some external objects used by wikibits.js to...
2006-11-15 Nick Jenkins* (Bug 6839) Cleaning up wikibits.js to reduce number...
2006-11-14 Aryeh GregorRemove commented-out function from wikibits that I...
2006-10-30 Brion VibberRevert 17297 and 17298 for the moment.
2006-10-30 Aryeh Gregor* (bugs 5051, 5376) All tooltips and accesskeys moved...
2006-10-29 Aryeh Gregor* (bug 7636) Fix accesskey display for Firefox 2 on...
2006-10-24 Brion Vibber* Fix user_newpass upgrade for prefixed tables (reporte...
2006-10-20 Aryeh Gregor(bug 7636) Show Firefox 2 users "shift-alt" as accesske...
2006-10-20 Aryeh Gregor(bug 2241) Fix colliding use of 'w' and 'd' accesskeys...
2006-10-20 Nick JenkinsMinor tweak, stops "variable e hides argument" notifica...
2006-10-18 Aryeh Gregor* (bug 4525) Move section links down visually to same...
2006-10-12 Aryeh GregorRevert last two commits. Broke wikibits and don't...
2006-10-12 Aryeh GregorFix wikibits.js script broken by last commit. That...
2006-08-31 Magnus ManskeImproved form for URL-based upload
2006-07-29 Daniel Kinzlercall JS onload hooks at the end of the html body in...
2006-07-06 Rotem Liss(bug 6565) Strict JavaScript writing
2006-06-23 Tim StarlingVarious JS warning fixes by Nick Jenkins
2006-04-17 Brion Vibber* (bug 4663) Edit toolbar enabled in compatible version...
2006-04-17 Brion Vibber* (bug 4662) Fix Safari check in wikibits.js
2006-03-16 Brion VibberClean up the history radio button handler a little...
2006-03-07 Lupinfix unresponsive script warnings in Gecko browsers...
2006-03-06 Lupin(bug 2115) Support shift-selecting multiple checkboxes...
2006-02-26 Niklas LaxströmSome enhancements to allmessages filter
2006-02-24 Niklas LaxströmShould be a little bit faster now
2006-02-24 Niklas LaxströmPerformance tweak
2006-02-24 Niklas LaxströmFix my previous commit so that it might even work
2005-12-12 Brion Vibber* (bug 4001) Use local variables properly in wikibits...
2005-12-12 Brion Vibberanother touch of whitespace
2005-12-12 Brion VibberAttempt to normalize whitespace usage in this file...
2005-12-02 Brion Vibber* (bug 4100, 3049) Add 'edittools' message to hold...
2005-10-30 Tom Gilderallow onloadFuncts to be set before wikibits.js is...
2005-10-26 Tom Gilder(*fanfare*) added scripting to save the position of...
2005-10-26 Tom GilderRewrite of JS onload hook code; allows add-on scripts...
2005-10-23 Tom GilderRun onload functions after content has loaded, not...
2005-10-11 Tom GilderMore preferences improvements:
2005-10-11 Tom GilderNew tabbed preferences UI
2005-08-29 Erik MoellerEdit toolbar - steal a little trick from DokuWiki:...
2005-08-25 Erik MoellerRemove "info"-toolbar. This used to be shown for browse...
2005-08-11 Brion Vibber* (bug 2527) Always set destination filename when new...
2005-08-02 Niklas LaxströmwfMsgHtml, id's to links, new akeytt() for testing
2005-07-06 River Tarnellwhen a value is selected, hide the 'time' entry field
2005-07-04 Brion Vibber* Fix correct use of escaping in edit toolbar bits
2005-07-03 Brion Vibber* (bug 2683) Really fix apostrophe escaping for toolbox...
2005-04-16 Tim StarlingFeature: user can specify upload destination name,...
2005-04-11 Ævar Arnfjörð Bjar... * Reverting back to 1.6, see bug 1864
2005-04-11 Ævar Arnfjörð Bjar... * Experimental autofocus on searchbox support, see...
2005-03-25 Brion Vibber* Move editsectiononrightclick setup to JavaScript...
2005-01-17 Tom GilderFix tabbed preferences script
2005-01-16 Tom GilderXHTML fixes: make MonoBook well-formed; lowercase tag...
2005-01-15 Tom GilderComplete TOC recode: proper HTML list; CSS for layout...
2004-11-23 Brion Vibber(bug 482) Don't print TOC box when hidden. Patch by...
2004-09-05 Antoine Mussofiles moved from /stylesheets/ (wich is now obsolete)