lhc/web/wiklou.git
18 years ago* The sitemap protocol supports any ISO 8601 timestamp, use an exact timestamp rather...
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 02:22:53 +0000 (02:22 +0000)]
* The sitemap protocol supports any ISO 8601 timestamp, use an exact timestamp rather than just YYYY-MM-DD

18 years ago* Use wfTimestamp() instead of custom functions
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 02:21:48 +0000 (02:21 +0000)]
* Use wfTimestamp() instead of custom functions

18 years ago* Add support for TS_ISO_8601, used for Special:Import/Export and the sitemap
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 02:21:01 +0000 (02:21 +0000)]
* Add support for TS_ISO_8601, used for Special:Import/Export and the sitemap

18 years ago* Added a isMain() function that's the inverse of isTalk(), am I supposed to be bothe...
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 01:29:02 +0000 (01:29 +0000)]
* Added a isMain() function that's the inverse of isTalk(), am I supposed to be bothered to type "!" ?

18 years ago* Added support for a --path option to dump the output at a given path
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 01:24:32 +0000 (01:24 +0000)]
* Added support for a --path option to dump the output at a given path
* Tweaked the namespace priorities, all talk pages at 0.1
* Improved debug output

18 years ago* Completely rewrote this to use OO
Ævar Arnfjörð Bjarmason [Thu, 3 Nov 2005 00:23:07 +0000 (00:23 +0000)]
* Completely rewrote this to use OO
* Support nonstandard namespaces

18 years agoChange storage architecture in images/math/.
Jens Frank [Wed, 2 Nov 2005 23:14:33 +0000 (23:14 +0000)]
Change storage architecture in images/math/.
Old: images/math/434be915b5fe2e0e63cad907f254dfd5.png
New: images/math/4/3/4/434be915b5fe2e0e63cad907f254dfd5.png

18 years ago* Use page_touched rather than rev_timestamp, not as expensive and more correct,...
Ævar Arnfjörð Bjarmason [Wed, 2 Nov 2005 22:28:54 +0000 (22:28 +0000)]
* Use page_touched rather than rev_timestamp, not as expensive and more correct, since a page might be changed through included templates

18 years ago* Pretty indenting
Ævar Arnfjörð Bjarmason [Wed, 2 Nov 2005 22:17:43 +0000 (22:17 +0000)]
* Pretty indenting

18 years ago* Remove redundant variable definition
Ævar Arnfjörð Bjarmason [Wed, 2 Nov 2005 20:48:42 +0000 (20:48 +0000)]
* Remove redundant variable definition

18 years ago* Bah, use wfMsgForContent()
Ævar Arnfjörð Bjarmason [Wed, 2 Nov 2005 19:25:10 +0000 (19:25 +0000)]
* Bah, use wfMsgForContent()

18 years agolonger timeout when fetching interwiki map
Tim Starling [Tue, 1 Nov 2005 22:29:39 +0000 (22:29 +0000)]
longer timeout when fetching interwiki map

18 years agoCheck for error response codes, don't proxy via localhost in command line mode
Tim Starling [Tue, 1 Nov 2005 22:26:11 +0000 (22:26 +0000)]
Check for error response codes, don't proxy via localhost in command line mode

18 years ago* Use the preeeeeeeeety count
Ævar Arnfjörð Bjarmason [Tue, 1 Nov 2005 19:29:02 +0000 (19:29 +0000)]
* Use the preeeeeeeeety count

18 years ago* Use the preeety count
Ævar Arnfjörð Bjarmason [Tue, 1 Nov 2005 19:23:18 +0000 (19:23 +0000)]
* Use the preeety count

18 years ago* Use the pretty count function
Ævar Arnfjörð Bjarmason [Tue, 1 Nov 2005 19:18:52 +0000 (19:18 +0000)]
* Use the pretty count function

18 years ago* A function for pretty counts
Ævar Arnfjörð Bjarmason [Tue, 1 Nov 2005 19:17:31 +0000 (19:17 +0000)]
* A function for pretty counts

18 years ago* 3 => MW_MATH_SOURCE
Ævar Arnfjörð Bjarmason [Tue, 1 Nov 2005 11:28:51 +0000 (11:28 +0000)]
* 3 => MW_MATH_SOURCE
* Coding style

18 years agoPHP 5 compatibility
Tim Starling [Tue, 1 Nov 2005 07:47:21 +0000 (07:47 +0000)]
PHP 5 compatibility

18 years ago* (bug 3845) Update attribute.php for 1.5 schema
Brion Vibber [Tue, 1 Nov 2005 07:08:37 +0000 (07:08 +0000)]
* (bug 3845) Update attribute.php for 1.5 schema

18 years ago* (bug 3852) "Redirected from" link no longer obscured on double-redirects
Brion Vibber [Tue, 1 Nov 2005 06:48:29 +0000 (06:48 +0000)]
* (bug 3852) "Redirected from" link no longer obscured on double-redirects

18 years agoFix for some odd problems when reading from a non-tty
Tim Starling [Tue, 1 Nov 2005 00:57:13 +0000 (00:57 +0000)]
Fix for some odd problems when reading from a non-tty

18 years agoMore informative error message for loss of session data on save
Tim Starling [Mon, 31 Oct 2005 22:36:35 +0000 (22:36 +0000)]
More informative error message for loss of session data on save

18 years ago* Fix Parser::unstrip on PHP 5.1.0RC4
Brion Vibber [Mon, 31 Oct 2005 21:40:18 +0000 (21:40 +0000)]
* Fix Parser::unstrip on PHP 5.1.0RC4

18 years agoworkaround for any current or future exploit of the $GLOBALS overwrite vulnerability
Tim Starling [Mon, 31 Oct 2005 21:14:07 +0000 (21:14 +0000)]
workaround for any current or future exploit of the $GLOBALS overwrite vulnerability

18 years ago* If you use require_once "./$foo"; the script will only work from the
Ævar Arnfjörð Bjarmason [Mon, 31 Oct 2005 11:47:48 +0000 (11:47 +0000)]
* If you use require_once "./$foo"; the script will only work from the
  directory it's in

18 years ago* (bug 3844) Dummy language file that extends another language
Ævar Arnfjörð Bjarmason [Mon, 31 Oct 2005 11:30:23 +0000 (11:30 +0000)]
* (bug 3844) Dummy language file that extends another language

18 years agoQuick demo hack to generate a plaintext link dump,
Brion Vibber [Mon, 31 Oct 2005 09:57:38 +0000 (09:57 +0000)]
Quick demo hack to generate a plaintext link dump,
per the proposed wiki link database standard:
http://www.usemod.com/cgi-bin/mb.pl?LinkDatabase

18 years agoDon't forget to use the 'u' modifier on linktrail regexes that use character ranges...
Brion Vibber [Mon, 31 Oct 2005 01:30:03 +0000 (01:30 +0000)]
Don't forget to use the 'u' modifier on linktrail regexes that use character ranges! Without it they are interpreted as byte ranges and may match incorrect stuff.

18 years ago* (bug 3808) added nntp:// to the url protocol whitelist
Ævar Arnfjörð Bjarmason [Sun, 30 Oct 2005 11:25:50 +0000 (11:25 +0000)]
* (bug 3808) added nntp:// to the url protocol whitelist
* added worlwind:// to the url protocol whitelist

18 years ago* Rewrote the url protocol thing to not suck
Ævar Arnfjörð Bjarmason [Sun, 30 Oct 2005 11:24:43 +0000 (11:24 +0000)]
* Rewrote the url protocol thing to not suck

18 years agoSmall updates
Niklas Laxström [Sun, 30 Oct 2005 10:30:32 +0000 (10:30 +0000)]
Small updates

18 years agoUpdate of Ru and Udm language files
Alexander Sigachov [Sun, 30 Oct 2005 10:10:32 +0000 (10:10 +0000)]
Update of Ru and Udm language files

18 years ago* (bug 2885) Remove unnecessary reference parameter which broke classic skin
Brion Vibber [Sun, 30 Oct 2005 01:30:12 +0000 (01:30 +0000)]
* (bug 2885) Remove unnecessary reference parameter which broke classic skin
  talk notification on PHP 5.0.5

18 years agoallow onloadFuncts to be set before wikibits.js is loaded
Tom Gilder [Sun, 30 Oct 2005 00:25:49 +0000 (00:25 +0000)]
allow onloadFuncts to be set before wikibits.js is loaded

18 years agoFixes requested by Alfio Puglisi
Magnus Manske [Sat, 29 Oct 2005 17:08:01 +0000 (17:08 +0000)]
Fixes requested by Alfio Puglisi

18 years ago* (bug 3827) Update
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 15:32:11 +0000 (15:32 +0000)]
* (bug 3827) Update

18 years ago* strtolower() => $wgContLang->lc()
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 12:08:48 +0000 (12:08 +0000)]
* strtolower() => $wgContLang->lc()
* Merged two loops into one
* We're UTF-8 only, always use the /u switch on the regex

18 years ago* (bug 3761) Avoid deprecation warnings in Special:Import
Brion Vibber [Sat, 29 Oct 2005 06:41:43 +0000 (06:41 +0000)]
* (bug 3761) Avoid deprecation warnings in Special:Import

18 years ago* Last commmit fixed, done properly now
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 06:29:19 +0000 (06:29 +0000)]
* Last commmit fixed, done properly now

18 years agoRestore default sig changed without explanation
Brion Vibber [Sat, 29 Oct 2005 06:14:38 +0000 (06:14 +0000)]
Restore default sig changed without explanation

18 years ago* (bug 3667) Add missing global in page move code
Brion Vibber [Sat, 29 Oct 2005 06:02:08 +0000 (06:02 +0000)]
* (bug 3667) Add missing global in page move code
Might or might not mollify PHP 4.1.2, but it's a correctness thing anyway.

18 years ago* NS_USER => $row->namespace (it's going to be the same anyway)
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 03:03:10 +0000 (03:03 +0000)]
* NS_USER => $row->namespace (it's going to be the same anyway)

18 years ago* Logic error: $row->namespace not NS_USER
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 03:01:44 +0000 (03:01 +0000)]
* Logic error: $row->namespace not NS_USER

18 years ago* brion, the preprocessResults() function you removed on the last commit is
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 02:47:49 +0000 (02:47 +0000)]
* brion, the preprocessResults() function you removed on the last commit is
  there so that one large query gets run to check for the existance of pages
  rather than up to 500 individual queries, of course it didn't work but that's
  another issue alltogather..

18 years ago* If the user is at Special:Preferences and logs out, returnto them to the
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 01:54:37 +0000 (01:54 +0000)]
* If the user is at Special:Preferences and logs out, returnto them to the
  default return location rather than to Special:Preferences which they can't
  access when logged out

18 years agoAbility to set the blobs table name for any server in an external cluster. This would...
Tim Starling [Sat, 29 Oct 2005 01:41:36 +0000 (01:41 +0000)]
Ability to set the blobs table name for any server in an external cluster. This would allow, for example, the merging of all external storage for a large wikipedia dump into a single database, with "clusters" distinguished by table name.

18 years ago* (bug 3391) Display a link to the talk page in the default signiture
Ævar Arnfjörð Bjarmason [Sat, 29 Oct 2005 00:27:53 +0000 (00:27 +0000)]
* (bug 3391) Display a link to the talk page in the default signiture

18 years ago* Avoid numerous redundant latest-revision lookups in history
Brion Vibber [Fri, 28 Oct 2005 11:05:32 +0000 (11:05 +0000)]
* Avoid numerous redundant latest-revision lookups in history

18 years ago* (bug 3649) Remove obsolete, broken moveCustomMessages script
Brion Vibber [Fri, 28 Oct 2005 09:47:40 +0000 (09:47 +0000)]
* (bug 3649) Remove obsolete, broken moveCustomMessages script

18 years ago* (bug 3771) Handle internal functions in backtrace in wfAbruptExit()
Brion Vibber [Fri, 28 Oct 2005 09:39:22 +0000 (09:39 +0000)]
* (bug 3771) Handle internal functions in backtrace in wfAbruptExit()
http://bugzilla.wikimedia.org/attachment.cgi?id=1011

18 years ago* (bug 3762) Define missing Special:Import UI messages
Brion Vibber [Fri, 28 Oct 2005 09:32:38 +0000 (09:32 +0000)]
* (bug 3762) Define missing Special:Import UI messages

18 years ago* (bug 3782) Throw fatal installation warning if mbstring.func_overload on.
Brion Vibber [Fri, 28 Oct 2005 09:00:43 +0000 (09:00 +0000)]
* (bug 3782) Throw fatal installation warning if mbstring.func_overload on.
  Why do people invent these crazy options that change language semantics?

18 years agoNew Udmurt language file. Russian messages by default
Alexander Sigachov [Fri, 28 Oct 2005 08:40:51 +0000 (08:40 +0000)]
New Udmurt language file. Russian messages by default

18 years ago* (bug 3816) Throw edit conflict instead of fatal error when a page is
Brion Vibber [Fri, 28 Oct 2005 07:07:21 +0000 (07:07 +0000)]
* (bug 3816) Throw edit conflict instead of fatal error when a page is
  moved or deleted during section edit

18 years ago* MySQL 5.0 strict mode fix for moving unwatched pages
Brion Vibber [Fri, 28 Oct 2005 06:26:16 +0000 (06:26 +0000)]
* MySQL 5.0 strict mode fix for moving unwatched pages
It was doing an empty REPLACE, which apparently is unpopular.

18 years agoGive informative connection errors more often
Tim Starling [Fri, 28 Oct 2005 01:08:49 +0000 (01:08 +0000)]
Give informative connection errors more often

18 years ago* (bug 3806) Gracefully fall back to client-side scaling on |thumb| image
Brion Vibber [Fri, 28 Oct 2005 00:04:30 +0000 (00:04 +0000)]
* (bug 3806) Gracefully fall back to client-side scaling on |thumb| image
  that passes $wgMaxImageArea

18 years agoDon't re-run diff3 with missing files for the debug comment; it'll be wrong.
Brion Vibber [Thu, 27 Oct 2005 23:09:06 +0000 (23:09 +0000)]
Don't re-run diff3 with missing files for the debug comment; it'll be wrong.

18 years agoAdd DB name to sitemap filenames
Jens Frank [Thu, 27 Oct 2005 22:31:44 +0000 (22:31 +0000)]
Add DB name to sitemap filenames

18 years ago* Fail gracefully on invalid namespace in Special:Newpages
Brion Vibber [Thu, 27 Oct 2005 22:20:46 +0000 (22:20 +0000)]
* Fail gracefully on invalid namespace in Special:Newpages

18 years ago* (bug 3807) Fix 'all' in namespaces drop-down on contribs, rc
Brion Vibber [Thu, 27 Oct 2005 21:59:53 +0000 (21:59 +0000)]
* (bug 3807) Fix 'all' in namespaces drop-down on contribs, rc

18 years ago***SORRY*** new preference to disable "jump to" links (forgive my sin oh lord [brion...
Tom Gilder [Thu, 27 Oct 2005 00:11:41 +0000 (00:11 +0000)]
***SORRY*** new preference to disable "jump to" links (forgive my sin oh lord [brion]) ***SORRY***

18 years agonew config option: $wgAllowExternalImagesFrom
Erik Moeller [Wed, 26 Oct 2005 22:13:02 +0000 (22:13 +0000)]
new config option: $wgAllowExternalImagesFrom
motivation: people want to remove the wikimedia logos, which are non-free,
from commons. using this, we could move them to a trusted directory on the
wikimedia servers, and access them from all wikis using absolute URLs.

18 years ago* Fix Special:BrokenRedirects on MySQL 5.0
Brion Vibber [Wed, 26 Oct 2005 21:29:34 +0000 (21:29 +0000)]
* Fix Special:BrokenRedirects on MySQL 5.0

18 years ago* (bug 3803) Fix links on Special:Wantedcategories with miser mode off
Brion Vibber [Wed, 26 Oct 2005 20:53:58 +0000 (20:53 +0000)]
* (bug 3803) Fix links on Special:Wantedcategories with miser mode off
Also removed apparently miscopied preprocessing function from another page

18 years agoNo spaces then
Niklas Laxström [Wed, 26 Oct 2005 20:44:25 +0000 (20:44 +0000)]
No spaces then

18 years agoTomg, please test with error_reporting set to E_ALL or we will beat you up!
Brion Vibber [Wed, 26 Oct 2005 20:37:10 +0000 (20:37 +0000)]
Tomg, please test with error_reporting set to E_ALL or we will beat you up!
* Set default value for $this->scrolltop
* Use proper function to get an integer or empty value, instead of bizarre
HTML-escape-random-junk-on-input

18 years agoSome unicode corruption, two messages
Niklas Laxström [Wed, 26 Oct 2005 17:09:34 +0000 (17:09 +0000)]
Some unicode corruption, two messages

18 years ago* (bug 2324) image for redirects should be without text and oriented according to...
Niklas Laxström [Wed, 26 Oct 2005 15:45:30 +0000 (15:45 +0000)]
* (bug 2324) image for redirects should be without text and oriented according to content language

18 years ago* (bug 3798) DoubleRedirects no longer has hard coded arrows
Niklas Laxström [Wed, 26 Oct 2005 12:22:30 +0000 (12:22 +0000)]
* (bug 3798) DoubleRedirects no longer has hard coded arrows

18 years ago+editbox scrollbar thing
Tom Gilder [Wed, 26 Oct 2005 11:18:22 +0000 (11:18 +0000)]
+editbox scrollbar thing

18 years ago(*fanfare*) added scripting to save the position of the edit box scrollbar on preview
Tom Gilder [Wed, 26 Oct 2005 10:59:44 +0000 (10:59 +0000)]
(*fanfare*) added scripting to save the position of the edit box scrollbar on preview

18 years ago* Fixed regressions introduced in the last commit: not only did I modify the
Ævar Arnfjörð Bjarmason [Wed, 26 Oct 2005 10:59:00 +0000 (10:59 +0000)]
* Fixed regressions introduced in the last commit: not only did I modify the
  wrong message, but I made a typo when doing so, ARR!

18 years ago* Sanitizer CSS comment processing order fix
Brion Vibber [Wed, 26 Oct 2005 01:57:56 +0000 (01:57 +0000)]
* Sanitizer CSS comment processing order fix

18 years ago* If there's only one category, display "Category", else display "Categories"
Ævar Arnfjörð Bjarmason [Wed, 26 Oct 2005 01:57:23 +0000 (01:57 +0000)]
* If there's only one category, display "Category", else display "Categories"

18 years ago* (bug 3786) Experimental support for MySQL 4.1/5.0 utf8 charset mode
Brion Vibber [Wed, 26 Oct 2005 01:45:23 +0000 (01:45 +0000)]
* (bug 3786) Experimental support for MySQL 4.1/5.0 utf8 charset mode
  NOTE: Enabling this may break existing wikis, and still doesn't
  work for all Unicode characters due to MySQL limitations.

The $wgDBmysql5 option will run 'SET NAMES utf8' on connection to the
server so it knows we're speaking UTF-8 to it; switching it on/off
can cause interpretation of non-blob columns to change depending
on the charset options set on the server.

18 years ago* Documentation fix for User::isSysop()
Ævar Arnfjörð Bjarmason [Wed, 26 Oct 2005 01:02:21 +0000 (01:02 +0000)]
* Documentation fix for User::isSysop()

18 years ago* Duck reference errors on PHP >4.4.0
Ævar Arnfjörð Bjarmason [Wed, 26 Oct 2005 01:01:56 +0000 (01:01 +0000)]
* Duck reference errors on PHP >4.4.0

18 years agoRewrite of JS onload hook code; allows add-on scripts to run functions as soon as...
Tom Gilder [Wed, 26 Oct 2005 00:57:14 +0000 (00:57 +0000)]
Rewrite of JS onload hook code; allows add-on scripts to run functions as soon as content has loaded (i.e. a lot sooner than the actual onload event)

18 years agoreally fixed relative path bug
Tim Starling [Wed, 26 Oct 2005 00:22:50 +0000 (00:22 +0000)]
really fixed relative path bug

18 years ago* Two special pages had the same description, meaning that only one showed up
Ævar Arnfjörð Bjarmason [Wed, 26 Oct 2005 00:16:30 +0000 (00:16 +0000)]
* Two special pages had the same description, meaning that only one showed up
  in Special:Specialpages, reported by the rabbit

18 years ago* (bug 3735) Fix to run under MySQL 5's strict mode
Brion Vibber [Tue, 25 Oct 2005 23:26:14 +0000 (23:26 +0000)]
* (bug 3735) Fix to run under MySQL 5's strict mode

18 years agoRemove hard coded project namespaces
Niklas Laxström [Tue, 25 Oct 2005 12:57:18 +0000 (12:57 +0000)]
Remove hard coded project namespaces

18 years agoExif translations, thanks to Ilkka Pirskanen and others
Niklas Laxström [Tue, 25 Oct 2005 11:09:25 +0000 (11:09 +0000)]
Exif translations, thanks to Ilkka Pirskanen and others
Other missing strings added

18 years ago* Five new parsertests for <includeonly>, <onlyinclude> and <noinclude>
Ævar Arnfjörð Bjarmason [Tue, 25 Oct 2005 07:37:16 +0000 (07:37 +0000)]
* Five new parsertests for <includeonly>, <onlyinclude> and <noinclude>

18 years ago* New including feature: <onlyinclude>, see parsertests for uses
Ævar Arnfjörð Bjarmason [Tue, 25 Oct 2005 07:35:48 +0000 (07:35 +0000)]
* New including feature: <onlyinclude>, see parsertests for uses

18 years agofixed relative path bug
Tim Starling [Tue, 25 Oct 2005 07:28:22 +0000 (07:28 +0000)]
fixed relative path bug

18 years agoRemoved obsolete dump cruft
Tim Starling [Tue, 25 Oct 2005 07:01:04 +0000 (07:01 +0000)]
Removed obsolete dump cruft

18 years agoRevert bogus change in 1.36
Brion Vibber [Mon, 24 Oct 2005 23:38:58 +0000 (23:38 +0000)]
Revert bogus change in 1.36
formatNum must return text, not HTML

18 years agoAccessibility: added <label>s
Tom Gilder [Mon, 24 Oct 2005 23:25:21 +0000 (23:25 +0000)]
Accessibility: added <label>s

18 years ago* Wrap uploadtext in <div id="uploadtext"> so that it can be hidden via user CSS
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 23:16:58 +0000 (23:16 +0000)]
* Wrap uploadtext in <div id="uploadtext"> so that it can be hidden via user CSS

18 years ago* Renamed msg:ignorewarning to msg:ignorewarnings, to avoid issues with stale message...
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 23:09:33 +0000 (23:09 +0000)]
* Renamed msg:ignorewarning to msg:ignorewarnings, to avoid issues with stale messages in the cache

18 years ago* Debugging code commited to cvs, oops
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 23:08:54 +0000 (23:08 +0000)]
* Debugging code commited to cvs, oops
* Use msg:ignorewarnings instead of msg:ignorewarning

18 years ago* Parent message altered, purging old translations
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 22:59:09 +0000 (22:59 +0000)]
* Parent message altered, purging old translations

18 years ago* Changed msg:ignorewarning: 'Ignore warning and save file anyway.' => 'Ignore any...
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 22:52:03 +0000 (22:52 +0000)]
* Changed msg:ignorewarning: 'Ignore warning and save file anyway.' => 'Ignore any warnings'

18 years ago* Made an interface for wpIgnoreWarning, already supported as a raw POST value
Ævar Arnfjörð Bjarmason [Mon, 24 Oct 2005 22:49:11 +0000 (22:49 +0000)]
* Made an interface for wpIgnoreWarning, already supported as a raw POST value
* Whoeever thought this condensed HTML was readable put down the crackpipe, indented it

18 years agoFixed whitespace cleanup
Tim Starling [Mon, 24 Oct 2005 21:20:09 +0000 (21:20 +0000)]
Fixed whitespace cleanup

18 years agoMeaningful error message when all servers are busy
Tim Starling [Mon, 24 Oct 2005 20:38:46 +0000 (20:38 +0000)]
Meaningful error message when all servers are busy

18 years agosmall fix to include thousands separator (nonbreaking space)
Andrius R [Mon, 24 Oct 2005 11:24:52 +0000 (11:24 +0000)]
small fix to include thousands separator (nonbreaking space)