lhc/web/wiklou.git
18 years ago* (bug 4419) Remove obsolete magnify.png.old
Brion Vibber [Thu, 29 Dec 2005 16:30:49 +0000 (16:30 +0000)]
* (bug 4419) Remove obsolete magnify.png.old

18 years agofinishing moving of code from inex.php to includes/Wiki.php
Magnus Manske [Thu, 29 Dec 2005 10:50:06 +0000 (10:50 +0000)]
finishing moving of code from inex.php to includes/Wiki.php

18 years agomoving stuff from index.php to includes/Wiki.php
Magnus Manske [Thu, 29 Dec 2005 10:21:20 +0000 (10:21 +0000)]
moving stuff from index.php to includes/Wiki.php

18 years agoRemove errant string; now I look like a fscking noob
Rob Church [Thu, 29 Dec 2005 03:01:04 +0000 (03:01 +0000)]
Remove errant string; now I look like a fscking noob

18 years ago* Fix phpdoc headers
Rob Church [Thu, 29 Dec 2005 02:59:41 +0000 (02:59 +0000)]
* Fix phpdoc headers
* Add failsafe in case SERVER_SOFTWARE isn't set

18 years ago* (bug 3794) Include OS / platform info in Special:Version
Rob Church [Thu, 29 Dec 2005 02:49:53 +0000 (02:49 +0000)]
* (bug 3794) Include OS / platform info in Special:Version

18 years ago* (bug 2726, 3397) Fix [[Special:]] and [[:Image]] links in action=render
Brion Vibber [Thu, 29 Dec 2005 00:31:18 +0000 (00:31 +0000)]
* (bug 2726, 3397) Fix [[Special:]] and [[:Image]] links in action=render
corrected fix; was breaking urls in the trail after special links
now splits and only applies the noparse on the bit inside the link

18 years ago* (bug 2726, 3397) Fix [[Special:]] and [[:Image]] links in action=render
Brion Vibber [Wed, 28 Dec 2005 22:58:54 +0000 (22:58 +0000)]
* (bug 2726, 3397) Fix [[Special:]] and [[:Image]] links in action=render

18 years agoErps, fix timestamp formatting
Niklas Laxström [Wed, 28 Dec 2005 22:44:32 +0000 (22:44 +0000)]
Erps, fix timestamp formatting

18 years ago* (bug 4385) Separate parser cache entries for non-editing users, so section
Brion Vibber [Wed, 28 Dec 2005 22:28:04 +0000 (22:28 +0000)]
* (bug 4385) Separate parser cache entries for non-editing users, so section
  edit links don't vanish / appear unwanted on protected pages

18 years ago* (bug 4411) Fix messages diff link for classic skin
Brion Vibber [Wed, 28 Dec 2005 22:17:27 +0000 (22:17 +0000)]
* (bug 4411) Fix messages diff link for classic skin

18 years ago* (bug 4382) Frisian numeric format
Niklas Laxström [Wed, 28 Dec 2005 17:00:05 +0000 (17:00 +0000)]
* (bug 4382) Frisian numeric format

18 years agonow displays system messages in their edit box even if they are not set in the databa...
Magnus Manske [Wed, 28 Dec 2005 14:47:30 +0000 (14:47 +0000)]
now displays system messages in their edit box even if they are not set in the database yet

18 years ago* (bug 4401) Updated & added various translations for stuff & thingies
Ævar Arnfjörð Bjarmason [Tue, 27 Dec 2005 18:56:28 +0000 (18:56 +0000)]
* (bug 4401) Updated & added various translations for stuff & thingies

18 years agooopsie, not putting empty endings :)
Niklas Laxström [Tue, 27 Dec 2005 00:10:09 +0000 (00:10 +0000)]
oopsie, not putting empty endings :)

18 years ago* (bug 4392) Update of LanguageSr.php
Niklas Laxström [Tue, 27 Dec 2005 00:04:57 +0000 (00:04 +0000)]
* (bug 4392) Update of LanguageSr.php

18 years agoFix fatal error when $wgProfiling = false;
Antoine Musso [Mon, 26 Dec 2005 22:35:47 +0000 (22:35 +0000)]
Fix fatal error when $wgProfiling = false;

18 years agoucfirst class name for profiling
Antoine Musso [Mon, 26 Dec 2005 21:43:30 +0000 (21:43 +0000)]
ucfirst class name for profiling

18 years agolive extensions to statistics
Domas Mituzas [Mon, 26 Dec 2005 13:11:25 +0000 (13:11 +0000)]
live extensions to statistics

18 years agosession statistics live patch
Domas Mituzas [Mon, 26 Dec 2005 13:08:06 +0000 (13:08 +0000)]
session statistics live patch

18 years agocharacter set conversion //IGNORE live patch
Domas Mituzas [Mon, 26 Dec 2005 13:05:20 +0000 (13:05 +0000)]
character set conversion //IGNORE live patch

18 years agoProfiling bits from live site
Domas Mituzas [Mon, 26 Dec 2005 13:03:10 +0000 (13:03 +0000)]
Profiling bits from live site

18 years agoCommit in live site statistic bits
Domas Mituzas [Mon, 26 Dec 2005 13:01:18 +0000 (13:01 +0000)]
Commit in live site statistic bits

18 years ago* Remove unused OutputPage::addCookie()
Brion Vibber [Mon, 26 Dec 2005 10:29:22 +0000 (10:29 +0000)]
* Remove unused OutputPage::addCookie()
* Set cookies to secure mode based on use of HTTPS or $wgCookieSecure
Note; this currently doesn't override the session cookie params. Set separately

18 years agoUDP extension for ProfilerSimple, works together with 'udpprofile' daemon
Domas Mituzas [Mon, 26 Dec 2005 10:13:21 +0000 (10:13 +0000)]
UDP extension for ProfilerSimple, works together with 'udpprofile' daemon

18 years ago* (bug 4389) Fix math options on zh-hk and zh-tw (but not localized)
Brion Vibber [Mon, 26 Dec 2005 07:48:47 +0000 (07:48 +0000)]
* (bug 4389) Fix math options on zh-hk and zh-tw (but not localized)
There was a bogus getMathOptions() method which returns a nonexitent variable.
Removing this, it falls back to the simplified chinese text which is better than an error and no options.

18 years ago* Add 'GetInternalURL' hook to match the GetFullURL and GetLocalURL ones
Brion Vibber [Mon, 26 Dec 2005 07:14:42 +0000 (07:14 +0000)]
* Add 'GetInternalURL' hook to match the GetFullURL and GetLocalURL ones

18 years agoUpdated --help text (forgot to commit earlier)
Brion Vibber [Mon, 26 Dec 2005 07:12:41 +0000 (07:12 +0000)]
Updated --help text (forgot to commit earlier)

18 years ago* Add 'deletedhistory' permission key for ability to view deleted history
Brion Vibber [Sun, 25 Dec 2005 19:55:34 +0000 (19:55 +0000)]
* Add 'deletedhistory' permission key for ability to view deleted history
  list via Special:Undelete. Default is off, replicating the 1.5 behavior,
  but it can be turned back on for random users to replicate the previous
  1.6 dev behavior.

Gotten a rash of requests lately to delete history items, which then still
show their forbidden details to the whole world. Until we get this sorted
out to be easier to work with, I'm disabling the view of deleted history
for non-sysops on wikimedia.

18 years ago* Added 'PageRenderingHash' hook for changing the parser cache hash key
Brion Vibber [Sun, 25 Dec 2005 11:04:40 +0000 (11:04 +0000)]
* Added 'PageRenderingHash' hook for changing the parser cache hash key
  from an extension that changes rendering based on nonstandard options.

18 years ago* Don't delete thumbnails when refreshing exif metadata. This caused thumbs
Brion Vibber [Sun, 25 Dec 2005 09:59:54 +0000 (09:59 +0000)]
* Don't delete thumbnails when refreshing exif metadata. This caused thumbs
  to vanish mysteriously from time to time for files that didn't have metadata.

18 years ago* Adding a hook to Parser::clearState() (ParserClearState)
Ævar Arnfjörð Bjarmason [Sat, 24 Dec 2005 23:05:18 +0000 (23:05 +0000)]
* Adding a hook to Parser::clearState() (ParserClearState)

18 years ago* move $wgProfiler init to Setup.php
Domas Mituzas [Sat, 24 Dec 2005 13:41:05 +0000 (13:41 +0000)]
* move $wgProfiler init to Setup.php
* allow specifying different profiler types
* add ProfilerSimple (that for now just builds in-memory profiling structure,
  may be extended to write it somewhere)

18 years agoRevised and updated translations
Niklas Laxström [Sat, 24 Dec 2005 12:56:23 +0000 (12:56 +0000)]
Revised and updated translations

18 years ago* (bug 4377) "[" is not valid in URLs
Brion Vibber [Sat, 24 Dec 2005 10:07:26 +0000 (10:07 +0000)]
* (bug 4377) "[" is not valid in URLs

18 years ago* Don't show useless empty preview on new page creation
Brion Vibber [Sat, 24 Dec 2005 08:23:32 +0000 (08:23 +0000)]
* Don't show useless empty preview on new page creation

18 years ago* (bug 4368) Don't show useless empty preview on new section creation
Brion Vibber [Sat, 24 Dec 2005 08:18:56 +0000 (08:18 +0000)]
* (bug 4368) Don't show useless empty preview on new section creation

18 years agoPHP hates globals
Tim Starling [Fri, 23 Dec 2005 07:25:44 +0000 (07:25 +0000)]
PHP hates globals

18 years ago* Fix autoconfirm check for old accounts
Brion Vibber [Fri, 23 Dec 2005 01:27:27 +0000 (01:27 +0000)]
* Fix autoconfirm check for old accounts

18 years agoreally fix bug #4852
Antoine Musso [Thu, 22 Dec 2005 20:46:21 +0000 (20:46 +0000)]
really fix bug #4852

18 years agotypo in linktrail, might cause bug 4352 or not :p
Antoine Musso [Thu, 22 Dec 2005 20:33:47 +0000 (20:33 +0000)]
typo in linktrail, might cause bug 4352 or not :p

18 years agocleaner output for <head> block
Antoine Musso [Thu, 22 Dec 2005 14:28:28 +0000 (14:28 +0000)]
cleaner output for <head> block

18 years ago* cleaner source output
Antoine Musso [Thu, 22 Dec 2005 14:18:19 +0000 (14:18 +0000)]
* cleaner source output
* use a foreach() for the footer list of links

18 years ago* Lots of stuff may happen at a later date, simplify
Ævar Arnfjörð Bjarmason [Thu, 22 Dec 2005 13:49:12 +0000 (13:49 +0000)]
* Lots of stuff may happen at a later date, simplify

18 years agoRestore clean, tail-friendly output
Brion Vibber [Thu, 22 Dec 2005 06:48:42 +0000 (06:48 +0000)]
Restore clean, tail-friendly output

18 years ago* Fix raw sitenotice display on database error
Brion Vibber [Thu, 22 Dec 2005 06:30:39 +0000 (06:30 +0000)]
* Fix raw sitenotice display on database error

18 years agominor doc
Erik Moeller [Thu, 22 Dec 2005 06:22:36 +0000 (06:22 +0000)]
minor doc

18 years ago* (bug 1735) Revamped protection interface
Brion Vibber [Thu, 22 Dec 2005 05:41:06 +0000 (05:41 +0000)]
* (bug 1735) Revamped protection interface
* (bug 675) Add page protection level for unregistered/new accounts
* User::isNewbie now uses the registration date and $wgAutoconfirmAge
* Log views show message when no matches

18 years ago+temp*
Antoine Musso [Thu, 22 Dec 2005 00:47:28 +0000 (00:47 +0000)]
+temp*
Requested by Edward Z. Yang on wikitech-l

18 years ago* (bug 4108, 4336) Remove trailing whitespace from various messages, which
Brion Vibber [Wed, 21 Dec 2005 23:26:22 +0000 (23:26 +0000)]
* (bug 4108, 4336) Remove trailing whitespace from various messages, which
  mucks up message updating to create dupe entries

18 years agoRemoved NaodW29 completely, never again will it show its ugly face. Necessitated...
Tim Starling [Wed, 21 Dec 2005 14:02:20 +0000 (14:02 +0000)]
Removed NaodW29 completely, never again will it show its ugly face. Necessitated by recurring input validation issues -- most are avoided by using a randomly selected string instead of a fixed string.

18 years ago* Made a new permission for Special:Unwatchedpages, enabled by default for sysops
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 13:31:47 +0000 (13:31 +0000)]
* Made a new permission for Special:Unwatchedpages, enabled by default for sysops

18 years ago* Not listing redirects
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 13:27:12 +0000 (13:27 +0000)]
* Not listing redirects
* Using the proper permission system

18 years agonew hooks
Magnus Manske [Wed, 21 Dec 2005 12:02:18 +0000 (12:02 +0000)]
new hooks

18 years ago* Added telnet:// to the list of supported URL prefixes, MUD games, games etc.
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 06:27:23 +0000 (06:27 +0000)]
* Added telnet:// to the list of supported URL prefixes, MUD games, games etc.

18 years ago* Make User::isAllowed return true if passed an empty string
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 05:15:26 +0000 (05:15 +0000)]
* Make User::isAllowed return true if passed an empty string

18 years ago* Support configuring a permission required to view Special:Unwatchedpages
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 05:14:40 +0000 (05:14 +0000)]
* Support configuring a permission required to view Special:Unwatchedpages

18 years ago* msg:newmessages => msg:youhavenewmessages, to flush old translations out
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 04:24:08 +0000 (04:24 +0000)]
* msg:newmessages => msg:youhavenewmessages, to flush old translations out

18 years ago* (bug 1572) add a "diff penultimate revision" link to msg:newmessages
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 02:47:35 +0000 (02:47 +0000)]
* (bug 1572) add a "diff penultimate revision" link to msg:newmessages

18 years ago* Added a new accessor/mutator for OutputPage::mParserOptions and deprecated the...
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 02:38:54 +0000 (02:38 +0000)]
* Added a new accessor/mutator for OutputPage::mParserOptions and deprecated the old one
* KEYWORDS => keywords, as per W3C reccomendations

18 years ago* 0 => NS_MAIN
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 02:35:20 +0000 (02:35 +0000)]
* 0 => NS_MAIN
* Simplified Namespace::isMovable()

18 years ago* require_once 'PersistentObject.php' in the $wg(?:Skin|)ExtensionFunctions loops
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 00:13:43 +0000 (00:13 +0000)]
* require_once 'PersistentObject.php' in the $wg(?:Skin|)ExtensionFunctions loops

18 years ago* File to aid in writing extensions, see documentation
Ævar Arnfjörð Bjarmason [Wed, 21 Dec 2005 00:12:10 +0000 (00:12 +0000)]
* File to aid in writing extensions, see documentation

18 years agodocumented AutoAuthenticate hook
Domas Mituzas [Tue, 20 Dec 2005 21:30:01 +0000 (21:30 +0000)]
documented AutoAuthenticate hook

18 years agoAutoAuthenticate hook for external User suppliers
Domas Mituzas [Tue, 20 Dec 2005 21:25:54 +0000 (21:25 +0000)]
AutoAuthenticate hook for external User suppliers

18 years ago* (bug 3424) Update page_touched for category members on category page creation
Brion Vibber [Tue, 20 Dec 2005 21:17:03 +0000 (21:17 +0000)]
* (bug 3424) Update page_touched for category members on category page creation

18 years agoShow <nstab-foobar> instead of 'article' for the namespace tab. That's a
Antoine Musso [Tue, 20 Dec 2005 20:43:45 +0000 (20:43 +0000)]
Show <nstab-foobar> instead of 'article' for the namespace tab. That's a
better hint to find the MediaWiki: message that need to be edited when
adding extra namespaces.

18 years agoSecond part of set_include_path patch
Antoine Musso [Tue, 20 Dec 2005 19:31:34 +0000 (19:31 +0000)]
Second part of set_include_path patch

18 years agoattempt to fix ini_set error by using set_include_path Patch by robertoz
Antoine Musso [Tue, 20 Dec 2005 19:28:41 +0000 (19:28 +0000)]
attempt to fix ini_set error by using set_include_path Patch by robertoz

18 years ago* Obsolete REL1_4 schema, shouldn't be in HEAD which uses the REL1_5 schema (approxim...
Ævar Arnfjörð Bjarmason [Tue, 20 Dec 2005 10:48:53 +0000 (10:48 +0000)]
* Obsolete REL1_4 schema, shouldn't be in HEAD which uses the REL1_5 schema (approximately)

18 years ago* Upgrade old skin preferences properly at Special:Preferences
Brion Vibber [Mon, 19 Dec 2005 23:36:43 +0000 (23:36 +0000)]
* Upgrade old skin preferences properly at Special:Preferences
  (used to spontaneously switch to Classic skin for old numeric pref records)
This one keeps biting me when I log in on wikis I haven't been to in a year
or two, then change prefs.

18 years ago* Removed experimental Amethyst skin from default set
Brion Vibber [Mon, 19 Dec 2005 22:52:00 +0000 (22:52 +0000)]
* Removed experimental Amethyst skin from default set

18 years ago* (bug 1436) &templates=expand now expands templates
Ævar Arnfjörð Bjarmason [Mon, 19 Dec 2005 01:04:32 +0000 (01:04 +0000)]
* (bug 1436) &templates=expand now expands templates

18 years ago* (bug 1436) Accessors required for RawPage.php
Ævar Arnfjörð Bjarmason [Mon, 19 Dec 2005 01:02:29 +0000 (01:02 +0000)]
* (bug 1436) Accessors required for RawPage.php

18 years agoFix #4307 : translations for category: and template: namespaces
Antoine Musso [Sun, 18 Dec 2005 14:14:13 +0000 (14:14 +0000)]
Fix #4307 : translations for category: and template: namespaces

18 years agonew hook
Magnus Manske [Sat, 17 Dec 2005 16:19:32 +0000 (16:19 +0000)]
new hook

18 years ago* Use $wgOut->parse() in wfGetSiteNotice() instead of creating a new parser
Brion Vibber [Sat, 17 Dec 2005 06:26:27 +0000 (06:26 +0000)]
* Use $wgOut->parse() in wfGetSiteNotice() instead of creating a new parser
  instance. This allows use of extension hooks if required.

18 years ago* Add a hook for additional user creation throttle / limiter extensions
Brion Vibber [Sat, 17 Dec 2005 03:18:39 +0000 (03:18 +0000)]
* Add a hook for additional user creation throttle / limiter extensions

18 years ago* (bug 3493) Mark edits patrolled when they are reverted
Brion Vibber [Sat, 17 Dec 2005 00:44:23 +0000 (00:44 +0000)]
* (bug 3493) Mark edits patrolled when they are reverted
  patch by Leon Planken
http://bugzilla.wikimedia.org/attachment.cgi?id=1203

18 years ago* (bug 1586) Replace _ in db name with - for domain name
Brion Vibber [Sat, 17 Dec 2005 00:15:35 +0000 (00:15 +0000)]
* (bug 1586) Replace _ in db name with - for domain name
plus committing a live hack

18 years ago* (bug 4298) Include rc_id on enhanced RC singleton diff links for patrolling
Brion Vibber [Fri, 16 Dec 2005 23:56:44 +0000 (23:56 +0000)]
* (bug 4298) Include rc_id on enhanced RC singleton diff links for patrolling
* Did some refactoring on ChangesList.php merging dupe code

oh man this changes list code is nasty

18 years ago* Removed FulltextStoplist.php, no longer used (was for MySQL 3.x workaround)
Brion Vibber [Fri, 16 Dec 2005 22:00:26 +0000 (22:00 +0000)]
* Removed FulltextStoplist.php, no longer used (was for MySQL 3.x workaround)

18 years ago* (bug 349) Fix for some numeric differences not being highlighted
Brion Vibber [Thu, 15 Dec 2005 22:41:15 +0000 (22:41 +0000)]
* (bug 349) Fix for some numeric differences not being highlighted
  patch by Andrius Ramanauskas
http://bugzilla.wikimedia.org/attachment.cgi?id=1190

18 years agoFix #2261: Protect/unprotect do not verify if the page is already
Antoine Musso [Thu, 15 Dec 2005 21:25:52 +0000 (21:25 +0000)]
Fix #2261: Protect/unprotect do not verify if the page is already
protected/unprotected.
Show the article page instead of the confirmation box.

18 years ago* New hook: SkinTemplateBuildContentActionUrlsAfterSpecialPage
Ævar Arnfjörð Bjarmason [Thu, 15 Dec 2005 21:05:58 +0000 (21:05 +0000)]
* New hook: SkinTemplateBuildContentActionUrlsAfterSpecialPage

18 years agoFix #3991: allow the operation of wikicode on Protect move only text
Antoine Musso [Thu, 15 Dec 2005 21:04:00 +0000 (21:04 +0000)]
Fix #3991: allow the operation of wikicode on Protect move only text

18 years agoBug #4267 : switch dv sd ug ks arc languages to RTL
Antoine Musso [Thu, 15 Dec 2005 20:28:07 +0000 (20:28 +0000)]
Bug #4267 : switch dv sd ug ks arc languages to RTL

18 years agoRussian language file update to En 1.754
Alexander Sigachov [Wed, 14 Dec 2005 22:50:10 +0000 (22:50 +0000)]
Russian language file update to En 1.754

18 years ago* (bug 4279) Small correction to LanguageDa.php
Niklas Laxström [Wed, 14 Dec 2005 22:35:52 +0000 (22:35 +0000)]
* (bug 4279) Small correction to LanguageDa.php

18 years ago* Added plugin interface for dumpBackup, so additional filters and output
Brion Vibber [Wed, 14 Dec 2005 20:56:43 +0000 (20:56 +0000)]
* Added plugin interface for dumpBackup, so additional filters and output
  sink types can be registered at runtime from an extension

18 years ago* Use call_user_func( $func ) rather than $func(), like wgHooks and parser hooks
Ævar Arnfjörð Bjarmason [Wed, 14 Dec 2005 16:46:27 +0000 (16:46 +0000)]
* Use call_user_func( $func ) rather than $func(), like wgHooks and parser hooks

18 years ago* Fixed --server override on dumpTextPass.php
Brion Vibber [Tue, 13 Dec 2005 22:26:15 +0000 (22:26 +0000)]
* Fixed --server override on dumpTextPass.php

18 years ago* (bug 4258) Use ugly urls for ISAPI by default
Brion Vibber [Tue, 13 Dec 2005 22:08:59 +0000 (22:08 +0000)]
* (bug 4258) Use ugly urls for ISAPI by default
  patch by Rob Church

18 years agoAdd fixme note for ArticleViewHeader hook, which appears to be misplaced.
Brion Vibber [Tue, 13 Dec 2005 00:42:39 +0000 (00:42 +0000)]
Add fixme note for ArticleViewHeader hook, which appears to be misplaced.
If the view is a parser cache hit, the hook will not be called.

18 years ago* (bug 3407) Fix encoding of subject and from/to headers on notification
Brion Vibber [Mon, 12 Dec 2005 06:04:45 +0000 (06:04 +0000)]
* (bug 3407) Fix encoding of subject and from/to headers on notification
  mails; userMailer() now takes a MailAddress wrapper object instead of
  a raw string to abstract things a level.

18 years ago* (bug 3211) Include Date, To mail headers when using PEAR::Mail
Brion Vibber [Mon, 12 Dec 2005 04:51:53 +0000 (04:51 +0000)]
* (bug 3211) Include Date, To mail headers when using PEAR::Mail

18 years ago* (bug 3073) Keep search parameter on paging in Special:Newimages
Brion Vibber [Mon, 12 Dec 2005 03:23:01 +0000 (03:23 +0000)]
* (bug 3073) Keep search parameter on paging in Special:Newimages

18 years ago* Fix regression: old version missing from edit links on CSS/JS pages
Brion Vibber [Mon, 12 Dec 2005 02:14:09 +0000 (02:14 +0000)]
* Fix regression: old version missing from edit links on CSS/JS pages

18 years ago* (bug 4001) Use local variables properly in wikibits.js akeytt()
Brion Vibber [Mon, 12 Dec 2005 00:25:44 +0000 (00:25 +0000)]
* (bug 4001) Use local variables properly in wikibits.js akeytt()

18 years agoanother touch of whitespace
Brion Vibber [Mon, 12 Dec 2005 00:14:02 +0000 (00:14 +0000)]
another touch of whitespace