r26257 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r26256‎ | r26257 | r26258 >
Date:19:06, 30 September 2007
Author:david
Status:old
Tags:
Comment:
Merged revisions 26134-26247 via svnmerge from
svn+ssh://david@svn.wikimedia.org/svnroot/mediawiki/trunk/phase3

........
r26139 | amidaniel | 2007-09-25 20:24:01 -0700 (Tue, 25 Sep 2007) | 2 lines

(bug 11218) Add 'allrev' parameter option to feedwatchlist, to allow multiple revisions for each page to displayed.
........
r26140 | amidaniel | 2007-09-25 21:28:48 -0700 (Tue, 25 Sep 2007) | 2 lines

(bug 11404) API: Provide name of exception caught in error code field of internal api error messages.
........
r26142 | amidaniel | 2007-09-25 22:23:03 -0700 (Tue, 25 Sep 2007) | 2 lines

(bug 11353) Add ability to retrieve raw section content via 'action=raw' by specifying a 'section' parameter in the URL.
........
r26143 | raymond | 2007-09-26 00:22:00 -0700 (Wed, 26 Sep 2007) | 4 lines

* Fix namespace selection after submit of Special:Newpages
(Xml::namespaceSelector uses === not == as comparison operator)
* Make input form of Special:Newpages a bit nicer for RTL wikis
........
r26146 | raymond | 2007-09-26 03:07:25 -0700 (Wed, 26 Sep 2007) | 1 line

Add a bug number I found today
........
r26148 | ivanlanin | 2007-09-26 04:27:13 -0700 (Wed, 26 Sep 2007) | 1 line

Indonesian (id) localisation updates.
........
r26149 | raymond | 2007-09-26 04:36:30 -0700 (Wed, 26 Sep 2007) | 1 line

Change message function to make usage of {{PLURAL:}} in 'restorelink' the same way as Skin.php uses it.
........
r26150 | siebrand | 2007-09-26 04:55:53 -0700 (Wed, 26 Sep 2007) | 2 lines

Localisation updates from Betawiki.
* am, bcl, bpy, dsb, ext, fi, gan, is, ja, nds, nl.
........
r26165 | brion | 2007-09-26 10:59:29 -0700 (Wed, 26 Sep 2007) | 4 lines

Make wfIniGetBool() more accurate:
* accepts 'yes' as well as 'on' and 'true'
* accepts negative and non-1 integers, as well as garbage characters after the number (as C atoi() function for nonzero result)
........
r26166 | brion | 2007-09-26 12:23:04 -0700 (Wed, 26 Sep 2007) | 2 lines

* (bug 11462) Fix typo in LanguageGetSpecialPageAliases hook name
........
r26168 | brion | 2007-09-26 12:38:05 -0700 (Wed, 26 Sep 2007) | 2 lines

bug 11453 -- remove spurious $i parameter on getGroupIndex()
........
r26171 | siebrand | 2007-09-26 15:21:09 -0700 (Wed, 26 Sep 2007) | 2 lines

Localisation updates from Betawiki.
* am, bcl, dsb, ext, fo, gan, hsb, is, sdc (new).
........
r26173 | amidaniel | 2007-09-26 22:55:45 -0700 (Wed, 26 Sep 2007) | 2 lines

Simplify the enableautoblock message.
........
r26174 | robchurch | 2007-09-27 02:02:06 -0700 (Thu, 27 Sep 2007) | 1 line

Revert r26173; unjustified removal of useful explanation and insertion of jargon
........
r26175 | raymond | 2007-09-27 02:47:33 -0700 (Thu, 27 Sep 2007) | 2 lines

* Show relevant deletion log lines when uploading a previously deleted file
(when the desired filename is part of the URL: &wpDestFile=filename.jpg)
........
r26176 | huji | 2007-09-27 03:53:18 -0700 (Thu, 27 Sep 2007) | 1 line

Updating persian translations
........
r26178 | greg | 2007-09-27 06:23:10 -0700 (Thu, 27 Sep 2007) | 2 lines

Use "private", thanks Nick.
........
r26179 | raymond | 2007-09-27 08:40:35 -0700 (Thu, 27 Sep 2007) | 2 lines

* (bug 11284) Update Chinese translations
Patch by Shinjiman
........
r26180 | raymond | 2007-09-27 09:18:07 -0700 (Thu, 27 Sep 2007) | 2 lines

* (bug 11458) Update Portuguese translation
Patch by Tiago Barabasz
........
r26181 | rotem | 2007-09-27 09:47:41 -0700 (Thu, 27 Sep 2007) | 1 line

Update.
........
r26184 | robchurch | 2007-09-27 10:33:59 -0700 (Thu, 27 Sep 2007) | 1 line

(bug 11474) Fix unintentional fall-through in math error handling
........
r26185 | aaron | 2007-09-27 11:20:06 -0700 (Thu, 27 Sep 2007) | 1 line

*Don't let blocked users patrol
........
r26188 | aaron | 2007-09-27 12:46:33 -0700 (Thu, 27 Sep 2007) | 1 line

*Tone down the crack ;)
........
r26189 | vyznev | 2007-09-27 13:43:30 -0700 (Thu, 27 Sep 2007) | 3 lines

If the page doesn't exist and the user can't create it, omit the "edit"/"view source"
tab entirely (since the user can't edit and there's no source to view).
........
r26190 | vyznev | 2007-09-27 13:52:16 -0700 (Thu, 27 Sep 2007) | 1 line

fix minor regression in r26189: users should be able to view the source of default system messages
........
r26191 | siebrand | 2007-09-27 15:48:50 -0700 (Thu, 27 Sep 2007) | 2 lines

Localisation updates from Betawiki.
* am, bcl, cs, dsb, ext, fo, hsb, ja, la, nah, sdc
........
r26192 | nickj | 2007-09-27 17:42:22 -0700 (Thu, 27 Sep 2007) | 1 line

Tweak variable name
........
r26193 | robchurch | 2007-09-27 17:49:44 -0700 (Thu, 27 Sep 2007) | 1 line

(bug 11478) Fix undefined method call in file deletion interface
........
r26201 | nikerabbit | 2007-09-28 02:01:32 -0700 (Fri, 28 Sep 2007) | 2 lines

* Load all messages because extensions can add new logs
........
r26203 | nikerabbit | 2007-09-28 02:40:05 -0700 (Fri, 28 Sep 2007) | 2 lines

whitespace
........
r26209 | greg | 2007-09-28 07:03:06 -0700 (Fri, 28 Sep 2007) | 2 lines

Use same typnames as schema for ease. Put added column before column type checks.
........
r26210 | greg | 2007-09-28 07:57:19 -0700 (Fri, 28 Sep 2007) | 6 lines

Postgres updating:
Map bpchar to char
Don't change default search_path if schema not 'mediawiki' in LocalSettings
Clean up the output of updaters.inc
Make sure we set search_path and others for current session when altering user.
........
r26212 | siebrand | 2007-09-28 10:15:21 -0700 (Fri, 28 Sep 2007) | 4 lines

Localisation updates from Betawiki.
* Latin: special page translations
* Limburgian: fallback Dutch (nl)
* Walloon: fallback French (fr)
........
r26222 | brion | 2007-09-28 12:08:40 -0700 (Fri, 28 Sep 2007) | 2 lines

fix for bad CSS selector in r26175
........
r26227 | siebrand | 2007-09-28 15:49:53 -0700 (Fri, 28 Sep 2007) | 2 lines

Localisation updates from Betawiki.
* West Flemish: fallback Dutch (nl)
........
r26228 | daniel | 2007-09-28 16:02:27 -0700 (Fri, 28 Sep 2007) | 1 line

added mime type aliases for djvu
........
r26229 | leogregianin | 2007-09-28 16:30:01 -0700 (Fri, 28 Sep 2007) | 1 line

update language
........
r26232 | aaron | 2007-09-28 16:56:40 -0700 (Fri, 28 Sep 2007) | 1 line

*Don't add redundant perm errors, as the text can get doubled up on edit
........
r26233 | siebrand | 2007-09-28 16:58:15 -0700 (Fri, 28 Sep 2007) | 2 lines

Localisation updates from Betawiki.
* am, ar, bat-smg, bcl, bpy, cy, dsb, ext, fi, hr, ja, la, nl, sdc, sei.
........
r26237 | yurik | 2007-09-28 22:32:40 -0700 (Fri, 28 Sep 2007) | 2 lines

Merged from apiedit_vodafone branch, r26236.
The functionality must not have changed - this commit separates the file upload into internalProcessUpload(), while leaving processUpload() to handle web-UI only.
........
r26244 | siebrand | 2007-09-29 16:27:40 -0700 (Sat, 29 Sep 2007) | 2 lines

Localisation updates from Betawiki.
* am, bcl, cs, cy, dsb, hr, ja, ko, nds, pt, ro, sei.
........
r26245 | simetrical | 2007-09-29 17:19:43 -0700 (Sat, 29 Sep 2007) | 1 line

Clarify instructions given when an exception is thrown and is off, to state that the change needs to go at the bottom.
........
Modified paths:
  • /branches/liquidthreads (modified) (history)
  • /branches/liquidthreads/RELEASE-NOTES (modified) (history)
  • /branches/liquidthreads/includes/Article.php (modified) (history)
  • /branches/liquidthreads/includes/Database.php (modified) (history)
  • /branches/liquidthreads/includes/DatabasePostgres.php (modified) (history)
  • /branches/liquidthreads/includes/DefaultSettings.php (modified) (history)
  • /branches/liquidthreads/includes/EditPage.php (modified) (history)
  • /branches/liquidthreads/includes/Exception.php (modified) (history)
  • /branches/liquidthreads/includes/FileDeleteForm.php (modified) (history)
  • /branches/liquidthreads/includes/GlobalFunctions.php (modified) (history)
  • /branches/liquidthreads/includes/LoadBalancer.php (modified) (history)
  • /branches/liquidthreads/includes/LogPage.php (modified) (history)
  • /branches/liquidthreads/includes/Math.php (modified) (history)
  • /branches/liquidthreads/includes/RawPage.php (modified) (history)
  • /branches/liquidthreads/includes/SkinTemplate.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialNewpages.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialPage.php (modified) (history)
  • /branches/liquidthreads/includes/SpecialUpload.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiFeedWatchlist.php (modified) (history)
  • /branches/liquidthreads/includes/api/ApiMain.php (modified) (history)
  • /branches/liquidthreads/includes/mime.info (modified) (history)
  • /branches/liquidthreads/languages/Language.php (modified) (history)
  • /branches/liquidthreads/languages/Names.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageYue.php (added) (history)
  • /branches/liquidthreads/languages/classes/LanguageYue.php (added) (history)
  • /branches/liquidthreads/languages/classes/LanguageZh.deps.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageZh.php (modified) (history)
  • /branches/liquidthreads/languages/classes/LanguageZh_cn.php (deleted) (history)
  • /branches/liquidthreads/languages/classes/LanguageZh_hans.php (added) (history)
  • /branches/liquidthreads/languages/classes/LanguageZh_hans.php (added) (history)
  • /branches/liquidthreads/languages/classes/LanguageZh_yue.php (deleted) (history)
  • /branches/liquidthreads/languages/messages/MessagesAm.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesAr.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBat_smg.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBcl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesBpy.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/MessagesDsb.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesEn.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesExt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesFo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesGan.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/MessagesHy.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesId.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesIs.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesJa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesKo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesLi.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNah.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNds.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesNl.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPt.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesPt_br.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesRo.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSdc.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesSdc.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesSei.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesSv.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesVls.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesWa.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesYue.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesYue.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh.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_hans.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_hans.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_hant.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_hant.php (added) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_hk.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_sg.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_tw.php (modified) (history)
  • /branches/liquidthreads/languages/messages/MessagesZh_yue.php (modified) (history)
  • /branches/liquidthreads/maintenance/language/messages.inc (modified) (history)
  • /branches/liquidthreads/maintenance/updaters.inc (modified) (history)
  • /branches/liquidthreads/skins/chick/main.css (modified) (history)
  • /branches/liquidthreads/skins/common/cologneblue.css (modified) (history)
  • /branches/liquidthreads/skins/common/oldshared.css (modified) (history)
  • /branches/liquidthreads/skins/monobook/main.css (modified) (history)
  • /branches/liquidthreads/skins/simple/main.css (modified) (history)

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r26139(bug 11218) Add 'allrev' parameter option to feedwatchlist, to allow multiple...amidaniel03:24, 26 September 2007
r26140(bug 11404) API: Provide name of exception caught in error code field of inte...amidaniel04:28, 26 September 2007
r26142(bug 11353) Add ability to retrieve raw section content via 'action=raw' by s...amidaniel05:23, 26 September 2007
r26143* Fix namespace selection after submit of Special:Newpages...raymond07:22, 26 September 2007
r26146Add a bug number I found todayraymond10:07, 26 September 2007
r26148Indonesian (id) localisation updates.ivanlanin11:27, 26 September 2007
r26149Change message function to make usage of {{PLURAL:}} in 'restorelink' the sam...raymond11:36, 26 September 2007
r26150Localisation updates from Betawiki....siebrand11:55, 26 September 2007
r26165Make wfIniGetBool() more accurate:...brion17:59, 26 September 2007
r26166* (bug 11462) Fix typo in LanguageGetSpecialPageAliases hook namebrion19:23, 26 September 2007
r26167merge from trunk...brion19:24, 26 September 2007
r26168bug 11453 -- remove spurious $i parameter on getGroupIndex()brion19:38, 26 September 2007
r26171Localisation updates from Betawiki....siebrand22:21, 26 September 2007
r26173Simplify the enableautoblock message.amidaniel05:55, 27 September 2007
r26174Revert r26173; unjustified removal of useful explanation and insertion of jargonrobchurch09:02, 27 September 2007
r26175* Show relevant deletion log lines when uploading a previously deleted file...raymond09:47, 27 September 2007
r26176Updating persian translationshuji10:53, 27 September 2007
r26178Use "private", thanks Nick.greg13:23, 27 September 2007
r26179* (bug 11284) Update Chinese translations...raymond15:40, 27 September 2007
r26180* (bug 11458) Update Portuguese translation...raymond16:18, 27 September 2007
r26181Update.rotem16:47, 27 September 2007
r26184(bug 11474) Fix unintentional fall-through in math error handlingrobchurch17:33, 27 September 2007
r26185*Don't let blocked users patrolaaron18:20, 27 September 2007
r26188*Tone down the crack ;)aaron19:46, 27 September 2007
r26189If the page doesn't exist and the user can't create it, omit the "edit"/"view...vyznev20:43, 27 September 2007
r26190fix minor regression in r26189: users should be able to view the source of de...vyznev20:52, 27 September 2007
r26191Localisation updates from Betawiki....siebrand22:48, 27 September 2007
r26192Tweak variable namenickj00:42, 28 September 2007
r26193(bug 11478) Fix undefined method call in file deletion interfacerobchurch00:49, 28 September 2007
r26201* Load all messages because extensions can add new logsnikerabbit09:01, 28 September 2007
r26203whitespacenikerabbit09:40, 28 September 2007
r26209Use same typnames as schema for ease. Put added column before column type che...greg14:03, 28 September 2007
r26210Postgres updating:...greg14:57, 28 September 2007
r26212Localisation updates from Betawiki....siebrand17:15, 28 September 2007
r26222fix for bad CSS selector in r26175brion19:08, 28 September 2007
r26227Localisation updates from Betawiki....siebrand22:49, 28 September 2007
r26228added mime type aliases for djvudaniel23:02, 28 September 2007
r26229update languageleogregianin23:30, 28 September 2007
r26232*Don't add redundant perm errors, as the text can get doubled up on editaaron23:56, 28 September 2007
r26233Localisation updates from Betawiki....siebrand23:58, 28 September 2007
r26236Synced with the root. This is the version that is being merged with the trunk.yurik05:20, 29 September 2007
r26237Merged from apiedit_vodafone branch, r26236....yurik05:32, 29 September 2007
r26244Localisation updates from Betawiki....siebrand23:27, 29 September 2007
r26245Clarify instructions given when an exception is thrown and is off, to state ...simetrical00:19, 30 September 2007

Status & tagging log