aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/wikibits.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge 'real' beta4 from HEADBrion Vibber2004-06-271-7/+8
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4179
* Merge with HEADJens Frank2004-06-171-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4091
* Merge 1.3.0beta3 from HEADBrion Vibber2004-06-131-10/+37
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/4051
* Merge to HEAD; 1.3.0beta2Brion Vibber2004-06-061-3/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3892
* unhide tz button also for older js-enabled browsersGabriel Wicke2004-05-201-2/+6
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3637
* hide 'guess timezone' button if javascript is not available.Jens Frank2004-05-201-0/+1
| | | | | | | (fix for bug #928031) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3636
* fix for safariGabriel Wicke2004-05-191-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3628
* -margin +classNameGabriel Wicke2004-05-191-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3624
* prefs toc/foldingGabriel Wicke2004-05-191-0/+62
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3618
* Arbitrary diff selection without javascriptGabriel Wicke2004-05-181-0/+62
| | | | | | | The checkboxes are replaced by two columns of radio boxes. If js is available it does some styling tasks/makes sure sensible version combinations are selected. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3605
* khtml fix stylesheetGabriel Wicke2004-05-101-0/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3531
* * Opera tweaks: fixes for Opera 6 don't influence 7 anymore, cosmetiv tweaks ↵Gabriel Wicke2004-04-261-0/+15
| | | | | | | | | to the tabs, red discussion link, external link icon * IE50 footer slightly wider Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/3339
* do not focus textarea on SafariErik Moeller2004-04-031-1/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2944
* another scrolling bugErik Moeller2004-04-031-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2942
* missing semicolonErik Moeller2004-04-031-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2934
* Fix toolbar scrolling bug in Mozilla, toolbar can now be safely and fullyErik Moeller2004-04-031-24/+23
| | | | | | | used in Moz Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2933
* Printable mode cleanup. Now done through stylesheets, <link>ed so that theBrion Vibber2004-03-211-2/+2
| | | | | | | | | | | | | | | | | | | | print command on a regular page will actually use the print stylesheet. Explicitly following the printable link will also show the printable view on screen. CAVEATS: IE/Win may oversimplify the link style in what should be colored or underlined text. Page title is not shown in Nostalgia skin printable view. Part of the footer is duplicated in the output and will be visible in a styleless user agent (lynx, really old Netscape, etc). Some render options aren't totally handled right for printable, such as ? brokenlinks. Also, section edit links are now available in diff view if the dest rev is the current revision. Some misc code clean-up and formatting as well. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2777
* Change behavior of toolbar in browsers not supporting document.selection:Erik Moeller2004-03-151-17/+53
| | | | | | | | | | | | | | | | - When the mouse is moved over the buttons the infobox shows an example text - When the user *clicks* a button, he is prompted to enter text, which is then formatted according to the button they chose and inserted into the infobox - After the first button has been clicked, the infobox no longer changes on mouse move to allow for copy and pasting. This could be modified to add an additional [+] button that pastes the content of the the infobox into the textarea, but I've tried this and found it confusing. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2735
* Force the wiki out of frameset thievesBrion Vibber2004-03-021-0/+3
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2597
* Add escaping necessary to deal with tips and example text that contain ↵Brion Vibber2004-03-011-2/+11
| | | | | | | apostrophes and such (needed for French etc) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2582
* Compatibility fixes for edit toolbar:Brion Vibber2004-03-011-8/+10
| | | | | | | | | | | | | * Use infobox mode for Gecko. Inline direct editing is neat, but because of a Mozilla bug that induces weird scrolling it's confusing and unusable. When Mozilla fixes the bug and we can detect it, we'll enable it for fixed versions only. * Use 'new RegExp()' instead of '//' to avoid ugly JS parse errors when viewing pages in Netscape 3. There are still runtime errors in NS3 at edit time, but this lets people read in peace. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2578
* insertTags() now ignores any final space character in the selection ↵Mr. E232004-02-021-2/+12
| | | | | | | (normally caused by double-clicking a word) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2429
* Half hour time zonesTim Starling2004-01-261-2/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2361
* show infobox in all KHTML browsersErik Moeller2004-01-191-1/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2325
* Use an infobox instead of copy & pasting the toolbar text in browsersErik Moeller2004-01-191-2/+23
| | | | | | | that do not support insertion at caret point Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2322
* JS for button generationErik Moeller2004-01-181-0/+22
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2313
* some JS cleanupErik Moeller2004-01-181-15/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2311
* insert tags at cursor position in MOZ and IE, simplify codeErik Moeller2004-01-181-40/+19
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2310
* New edit toolbar for bold, italic, links, headlines, math, images, media,Erik Moeller2004-01-111-2/+64
| | | | | | | | | | sigs, horizontal lines (more can be added easily). Select text and click to apply, or just click to see an example. Mouseover should show speedtips. Also, access keys for the edit window (ALT+P=Preview, ALT+S=Save) -> Moz+IE Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2278
* Remove old mozilla hackBrion Vibber2003-12-081-24/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/2158
* Nov. branch merge. Various features backported from stable, various bug fixes.Tim Starling2003-11-091-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1914
* 1) moved some toc layout elements to stylesheetErik Moeller2003-07-201-9/+13
| | | | | | | | | 2) fixed edit section bug (would not trigger on <h[1-6]> elements 3) show/hide javascript toggle text changes when clicked 4) toc centered, smaller font Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1497
* Temporary hack for Mozilla bug; revert to quirks mode handling of <hr>Brion Vibber2003-07-101-0/+24
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1456
* Add a simple hide/show goodie for the TOC in JavaScript.Brion Vibber2003-07-061-0/+25
| | | | | | | TODO: toggle the display of 'hide/show' button, save info in cookie. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1432
* Disable page cache option; move RC javascript to wikibits.js; spiffy up ↵Brion Vibber2003-05-171-0/+15
| | | | | | | timezone prefs a bit Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1328
* Initial revisionLee Daniel Crocker2003-04-141-0/+32
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1284 http://mediawiki.org/wiki/Special:Code/MediaWiki/1286