Brion Vibber
8fab89a6c4
Cleanup from r19742:
...
* use diffchange class alone for backwards compatibility with old renderings and diff plugins
* set text-decoration: none in diffs in RSS/Atom feeds
* fix bad diff regex in UTF-8 RandomTest script
2007-02-04 18:42:07 +00:00
Aryeh Gregor
e393349a76
* Make CSS for galleries work for cached pages
...
* Fix CSS for non-Monobook/Monobook handheld
2007-02-04 00:34:44 +00:00
Antoine Musso
62d676f114
Fix #6684 : Improper javascript array iteration causes problems
...
Patch by Dan Li <dto@dev.java.net>
2007-02-03 21:58:37 +00:00
Antoine Musso
442a347d5a
Kill whitespaces in some javascript files.
2007-02-03 21:53:56 +00:00
Antoine Musso
fe7d2d15d4
Fix #6844 : Semantically correct tags for diffchanges (<ins> && <del>)
...
Bumps wgStyleVersion to 55.
Patch by Messi <messias+spam@gmail.com>
2007-02-03 21:47:53 +00:00
Antoine Musso
c2138e7c6c
Fix #8789 : AJAX search - Enter button does not work in IE
...
Patch by Andy <andrew.cook@chw.edu>, reviewed by NotACat on IRC
2007-02-03 21:34:44 +00:00
Aryeh Gregor
b672f737ab
* (bug 6987) Allow perrow, widths, and heights attributes for <gallery> (I deliberately called them "widths"/"heights" and not "width"/"height" because the latter two would most obviously mean width and height of the gallery itself)
...
* Convert <gallery> caption to, well, a <caption>
2007-02-02 03:32:03 +00:00
Aryeh Gregor
ad15aad60d
* (bug 8711) Stop floats in previews from spilling into edit area with toolbar disabled. Doesn't seem to happen on most browsers anyway, but no harm in adding an extra clear for any it might work that way on.
2007-02-02 00:29:35 +00:00
Ilmari Karonen
d2a3135818
Merge sorttable.js code into wikibits.js, get rid of JS hack for on-demand loading the former, re-do some cleanup lost in r18775.
2007-01-31 12:51:18 +00:00
Ilmari Karonen
ff82e13951
fix loss of HTML formatting in table header cells
2007-01-30 16:31:55 +00:00
Antoine Musso
90759fa8a1
Fix #8819 : full patch disclosure with skin dependencies.
2007-01-29 21:15:34 +00:00
Nick Jenkins
f88c771756
The war on redundant ampersand usage!
...
* Convert "$dbw =& wfGetDB( DB_MASTER );" --> "$dbw = wfGetDB( DB_MASTER );"
* convert "$skin =& $wgUser->getSkin();" --> "$skin = $wgUser->getSkin();"
For the time being have not changed the function definitions of wfGetDB() or User::getSkin() [i.e. they are still both return-by-ref], so as to ensure the interface does not change for extensions [some of which may still be trying to run on PHP4 environments]. However presumably at some point this can be changed too.
Also includes tiny tweak to newlines in parserTests - will show 1 rather than 2 newlines between the "Reading tests from" strings when in quiet mode.
2007-01-22 23:50:42 +00:00
Brion Vibber
a433c3d045
* (bug 8719) Firefox release notes lie! Fix tooltips for Firefox 2 on x11;
...
accesskeys default settings appear to be same as Windows.
2007-01-22 17:59:43 +00:00
Antoine Musso
ce0fb01d05
New hook: AjaxAddScript. Used to load some more ajax javascripts
2007-01-21 16:46:36 +00:00
Brion Vibber
0b06a4fffc
Revert r19529 ('ajax editors list'); per chat w/ hashar I recommend working on this as an extension for now. It seems pretty modular, and should be an ideal candidate for that.
2007-01-21 03:14:06 +00:00
Antoine Musso
ed8e8e5833
Optional feature : 'Ajax show editors' based on an idea by Tim Starling
...
Merge from hashar's branch.
2007-01-20 21:05:36 +00:00
Antoine Musso
f5e16ebe09
userCan(Edit|Create|Move) are deprecated : do not use them
2007-01-20 17:58:38 +00:00
Antoine Musso
c771fc9c96
Use Doxygen @addtogroup instead of phpdoc @package && @subpackage
2007-01-20 15:09:52 +00:00
Rotem Liss
8f2dbca893
Adding var declaration.
2007-01-16 14:18:30 +00:00
Ilmari Karonen
603f670260
IE compatibility fix (thanks, howcheng): don't pass a null second param to insertBefore()
2007-01-15 18:32:10 +00:00
Rob Church
717fee6326
(bug 8628) Add user-aware block list link to Special:Blockip
2007-01-15 06:45:46 +00:00
Aryeh Gregor
f5de38babe
(bug 8639) Remove some styles for nonexistent classes
2007-01-15 06:06:09 +00:00
Ilmari Karonen
d7c506bc31
Make setupCheckboxShiftClick() process all checkboxes, not just those in ULs. This not only makes it more versatile, but it's faster too, since checkboxes tend to be much less common than list items.
2007-01-15 04:28:07 +00:00
Ilmari Karonen
fddab51ae4
replace Simetrical's hack from r19269+r19270 with a slightly less ugly hack
2007-01-15 02:34:21 +00:00
Aryeh Gregor
e1e1ddf7a6
DO NOT LEAVE ALERT() IN CODE *twitch*
2007-01-15 00:02:45 +00:00
Aryeh Gregor
0f60d3f931
* Don't iterate through all elements to update tooltips/accesskeys, iterate through as few as possible while still guaranteeing that you'll add all accesskeys
...
* Only call updateTooltipAccessKeys from addPortletLink if necessary
* Give search box a tooltip in Monobook
2007-01-14 23:48:42 +00:00
Rob Church
4b5d7f7cc9
(bug 8619) Add user-aware "unblock" link to Special:Blockip
2007-01-14 21:00:40 +00:00
Brion Vibber
6ca171e7b8
PLEASE TEST YOUR ONE-LINE COMMITS THANKS
2007-01-14 10:21:53 +00:00
Aryeh Gregor
0eeebf1d3a
(bug 8622) Clean up check for whether watch checkbox exists. Thanks to Brion for suggesting the path of sanity.
2007-01-14 02:30:26 +00:00
Aryeh Gregor
c80283f879
Use browser default for printing size, don't force to 11pt.
2007-01-14 01:28:13 +00:00
Antoine Musso
aa10be0526
remove evil whitespaces
2007-01-13 21:33:35 +00:00
Ilmari Karonen
382be58de6
add new convenience function addPortletLink() to replace http://en.wikipedia.org/wiki/Wikipedia:WikiProject_User_scripts/Scripts/addLink
2007-01-13 01:14:54 +00:00
Ilmari Karonen
7873dd9274
set doneOnloadHook _before_ calling any hooks, so they don't get run twice if there's an error in one of them. (not bumping $wgStyleVersion, since I just did)
2007-01-13 00:15:51 +00:00
Ilmari Karonen
08c9ea1db3
split the new-style accesskey/tooltip code from akeytt() into a new function, keep the old akeytt() code for compatibility only. (not bumping $wgStyleVersion, since I just did)
2007-01-13 00:11:08 +00:00
Ilmari Karonen
8910338cb8
akeytt(id) was broken, fix it; also make sure window.ta is defined, since many user scripts assume it is
2007-01-12 23:06:06 +00:00
Aryeh Gregor
7912a23eb3
* (bug 8002) Math should render left-to-right even in right-to-left wikis
2007-01-12 04:59:26 +00:00
Aryeh Gregor
c4a612ac8c
* Brion says Opera Mac uses Shift-Esc-, not Ctrl-
...
* Show "Ctrl-", not "Control-", for standardization
2007-01-12 01:48:20 +00:00
Ilmari Karonen
08c71526ba
Partially rv r19101+r19102, fix noise in error console by explicitly
...
referring to window.ta. Also make a local copy to avoid it getting
clobbered below if doId is given; this seems reasonable, hopefully it
won't break any hidden assumptions anywhere.
2007-01-11 02:20:19 +00:00
Aryeh Gregor
bcb8af7d62
Fix to keep even more JS error consoles happy
2007-01-11 01:01:40 +00:00
Aryeh Gregor
6f30c811e7
Fix to keep JS error consoles happy
2007-01-11 01:00:34 +00:00
Aryeh Gregor
4e925e25f8
Use the full id for Monobook accesskeys/tooltips, to avoid conflicts like watch/ca-watch and n-help/ca-nstab-help. Also fix some still-lingering errors. Anyway, if any scary-looking foreigners ask in a menacing tone what happened to their tooltips, you know where to send them . . . sigh.
2007-01-11 00:57:30 +00:00
Aryeh Gregor
4d177f5d13
XHTML validity
2007-01-10 06:03:14 +00:00
Aryeh Gregor
f0754277f4
* (bugs 5051, 5376) All tooltips and accesskeys moved out of Monobook.js and into their own system messages. JavaScript is now only used to attach the prefix to the accesskey in the tooltip.
...
** All languages should work correctly (all are free from syntax errors and some random picks look right), yay ssed
** Tested en in a couple of browsers, all accesskeys and tooltips appear to work perfectly
** Accesskeys/tooltips can be removed by setting the appropriate messages to '-'
** Any preexisting modifications made to the ta array will carry through, although it should be considered deprecated
* Removed some undocumented JS related to bidi that snuck into MessagesKu.php's and MessagesYi.php's monobook.js, it should be added via wikibits.js for all bidi languages if we want it at all
2007-01-10 05:18:30 +00:00
Aryeh Gregor
d1d3932954
Fix major display regression for CSS 1 browsers like IE5 (see wikien-l).
2007-01-08 17:41:30 +00:00
Aryeh Gregor
2f8b64032e
* (bug 7020) Improved handheld stylesheet for Monobook (merged into main.css, not separate file). It looks very nice in Opera's small screen mode, if I do say so myself. :)
...
* This *should not* change anything for non-handheld, but I did have to add a missing <div class="pBody"> wrapper to cactions, and it's marginally possible that some quirky browser won't accept the style rules I added to make things look identical. So there should be no problem, but be on the lookout.
2007-01-08 03:48:00 +00:00
Antoine Musso
f5020768d2
Implements #7667 : allow XHTML namespaces customization. Patch by Evan Miller
2007-01-07 22:31:07 +00:00
Antoine Musso
e7266e7956
New way to display the extensions and hooks. Pending css tweaking.
2007-01-07 02:15:36 +00:00
Tim Starling
f9d5f624c4
Revert fix of bug 8326 in r18461, plus an unrelated change to DefaultSettings.php.
2007-01-05 16:40:55 +00:00
Aryeh Gregor
1158f55138
Another todo for sorttable
2007-01-03 17:33:16 +00:00
Aryeh Gregor
b240c14046
(bug 7020) Provisional stylesheet for handhelds (currently Monobook-only). Basically I just killed the suspicious-looking stuff like floats, funny positioning, excessive margins, and so on.
...
Not actually tested, but probably better than nothing. Still, whoever scaps should maybe check it out on testwiki via http://www.operamini.com/features/simulator/ (or even an actual handheld!) to see if it royally mucks stuff up before making this live.
2007-01-03 01:58:53 +00:00