Merged revisions 23910-24094 via svnmerge from
svn+
ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3
........
r23910 | raymond | 2007-07-09 11:07:43 -0700 (Mon, 09 Jul 2007) | 2 lines
* (
bug 10513) Update Chinese translations
Patch by Shinjiman
........
r23911 | wegge | 2007-07-09 11:09:26 -0700 (Mon, 09 Jul 2007) | 1 line
Updated translations for da
........
r23914 | brion | 2007-07-09 11:45:05 -0700 (Mon, 09 Jul 2007) | 2 lines
Assume last year, not this year, when jumping to a month that hasn't happened yet this year
........
r23916 | aaron | 2007-07-09 12:39:18 -0700 (Mon, 09 Jul 2007) | 1 line
*Index image and oldimage tables by user/timestamp (this should help slow renameuser queries on commons at the least)
........
r23917 | aaron | 2007-07-09 13:05:22 -0700 (Mon, 09 Jul 2007) | 1 line
*Include usertext_timestamp index here
........
r23921 | aaron | 2007-07-09 14:09:39 -0700 (Mon, 09 Jul 2007) | 1 line
*clean up comment
........
r23922 | simetrical | 2007-07-09 14:16:58 -0700 (Mon, 09 Jul 2007) | 1 line
Magic numbers are evil, use named constants.
........
r23924 | brion | 2007-07-09 14:39:42 -0700 (Mon, 09 Jul 2007) | 9 lines
* (
bug 10316) Prevent inconsistent cached skin settings in gen=js by setting the intended skin directly in the URL.
Not sure whether the global 'skin' and 'stylepath' settings should be removed from the gen=js or from the inline vars, but this fixes the inconsistency between them.
It also fixes the inconsistent use of skin-specific .js files (MediaWiki:Monobook.js loaded for wrong skin, etc).
By passing the skin name directly in the gen=js, we ensure both that we have the correct skin information cached
and that you'll get the JS along with useskin= on an HTML page.
Normally useskin= prevents caching, but RawPage handles its own caching headers, so this doesn't cause any problems here. Doesn't seem to be a performance problem in my quick ab testing either.
........
r23927 | simetrical | 2007-07-09 15:12:55 -0700 (Mon, 09 Jul 2007) | 1 line
Okay, use named constants that are actually equivalent to what they replace. But still use named constants. (Thanks, Raymond)
........
r23928 | rainman | 2007-07-09 16:38:54 -0700 (Mon, 09 Jul 2007) | 1 line
Add --redirects-only switch to refreshLinks.php, which refreshes the redirect table, maybe this should be done by default as well.
........
r23929 | suuch | 2007-07-09 17:38:29 -0700 (Mon, 09 Jul 2007) | 1 line
Initial commit that reproduces 1.10 implementation functionality
........
r23930 | rotem | 2007-07-09 18:00:38 -0700 (Mon, 09 Jul 2007) | 1 line
Update.
........
r23931 | aaron | 2007-07-09 18:11:41 -0700 (Mon, 09 Jul 2007) | 1 line
*Comment format
........
r23932 | simetrical | 2007-07-09 18:32:30 -0700 (Mon, 09 Jul 2007) | 1 line
(
bug 10413) DISPLAYTITLE doesn't escape HTML entities, causing the displayed title to a) be wrong and b) not normalize to the actual title. No RELEASE-NOTES because this feature was only added this release anyway. Patch based on one by WebBoy.
........
r23933 | ivanlanin | 2007-07-09 19:48:19 -0700 (Mon, 09 Jul 2007) | 1 line
Indonesian (id) localisation updates.
........
r23940 | robchurch | 2007-07-10 01:10:04 -0700 (Tue, 10 Jul 2007) | 1 line
Revert bogus reversion
........
r23952 | robchurch | 2007-07-10 05:25:06 -0700 (Tue, 10 Jul 2007) | 2 lines
* (
bug 9903) Don't mark redirects in categories as stubs [wrong semantics]
* Escaping issue
........
r23953 | yurik | 2007-07-10 06:46:22 -0700 (Tue, 10 Jul 2007) | 1 line
Added $wgShowHostnames to shows/hide host names in API results and HTML comments
........
r23958 | robchurch | 2007-07-10 07:19:22 -0700 (Tue, 10 Jul 2007) | 2 lines
* Code conventions
* Tweak release notes
........
r23964 | robchurch | 2007-07-10 07:57:00 -0700 (Tue, 10 Jul 2007) | 1 line
(
bug 6965) Cannot include "Template:R" with {{R}} (magic word conflict)
........
r23965 | raymond | 2007-07-10 08:01:39 -0700 (Tue, 10 Jul 2007) | 2 lines
* (
bug 10503) Update Afrikaans translations
Patch by Shinjiman
........
r23967 | robchurch | 2007-07-10 08:08:48 -0700 (Tue, 10 Jul 2007) | 1 line
Ditch redundant trim-and-length check
........
r23972 | robchurch | 2007-07-10 12:23:01 -0700 (Tue, 10 Jul 2007) | 1 line
(
bug 9936) Per-edit suppression of preview-on-first edit with "preview=no", and allow showing a one-off preview on first edit with "preview=yes". I broke down the huge boolean test in the return statement to make it much clearer and easier to read.
........
r23973 | brion | 2007-07-10 12:37:12 -0700 (Tue, 10 Jul 2007) | 3 lines
Fix regression caused by the namespace check on oldid override.
Don't die if we don't have a valid title yet!
........
r23974 | brion | 2007-07-10 13:01:43 -0700 (Tue, 10 Jul 2007) | 2 lines
woops -- parens broke teh diffs
........
r23976 | rotem | 2007-07-10 14:18:23 -0700 (Tue, 10 Jul 2007) | 1 line
Update.
........
r23977 | raymond | 2007-07-10 14:32:21 -0700 (Tue, 10 Jul 2007) | 1 line
Removing unused message 'fileuploaded' (
r23608)
........
r23978 | rotem | 2007-07-10 14:44:55 -0700 (Tue, 10 Jul 2007) | 1 line
Update.
........
r23979 | simetrical | 2007-07-10 14:47:36 -0700 (Tue, 10 Jul 2007) | 1 line
(
bug 9151) Remove timed redirects on "Return to X" pages for accessibility.
........
r23982 | yurik | 2007-07-10 17:20:30 -0700 (Tue, 10 Jul 2007) | 1 line
Removed incorrect line -
bug 10297 is still open.
........
r23984 | werdna | 2007-07-10 17:34:38 -0700 (Tue, 10 Jul 2007) | 2 lines
* Add link to Special:Log into MonoBook toolbox
........
r23985 | aaron | 2007-07-10 18:26:27 -0700 (Tue, 10 Jul 2007) | 1 line
*Make logs show only for users
........
r23987 | simetrical | 2007-07-10 22:40:05 -0700 (Tue, 10 Jul 2007) | 1 line
PHP typing strikes again! Padding parser functions now work with strings like '0' that evaluate to false.
........
r23988 | robchurch | 2007-07-11 00:29:53 -0700 (Wed, 11 Jul 2007) | 1 line
Fix regression in URL-encoding from
r23985
........
r23989 | nickj | 2007-07-11 00:55:24 -0700 (Wed, 11 Jul 2007) | 2 lines
Native EOL style.
........
r23990 | nickj | 2007-07-11 01:00:33 -0700 (Wed, 11 Jul 2007) | 2 lines
Add "nan" interwiki prefix to wikipedia-interwiki.sql (this was discussed months ago in wikitech-l, but might make sense to have it included in this file too).
........
r23991 | nickj | 2007-07-11 01:04:46 -0700 (Wed, 11 Jul 2007) | 2 lines
@desc tags are obsolete, but I was slow to read that memo...
........
r23992 | nickj | 2007-07-11 01:09:21 -0700 (Wed, 11 Jul 2007) | 2 lines
A few comment tag tweaks.
........
r23993 | nickj | 2007-07-11 01:10:57 -0700 (Wed, 11 Jul 2007) | 2 lines
Single comment tag tweak.
........
r23994 | nickj | 2007-07-11 01:13:58 -0700 (Wed, 11 Jul 2007) | 2 lines
Cosmetic indentation + very trivial updates
........
r23996 | nickj | 2007-07-11 01:43:21 -0700 (Wed, 11 Jul 2007) | 3 lines
(
bug 10332) Title->userCan( 'edit' ) may return false positive
(If this is not convenient for the userCan refactoring, then please revert this and reopen the bug)
........
r23997 | raymond | 2007-07-11 02:21:28 -0700 (Wed, 11 Jul 2007) | 4 lines
* Removing redundant watchlist edit/clear links
* Renaming 'watchdetails' -> 'watchlist-details' incl. all localizations, some had still the old parameters $2-$4 (since ages removed from MessagesEn)
* Removing parameters $2 (seems useless/crap) and $3 (marked already as remove-TODO) from SpecialWatchlist.php and as stated above unsed since ages
* Removing 'watchall1' too, now unused
........
r23998 | raymond | 2007-07-11 03:04:12 -0700 (Wed, 11 Jul 2007) | 2 lines
Add "yue" interwiki prefix to wikipedia-interwiki.sql (renaming of zh-yue.wp is pending with
bug 8217).
........
r23999 | raymond | 2007-07-11 04:31:46 -0700 (Wed, 11 Jul 2007) | 1 line
Adding a few CSS classes per request on de.wiki
........
r24004 | nikerabbit | 2007-07-11 06:50:33 -0700 (Wed, 11 Jul 2007) | 2 lines
* Update to Arabic (ar) by Meno25 and Mido
........
r24006 | nikerabbit | 2007-07-11 07:22:33 -0700 (Wed, 11 Jul 2007) | 2 lines
* Updates to Norwegian (no) translation
........
r24007 | nikerabbit | 2007-07-11 07:26:15 -0700 (Wed, 11 Jul 2007) | 2 lines
* Updates to Piedmontese (pms)
........
r24008 | brion | 2007-07-11 07:50:03 -0700 (Wed, 11 Jul 2007) | 3 lines
Revert
r23999 -- too-specific class names are annoying and unmaintainable.
This is CSS -- use selectors for that!
........
r24011 | robchurch | 2007-07-11 08:15:38 -0700 (Wed, 11 Jul 2007) | 1 line
(
bug 10539) Typo
........
r24012 | rotem | 2007-07-11 08:24:33 -0700 (Wed, 11 Jul 2007) | 1 line
This function is now not completely new, thus new extensions which don't have to be backwards-compatible can use it.
........
r24013 | rotem | 2007-07-11 08:30:23 -0700 (Wed, 11 Jul 2007) | 1 line
Fix.
........
r24016 | brion | 2007-07-11 10:45:25 -0700 (Wed, 11 Jul 2007) | 2 lines
Don't spew () when tools group is empty (as on last line where there can be no undo link)
........
r24017 | brion | 2007-07-11 12:21:34 -0700 (Wed, 11 Jul 2007) | 4 lines
Fix regression from
r23575 -- wl_notificationtimestamp didn't get updated anymore on update notification, leading to duplicate mails being sent out.
Doing a WHERE on x=NULL doesn't work; need to do 'x IS NULL' here.
Perhaps we should make the DB functions smarter to handle that case to do what we'd expect it to do (as we do turning arrays into 'IN (...)') but this'll fix it for now.
........
r24018 | raymond | 2007-07-11 12:33:11 -0700 (Wed, 11 Jul 2007) | 2 lines
* (
bug 10405) Update Farsi translation
Patch by Huji
........
r24019 | raymond | 2007-07-11 12:43:28 -0700 (Wed, 11 Jul 2007) | 1 line
URL linkfixes. Redirects exists, housekeeping for other message files can be done togehter with other updates.
........
r24020 | aaron | 2007-07-11 13:07:25 -0700 (Wed, 11 Jul 2007) | 1 line
*Make null values of arrays use NULL(for lists) or IS NULL, rather than x = NULL, which doesn't work
........
r24021 | aaron | 2007-07-11 13:26:33 -0700 (Wed, 11 Jul 2007) | 1 line
*Still use = for LIST_SET so as not no kill non-where queries
........
r24022 | jeluf | 2007-07-11 13:44:33 -0700 (Wed, 11 Jul 2007) | 1 line
Fix bug with <nowiki> in front of links for wikis where linkPrefixExtension is true
........
r24024 | raymond | 2007-07-11 23:06:51 -0700 (Wed, 11 Jul 2007) | 2 lines
* (
bug 10546) Update Chinese translations
Patch by Shinjiman
........
r24025 | yurik | 2007-07-11 23:54:08 -0700 (Wed, 11 Jul 2007) | 1 line
API: Per IRC discussion with brion and co, now API only works if the user has the right to read
........
r24027 | raymond | 2007-07-12 01:43:46 -0700 (Thu, 12 Jul 2007) | 2 lines
Use appropriate message for talk page links.
Localization was broken for user language != content language
........
r24028 | raymond | 2007-07-12 01:58:57 -0700 (Thu, 12 Jul 2007) | 2 lines
* (
bug 10549) Update Thai translations
Patch by Manop K
........
r24033 | brion | 2007-07-12 07:25:48 -0700 (Thu, 12 Jul 2007) | 3 lines
* (
bug 10552) Suppress rollback link in history for single-revision pages
........
r24035 | brion | 2007-07-12 08:41:57 -0700 (Thu, 12 Jul 2007) | 3 lines
* Fix for Esperanto double-x-encoding in move success page
........
r24037 | raymond | 2007-07-12 09:40:56 -0700 (Thu, 12 Jul 2007) | 1 line
Dupe translation for Special:Allpages breaks the special page
........
r24038 | rotem | 2007-07-12 09:50:29 -0700 (Thu, 12 Jul 2007) | 1 line
Update.
........
r24039 | raymond | 2007-07-12 09:52:27 -0700 (Thu, 12 Jul 2007) | 2 lines
* (
bug 10405) Update Farsi translation
Patch by Huji
........
r24041 | brion | 2007-07-12 10:32:18 -0700 (Thu, 12 Jul 2007) | 2 lines
Quick fix for html validity in log pages.... this is kind of a bad interface, shouldn't the space be added internally? :P
........
r24042 | brion | 2007-07-12 10:39:15 -0700 (Thu, 12 Jul 2007) | 19 lines
* (
bug 10526) Fix toolbar/insertTags behavior for IE 6/7 and Opera (8+)
Now matches the selection behavior on Mozilla / Safari.
Patch by Alex Smotrov.
* Don't show non-functional toolbar buttons on Opera 7 anymore
Tested and confirmed expected behavior:
* Firefox 2.0 / Mac
* Opera 9.20 / Mac
* Opera 8.0 / Mac
* Opera 7.5 / Mac (no toolbar)
* Opera 6 / Mac (no toolbar)
* Safari 2.0 / Mac
* Safari 3.0.2 / Win XP
* IE 7.0 / Win XP
* IE 6.0 / Win XP
Tested with oddities:
* iCab 3 / Mac (toolbar displays but nonfunctional; seems to have HTML parsing errors unrelated to the JS work)
........
r24044 | brion | 2007-07-12 13:08:07 -0700 (Thu, 12 Jul 2007) | 2 lines
set returnto link to the rolled-back page, not the main page!
........
r24045 | brion | 2007-07-12 13:12:00 -0700 (Thu, 12 Jul 2007) | 2 lines
*
bug 10557 -- use a line break in raw watchlist edit to avoid bugging opera
........
r24046 | brion | 2007-07-12 14:02:25 -0700 (Thu, 12 Jul 2007) | 3 lines
* (
bug 9151) Fix relative subpage links with section fragments
........
r24048 | sanbeg | 2007-07-12 14:16:03 -0700 (Thu, 12 Jul 2007) | 1 line
Add error checking for mail() function
........
r24049 | sanbeg | 2007-07-12 14:25:22 -0700 (Thu, 12 Jul 2007) | 1 line
missed a brace.
........
r24051 | wegge | 2007-07-12 23:04:36 -0700 (Thu, 12 Jul 2007) | 1 line
Updated translations for da
........
r24052 | raymond | 2007-07-12 23:33:25 -0700 (Thu, 12 Jul 2007) | 2 lines
* (
bug 10559) Update Russian translation
Patch by Alexander Sigachov
........
r24053 | nickj | 2007-07-13 01:40:08 -0700 (Fri, 13 Jul 2007) | 5 lines
Mark Mediawiki::articleFromTitle() as static to prevent following strict standards warning:
---------------------------------
Non-static method MediaWiki::articleFromTitle() should not be called statically in extensions/TalkHere/TalkHere.php on line 81
---------------------------------
........
r24054 | raymond | 2007-07-13 01:41:25 -0700 (Fri, 13 Jul 2007) | 3 lines
* (
bug 10560) Adding a space between category letter heading and "continues"
Some localizations files have a space, some not and it looks ugly without.
Removing space from localization files will be done shortly togehter with other housekeeping stuff.
........
r24056 | robchurch | 2007-07-13 02:35:12 -0700 (Fri, 13 Jul 2007) | 1 line
(
bug 10558) Remove duplicate titles in WatchlistEditor::extractTitles()
........
r24061 | werdna | 2007-07-13 07:34:10 -0700 (Fri, 13 Jul 2007) | 1 line
(
bug 10567) Updates for french localisation, by Rémi Kaupp
........
r24063 | nikerabbit | 2007-07-13 08:25:57 -0700 (Fri, 13 Jul 2007) | 2 lines
* Updates to fi
........
r24064 | raymond | 2007-07-13 08:51:48 -0700 (Fri, 13 Jul 2007) | 1 line
German translation
........
r24065 | brion | 2007-07-13 10:25:06 -0700 (Fri, 13 Jul 2007) | 4 lines
* (
bug 10508) Allow HTML attributes on <gallery>
* (
bug 1962) Allow HTML attributes on <math>
........
r24067 | brion | 2007-07-13 11:08:41 -0700 (Fri, 13 Jul 2007) | 2 lines
Add support for $suffix parameter on wfBasename() clone of basename(), for completeness' sake
........
r24091 | robchurch | 2007-07-14 11:41:26 -0700 (Sat, 14 Jul 2007) | 1 line
(
bug 10530) Introduce optional "sp-contributions-explain" message for additional explanation in Special:Contributions
........
r24092 | yurik | 2007-07-14 12:04:31 -0700 (Sat, 14 Jul 2007) | 1 line
API: Big change: Removed all userCanRead() checks per IRC discussion. Only rvprop=content will now check that the page can be read.
........