lhc/web/wiklou.git
18 years agoCopy querycache: encoding and a table definition change
Brion Vibber [Sat, 25 Jun 2005 23:12:18 +0000 (23:12 +0000)]
Copy querycache: encoding and a table definition change

18 years agofix tyops and breakage
Brion Vibber [Sat, 25 Jun 2005 22:42:48 +0000 (22:42 +0000)]
fix tyops and breakage

18 years ago* cur_title => page_title and cur_namespace => page_namespace (overlooked
Ævar Arnfjörð Bjarmason [Sat, 25 Jun 2005 22:31:44 +0000 (22:31 +0000)]
* cur_title => page_title and cur_namespace => page_namespace (overlooked
  during the schema change)

18 years ago(bug 2496) Allow MediaWiki:edithelppage to point to external page
Jens Frank [Sat, 25 Jun 2005 21:32:11 +0000 (21:32 +0000)]
(bug 2496) Allow MediaWiki:edithelppage to point to external page

18 years agoRemoved some wikipedia-specifica from LanguageXx.php's
Jens Frank [Sat, 25 Jun 2005 21:22:13 +0000 (21:22 +0000)]
Removed some wikipedia-specifica from LanguageXx.php's

18 years ago* (bug 2515) Fix incremental link table update
Brion Vibber [Sat, 25 Jun 2005 20:54:49 +0000 (20:54 +0000)]
* (bug 2515) Fix incremental link table update

18 years ago* (bug 2514) Fixing msg:searchquery, setSubtitle() no longer accepts wikisyntax
Ævar Arnfjörð Bjarmason [Sat, 25 Jun 2005 20:54:39 +0000 (20:54 +0000)]
* (bug 2514) Fixing msg:searchquery, setSubtitle() no longer accepts wikisyntax
* Removed and obsolete comment

18 years ago* (bug 2514) Reverting the change to setSubtitle(), now uses raw HTML again
Ævar Arnfjörð Bjarmason [Sat, 25 Jun 2005 20:52:14 +0000 (20:52 +0000)]
* (bug 2514) Reverting the change to setSubtitle(), now uses raw HTML again

18 years agoperl script for deleting user accounts with no contributions, by Ralf Baechle
Tim Starling [Sat, 25 Jun 2005 14:24:08 +0000 (14:24 +0000)]
perl script for deleting user accounts with no contributions, by Ralf Baechle

18 years agofixed repeated balancing bug
Tim Starling [Sat, 25 Jun 2005 13:48:02 +0000 (13:48 +0000)]
fixed repeated balancing bug

18 years agorecovering previous behaviour when enotif is switched off
Tim Starling [Sat, 25 Jun 2005 13:47:18 +0000 (13:47 +0000)]
recovering previous behaviour when enotif is switched off

18 years ago__sleep() function, just like in 1.4, for the same reasons (i.e. caching bug)
Tim Starling [Sat, 25 Jun 2005 13:41:59 +0000 (13:41 +0000)]
__sleep() function, just like in 1.4, for the same reasons (i.e. caching bug)

18 years agodon't use the database to check if special pages were deleted
Tim Starling [Sat, 25 Jun 2005 13:40:38 +0000 (13:40 +0000)]
don't use the database to check if special pages were deleted

18 years agofaster read-only mode
Tim Starling [Sat, 25 Jun 2005 13:39:19 +0000 (13:39 +0000)]
faster read-only mode

18 years agogeneral write query suppression in read only mode
Tim Starling [Sat, 25 Jun 2005 13:35:30 +0000 (13:35 +0000)]
general write query suppression in read only mode

18 years ago* Cleanup
Ævar Arnfjörð Bjarmason [Sat, 25 Jun 2005 12:20:18 +0000 (12:20 +0000)]
* Cleanup

18 years agothe first entry is "no preference" or "as written", it does not convert dates in...
Tim Starling [Sat, 25 Jun 2005 11:54:05 +0000 (11:54 +0000)]
the first entry is "no preference" or "as written", it does not convert dates in text to a default

18 years agoipblocks, recentchanges conversion
Brion Vibber [Sat, 25 Jun 2005 11:04:40 +0000 (11:04 +0000)]
ipblocks, recentchanges conversion
some code consolidation

18 years agoimagelinks, categorylinks encoding conversions
Brion Vibber [Sat, 25 Jun 2005 10:38:18 +0000 (10:38 +0000)]
imagelinks, categorylinks encoding conversions
some code consolidation

18 years agoReverting this for the moment.
Brion Vibber [Sat, 25 Jun 2005 09:20:34 +0000 (09:20 +0000)]
Reverting this for the moment.
It doesn't really fit in Special:Export but would make a great standalone extension.

18 years agoSpecial::Export extension "list all articles since XXX"
Magnus Manske [Sat, 25 Jun 2005 09:16:16 +0000 (09:16 +0000)]
Special::Export extension "list all articles since XXX"

18 years agoCreate new old_text and ar_text fields as mediumblob instead of mediumtext.
Brion Vibber [Sat, 25 Jun 2005 09:00:49 +0000 (09:00 +0000)]
Create new old_text and ar_text fields as mediumblob instead of mediumtext.
These fields may contain compressed binary data.

18 years agoarchive table:
Brion Vibber [Sat, 25 Jun 2005 08:57:18 +0000 (08:57 +0000)]
archive table:
* utf8 conversion of title/user/comment fields
* blob type for ar_text
* add ar_rev_id and ar_text_id fields

18 years agologging table: UTF-8 conv
Brion Vibber [Sat, 25 Jun 2005 08:27:28 +0000 (08:27 +0000)]
logging table: UTF-8 conv

18 years ago* (bug 2503) remove redundant includes
Brion Vibber [Sat, 25 Jun 2005 07:49:22 +0000 (07:49 +0000)]
* (bug 2503) remove redundant includes

18 years ago* (bug 996) Replace $wgWhitelistEdit with 'edit' permission; fixup UPGRADE documentat...
Brion Vibber [Sat, 25 Jun 2005 06:24:46 +0000 (06:24 +0000)]
* (bug 996) Replace $wgWhitelistEdit with 'edit' permission; fixup UPGRADE documentation about edit and read whitelists.
Patch by robla: http://bugzilla.wikimedia.org/attachment.cgi?id=645&action=view
plus doc fixes

18 years ago* watchlist conversion (utf8 and namespace doubling)
Brion Vibber [Sat, 25 Jun 2005 06:04:01 +0000 (06:04 +0000)]
* watchlist conversion (utf8 and namespace doubling)
* fix cleanup
* --step option to test only one conversion step

18 years ago* (bug 2510) Using $wgRequest->getRequestURL() instead of $wgTitle->getLocalUrl()
Ævar Arnfjörð Bjarmason [Sat, 25 Jun 2005 00:50:34 +0000 (00:50 +0000)]
* (bug 2510) Using $wgRequest->getRequestURL() instead of $wgTitle->getLocalUrl()

18 years ago* Putting the [] invert checkbox to the right of 'Go', like on
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 23:19:57 +0000 (23:19 +0000)]
* Putting the [] invert checkbox to the right of 'Go', like on
  Special:Contributions and Special:Recentchanges

18 years ago* Removed htmlspecialchars(), everything given to setSubtitle() now goes
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 23:18:12 +0000 (23:18 +0000)]
* Removed htmlspecialchars(), everything given to setSubtitle() now goes
  through the parser so this is redundant.

18 years ago* Using wikisyntax for msg:searchquery
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 23:14:06 +0000 (23:14 +0000)]
* Using wikisyntax for msg:searchquery

18 years ago* Removed htmlspecialchars(), everything given to setSubtitle() now goes
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 23:02:36 +0000 (23:02 +0000)]
* Removed htmlspecialchars(), everything given to setSubtitle() now goes
  through the parser so this is redundant.

18 years ago* Everything given to setSubtitle() is now parsed for the full wikisyntax
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 23:00:19 +0000 (23:00 +0000)]
* Everything given to setSubtitle() is now parsed for the full wikisyntax

18 years ago* Whitespace
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 22:56:23 +0000 (22:56 +0000)]
* Whitespace

18 years agoupdated for 1.5
Tim Starling [Fri, 24 Jun 2005 22:27:58 +0000 (22:27 +0000)]
updated for 1.5

18 years agoadded $wgNoDBParam option
Tim Starling [Fri, 24 Jun 2005 21:42:00 +0000 (21:42 +0000)]
added $wgNoDBParam option

18 years ago* (bug 2499) Translation statistics
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 15:36:07 +0000 (15:36 +0000)]
* (bug 2499) Translation statistics

18 years ago* Marking the two RFC testcases as being parsertests for bug 479
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 12:56:44 +0000 (12:56 +0000)]
* Marking the two RFC testcases as being parsertests for bug 479

18 years ago* (bug 2506) Updated the Nynorsk translation
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 12:27:59 +0000 (12:27 +0000)]
* (bug 2506) Updated the Nynorsk translation

18 years agooldimage table:
Brion Vibber [Fri, 24 Jun 2005 07:17:13 +0000 (07:17 +0000)]
oldimage table:
* UTF8 conversion of fields
* grab width/height/bits and insert into the new fields
* move files for UTF8 conversion, leave redirects
Moved table cleanup into a separate step.

18 years ago* Removed msg:bureaucrattitle and msg:bureaucrattext, used by the Makesysop extension
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 07:13:45 +0000 (07:13 +0000)]
* Removed msg:bureaucrattitle and msg:bureaucrattext, used by the Makesysop extension
* Removed msg:seriousxhtmlerrors, no longer used

18 years ago* (bug 2504) Updated the Finnish translation
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 06:59:06 +0000 (06:59 +0000)]
* (bug 2504) Updated the Finnish translation

18 years agoConvert image table:
Brion Vibber [Fri, 24 Jun 2005 06:28:36 +0000 (06:28 +0000)]
Convert image table:
* add and detect type & size fields
* convert UTF-8 in fields
* convert UTF-8 in filenames, leaving redirects from compatibility names

18 years ago* Uncommenting Serbocroatian (sh), the sh wikipedia had previously been
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 06:26:06 +0000 (06:26 +0000)]
* Uncommenting Serbocroatian (sh), the sh wikipedia had previously been
  deactivated due to inactivity but is now active.

18 years ago* Removing the second check for MEDIAWIKI, already checked at this point
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 06:08:53 +0000 (06:08 +0000)]
* Removing the second check for MEDIAWIKI, already checked at this point

18 years ago* Removed stray #
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 05:31:46 +0000 (05:31 +0000)]
* Removed stray #

18 years ago* Removed stray #
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 05:14:24 +0000 (05:14 +0000)]
* Removed stray #

18 years ago* Using {{SITENAME}} instead of two variable names that were undefined
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 03:32:13 +0000 (03:32 +0000)]
* Using {{SITENAME}} instead of two variable names that were undefined

18 years ago* Fixed a typo in the Romanian language file (NS_MESIA => NS_MEDIA)
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 03:23:50 +0000 (03:23 +0000)]
* Fixed a typo in the Romanian language file (NS_MESIA => NS_MEDIA)

18 years ago* Added a new magic word, {{SERVERNAME}}, that returns $wgServerName, useful
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 02:54:52 +0000 (02:54 +0000)]
* Added a new magic word, {{SERVERNAME}}, that returns $wgServerName, useful
  for things like bug 1825

18 years ago* Trivial script to print out all avalible messages, useful for other scripts
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 02:19:13 +0000 (02:19 +0000)]
* Trivial script to print out all avalible messages, useful for other scripts

18 years ago* Removed redundant messages (found with maintenance/redundanttrans.php)
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 02:09:29 +0000 (02:09 +0000)]
* Removed redundant messages (found with maintenance/redundanttrans.php)

18 years ago* Fixed 4 fatal parsing errors introduced in the last checkin.
Ævar Arnfjörð Bjarmason [Fri, 24 Jun 2005 01:47:16 +0000 (01:47 +0000)]
* Fixed 4 fatal parsing errors introduced in the last checkin.

18 years agoMajor update based on the current messages in the MediaWiki namespace on the danish...
Christian List [Fri, 24 Jun 2005 01:36:25 +0000 (01:36 +0000)]
Major update based on the current messages in the MediaWiki namespace on the danish Wikipedia and on Language.php version 1.581

18 years ago* some cleanup
Brion Vibber [Fri, 24 Jun 2005 01:16:12 +0000 (01:16 +0000)]
* some cleanup
* convert and munge user table
* copy in some of the utf8 converter code preparing to hit other tables

18 years ago* ETA fix
Brion Vibber [Thu, 23 Jun 2005 21:57:28 +0000 (21:57 +0000)]
* ETA fix
* run cleanupDupes before page conversion
* order fix for the revision build; let them go in natural order...?

18 years ago* (bug 2494 etc) typos and mysteriously changed things; breakage with short
Brion Vibber [Thu, 23 Jun 2005 21:04:57 +0000 (21:04 +0000)]
* (bug 2494 etc) typos and mysteriously changed things; breakage with short
open tags off, missing <p> tag, unwarranted main credit for minor
contributions

18 years ago* (bug 2495) tyop
Brion Vibber [Thu, 23 Jun 2005 20:40:37 +0000 (20:40 +0000)]
* (bug 2495) tyop

18 years agoCopy updates from REL1_4, break out function definition to an include file
Brion Vibber [Thu, 23 Jun 2005 20:06:35 +0000 (20:06 +0000)]
Copy updates from REL1_4, break out function definition to an include file
so it can be used from the updgrade script.

18 years ago* (bug 2493) code cleanup
Brion Vibber [Thu, 23 Jun 2005 18:25:00 +0000 (18:25 +0000)]
* (bug 2493) code cleanup

18 years agoadd pagelinks conversion
Brion Vibber [Thu, 23 Jun 2005 09:23:53 +0000 (09:23 +0000)]
add pagelinks conversion

18 years ago'Chunked' 1.5 schema upgrader; incomplete, only does the main tables so far.
Brion Vibber [Thu, 23 Jun 2005 08:26:53 +0000 (08:26 +0000)]
'Chunked' 1.5 schema upgrader; incomplete, only does the main tables so far.
* Does schema and (if applicable) UTF-8 changes at the same time
* Runs inserts in chunks to avoid clogging up the replication stream
* Includes manually-done Windows-1252 conversion function for the 8-bit crowd

18 years agoRemove asksql priv from standard definitions; it's an extension thing.
Brion Vibber [Thu, 23 Jun 2005 02:22:46 +0000 (02:22 +0000)]
Remove asksql priv from standard definitions; it's an extension thing.

18 years ago* Trim whitespace from option values to weather line-ending corruption problems
Brion Vibber [Thu, 23 Jun 2005 02:16:10 +0000 (02:16 +0000)]
* Trim whitespace from option values to weather line-ending corruption problems

18 years ago* Added msg:val_tab
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 23:27:46 +0000 (23:27 +0000)]
* Added msg:val_tab

18 years ago* Adding a space to the left of #ca-print like there is for #ca-watch,
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 23:24:22 +0000 (23:24 +0000)]
* Adding a space to the left of #ca-print like there is for #ca-watch,
  #ca-unwatch and #ca-varlang-0

18 years ago* (bug 1577) Add 'printable version' tab in MonoBook for people who don't
Brion Vibber [Wed, 22 Jun 2005 22:59:39 +0000 (22:59 +0000)]
* (bug 1577) Add 'printable version' tab in MonoBook for people who don't
  realize you can just hit print to get a nicely formatted printable page.

18 years ago* (bug 750) Keep line endings consistent in LocalSettings.php
Brion Vibber [Wed, 22 Jun 2005 21:59:56 +0000 (21:59 +0000)]
* (bug 750) Keep line endings consistent in LocalSettings.php

18 years ago* (bug 2488) Format 'deletedtext' message as wikitext
Brion Vibber [Wed, 22 Jun 2005 21:38:15 +0000 (21:38 +0000)]
* (bug 2488) Format 'deletedtext' message as wikitext

18 years ago* (bug 2178) Fix temp dir check again
Brion Vibber [Wed, 22 Jun 2005 20:22:31 +0000 (20:22 +0000)]
* (bug 2178) Fix temp dir check again

18 years agovalidation feature updates
Magnus Manske [Wed, 22 Jun 2005 17:33:28 +0000 (17:33 +0000)]
validation feature updates

18 years agoremove asksql messages
River Tarnell [Wed, 22 Jun 2005 10:46:16 +0000 (10:46 +0000)]
remove asksql messages

18 years agoinclude error in debug output
River Tarnell [Wed, 22 Jun 2005 10:32:39 +0000 (10:32 +0000)]
include error in debug output

18 years agotypo
River Tarnell [Wed, 22 Jun 2005 10:11:08 +0000 (10:11 +0000)]
typo

18 years agotypo
River Tarnell [Wed, 22 Jun 2005 09:39:52 +0000 (09:39 +0000)]
typo

18 years agoceb, fiu-vro, pam, sco
Tim Starling [Wed, 22 Jun 2005 08:15:22 +0000 (08:15 +0000)]
ceb, fiu-vro, pam, sco

18 years ago* Restored prior text for password reminder button and e-mail, replacing
Brion Vibber [Wed, 22 Jun 2005 07:51:13 +0000 (07:51 +0000)]
* Restored prior text for password reminder button and e-mail, replacing
  the factually inaccurate text that was there.

18 years agoDon't suppress warnings -- fix the buggy file.
Brion Vibber [Wed, 22 Jun 2005 06:28:29 +0000 (06:28 +0000)]
Don't suppress warnings -- fix the buggy file.

18 years ago* The copyright confirmation box at Special:Upload is now turned off by default
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 03:29:51 +0000 (03:29 +0000)]
* The copyright confirmation box at Special:Upload is now turned off by default
  and can be turned back on by setting $wgCopyrightAffirmation to a true value

18 years ago* Settings the copyright confirmation box to off by default, any such text
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 03:28:12 +0000 (03:28 +0000)]
* Settings the copyright confirmation box to off by default, any such text
  can also be placed in msg:uploadtext and having this on by default only
  serves to induce upload fatigue.

18 years ago* The copyright confirmation box at Special:Upload can now be turned off by setting
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 03:21:58 +0000 (03:21 +0000)]
* The copyright confirmation box at Special:Upload can now be turned off by setting
  $wgCopyrightAffirmation to a false value in LocalSettings.php

18 years ago* Corrected comments
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 03:13:02 +0000 (03:13 +0000)]
* Corrected comments

18 years ago* Special:Statistics now supports action=raw, useful for bots designed to
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 01:59:35 +0000 (01:59 +0000)]
* Special:Statistics now supports action=raw, useful for bots designed to
  harwest e.g. article counts from multiple wikis.

18 years ago* Using wfSuppressWarnings() to supress undefined index warnings when a
Ævar Arnfjörð Bjarmason [Wed, 22 Jun 2005 00:43:50 +0000 (00:43 +0000)]
* Using wfSuppressWarnings() to supress undefined index warnings when a
  linktrail doesn't exist such as for Arabic.
* Removed 'sitesettings', obsolete.

18 years agoMake an attempt to fix some more problems:
Brion Vibber [Tue, 21 Jun 2005 21:35:48 +0000 (21:35 +0000)]
Make an attempt to fix some more problems:
* incorrect escaping of URL components
* missing escaping of URLs in <a href> tags
* don't try to place HTML-formatted wikitext into a single-quoted attribute value
* an odd str_replace
* some other XHTML bits

18 years agoRemove leftover junk
Brion Vibber [Tue, 21 Jun 2005 21:25:27 +0000 (21:25 +0000)]
Remove leftover junk

18 years ago* (bug 1714) Overriding #wpSave and #wpDiff
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 21:11:42 +0000 (21:11 +0000)]
* (bug 1714) Overriding #wpSave and #wpDiff

18 years agofixes to broken HTML messages; table markup now CSS
Magnus Manske [Tue, 21 Jun 2005 19:59:19 +0000 (19:59 +0000)]
fixes to broken HTML messages; table markup now CSS

18 years ago* (bug 1714) Tweaks, reducing the margin to 0.33em and applying it to #wpDiff
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 15:41:45 +0000 (15:41 +0000)]
* (bug 1714) Tweaks, reducing the margin to 0.33em and applying it to #wpDiff
  as well.

18 years ago* (bug 1714) the "Save page" button now has right margin to seperate it from
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 15:18:07 +0000 (15:18 +0000)]
* (bug 1714) the "Save page" button now has right margin to seperate it from
  "Show preview" and "Show changes"

18 years ago* Displaying namespace subheadings on Special:Watchlist/edit
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 15:00:09 +0000 (15:00 +0000)]
* Displaying namespace subheadings on Special:Watchlist/edit

18 years ago* (bug 1887) Applying attachment 461
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 13:48:35 +0000 (13:48 +0000)]
* (bug 1887) Applying attachment 461

18 years agoduh, use the right func
Brion Vibber [Tue, 21 Jun 2005 05:32:44 +0000 (05:32 +0000)]
duh, use the right func

18 years agoAdd file renaming for images and archived images, leaving symlinks from old
Brion Vibber [Tue, 21 Jun 2005 05:29:24 +0000 (05:29 +0000)]
Add file renaming for images and archived images, leaving symlinks from old
names. This code is untested so far.

18 years ago* (bug 2467) Fixed encoding issue with previous patch
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 02:05:00 +0000 (02:05 +0000)]
* (bug 2467) Fixed encoding issue with previous patch

18 years ago* Removed a redundant variable by the name of 'redundant' from this redundancy
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 01:31:16 +0000 (01:31 +0000)]
* Removed a redundant variable by the name of 'redundant' from this redundancy
  checking script.

18 years agos/Interwiki/Transwiki/ import
Brion Vibber [Tue, 21 Jun 2005 00:49:52 +0000 (00:49 +0000)]
s/Interwiki/Transwiki/ import
That term seems established, we just haven't had the code ready. ;)

18 years ago* Removed <p> being passed to addWikiTexT(), the parser will add that anyway
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 00:27:52 +0000 (00:27 +0000)]
* Removed <p> being passed to addWikiTexT(), the parser will add that anyway
* Using wfMsg's instead of hardcoded strings

18 years ago* Added msg:importinterwiki, for Special:Import
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 00:26:53 +0000 (00:26 +0000)]
* Added msg:importinterwiki, for Special:Import

18 years ago* Fixed a bug in Special:Contributions that caused the namespace selection to
Ævar Arnfjörð Bjarmason [Tue, 21 Jun 2005 00:12:32 +0000 (00:12 +0000)]
* Fixed a bug in Special:Contributions that caused the namespace selection to
  be forgotten between submits