aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * (bug 11657) Support for Thai solar calendarRaimond Spekking2007-12-063-1/+79
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28221
* * (bug 12145) Update Kazakh translationsRaimond Spekking2007-12-064-403/+394
| | | | | | | Patch by AlefZet Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28220
* * (bug 12209) Fix zh-classical Wikipedia interwikiBrion Vibber2007-12-061-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28219
* Move note to the correct sectionVictor Vasiliev2007-12-061-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28217
* Revert r28215: incorrectly moved filesVictor Vasiliev2007-12-0635-72/+70
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28216
* Create includes/api/query for Query API and includes/api/edit for Edit APIVictor Vasiliev2007-12-0635-70/+72
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28215
* Call quote_ident on raw schema names, per bug 11952.Greg Sabino Mullane2007-12-062-9/+16
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28214
* * New configuration variable $wgExtraLanguageNamesNiklas Laxström2007-12-063-7/+11
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28212
* Fix svn:eol-style and svn:keywords for files from merged APIEdit branchVictor Vasiliev2007-12-0610-1715/+1715
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28209
* Tweak vs r28193: keep the rollback permission on sysops so it's still there ↵Brion Vibber2007-12-061-0/+1
| | | | | | | when custom-removed from 'user' group. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28205
* Add 'gan' as interface languageSiebrand Mazeland2007-12-061-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28204
* * (bug 11810) Localize displayed semicolonsRaimond Spekking2007-12-069-10/+25
| | | | | | | Based on a patch of Roozbeh Pournader. Optimized for caching and more arabic script languages added. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28197
* Minor typo in r27809. Add space before "(edit)" link on old revision in diff.Daniel Cannon2007-12-061-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28196
* * Assign rollback permission to ALL logged-in users by default. This seems ↵Andrew Garrett2007-12-062-1/+3
| | | | | | | | | to be sensible, given that "undo" can already be done almost as quickly, and that rollback can now be rate-limited. * This change has been discussed with Brion Vibber and Tim Starling, and I have received no substantive objections from the users on the English Wikipedia. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28193
* 2 PHP Notice: Undefined offset: 1 in ↵Niklas Laxström2007-12-051-2/+8
| | | | | | | /var/www/w/includes/GlobalFunctions.php on line 1986 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28190
* Localisation updates from Betawiki.Siebrand Mazeland2007-12-0510-188/+563
| | | | | | | * be, bg, crh-cyrl, crh-latn, el, frp, is, pnt, ro, stq Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28188
* Update.Rotem Liss2007-12-051-2/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28184
* * Updates GermanRaimond Spekking2007-12-051-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28180
* Revert r28158, 28159, 28160, 28164:Brion Vibber2007-12-053-53/+10
| | | | | | | | | * Bad validation of input * Bad passing of unescaped input into SQL * Bad passing of unescaped titles into URL output Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28179
* Always miss the RELEASE-NOTES.Daniel Cannon2007-12-051-0/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28177
* API: Standardize limits. Use ApiBase constants to avoid similar breakage and ↵Daniel Cannon2007-12-052-4/+4
| | | | | | | inconsistencies in the future. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28176
* update for the generic Chinese message file, when the $wgContLanguageCode is ↵Shinjiman2007-12-052-0/+19
| | | | | | | set to 'zh', reflecting the site-wide settings when it is set to 'zh' Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28174
* * Update Chinese translationsShinjiman2007-12-054-20/+20
| | | | | | | | * Update Cantonese translations * Update Old Chinese / Late Time Chinese translations Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28171
* Localisation updates from Betawiki.Siebrand Mazeland2007-12-0421-547/+822
| | | | | | | * ar, be, bg, cs, el, fo, frp, gl, hr, hsb, hu, is, ja, nl, no, qu, sdc, sk, stq, sv, wuu Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28168
* * Add "show all" option to Special:Undelete when some revisions are excluded,Daniel Cannon2007-12-043-6/+17
| | | | | | | despite that showing all revisions may fail less than gracefully. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28164
* Ensure offset provided to Special:Undelete is numerical (to prevent SQL ↵Daniel Cannon2007-12-041-1/+1
| | | | | | | injection). Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28160
* Woops, fix bug with last commit when the number of rows <= 2.Daniel Cannon2007-12-041-4/+8
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28159
* * Only show most recent 5000 revisions on Special:Undelete by default. AcceptDaniel Cannon2007-12-043-10/+38
| | | | | | | | limit and offset parameters. Undelete with no revisions selected still undeletes all revisions, regardless of how many are displayed. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28158
* Removing unused messageHuji2007-12-041-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28157
* Parser_OldPP class had older signature function. Updating to the current ↵Brion Vibber2007-12-041-2/+7
| | | | | | | one, using site-customizable formatting. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28156
* Adding missing translation, performing RebuildLanguageHuji2007-12-041-27/+22
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28155
* Revert r28136; overlong title prefix obscures page title in tabs, window ↵Brion Vibber2007-12-045-14/+10
| | | | | | | lists, etc Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28153
* What was I smoking when I made execute() private?!?Roan Kattouw2007-12-041-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28152
* * (bug 12195) Introducing 'undelete' right, which is required for restoring ↵Roan Kattouw2007-12-045-162/+162
| | | | | | | | | deleted revisions. Granted to sysops by default. * Fixing whacky indentation in ApiQueryDeletedrevs.php introduced in r28148 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28151
* Housekeeping for r28137.Raimond Spekking2007-12-041-1/+0
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28150
* Removing double tabs inserted due to my editor's retarded tabsize=4 setting.Roan Kattouw2007-12-043-228/+222
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28148
* Added/updated translations for da. Also removed spurious author note.Anders Wegge Jakobsen2007-12-041-10/+7
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28146
* {{ns:user}} is needed in MediaWiki:Signature. It is parsed using wfMsgExt ↵Rotem Liss2007-12-041-1/+1
| | | | | | | and parsemag in order to show the correct localized namespace name. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28144
* Update.Rotem Liss2007-12-041-10/+6
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28143
* With link text, tink targets are always normalised (also slightly cheaper I ↵Siebrand Mazeland2007-12-0430-119/+119
| | | | | | | | | | was told) * "[[{{ns:user}}:..|.." -> "[[User:..|.." * "[[{{ns:user_talk}}:..|.." -> "[[User_talk:..|.." Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28142
* Use same formatting as in MessagesEn.php for 'cantcreateaccount-text'Siebrand Mazeland2007-12-044-4/+4
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28140
* * PageHistory::diffButtonsRaimond Spekking2007-12-044-19/+12
| | | | | | | | | ** Remove commented out message, no one missed it since r10459 ** Document function, use proper XML::element * Remove other ancient unused messages Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28139
* Update.Rotem Liss2007-12-041-2/+2
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28138
* * (bug 11993) Remove contentsub "revision history", it is useless because it ↵Raimond Spekking2007-12-044-8/+3
| | | | | | | is already in the page title Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28137
* * Add descriptive <title> to revision difference pageRaimond Spekking2007-12-045-10/+14
| | | | | | | * Move message 'difference' in language files to recentchanges section as it is only used in RecentChanges.php now. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28136
* In ApiLogin, init session if necessary. This avoids a blank session ID when ↵Rotem Liss2007-12-041-0/+5
| | | | | | | no session exists yet. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28134
* Added missing translations for mergehistory family.Huji2007-12-041-0/+5
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28133
* Fixing bug 12192.Rotem Liss2007-12-041-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28132
* maintenance/findhooks.php should find and report wfRunHooks() instances that ↵Aryeh Gregor2007-12-041-1/+36
| | | | | | | it can't understand, instead of ignoring them. Lousy cut-and-paste job, but who cares, it's like 100 lines anyway. Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28131
* * Update Chinese translationsShinjiman2007-12-044-8/+0
| | | | | | | | * Update Cantonese translations * Update Old Chinese / Late Time Chinese translations Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/28130