r24096 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r24095‎ | r24096 | r24097 >
Date:22:38, 14 July 2007
Author:david
Status:old
Tags:
Comment:
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.
........
Modified paths:
  • /branches/liquidthreads (modified) (history)
  • /branches/liquidthreads/Makefile (modified) (history)
  • /branches/liquidthreads/RELEASE-NOTES (modified) (history)
  • /branches/liquidthreads/api.php5 (modified) (history)
  • /branches/liquidthreads/config/index.php5 (modified) (history)
  • /branches/liquidthreads/img_auth.php5 (modified) (history)
  • /branches/liquidthreads/includes/Article.php (modified) (history)
  • /branches/liquidthreads/includes/CategoryPage.php (modified) (history)
  • /branches/liquidthreads/includes/CoreParserFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/Database.php (modified) (history)
  • /branches/liquidthreads/includes/DefaultSettings.php (modified) (history)
  • /branches/liquidthreads/includes/EditPage.php (modified) (history)
  • /branches/liquidthreads/includes/GlobalFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/ImageGallery.php (modified) (history)
  • /branches/liquidthreads/includes/Linker.php (modified) (history)
  • /branches/liquidthreads/includes/MagicWord.php (modified) (history)
  • /branches/liquidthreads/includes/Math.php (modified) (history)
  • /branches/liquidthreads/includes/MessageCache.php (modified) (history)
  • /branches/liquidthreads/includes/OutputPage.php (modified) (history)
  • /branches/liquidthreads/includes/PageHistory.php (modified) (history)
  • /branches/liquidthreads/includes/Parser.php (modified) (history)
  • /branches/liquidthreads/includes/Sanitizer.php (modified) (history)
  • /branches/liquidthreads/includes/Skin.php (modified) (history)
  • /branches/liquidthreads/includes/SkinTemplate.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialContributions.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialMovepage.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialWatchlist.php (modified) (history)
  • /branches/liquidthreads/includes/Title.php (modified) (history)
  • /branches/liquidthreads/includes/User.php (modified) (history)
  • /branches/liquidthreads/includes/UserMailer.php (modified) (history)
  • /branches/liquidthreads/includes/WatchlistEditor.php (modified) (history)
  • /branches/liquidthreads/includes/Wiki.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiMain.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiPageSet.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQuery.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryAllLinks.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryAllpages.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryBacklinks.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryBase.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryCategories.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryCategoryMembers.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryExtLinksUsage.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryImages.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryLinks.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryLogEvents.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryRecentChanges.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryRevisions.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQuerySiteinfo.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryUserContributions.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiQueryWatchlist.php (modified) (history)
  • /branches/liquidthreads/includes/filerepo/ICRepo.php (added) (history)
  • /branches/liquidthreads/includes/filerepo/ICRepo.php (added) (history)
  • /branches/liquidthreads/includes/filerepo/README (modified) (history)
  • /branches/liquidthreads/index.php5 (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAf.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAz.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBg.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesCy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesDa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesDe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFiu_vro.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFur.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesGa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesGl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesGsw.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHak.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHsb.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesHy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesId.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesIs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesIt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesJa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKab.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKk_cn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKk_kz.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKk_tr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKsh.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKu_latn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesMs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNds.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesOc.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesOs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPms.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPt_br.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesRmy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesRo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesRu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSq.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSr_ec.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSr_el.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSu.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTe.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTh.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesTr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesUk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesUr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesUz.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesVec.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesVi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesWa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesYi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_classical.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_cn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_tw.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_yue.php (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-archive-user-index.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-image-user-index.sql (added) (history)
  • /branches/liquidthreads/maintenance/archives/patch-image-user-index.sql (added) (history)
  • /branches/liquidthreads/maintenance/archives/patch-oi_metadata.sql (modified) (history)
  • /branches/liquidthreads/maintenance/archives/patch-oldimage-user-index.sql (added) (history)
  • /branches/liquidthreads/maintenance/archives/patch-oldimage-user-index.sql (added) (history)
  • /branches/liquidthreads/maintenance/fuzz-tester.php (modified) (history)
  • /branches/liquidthreads/maintenance/generateSitemap.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/checkLanguage.inc (modified) (history)
  • /branches/liquidthreads/maintenance/language/messageTypes.inc (modified) (history)
  • /branches/liquidthreads/maintenance/language/messages.inc (modified) (history)
  • /branches/liquidthreads/maintenance/namespaceDupes.php (modified) (history)
  • /branches/liquidthreads/maintenance/parserTests.inc (modified) (history)
  • /branches/liquidthreads/maintenance/refreshLinks.inc (modified) (history)
  • /branches/liquidthreads/maintenance/refreshLinks.php (modified) (history)
  • /branches/liquidthreads/maintenance/showStats.php (modified) (history)
  • /branches/liquidthreads/maintenance/sql.php (modified) (history)
  • /branches/liquidthreads/maintenance/tables.sql (modified) (history)
  • /branches/liquidthreads/maintenance/updaters.inc (modified) (history)
  • /branches/liquidthreads/maintenance/wikipedia-interwiki.sql (modified) (history)
  • /branches/liquidthreads/redirect.php5 (modified) (history)
  • /branches/liquidthreads/skins/MonoBook.php (modified) (history)
  • /branches/liquidthreads/skins/common/wikibits.js (modified) (history)
  • /branches/liquidthreads/skins/disabled/HTMLDump.php (modified) (history)
  • /branches/liquidthreads/thumb.php (modified) (history)
  • /branches/liquidthreads/thumb.php5 (modified) (history)

Follow-up revisions

RevisionCommit summaryAuthorDate
r24203* (bug 10567) Update French extension translations...raymond16:44, 17 July 2007
r25113* (bug 10405) Update Farsi translations...raymond08:04, 24 August 2007
r25126Merged revisions 25109-25125 via svnmerge from...david22:55, 24 August 2007

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r18260(bug 8217) changed zh-min-nan language code to nan. Someone needs to change t...leon16:16, 11 December 2006
r23545* (bug 10405) Update Farsi translations...raymond08:47, 29 June 2007
r23575*Mark all versions newer than the time of the latest revision viewed as "upda...aaron01:03, 30 June 2007
r23581Merged revisions 23406-23580 via svnmerge from...david04:50, 30 June 2007
r23584Adding rvprop=lastid parameter to prop=revisions that lists revid of...catrope09:23, 30 June 2007
r23596API: Reverted back to r23531 for the reasons listed in bug 10297yurik06:45, 1 July 2007
r23608* De-crappified JS upload dest check feature. Converted to sajax framework. C...tstarling18:24, 1 July 2007
r23647* (bug 10405) Update Farsi translation...raymond15:57, 2 July 2007
r23662Merged revisions 23581-23661 via svnmerge from...david03:01, 3 July 2007
r23910* (bug 10513) Update Chinese translations...raymond18:07, 9 July 2007
r23911Updated translations for dawegge18:09, 9 July 2007
r23914Assume last year, not this year, when jumping to a month that hasn't happened...brion18:45, 9 July 2007
r23916*Index image and oldimage tables by user/timestamp (this should help slow ren...aaron19:39, 9 July 2007
r23917*Include usertext_timestamp index hereaaron20:05, 9 July 2007
r23921*clean up commentaaron21:09, 9 July 2007
r23922Magic numbers are evil, use named constants.simetrical21:16, 9 July 2007
r23924* (bug 10316) Prevent inconsistent cached skin settings in gen=js by setting ...brion21:39, 9 July 2007
r23927Okay, use named constants that are actually equivalent to what they replace. ...simetrical22:12, 9 July 2007
r23928Add --redirects-only switch to refreshLinks.php, which refreshes the redirect...rainman23:38, 9 July 2007
r23929Initial commit that reproduces 1.10 implementation functionalitysuuch00:38, 10 July 2007
r23930Update.rotem01:00, 10 July 2007
r23931*Comment formataaron01:11, 10 July 2007
r23932(bug 10413) DISPLAYTITLE doesn't escape HTML entities, causing the displayed ...simetrical01:32, 10 July 2007
r23933Indonesian (id) localisation updates.ivanlanin02:48, 10 July 2007
r23940Revert bogus reversionrobchurch08:10, 10 July 2007
r23952* (bug 9903) Don't mark redirects in categories as stubs [wrong semantics]...robchurch12:25, 10 July 2007
r23953Added $wgShowHostnames to shows/hide host names in API results and HTML commentsyurik13:46, 10 July 2007
r23958* Code conventions...robchurch14:19, 10 July 2007
r23964(bug 6965) Cannot include "Template:R" with {{R}} (magic word conflict)robchurch14:57, 10 July 2007
r23965* (bug 10503) Update Afrikaans translations...raymond15:01, 10 July 2007
r23967Ditch redundant trim-and-length checkrobchurch15:08, 10 July 2007
r23972(bug 9936) Per-edit suppression of preview-on-first edit with "preview=no", a...robchurch19:23, 10 July 2007
r23973Fix regression caused by the namespace check on oldid override....brion19:37, 10 July 2007
r23974woops -- parens broke teh diffsbrion20:01, 10 July 2007
r23976Update.rotem21:18, 10 July 2007
r23977Removing unused message 'fileuploaded' (r23608)raymond21:32, 10 July 2007
r23978Update.rotem21:44, 10 July 2007
r23979(bug 9151) Remove timed redirects on "Return to X" pages for accessibility.simetrical21:47, 10 July 2007
r23982Removed incorrect line - bug 10297 is still open.yurik00:20, 11 July 2007
r23984* Add link to Special:Log into MonoBook toolboxwerdna00:34, 11 July 2007
r23985*Make logs show only for usersaaron01:26, 11 July 2007
r23987PHP typing strikes again! Padding parser functions now work with strings lik...simetrical05:40, 11 July 2007
r23988Fix regression in URL-encoding from r23985robchurch07:29, 11 July 2007
r23989Native EOL style.nickj07:55, 11 July 2007
r23990Add "nan" interwiki prefix to wikipedia-interwiki.sql (this was discussed mon...nickj08:00, 11 July 2007
r23991@desc tags are obsolete, but I was slow to read that memo...nickj08:04, 11 July 2007
r23992A few comment tag tweaks.nickj08:09, 11 July 2007
r23993Single comment tag tweak.nickj08:10, 11 July 2007
r23994Cosmetic indentation + very trivial updatesnickj08:13, 11 July 2007
r23996(bug 10332) Title->userCan( 'edit' ) may return false positive...nickj08:43, 11 July 2007
r23997* Removing redundant watchlist edit/clear links...raymond09:21, 11 July 2007
r23998Add "yue" interwiki prefix to wikipedia-interwiki.sql (renaming of zh-yue.wp ...raymond10:04, 11 July 2007
r23999Adding a few CSS classes per request on de.wikiraymond11:31, 11 July 2007
r24004* Update to Arabic (ar) by Meno25 and Midonikerabbit13:50, 11 July 2007
r24006* Updates to Norwegian (no) translationnikerabbit14:22, 11 July 2007
r24007* Updates to Piedmontese (pms)nikerabbit14:26, 11 July 2007
r24008Revert r23999 -- too-specific class names are annoying and unmaintainable....brion14:50, 11 July 2007
r24011(bug 10539) Typorobchurch15:15, 11 July 2007
r24012This function is now not completely new, thus new extensions which don't have...rotem15:24, 11 July 2007
r24013Fix.rotem15:30, 11 July 2007
r24016Don't spew () when tools group is empty (as on last line where there can be n...brion17:45, 11 July 2007
r24017Fix regression from r23575 -- wl_notificationtimestamp didn't get updated any...brion19:21, 11 July 2007
r24018* (bug 10405) Update Farsi translation...raymond19:33, 11 July 2007
r24019URL linkfixes. Redirects exists, housekeeping for other message files can be ...raymond19:43, 11 July 2007
r24020*Make null values of arrays use NULL(for lists) or IS NULL, rather than x = N...aaron20:07, 11 July 2007
r24021*Still use = for LIST_SET so as not no kill non-where queriesaaron20:26, 11 July 2007
r24022Fix bug with <nowiki> in front of links for wikis where linkPrefixExtension i...jeluf20:44, 11 July 2007
r24024* (bug 10546) Update Chinese translations...raymond06:06, 12 July 2007
r24025API: Per IRC discussion with brion and co, now API only works if the user has...yurik06:54, 12 July 2007
r24027Use appropriate message for talk page links....raymond08:43, 12 July 2007
r24028* (bug 10549) Update Thai translations...raymond08:58, 12 July 2007
r24033* (bug 10552) Suppress rollback link in history for single-revision pagesbrion14:25, 12 July 2007
r24035* Fix for Esperanto double-x-encoding in move success pagebrion15:41, 12 July 2007
r24037Dupe translation for Special:Allpages breaks the special pageraymond16:40, 12 July 2007
r24038Update.rotem16:50, 12 July 2007
r24039* (bug 10405) Update Farsi translation...raymond16:52, 12 July 2007
r24041Quick fix for html validity in log pages.... this is kind of a bad interface,...brion17:32, 12 July 2007
r24042* (bug 10526) Fix toolbar/insertTags behavior for IE 6/7 and Opera (8+)...brion17:39, 12 July 2007
r24044set returnto link to the rolled-back page, not the main page!brion20:08, 12 July 2007
r24045* bug 10557 -- use a line break in raw watchlist edit to avoid bugging operabrion20:12, 12 July 2007
r24046* (bug 9151) Fix relative subpage links with section fragmentsbrion21:02, 12 July 2007
r24048Add error checking for mail() functionsanbeg21:16, 12 July 2007
r24049missed a brace.sanbeg21:25, 12 July 2007
r24051Updated translations for dawegge06:04, 13 July 2007
r24052* (bug 10559) Update Russian translation...raymond06:33, 13 July 2007
r24053Mark Mediawiki::articleFromTitle() as static to prevent following strict stan...nickj08:40, 13 July 2007
r24054* (bug 10560) Adding a space between category letter heading and "continues"...raymond08:41, 13 July 2007
r24056(bug 10558) Remove duplicate titles in WatchlistEditor::extractTitles()robchurch09:35, 13 July 2007
r24061(bug 10567) Updates for french localisation, by Rémi Kauppwerdna14:34, 13 July 2007
r24063* Updates to finikerabbit15:25, 13 July 2007
r24064German translationraymond15:51, 13 July 2007
r24065* (bug 10508) Allow HTML attributes on <gallery>...brion17:25, 13 July 2007
r24067Add support for $suffix parameter on wfBasename() clone of basename(), for co...brion18:08, 13 July 2007
r24091(bug 10530) Introduce optional "sp-contributions-explain" message for additio...robchurch18:41, 14 July 2007
r24092API: Big change: Removed all userCanRead() checks per IRC discussion. Only rv...yurik19:04, 14 July 2007

Status & tagging log