lhc/web/wiklou.git
17 years agoNative EOL style.
Nick Jenkins [Wed, 11 Jul 2007 07:55:24 +0000 (07:55 +0000)]
Native EOL style.

17 years agoFix regression in URL-encoding from r23985
Rob Church [Wed, 11 Jul 2007 07:29:53 +0000 (07:29 +0000)]
Fix regression in URL-encoding from r23985

17 years agoPHP typing strikes again! Padding parser functions now work with strings like '0...
Aryeh Gregor [Wed, 11 Jul 2007 05:40:05 +0000 (05:40 +0000)]
PHP typing strikes again!  Padding parser functions now work with strings like '0' that evaluate to false.

17 years ago*Make logs show only for users
Aaron Schulz [Wed, 11 Jul 2007 01:26:27 +0000 (01:26 +0000)]
*Make logs show only for users

17 years ago* Add link to Special:Log into MonoBook toolbox
Andrew Garrett [Wed, 11 Jul 2007 00:34:38 +0000 (00:34 +0000)]
* Add link to Special:Log into MonoBook toolbox

17 years agoRemoved incorrect line - bug 10297 is still open.
Yuri Astrakhan [Wed, 11 Jul 2007 00:20:30 +0000 (00:20 +0000)]
Removed incorrect line - bug 10297 is still open.

17 years ago(bug 9151) Remove timed redirects on "Return to X" pages for accessibility.
Aryeh Gregor [Tue, 10 Jul 2007 21:47:36 +0000 (21:47 +0000)]
(bug 9151) Remove timed redirects on "Return to X" pages for accessibility.

17 years agoUpdate.
Rotem Liss [Tue, 10 Jul 2007 21:44:55 +0000 (21:44 +0000)]
Update.

17 years agoRemoving unused message 'fileuploaded' (r23608)
Raimond Spekking [Tue, 10 Jul 2007 21:32:21 +0000 (21:32 +0000)]
Removing unused message 'fileuploaded' (r23608)

17 years agoUpdate.
Rotem Liss [Tue, 10 Jul 2007 21:18:23 +0000 (21:18 +0000)]
Update.

17 years agowoops -- parens broke teh diffs
Brion Vibber [Tue, 10 Jul 2007 20:01:43 +0000 (20:01 +0000)]
woops -- parens broke teh diffs

17 years agoFix regression caused by the namespace check on oldid override.
Brion Vibber [Tue, 10 Jul 2007 19:37:12 +0000 (19:37 +0000)]
Fix regression caused by the namespace check on oldid override.
Don't die if we don't have a valid title yet!

17 years ago(bug 9936) Per-edit suppression of preview-on-first edit with "preview=no", and allow...
Rob Church [Tue, 10 Jul 2007 19:23:01 +0000 (19:23 +0000)]
(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.

17 years agoDitch redundant trim-and-length check
Rob Church [Tue, 10 Jul 2007 15:08:48 +0000 (15:08 +0000)]
Ditch redundant trim-and-length check

17 years ago* (bug 10503) Update Afrikaans translations
Raimond Spekking [Tue, 10 Jul 2007 15:01:39 +0000 (15:01 +0000)]
* (bug 10503) Update Afrikaans translations
  Patch by Shinjiman

17 years ago(bug 6965) Cannot include "Template:R" with {{R}} (magic word conflict)
Rob Church [Tue, 10 Jul 2007 14:57:00 +0000 (14:57 +0000)]
(bug 6965) Cannot include "Template:R" with {{R}} (magic word conflict)

17 years ago* Code conventions
Rob Church [Tue, 10 Jul 2007 14:19:22 +0000 (14:19 +0000)]
* Code conventions
* Tweak release notes

17 years agoAdded $wgShowHostnames to shows/hide host names in API results and HTML comments
Yuri Astrakhan [Tue, 10 Jul 2007 13:46:22 +0000 (13:46 +0000)]
Added $wgShowHostnames to shows/hide host names in API results and HTML comments

17 years ago* (bug 9903) Don't mark redirects in categories as stubs [wrong semantics]
Rob Church [Tue, 10 Jul 2007 12:25:06 +0000 (12:25 +0000)]
* (bug 9903) Don't mark redirects in categories as stubs [wrong semantics]
* Escaping issue

17 years agoRevert bogus reversion
Rob Church [Tue, 10 Jul 2007 08:10:04 +0000 (08:10 +0000)]
Revert bogus reversion

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Tue, 10 Jul 2007 02:48:19 +0000 (02:48 +0000)]
Indonesian (id) localisation updates.

17 years ago(bug 10413) DISPLAYTITLE doesn't escape HTML entities, causing the displayed title...
Aryeh Gregor [Tue, 10 Jul 2007 01:32:30 +0000 (01:32 +0000)]
(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.

17 years ago*Comment format
Aaron Schulz [Tue, 10 Jul 2007 01:11:41 +0000 (01:11 +0000)]
*Comment format

17 years agoUpdate.
Rotem Liss [Tue, 10 Jul 2007 01:00:38 +0000 (01:00 +0000)]
Update.

17 years agoInitial commit that reproduces 1.10 implementation functionality
Paa Kwesi Imbeah [Tue, 10 Jul 2007 00:38:29 +0000 (00:38 +0000)]
Initial commit that reproduces 1.10 implementation functionality

17 years agoAdd --redirects-only switch to refreshLinks.php, which refreshes the redirect table...
Robert Stojnić [Mon, 9 Jul 2007 23:38:54 +0000 (23:38 +0000)]
Add --redirects-only switch to refreshLinks.php, which refreshes the redirect table, maybe this should be done by default as well.

17 years agoOkay, use named constants that are actually equivalent to what they replace. But...
Aryeh Gregor [Mon, 9 Jul 2007 22:12:55 +0000 (22:12 +0000)]
Okay, use named constants that are actually equivalent to what they replace.  But still use named constants.  (Thanks, Raymond)

17 years ago* (bug 10316) Prevent inconsistent cached skin settings in gen=js by setting the...
Brion Vibber [Mon, 9 Jul 2007 21:39:42 +0000 (21:39 +0000)]
* (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.

17 years agoMagic numbers are evil, use named constants.
Aryeh Gregor [Mon, 9 Jul 2007 21:16:58 +0000 (21:16 +0000)]
Magic numbers are evil, use named constants.

17 years ago*clean up comment
Aaron Schulz [Mon, 9 Jul 2007 21:09:39 +0000 (21:09 +0000)]
*clean up comment

17 years ago*Include usertext_timestamp index here
Aaron Schulz [Mon, 9 Jul 2007 20:05:22 +0000 (20:05 +0000)]
*Include usertext_timestamp index here

17 years ago*Index image and oldimage tables by user/timestamp (this should help slow renameuser...
Aaron Schulz [Mon, 9 Jul 2007 19:39:18 +0000 (19:39 +0000)]
*Index image and oldimage tables by user/timestamp (this should help slow renameuser queries on commons at the least)

17 years agoAssume last year, not this year, when jumping to a month that hasn't happened yet...
Brion Vibber [Mon, 9 Jul 2007 18:45:05 +0000 (18:45 +0000)]
Assume last year, not this year, when jumping to a month that hasn't happened yet this year

17 years agoUpdated translations for da
Anders Wegge Jakobsen [Mon, 9 Jul 2007 18:09:26 +0000 (18:09 +0000)]
Updated translations for da

17 years ago* (bug 10513) Update Chinese translations
Raimond Spekking [Mon, 9 Jul 2007 18:07:43 +0000 (18:07 +0000)]
* (bug 10513) Update Chinese translations
  Patch by Shinjiman

17 years agoUpdates German
Raimond Spekking [Mon, 9 Jul 2007 14:41:03 +0000 (14:41 +0000)]
Updates German

17 years agoDon't waste time queuing or checking email notifications for pages in the Special...
Rob Church [Mon, 9 Jul 2007 14:21:49 +0000 (14:21 +0000)]
Don't waste time queuing or checking email notifications for pages in the Special or Media namespaces

17 years agoTweak link labels
Rob Church [Mon, 9 Jul 2007 12:10:06 +0000 (12:10 +0000)]
Tweak link labels

17 years agoAdd some navigation between watchlist modes
Rob Church [Mon, 9 Jul 2007 12:04:58 +0000 (12:04 +0000)]
Add some navigation between watchlist modes

17 years agoLet's be a little bit clever here; faster code path for the case where users just...
Rob Church [Mon, 9 Jul 2007 11:08:32 +0000 (11:08 +0000)]
Let's be a little bit clever here; faster code path for the case where users just blank the text box and submit to clear...skip all that pointless diffing and so forth

17 years agoMake WatchlistEditor use arrays of strings, which are far less expensive than Title...
Rob Church [Mon, 9 Jul 2007 10:59:02 +0000 (10:59 +0000)]
Make WatchlistEditor use arrays of strings, which are far less expensive than Title objects, so Brion can now add 5000 pages to his watchlist without sapping up all his memory. Also, use the current user's preference for raw edit box size, and while we're on the subject, use $wgUser to make the difference explicit.

17 years ago* (bug 9742) Update Lithuanian translations
Raimond Spekking [Mon, 9 Jul 2007 09:08:12 +0000 (09:08 +0000)]
* (bug 9742) Update Lithuanian translations
  Patch by Edgaras

17 years ago* (bug 10489) Update Chinese translations
Raimond Spekking [Mon, 9 Jul 2007 08:55:35 +0000 (08:55 +0000)]
* (bug 10489) Update Chinese translations
  Patch by Shinjiman

17 years ago* (bug 10495) $wgMemcachedDebug set twice in includes/DefaultSettings.php
Rob Church [Mon, 9 Jul 2007 08:16:40 +0000 (08:16 +0000)]
* (bug 10495) $wgMemcachedDebug set twice in includes/DefaultSettings.php

17 years ago* Code conventions
Rob Church [Mon, 9 Jul 2007 08:12:44 +0000 (08:12 +0000)]
* Code conventions
* Throw a more helpful exception from Article::rollback()

17 years ago* Update release notes
Rob Church [Mon, 9 Jul 2007 07:56:05 +0000 (07:56 +0000)]
* Update release notes
* Fix E_STRICT warning introduced in r23840

17 years agoAPI: fixed timestamp format for 'continue' values
Yuri Astrakhan [Mon, 9 Jul 2007 05:19:07 +0000 (05:19 +0000)]
API: fixed timestamp format for 'continue' values

17 years agoMedia type "screen,projection" pissing off some css validators. Adding space in between.
Daniel Cannon [Mon, 9 Jul 2007 04:09:12 +0000 (04:09 +0000)]
Media type "screen,projection" pissing off some css validators. Adding space in between.

17 years agoAdded iterator interface to ResultWrapper. No support in Oracle yet. Updated document...
Tim Starling [Mon, 9 Jul 2007 00:48:40 +0000 (00:48 +0000)]
Added iterator interface to ResultWrapper. No support in Oracle yet. Updated documentation for Database::getLag().

17 years ago* Updates to Slovak (sk)
Niklas Laxström [Sun, 8 Jul 2007 20:59:10 +0000 (20:59 +0000)]
* Updates to Slovak (sk)

17 years ago* Updates to fi
Niklas Laxström [Sun, 8 Jul 2007 17:35:37 +0000 (17:35 +0000)]
* Updates to fi

17 years agoAPI: added wlprop=sizes to get article size before and after the change.
Yuri Astrakhan [Sun, 8 Jul 2007 12:31:28 +0000 (12:31 +0000)]
API: added wlprop=sizes to get article size before and after the change.

17 years agoAPI: updated help screen
Yuri Astrakhan [Sun, 8 Jul 2007 08:32:00 +0000 (08:32 +0000)]
API: updated help screen

17 years agoAPI: Added list=allusers to allow enumeration of the registered users
Yuri Astrakhan [Sun, 8 Jul 2007 07:50:56 +0000 (07:50 +0000)]
API: Added list=allusers to allow enumeration of the registered users

17 years agoAPI: forgot to remove debugging statement
Yuri Astrakhan [Sun, 8 Jul 2007 04:26:56 +0000 (04:26 +0000)]
API: forgot to remove debugging statement

17 years agoAPI:
Yuri Astrakhan [Sun, 8 Jul 2007 03:35:37 +0000 (03:35 +0000)]
API:
* added link enumeration (list=alllinks)
* marked potential security vulnerability

17 years agobug 10496 DISTINCT option logic incorrect in Database::makeSelectOptions
Yuri Astrakhan [Sat, 7 Jul 2007 21:51:06 +0000 (21:51 +0000)]
bug 10496 DISTINCT option logic incorrect in Database::makeSelectOptions

17 years agoUpdate.
Rotem Liss [Sat, 7 Jul 2007 19:28:22 +0000 (19:28 +0000)]
Update.

17 years agoFix a stupid typo I made in a back-compat check.
Brion Vibber [Sat, 7 Jul 2007 16:39:41 +0000 (16:39 +0000)]
Fix a stupid typo I made in a back-compat check.
Could have occasionally caused errors in AJAX-laden pages cached from before an upgrade

17 years agoAPI: Added list=exturlusage - allows url searches within wiki
Yuri Astrakhan [Sat, 7 Jul 2007 09:35:05 +0000 (09:35 +0000)]
API: Added list=exturlusage - allows url searches within wiki

17 years agoIndonesian (id) localisation updates.
Ivan Lanin [Sat, 7 Jul 2007 08:20:37 +0000 (08:20 +0000)]
Indonesian (id) localisation updates.

17 years agoRollback rewrite to separate UI from logic (with help from catrope)
Yuri Astrakhan [Sat, 7 Jul 2007 07:32:34 +0000 (07:32 +0000)]
Rollback rewrite to separate UI from logic (with help from catrope)

17 years agoUpdated translations for da
Anders Wegge Jakobsen [Sat, 7 Jul 2007 07:03:51 +0000 (07:03 +0000)]
Updated translations for da

17 years agoPer-page protection should take precedence over namespace protection when deciding...
Daniel Cannon [Sat, 7 Jul 2007 07:02:54 +0000 (07:02 +0000)]
Per-page protection should take precedence over namespace protection when deciding what message to display.

17 years agocase change for aesthetic purposes
Brion Vibber [Sat, 7 Jul 2007 06:52:59 +0000 (06:52 +0000)]
case change for aesthetic purposes

17 years ago* (bug 10477) Fix AJAX watch for Farsi on Firefox: JavaScript encoding tweak
Brion Vibber [Sat, 7 Jul 2007 06:47:07 +0000 (06:47 +0000)]
* (bug 10477) Fix AJAX watch for Farsi on Firefox: JavaScript encoding tweak

17 years agoMore profile breakage.
Daniel Cannon [Sat, 7 Jul 2007 05:15:38 +0000 (05:15 +0000)]
More profile breakage.

17 years agosigh
Rob Church [Sat, 7 Jul 2007 05:02:18 +0000 (05:02 +0000)]
sigh

17 years agoAlter wording
Rob Church [Sat, 7 Jul 2007 05:00:24 +0000 (05:00 +0000)]
Alter wording

17 years agoKill some parameter cruft
Rob Church [Sat, 7 Jul 2007 04:59:21 +0000 (04:59 +0000)]
Kill some parameter cruft

17 years agoAPI: slightly better naming for db repl lag
Yuri Astrakhan [Sat, 7 Jul 2007 04:58:52 +0000 (04:58 +0000)]
API: slightly better naming for db repl lag

17 years ago* Rename "namespaceprotectedtext" to "namespaceprotected"
Rob Church [Sat, 7 Jul 2007 04:58:44 +0000 (04:58 +0000)]
* Rename "namespaceprotectedtext" to "namespaceprotected"
* Simpler default message text that covers more cases - message might be shown to logged-in users who don't have permissions, etc.

17 years agoClean up OutputPage::readOnlyPage() -- most of these specific reasons should probably...
Rob Church [Sat, 7 Jul 2007 04:54:43 +0000 (04:54 +0000)]
Clean up OutputPage::readOnlyPage() -- most of these specific reasons should probably be moved to callers

17 years ago* Coding conventions
Rob Church [Sat, 7 Jul 2007 04:53:35 +0000 (04:53 +0000)]
* Coding conventions
* Fix profiling breakage

17 years agoAPI: (bug 10211) Added db server replication lag information in meta=siteinfo
Yuri Astrakhan [Sat, 7 Jul 2007 04:53:07 +0000 (04:53 +0000)]
API: (bug 10211) Added db server replication lag information in meta=siteinfo

17 years agoUpdate RELEASE-NOTES for last commit.
Daniel Cannon [Sat, 7 Jul 2007 04:21:09 +0000 (04:21 +0000)]
Update RELEASE-NOTES for last commit.

17 years agoIf the user is unable to edit a page because the namespace is protected, rather than...
Daniel Cannon [Sat, 7 Jul 2007 04:18:44 +0000 (04:18 +0000)]
If the user is unable to edit a page because the namespace is protected, rather than the page itself, show a different message--namely, namespaceprotectedtext.

17 years agoAPI: implemented prop=imageinfo, minor cleanup
Yuri Astrakhan [Sat, 7 Jul 2007 03:05:09 +0000 (03:05 +0000)]
API: implemented prop=imageinfo, minor cleanup

17 years agofilerepo: fixed mem leak for history lines and exposed repository name
Yuri Astrakhan [Sat, 7 Jul 2007 03:04:20 +0000 (03:04 +0000)]
filerepo: fixed mem leak for history lines and exposed repository name

17 years agoNo reason this should be inheriting...
Rob Church [Sat, 7 Jul 2007 03:01:47 +0000 (03:01 +0000)]
No reason this should be inheriting...

17 years agoIn RTL wikis using Firefox, the padding doesn't work and the filetoc only contains...
Rotem Liss [Sat, 7 Jul 2007 02:00:02 +0000 (02:00 +0000)]
In RTL wikis using Firefox, the padding doesn't work and the filetoc only contains one space between each item, and this is because the whitespace between the items; there is no space between imagelinks and metadata (because there is no whitespace), so adding one space to work around that (of course this whole bug should be fixed somehow).

17 years agoUpdate.
Rotem Liss [Sat, 7 Jul 2007 01:32:41 +0000 (01:32 +0000)]
Update.

17 years agoBrighten up the high slave lag warning in Monobook; looked a bit...grubby
Rob Church [Sat, 7 Jul 2007 00:46:39 +0000 (00:46 +0000)]
Brighten up the high slave lag warning in Monobook; looked a bit...grubby

17 years ago* Make "undo" and "rollback" links appear in a consistent fashion on page histories
Rob Church [Sat, 7 Jul 2007 00:17:51 +0000 (00:17 +0000)]
* Make "undo" and "rollback" links appear in a consistent fashion on page histories
* Fix odd user interface behaviour in rollback success pages - introduce a separate message for the UI feedback and pass standard tool links

17 years ago* Add option to maintenance/createAndPromote.php to give the user bureaucrat permissi...
Rob Church [Fri, 6 Jul 2007 23:24:10 +0000 (23:24 +0000)]
* Add option to maintenance/createAndPromote.php to give the user bureaucrat permissions (--bureaucrat)
* Some --help on maintenance/createAndPromote.php
* Tweak maintenance/README

17 years ago* Code conventions - spacing, minor refactoring
Rob Church [Fri, 6 Jul 2007 22:58:29 +0000 (22:58 +0000)]
* Code conventions - spacing, minor refactoring
* Correct errant release note

17 years ago* Remove redundant "HTMLmonthelector" [sic] function
Rob Church [Fri, 6 Jul 2007 22:53:43 +0000 (22:53 +0000)]
* Remove redundant "HTMLmonthelector" [sic] function
* Class names start with a capital; please be consistent when addressing them
* Update release notes

17 years agoTotally superficial change. URLs in comments on the autogenerated LocalSettings.php...
Daniel Cannon [Fri, 6 Jul 2007 22:30:57 +0000 (22:30 +0000)]
Totally superficial change. URLs in comments on the autogenerated LocalSettings.php were never right to start with -- now updated to point to their correct location on mediawiki.org.

17 years ago*Re-add contribs year/month filter. Now it simply jumps to a certain offset.
Aaron Schulz [Fri, 6 Jul 2007 22:05:29 +0000 (22:05 +0000)]
*Re-add contribs year/month filter. Now it simply jumps to a certain offset.

17 years agoDon't move the destination to the archive until we have checked that the source file...
Tim Starling [Fri, 6 Jul 2007 21:50:43 +0000 (21:50 +0000)]
Don't move the destination to the archive until we have checked that the source file exists. This was causing some data "misplacement" on double-submission of the upload warning confirmation form.

17 years ago* Updates to Dutch (nl)
Niklas Laxström [Fri, 6 Jul 2007 20:24:29 +0000 (20:24 +0000)]
* Updates to Dutch (nl)

17 years agoAPI: Fixed continuation bug in list=categorymembers. Thanks to Roberto Leandrini.
Yuri Astrakhan [Fri, 6 Jul 2007 19:43:32 +0000 (19:43 +0000)]
API: Fixed continuation bug in list=categorymembers. Thanks to Roberto Leandrini.

17 years ago*Typo
Aaron Schulz [Fri, 6 Jul 2007 19:20:29 +0000 (19:20 +0000)]
*Typo

17 years agoCoding conventions - spacing
Rob Church [Fri, 6 Jul 2007 16:44:14 +0000 (16:44 +0000)]
Coding conventions - spacing

17 years agobe a little clearer in add_index()
Brion Vibber [Fri, 6 Jul 2007 15:57:12 +0000 (15:57 +0000)]
be a little clearer in add_index()

17 years agofix an updater check for ResultWrapper usage
Brion Vibber [Fri, 6 Jul 2007 15:52:47 +0000 (15:52 +0000)]
fix an updater check for ResultWrapper usage

17 years agoUpdates German
Raimond Spekking [Fri, 6 Jul 2007 14:12:50 +0000 (14:12 +0000)]
Updates German

17 years ago* Aromanian (roa-rup) messages
Niklas Laxström [Fri, 6 Jul 2007 13:00:07 +0000 (13:00 +0000)]
* Aromanian (roa-rup) messages

17 years ago* Updates to Piedmontese (pms) by Bèrto 'd Sèra
Niklas Laxström [Fri, 6 Jul 2007 12:39:51 +0000 (12:39 +0000)]
* Updates to Piedmontese (pms) by Bèrto 'd Sèra

17 years agochanged updateArticle to doEdit. This is first of a large series of changes we must...
Yuri Astrakhan [Fri, 6 Jul 2007 09:06:55 +0000 (09:06 +0000)]
changed updateArticle to doEdit. This is first of a large series of changes we must do to enable api commits.