lhc/web/wiklou.git
17 years agoPHPDocumentor [http://en.wikipedia.org/wiki/PhpDocumentor] documentation tweaking...
Nick Jenkins [Wed, 28 Mar 2007 08:53:02 +0000 (08:53 +0000)]
PHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor] documentation tweaking stuff.

Minor doc tweaks to prevent some PHPDocumentor warnings or errors when run on the includes/ directory. PHPDocumentor uses a syntax very similar to javadoc - mostly we already use this, but there were a few scattered places that were adjusted to make them consistent with the rest of the code. In practical terms, these changes were made:
* @url becomes @link
* @fixme becomes @todo
* HTML tags in descriptions must be closed / balanced.
* @bug was removed (where the bug was long fixed), or changed into a @todo (in the few situations where the bug was still pending)
* @obsolete becomes @deprecated
* Things like "/**@{{" and "/**@}}*/" which cause "unknown tag" warnings were removed
* @access must be a valid access level.
* @desc tag not needed, removed.
* Doesn't seem to like @licence, will accept @license however.
* Use full comment block notation in a few places (i.e. open block with "/**", start each line with " *", and end block with " */")

Then additional to this, to get some class docs associated with their respective classes:
* Moved some docs to right above those classes (deleting blank lines, or moving descriptions from the file headers)
* Marked some classes without docs as "@todo document"
* (done up to "class MIMEsearchPage" on the "classtrees_MediaWiki.html" page for the includes/ directory)

17 years agoDon't show rev_deleted usernames
Aaron Schulz [Wed, 28 Mar 2007 07:28:21 +0000 (07:28 +0000)]
Don't show rev_deleted usernames

17 years ago* (bug 9430) Update Cantonese translations
Raimond Spekking [Wed, 28 Mar 2007 07:09:37 +0000 (07:09 +0000)]
* (bug 9430) Update Cantonese translations
  Patch by Shinjiman

17 years ago*Fix isInRange(), remove cruft, add "ipv-6" prefix to toHex() and parseRange6(),...
Aaron Schulz [Wed, 28 Mar 2007 05:39:06 +0000 (05:39 +0000)]
*Fix isInRange(), remove cruft, add "ipv-6" prefix to toHex() and parseRange6(), actually show hidename option for blocks

17 years ago*Use intval() to stop $ns from becoming '' which breaks query
Aaron Schulz [Wed, 28 Mar 2007 01:26:28 +0000 (01:26 +0000)]
*Use intval() to stop $ns from becoming '' which breaks query

17 years ago*Don't embed $ns from string, for NS 0 it becomes '' and can break the query
Aaron Schulz [Wed, 28 Mar 2007 01:16:05 +0000 (01:16 +0000)]
*Don't embed $ns from string, for NS 0 it becomes '' and can break the query

17 years agoImprove documentation for $wgMaxUploadSize
Aryeh Gregor [Tue, 27 Mar 2007 22:14:49 +0000 (22:14 +0000)]
Improve documentation for $wgMaxUploadSize

17 years agoRevert r20426 which added an unused $isvalid parameter on Title::newFromURL()
Brion Vibber [Tue, 27 Mar 2007 21:43:21 +0000 (21:43 +0000)]
Revert r20426 which added an unused $isvalid parameter on Title::newFromURL()
It gives me the willies...

17 years agoRevert r20317 for the moment; incompatible changes to URL parameters for undo
Brion Vibber [Tue, 27 Mar 2007 21:30:39 +0000 (21:30 +0000)]
Revert r20317 for the moment; incompatible changes to URL parameters for undo

17 years ago(bug 8421) Expose current action in JavaScript globals (as 'wgAction')
Rob Church [Tue, 27 Mar 2007 21:15:23 +0000 (21:15 +0000)]
(bug 8421) Expose current action in JavaScript globals (as 'wgAction')

17 years agoBetter mention that in release notes, since it fixes a regression...
Rob Church [Tue, 27 Mar 2007 20:56:46 +0000 (20:56 +0000)]
Better mention that in release notes, since it fixes a regression...

17 years ago(bug 8933) User::loadFromDatabase() doesn't exist; use User::load()
Rob Church [Tue, 27 Mar 2007 20:56:00 +0000 (20:56 +0000)]
(bug 8933) User::loadFromDatabase() doesn't exist; use User::load()

17 years ago* (bug 8975) Use "Maintenance script" as the username for importTextFile.php, not...
Rob Church [Tue, 27 Mar 2007 20:53:33 +0000 (20:53 +0000)]
* (bug 8975) Use "Maintenance script" as the username for importTextFile.php, not "MediaWiki default" as it could cause pages to be overwritten
* Use "Maintenance script" as the username for importImages.php, too
* Clarified reserved username comment

17 years ago* Update German translations
Raimond Spekking [Tue, 27 Mar 2007 20:52:13 +0000 (20:52 +0000)]
* Update German translations
* adding new messages to messageTypes.inc
* fix RELEASE-NOTES

17 years agoRevert $wgDBtimezone commits: r20688, 20689, 20690, 20691.
Brion Vibber [Tue, 27 Mar 2007 19:39:37 +0000 (19:39 +0000)]
Revert $wgDBtimezone commits: r20688, 20689, 20690, 20691.
Alters behavior of wfTimestamp() and wfTimestampNow() in clearly broken ways, such that current time would not return current time anymore.

17 years agogood thing we're not actually using this fallback func, huh
Brion Vibber [Tue, 27 Mar 2007 19:25:26 +0000 (19:25 +0000)]
good thing we're not actually using this fallback func, huh

17 years agoBeef up the Special:Log search form so it's laid out a bit clearer; clarified English...
Rob Church [Tue, 27 Mar 2007 19:07:05 +0000 (19:07 +0000)]
Beef up the Special:Log search form so it's laid out a bit clearer; clarified English text for the prefix/wildcard thing

17 years agoanother miser-mode target...
Domas Mituzas [Tue, 27 Mar 2007 19:01:55 +0000 (19:01 +0000)]
another miser-mode target...

17 years ago*Add IF EXISTS clause so tables.sql can be ran to create a db without errors
Aaron Schulz [Tue, 27 Mar 2007 17:53:43 +0000 (17:53 +0000)]
*Add IF EXISTS clause so tables.sql can be ran to create a db without errors

17 years agoin misermode enforce maximum offset of 10000, people should use search fields, probably.
Domas Mituzas [Tue, 27 Mar 2007 17:08:42 +0000 (17:08 +0000)]
in misermode enforce maximum offset of 10000, people should use search fields, probably.
TODO: rewrite to use indexpager

17 years agodon't allow search for new images in miser mode
Domas Mituzas [Tue, 27 Mar 2007 16:50:09 +0000 (16:50 +0000)]
don't allow search for new images in miser mode

17 years agoGive the username field an identifier so the label is "linked" to it again
Rob Church [Tue, 27 Mar 2007 14:34:43 +0000 (14:34 +0000)]
Give the username field an identifier so the label is "linked" to it again

17 years ago* (bug 7859) Update Kazahk translations
Raimond Spekking [Tue, 27 Mar 2007 12:10:50 +0000 (12:10 +0000)]
* (bug 7859) Update Kazahk translations
  Patches by AlefZet

17 years agoparenthesis
Nick Jenkins [Tue, 27 Mar 2007 08:08:53 +0000 (08:08 +0000)]
parenthesis

17 years agoWhile I'm at it, why not pseudo-initialize to null instead of ''? No difference...
Aryeh Gregor [Tue, 27 Mar 2007 02:51:56 +0000 (02:51 +0000)]
While I'm at it, why not pseudo-initialize to null instead of ''?  No difference in behavior, due to behavior of the receiving function, but who knows, it makes more sense.  More semantic-y, kinda.

17 years agoUse the variable I introduced, maybe?
Aryeh Gregor [Tue, 27 Mar 2007 02:50:23 +0000 (02:50 +0000)]
Use the variable I introduced, maybe?

17 years agoDon't mess with system variables, sry brion
Aryeh Gregor [Mon, 26 Mar 2007 23:50:19 +0000 (23:50 +0000)]
Don't mess with system variables, sry brion

17 years ago(bug 9397) Introduce "sp-contributions-footer" and "sp-contributions-footer-anon...
Rob Church [Mon, 26 Mar 2007 23:08:07 +0000 (23:08 +0000)]
(bug 9397) Introduce "sp-contributions-footer" and "sp-contributions-footer-anon" messages, shown at the end of Special:Contributions as appropriate for the target

17 years agoMove note for Aaron's hooks into correct section
Rob Church [Mon, 26 Mar 2007 23:06:33 +0000 (23:06 +0000)]
Move note for Aaron's hooks into correct section

17 years agomore idiot mistakes from me. whee
Brion Vibber [Mon, 26 Mar 2007 22:16:48 +0000 (22:16 +0000)]
more idiot mistakes from me. whee

17 years agoduh
Brion Vibber [Mon, 26 Mar 2007 22:13:57 +0000 (22:13 +0000)]
duh

17 years agoquickie script to move ES blob tables from one wiki name to another, leaving fresh...
Brion Vibber [Mon, 26 Mar 2007 22:05:06 +0000 (22:05 +0000)]
quickie script to move ES blob tables from one wiki name to another, leaving fresh tables at the old name
should be generalized

17 years agoRemove useless parameter/uninitialized variable.
Raimond Spekking [Mon, 26 Mar 2007 20:57:36 +0000 (20:57 +0000)]
Remove useless parameter/uninitialized variable.
Thanks to Nikerabbit

17 years ago* (bug 4756) Add user tool links for self created accounts at special:log
Raimond Spekking [Mon, 26 Mar 2007 17:46:13 +0000 (17:46 +0000)]
* (bug 4756) Add user tool links for self created accounts at special:log
  instead of sometimes broken block links from newuserlog extension
  Furthermore the block link from newuserlog was shown to users w/o block
  allowance too.

17 years agoFix E_NOTICE on line 76 if $_SERVER['HTTP_ACCEPT'] not set
Aryeh Gregor [Mon, 26 Mar 2007 16:42:45 +0000 (16:42 +0000)]
Fix E_NOTICE on line 76 if $_SERVER['HTTP_ACCEPT'] not set

17 years ago* (bug 9411) Fix for shared image descriptions using query-string titles
Brion Vibber [Mon, 26 Mar 2007 14:33:08 +0000 (14:33 +0000)]
* (bug 9411) Fix for shared image descriptions using query-string titles
Extracted URL-query-append logic from Title to wfAppendQuery(), using this in two places now.

17 years agoBegin simple tests to catch invalid search queries.
Greg Sabino Mullane [Mon, 26 Mar 2007 13:05:55 +0000 (13:05 +0000)]
Begin simple tests to catch invalid search queries.

17 years ago* (bug 9384) Update French translations
Raimond Spekking [Mon, 26 Mar 2007 08:18:42 +0000 (08:18 +0000)]
* (bug 9384) Update French translations
  Patches by Rémi Kaupp

17 years agoAccount for wgDBtimezone if set. DBs not using it (mysql) will have it = 0 and return...
Greg Sabino Mullane [Mon, 26 Mar 2007 02:32:33 +0000 (02:32 +0000)]
Account for wgDBtimezone if set. DBs not using it (mysql) will have it = 0 and return same time as always.

17 years agoDo not do timezone adjustment if tz is not set - unlogged in users thus see the ...
Greg Sabino Mullane [Mon, 26 Mar 2007 02:05:36 +0000 (02:05 +0000)]
Do not do timezone adjustment if tz is not set - unlogged in users thus see the "local" timezone

17 years agoFind out the local db timezone
Greg Sabino Mullane [Mon, 26 Mar 2007 01:13:39 +0000 (01:13 +0000)]
Find out the local db timezone

17 years agoAllow user timezone adjustments to work when using Postgres - fixed bug 9299
Greg Sabino Mullane [Mon, 26 Mar 2007 01:05:06 +0000 (01:05 +0000)]
Allow user timezone adjustments to work when using Postgres - fixed bug 9299

17 years agoAccount for pre-existing test table, commit only if setup completes.
Greg Sabino Mullane [Mon, 26 Mar 2007 00:12:26 +0000 (00:12 +0000)]
Account for pre-existing test table, commit only if setup completes.

17 years agoAnother pesky comma where it shouldn't be.
Greg Sabino Mullane [Mon, 26 Mar 2007 00:02:16 +0000 (00:02 +0000)]
Another pesky comma where it shouldn't be.

17 years agoMild formatting, fix missing '$'
Greg Sabino Mullane [Sun, 25 Mar 2007 23:53:36 +0000 (23:53 +0000)]
Mild formatting, fix missing '$'

17 years agoErrant comma restored.
Greg Sabino Mullane [Sun, 25 Mar 2007 23:51:30 +0000 (23:51 +0000)]
Errant comma restored.

17 years ago* Update release notes for r20680
Rob Church [Sun, 25 Mar 2007 23:42:09 +0000 (23:42 +0000)]
* Update release notes for r20680
* Typos in hook documentation

Please remember to document hook additions in both places in future.

17 years ago*Document PageHistoryBeforeList and PageHistoryLineEnding and remove cruft variable...
Aaron Schulz [Sun, 25 Mar 2007 23:20:48 +0000 (23:20 +0000)]
*Document PageHistoryBeforeList and PageHistoryLineEnding and remove cruft variable from former

17 years ago*Add some cute hooks; possible flaggedrevs use
Aaron Schulz [Sun, 25 Mar 2007 23:06:52 +0000 (23:06 +0000)]
*Add some cute hooks; possible flaggedrevs use

17 years ago* The very beginning of Luganda (lg)
Niklas Laxström [Sun, 25 Mar 2007 22:40:50 +0000 (22:40 +0000)]
* The very beginning of Luganda (lg)

17 years agoTypo.
Greg Sabino Mullane [Sun, 25 Mar 2007 21:40:02 +0000 (21:40 +0000)]
Typo.

17 years agooops
Domas Mituzas [Sun, 25 Mar 2007 20:09:21 +0000 (20:09 +0000)]
oops

17 years agodefine querygroup
Domas Mituzas [Sun, 25 Mar 2007 16:12:07 +0000 (16:12 +0000)]
define querygroup

17 years agospecify offset for Job::pop(), yay for efficient job queue runs (unless there's a...
Domas Mituzas [Sun, 25 Mar 2007 16:01:12 +0000 (16:01 +0000)]
specify offset for Job::pop(), yay for efficient job queue runs (unless there's a bug somewhere in there :)

17 years agoallow to specify offset at which to pop a Job.
Domas Mituzas [Sun, 25 Mar 2007 15:55:39 +0000 (15:55 +0000)]
allow to specify offset at which to pop a Job.
needed for efficiency of really large sites (ok, single site :)

17 years ago* Update to Slovak (sk) from helix84
Niklas Laxström [Sat, 24 Mar 2007 21:23:11 +0000 (21:23 +0000)]
* Update to Slovak (sk) from helix84

17 years ago*Use mRevision if available for permanent link. This id can easily be overrode by...
Aaron Schulz [Sat, 24 Mar 2007 08:59:04 +0000 (08:59 +0000)]
*Use mRevision if available for permanent link. This id can easily be overrode by rev flagging extensions.

17 years ago*Typo
Aaron Schulz [Sat, 24 Mar 2007 03:28:57 +0000 (03:28 +0000)]
*Typo

17 years ago*If a page is protected and cascade protected, use regular edit page notice (bug...
Aaron Schulz [Fri, 23 Mar 2007 19:20:53 +0000 (19:20 +0000)]
*If a page is protected and cascade protected, use regular edit page notice (bug 9401)

17 years agoAdded parser hook InternalParseBeforeLinks, closes Bug#8578. The hook is relevant...
Markus Krötzsch [Fri, 23 Mar 2007 16:47:58 +0000 (16:47 +0000)]
Added parser hook InternalParseBeforeLinks, closes Bug#8578. The hook is relevant for all parser extensions that want templates, nowiki, etc. to
be taken care of before they do their magic.

17 years agoSplit mega section "changes since..." into more proper subsections:
Raimond Spekking [Fri, 23 Mar 2007 16:19:14 +0000 (16:19 +0000)]
Split mega section "changes since..." into more proper subsections:
"Configuration changes", "New features since 1.9", "Bugfixes since 1.9",
"Maintenance" and "Languages updated" as discussed on wikitech-l
Please sort your coming updates into the appropriate section.

17 years ago* Update to Low Saxon (nds) from Slomox
Niklas Laxström [Fri, 23 Mar 2007 15:53:31 +0000 (15:53 +0000)]
* Update to Low Saxon (nds) from Slomox

17 years agoUpdates for Indonesian (id) localization.
Ivan Lanin [Fri, 23 Mar 2007 11:35:47 +0000 (11:35 +0000)]
Updates for Indonesian (id) localization.

17 years agoUpdate.
Rotem Liss [Fri, 23 Mar 2007 09:42:32 +0000 (09:42 +0000)]
Update.

17 years agoTypo.
Rotem Liss [Fri, 23 Mar 2007 09:42:14 +0000 (09:42 +0000)]
Typo.

17 years agoSuspect $dbr was undefined in this scope.
Nick Jenkins [Fri, 23 Mar 2007 08:48:27 +0000 (08:48 +0000)]
Suspect $dbr was undefined in this scope.

17 years ago* (bug 9384) Update Cantonese translations
Raimond Spekking [Fri, 23 Mar 2007 07:38:15 +0000 (07:38 +0000)]
* (bug 9384) Update Cantonese translations
  Patch by Shinjiman

17 years agoMerge approximately 15 missing Wikipedia language codes into wikipedia-interwiki.sql
Nick Jenkins [Fri, 23 Mar 2007 02:56:17 +0000 (02:56 +0000)]
Merge approximately 15 missing Wikipedia language codes into wikipedia-interwiki.sql
based on Jeff Merkey's mediawiki-1.9.3.WG-20070316.tar.gz.bz2 archive, and then
resorted Wikipedias into alphabetical order.

17 years agoFixed static member invocation, was broken since inception.
Tim Starling [Thu, 22 Mar 2007 22:56:16 +0000 (22:56 +0000)]
Fixed static member invocation, was broken since inception.

17 years ago* Cleanup some more
Niklas Laxström [Thu, 22 Mar 2007 22:13:54 +0000 (22:13 +0000)]
* Cleanup some more

17 years ago*Fix comment typo, remove some redundant conversions
Aaron Schulz [Thu, 22 Mar 2007 22:08:31 +0000 (22:08 +0000)]
*Fix comment typo, remove some redundant conversions

17 years agofix for r20616. Thanks to Brion whispering to me ;-)
Raimond Spekking [Thu, 22 Mar 2007 19:41:48 +0000 (19:41 +0000)]
fix for r20616. Thanks to Brion whispering to me ;-)

17 years agoFix.
Rotem Liss [Thu, 22 Mar 2007 16:59:54 +0000 (16:59 +0000)]
Fix.

17 years agoUpdate.
Rotem Liss [Thu, 22 Mar 2007 16:22:07 +0000 (16:22 +0000)]
Update.

17 years agoShow a notice about unknown messages when rebuilding files.
Rotem Liss [Thu, 22 Mar 2007 16:14:50 +0000 (16:14 +0000)]
Show a notice about unknown messages when rebuilding files.

17 years ago* (bug 8870) Update Hungarian localizations
Raimond Spekking [Thu, 22 Mar 2007 12:40:10 +0000 (12:40 +0000)]
* (bug 8870) Update Hungarian localizations
Based on a file of Bence Damokos
reworked and reformatted, extension messages transfered to extensions

17 years ago* (bug 4624) Namespace selection for Special:Whatlinkshere
Raimond Spekking [Thu, 22 Mar 2007 09:22:24 +0000 (09:22 +0000)]
* (bug 4624) Namespace selection for Special:Whatlinkshere
  Based on a patch of Suisui
Found another bug: scrolling backwards at Special:Whatlinkshere was broken since ?
'previous' shows always the first page in reversed order but not the real previous page.
Fixed now by changing backwards scrolling mechanism.

* (bug 4777) Separate prev/next messages for Special:Whatlinkshere

17 years agoupdated release notes
Manuel Schneider [Thu, 22 Mar 2007 09:08:08 +0000 (09:08 +0000)]
updated release notes

17 years agofixed bug in call of hook ArticleViewHeader
Manuel Schneider [Thu, 22 Mar 2007 08:19:47 +0000 (08:19 +0000)]
fixed bug in call of hook ArticleViewHeader

17 years ago*Fix row count bug causing log extracts to show "no results"
Aaron Schulz [Thu, 22 Mar 2007 03:43:13 +0000 (03:43 +0000)]
*Fix row count bug causing log extracts to show "no results"

17 years ago9363: Specia:Recentchangeslinked Postgres error
Greg Sabino Mullane [Wed, 21 Mar 2007 22:54:38 +0000 (22:54 +0000)]
9363: Specia:Recentchangeslinked Postgres error

17 years agoMore GROUP BY fun, fixes bug #9363, thanks to Mathias Behrie
Greg Sabino Mullane [Wed, 21 Mar 2007 22:53:06 +0000 (22:53 +0000)]
More GROUP BY fun, fixes bug #9363, thanks to Mathias Behrie

17 years agouse MyISAM by default instead of InnoDB
Domas Mituzas [Wed, 21 Mar 2007 21:40:07 +0000 (21:40 +0000)]
use MyISAM by default instead of InnoDB

17 years ago*Minimumsize message
Aaron Schulz [Wed, 21 Mar 2007 21:10:56 +0000 (21:10 +0000)]
*Minimumsize message

17 years ago*Instead of sorting on size, add a min size option to preserves the time-order
Aaron Schulz [Wed, 21 Mar 2007 21:07:15 +0000 (21:07 +0000)]
*Instead of sorting on size, add a min size option to preserves the time-order

17 years ago*Default selected type to 'edit'
Aaron Schulz [Wed, 21 Mar 2007 20:06:45 +0000 (20:06 +0000)]
*Default selected type to 'edit'

17 years agoAdd all terms to group by, although I'm not sure about the previous commit as it...
Greg Sabino Mullane [Wed, 21 Mar 2007 18:54:50 +0000 (18:54 +0000)]
Add all terms to group by, although I'm not sure about the previous commit as it kind of negates the whole purpose of adding the pr_id column.

17 years ago*Show page_len and sort on that index (descending). This should improve the signal...
Aaron Schulz [Wed, 21 Mar 2007 18:29:31 +0000 (18:29 +0000)]
*Show page_len and sort on that index (descending). This should improve the signal:noise ratio on large wikis.

17 years agoRemove variables when we can simply override accessors instead.
Greg Sabino Mullane [Wed, 21 Mar 2007 18:19:35 +0000 (18:19 +0000)]
Remove variables when we can simply override accessors instead.

17 years agoUse the expanded text (e.g. anonymous users only, account creation disabled instead...
Rotem Liss [Wed, 21 Mar 2007 17:04:01 +0000 (17:04 +0000)]
Use the expanded text (e.g. anonymous users only, account creation disabled instead of anononly,nocreate) in the block log items of the recent changes (i.e. don't check for the variable translate when translating the second parameter - it was a workaround for the block expiry to prevent ugly HTML from appearing, it is not needed for the block flags).

17 years agoUpdate.
Rotem Liss [Wed, 21 Mar 2007 14:51:34 +0000 (14:51 +0000)]
Update.

17 years agoUpdates for Indonesian (id) localization.
Ivan Lanin [Wed, 21 Mar 2007 14:49:50 +0000 (14:49 +0000)]
Updates for Indonesian (id) localization.

17 years agoFix.
Rotem Liss [Wed, 21 Mar 2007 13:36:48 +0000 (13:36 +0000)]
Fix.

17 years agoUpdate.
Rotem Liss [Wed, 21 Mar 2007 13:36:20 +0000 (13:36 +0000)]
Update.

17 years agoAllow checking for changes in the file without actually writing into it.
Rotem Liss [Wed, 21 Mar 2007 13:35:26 +0000 (13:35 +0000)]
Allow checking for changes in the file without actually writing into it.

17 years agoFix.
Rotem Liss [Wed, 21 Mar 2007 13:24:48 +0000 (13:24 +0000)]
Fix.

17 years agoUpdate German translations
Raimond Spekking [Wed, 21 Mar 2007 10:34:15 +0000 (10:34 +0000)]
Update German translations
Update English due to extended Special:Protectedpages
language tweak for RELEASE-NOTES

17 years ago*Use is_null() for namespace
Aaron Schulz [Wed, 21 Mar 2007 09:48:26 +0000 (09:48 +0000)]
*Use is_null() for namespace

17 years ago*Add namespace filter to protectpages (bug 9326), type and level added too
Aaron Schulz [Wed, 21 Mar 2007 09:43:21 +0000 (09:43 +0000)]
*Add namespace filter to protectpages (bug 9326), type and level added too

17 years agoReverting SpecialRevisiondelete.php back to r17880, to fix bug 9336 ( "Special:Revisi...
Nick Jenkins [Wed, 21 Mar 2007 07:41:13 +0000 (07:41 +0000)]
Reverting SpecialRevisiondelete.php back to r17880, to fix bug 9336 ( "Special:Revisiondelete broken in SVN head" )
The problem is that includes/SpecialRevisiondelete.php was in an inconsistent state - it was updated in r20446
(merge of rev_deleted branch), and then partially reverted in r20525 (i.e. there was some unintentional cruft left
over, including the change in the constructor params), and as a result stuff like
http://Hostname-Of-Wiki/wiki/index.php?title=Special:Revisiondelete&target=Main_Page&oldid=X would die with fatal
errors. (The diff between the before and after is shown here:
http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/SpecialRevisiondelete.php?r1=17880&r2=20525 ,
or from the command line, try: svn diff --revision 17880:20525 includes/SpecialRevisiondelete.php | less     )

I'm unsure whether I should be updating RELEASE-NOTES, but I'm leaning towards 'no', on the basis that no end-user
encountered this (cluster is on r20145), and that (hopefully) there should be are no user-visible changes as
a result of this revert.