Merged revisions 24095-24212 via svnmerge from
svn+
ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3
........
r24095 | robchurch | 2007-07-14 15:06:01 -0700 (Sat, 14 Jul 2007) | 1 line
(
bug 10520) Preview licences during upload via AJAX
........
r24097 | robchurch | 2007-07-14 16:54:00 -0700 (Sat, 14 Jul 2007) | 2 lines
* Indicate when a preview is unavailable/failed
* Show a little progress "spinner" during the AJAX request
........
r24098 | robchurch | 2007-07-14 16:59:32 -0700 (Sat, 14 Jul 2007) | 1 line
Show the spinner for the destination filename check, too
........
r24099 | yurik | 2007-07-14 17:52:35 -0700 (Sat, 14 Jul 2007) | 1 line
API: Removed maximum limit checking when running api in an internal mode.
........
r24100 | yurik | 2007-07-14 18:12:54 -0700 (Sat, 14 Jul 2007) | 1 line
API: Fixed
Bug 10544 Add 'rc_id' column to 'recentchanges' query.
........
r24101 | rotem | 2007-07-14 18:28:55 -0700 (Sat, 14 Jul 2007) | 1 line
Update.
........
r24102 | rotem | 2007-07-14 18:32:10 -0700 (Sat, 14 Jul 2007) | 1 line
Have this message appear in Special:Allmessages.
........
r24105 | amidaniel | 2007-07-14 21:57:45 -0700 (Sat, 14 Jul 2007) | 2 lines
Security fix: Previously it was possible to include unprotected and even content pages in site and user jss/css pages via action=raw. Now when requesting a page as text/javascript or text/css, if it should not contain such content, it simply returns '/* EMPTY */'.
........
r24106 | amidaniel | 2007-07-14 22:04:24 -0700 (Sat, 14 Jul 2007) | 2 lines
Actually, let's make that message a tid bit more clear: "Page type not compatible with requested mime type."
........
r24107 | robchurch | 2007-07-14 22:08:06 -0700 (Sat, 14 Jul 2007) | 1 line
MIME is an acronym...
........
r24108 | yurik | 2007-07-14 23:26:41 -0700 (Sat, 14 Jul 2007) | 1 line
API: improved list=logevents - added leprop, decoded some log types
........
r24111 | yurik | 2007-07-14 23:56:54 -0700 (Sat, 14 Jul 2007) | 1 line
API: an alternative "continue" value formatted as a URL-encoded snippet. Commented at this point.
........
r24112 | wegge | 2007-07-15 00:34:00 -0700 (Sun, 15 Jul 2007) | 1 line
Updated translations for da
........
r24117 | jeluf | 2007-07-15 04:14:53 -0700 (Sun, 15 Jul 2007) | 1 line
New Parser::setTransparentTagHook for parser extension and template compatibility
........
r24129 | simetrical | 2007-07-15 13:21:05 -0700 (Sun, 15 Jul 2007) | 1 line
Remove bogus 'speak: none;' declaration. It's invalid for the media types, breaking CSS validation, and will only confuse actual screen readers that are clever enough to look at screen/projection CSS.
........
r24140 | amidaniel | 2007-07-15 18:10:38 -0700 (Sun, 15 Jul 2007) | 2 lines
Added hook point to allow extensions to add to contentSub on Special:Contributions.
........
r24147 | amidaniel | 2007-07-16 00:11:25 -0700 (Mon, 16 Jul 2007) | 2 lines
Document recently added SpecialContribsSubEnd hook, as well as SpecialContributionsBeforeMainOutput (which apparently didn't get documented when it was added).
........
r24151 | raymond | 2007-07-16 01:02:36 -0700 (Mon, 16 Jul 2007) | 2 lines
* (
bug 10598) Update Japanese translation
Patch by Kkkdc
........
r24152 | raymond | 2007-07-16 01:13:01 -0700 (Mon, 16 Jul 2007) | 2 lines
* (
bug 10577) Update Thai translation
Patch by Manop K
........
r24153 | raymond | 2007-07-16 01:25:12 -0700 (Mon, 16 Jul 2007) | 2 lines
* (
bug 10581) Update Chinese translations
Patch by Shinjiman
........
r24156 | raymond | 2007-07-16 01:44:21 -0700 (Mon, 16 Jul 2007) | 2 lines
* (
bug 10575, 10576) Update Swedish translations
Patch by Lejonel
........
r24157 | raymond | 2007-07-16 03:44:38 -0700 (Mon, 16 Jul 2007) | 5 lines
Housekeeping:
* Removing outdated messages
* linkfixing URLs
* spaces
........
r24158 | robchurch | 2007-07-16 04:21:21 -0700 (Mon, 16 Jul 2007) | 1 line
Rename 'SpecialContribSubEnd' hook to more appropriate 'ContributionsToolLinks', pass user identifier as first parameter, correct misleading documentation ($nt is a Title, not a User), use standard language in release notes as for other hooks
........
r24159 | robchurch | 2007-07-16 04:30:27 -0700 (Mon, 16 Jul 2007) | 1 line
Less verbose; don't bother with "return not evaluated", gives the wrong impression (i.e. hooks *have* to return something) - if the return would affect whether or not an operation occurs, it's probably better to be explicit about this, e.g. "Set $result and return false to override..."
........
r24163 | simetrical | 2007-07-16 07:42:27 -0700 (Mon, 16 Jul 2007) | 7 lines
* Add CSS compatibility for Opera 9.5
* Remove largely untested handheld stylesheet, which was causing more trouble
than good. Proper handheld support will be added at a future date. For now,
display should be acceptable either with CSS turned off or when using a so-
phisticated handheld browser.
Per discussion with David Storey from Opera.
........
r24165 | raymond | 2007-07-16 08:15:26 -0700 (Mon, 16 Jul 2007) | 2 lines
* Add a message if category is empty
........
r24168 | simetrical | 2007-07-16 08:51:08 -0700 (Mon, 16 Jul 2007) | 3 lines
* RELEASE-NOTES from last commit
* (
bug 1629) Stop section edit links from being shoved down by other floats, using a one-line CSS fix that should have no other effects
* Move some editsection rules into shared.css (some more header stuff is still left scattered around and should probably be centralized before that document structure is mercilessly purged as evil and un-semantic)
........
r24169 | simetrical | 2007-07-16 08:53:55 -0700 (Mon, 16 Jul 2007) | 1 line
, too
........
r24170 | wegge | 2007-07-16 09:59:24 -0700 (Mon, 16 Jul 2007) | 1 line
Updated translations for da
........
r24171 | raymond | 2007-07-16 10:03:21 -0700 (Mon, 16 Jul 2007) | 1 line
Oops from
r24157. Thanks to [[:de:User:UV]].
........
r24172 | robchurch | 2007-07-16 10:04:39 -0700 (Mon, 16 Jul 2007) | 1 line
(
bug 3173) Option to offer exported pages as a download, rather than displaying inline, as in most browsers; set Content-disposition: attachment with a filename incorporating the site name and timestamp. Defaults to being checked. Also rewrote the Export form generator to use Xml class methods; tweaked spacing on the existing check box. Tweaked English default for "exporttext".
........
r24173 | wegge | 2007-07-16 10:09:09 -0700 (Mon, 16 Jul 2007) | 1 line
Updated translations for da
........
r24175 | rotem | 2007-07-16 12:03:05 -0700 (Mon, 16 Jul 2007) | 1 line
Update.
........
r24176 | simetrical | 2007-07-16 12:48:18 -0700 (Mon, 16 Jul 2007) | 1 line
(
bug 4650) Added various sanity checks to site stats generation.
........
r24177 | simetrical | 2007-07-16 13:01:54 -0700 (Mon, 16 Jul 2007) | 1 line
Whoops, reversed inequality. Forgot to check whether this is being run *too* often.
........
r24178 | simetrical | 2007-07-16 13:05:32 -0700 (Mon, 16 Jul 2007) | 1 line
Er, right. Best to have "return true;" somewhere in the function, isn't it?
........
r24181 | greg | 2007-07-16 14:28:01 -0700 (Mon, 16 Jul 2007) | 2 lines
Fix
bug 10608, plus a bonus one that was hidden by that bug.
........
r24182 | robchurch | 2007-07-16 15:40:32 -0700 (Mon, 16 Jul 2007) | 2 lines
Mention bug fix from
r24181 in release notes; if the "other bug" is worth mentioning too, please add that as well
........
r24185 | robchurch | 2007-07-16 17:22:57 -0700 (Mon, 16 Jul 2007) | 1 line
Update comment
........
r24188 | avar | 2007-07-16 20:32:39 -0700 (Mon, 16 Jul 2007) | 2 lines
removed byte order mark, this makes t/maint/bom.t pass
........
r24189 | avar | 2007-07-16 20:32:43 -0700 (Mon, 16 Jul 2007) | 2 lines
Importing Test.php 0.12 from CPAN
........
r24190 | avar | 2007-07-16 20:46:28 -0700 (Mon, 16 Jul 2007) | 2 lines
ok 0 => msg ==> fail(msg) ; ok 1 => msg ==> pass(msg)
........
r24191 | amidaniel | 2007-07-16 23:04:09 -0700 (Mon, 16 Jul 2007) | 2 lines
It appears that some MIME detectors on Windows machines identify svg's as 'image/svg' instead of 'image/svg+xml'. Might as well have both in $wgMediaHandlers.
........
r24192 | raymond | 2007-07-16 23:24:04 -0700 (Mon, 16 Jul 2007) | 2 lines
* (
bug 10577) Update Thai translation
Patch by Manop K
........
r24193 | raymond | 2007-07-17 00:07:24 -0700 (Tue, 17 Jul 2007) | 3 lines
Housekeeping
* Making message 'sorbs' optional. It is untranslated/untranslatable in most languages.
* Removing
http://www.sorbs.net from all messages. It was removed from MessagesEn.php in
r17528 as it is no longer the DNSBL default.
........
r24194 | nikerabbit | 2007-07-17 01:43:51 -0700 (Tue, 17 Jul 2007) | 2 lines
* Updates
........
r24195 | aaron | 2007-07-17 03:27:23 -0700 (Tue, 17 Jul 2007) | 1 line
*Note cascading protection, patch by Lejonel (
bug 10614)
........
r24198 | brion | 2007-07-17 07:46:43 -0700 (Tue, 17 Jul 2007) | 4 lines
* (
bug 10615) Fix for transwiki import when CURL not available
Was doing a POST without sending Content-Length header, which some web servers get real pissy about.
Now sends a 'Content-Length: 0' header
........
r24200 | brion | 2007-07-17 08:13:57 -0700 (Tue, 17 Jul 2007) | 5 lines
A little more cleanup on the fallback (non-cURL) HttpFunctions fetch.
Include a User-Agent header equivalent to the cURL one; this also is needed
when fetching export pages from Wikipedia, as we currently block the default
PHP user-agent string...
........
r24201 | raymond | 2007-07-17 08:28:36 -0700 (Tue, 17 Jul 2007) | 2 lines
* Removing some {{PLURAL:}} calls as wfMsgforContent does not support plural :-(
* Update German
........
r24202 | brion | 2007-07-17 08:50:50 -0700 (Tue, 17 Jul 2007) | 3 lines
Revert
r24105,
r24106,
r24107 'security fix' forbidden text/css and text/javascript for pages not matching some particular formats.
This doesn't actually do the job; browsers aren't this picky about their JavaScript, and many aren't picky about CSS either. Further, this actually breaks internal JS such as the gen=js mode.
........
r24204 | robchurch | 2007-07-17 09:44:40 -0700 (Tue, 17 Jul 2007) | 2 lines
* Clean up User::isValidPassword()
* Document 'isValidPassword' hook
........
r24205 | rotem | 2007-07-17 09:50:49 -0700 (Tue, 17 Jul 2007) | 1 line
Update.
........
r24206 | robchurch | 2007-07-17 09:52:55 -0700 (Tue, 17 Jul 2007) | 1 line
Fix
........
r24207 | brion | 2007-07-17 10:16:59 -0700 (Tue, 17 Jul 2007) | 4 lines
* (
bug 8054) Return search page for empty search requests with ugly URLs
Send things to Special:Search as long as a 'search=' parameter is given, even if it's empty.
Also removed a redundant second check for the parameter.
........
r24209 | brion | 2007-07-17 11:14:36 -0700 (Tue, 17 Jul 2007) | 6 lines
URL-encode the content-disposition suggested filename for XML export data.
This fixes the filename encoding for non-pure-ASCII site names on IE 6/7, and may fix issues with other ASCIIish chars.
Safari 2/Mac messes up the filename either way, but percent codes are probably still better here than garbage characters. :)
IE/Mac and Safari 3/Win don't appear to pay attention to the content-disposition and still show the XML inline.
........
r24210 | brion | 2007-07-17 12:16:53 -0700 (Tue, 17 Jul 2007) | 2 lines
* (
bug 10572) Force refresh after clearing visitation timestamps on watchlist
........
r24212 | brion | 2007-07-17 13:27:23 -0700 (Tue, 17 Jul 2007) | 2 lines
clarify comment
........