lhc/web/wiklou.git
19 years agodidn't mean to commit that comment
River Tarnell [Mon, 14 Mar 2005 07:44:46 +0000 (07:44 +0000)]
didn't mean to commit that comment

19 years agoallow redirects in categories; show cats on redirect page
River Tarnell [Mon, 14 Mar 2005 07:42:38 +0000 (07:42 +0000)]
allow redirects in categories; show cats on redirect page

19 years ago@ considered evil
Jens Frank [Mon, 14 Mar 2005 07:26:20 +0000 (07:26 +0000)]
@ considered evil

19 years agono need to show PHP's internal errors if we make our own error messages
Erik Moeller [Mon, 14 Mar 2005 04:16:27 +0000 (04:16 +0000)]
no need to show PHP's internal errors if we make our own error messages

19 years agoampersand 4eva
River Tarnell [Mon, 14 Mar 2005 03:34:32 +0000 (03:34 +0000)]
ampersand 4eva

19 years agofix URLs
River Tarnell [Mon, 14 Mar 2005 03:13:27 +0000 (03:13 +0000)]
fix URLs

19 years agoAdd updater to remove inverse_timestamp and fix indexes on revision table
Brion Vibber [Mon, 14 Mar 2005 02:59:23 +0000 (02:59 +0000)]
Add updater to remove inverse_timestamp and fix indexes on revision table

19 years agouse rev_timestamp for history browsing instead of LIMIT
River Tarnell [Mon, 14 Mar 2005 02:42:59 +0000 (02:42 +0000)]
use rev_timestamp for history browsing instead of LIMIT

19 years agoadd initEncoding method to proxy class
Brion Vibber [Mon, 14 Mar 2005 02:22:44 +0000 (02:22 +0000)]
add initEncoding method to proxy class

19 years agoDon't force edit encoding when LanguageEo.php is loaded; defer until $wgContLang...
Brion Vibber [Mon, 14 Mar 2005 02:00:53 +0000 (02:00 +0000)]
Don't force edit encoding when LanguageEo.php is loaded; defer until $wgContLang initialization.
This makes editing work on other languages with UI language set to Esperanto in preferences.

19 years agoConvert Title::createRedirect() to new revision/page insertion functions.
Brion Vibber [Mon, 14 Mar 2005 01:46:10 +0000 (01:46 +0000)]
Convert Title::createRedirect() to new revision/page insertion functions.
This method is only used by moveCustomMessages, which is now deprecated...

19 years agoBUG 1532, BUG 1544 Selfname changes for some Asian and other languages
Jens Frank [Sun, 13 Mar 2005 18:17:47 +0000 (18:17 +0000)]
BUG 1532, BUG 1544 Selfname changes for some Asian and other languages

19 years agoBug 1617: Incorrect login message when using AuthPlugin
Jens Frank [Sun, 13 Mar 2005 17:49:28 +0000 (17:49 +0000)]
Bug 1617: Incorrect login message when using AuthPlugin

19 years agoRemoved special case preventing table of contents on the main page. People can use...
Tim Starling [Sun, 13 Mar 2005 16:52:48 +0000 (16:52 +0000)]
Removed special case preventing table of contents on the main page. People can use __NOTOC__, after all.

19 years agoBUG 1594 Render a hyphen in a formula as − in HTML
Jens Frank [Sun, 13 Mar 2005 15:37:09 +0000 (15:37 +0000)]
BUG 1594 Render a hyphen in a formula as − in HTML
Better patch than the first try. Allows A-B to be rendered as MathML or as HTML

19 years agoChanged the calling protocol for function wfRunHooks() in Hooks.php.
Evan Prodromou [Sun, 13 Mar 2005 15:29:43 +0000 (15:29 +0000)]
Changed the calling protocol for function wfRunHooks() in Hooks.php.

Previously, this function used variable arguments to allow
different hooks to pass different parameters. However, var args
silently convert reference-calling to value-calling. So a call
that used to work like this:

    # old
    wfRunHooks('SomeEvent', $param1, &$param2, $param3);

...now works like this:

    # new
    wfRunHooks('SomeEvent', array($param1, &$param2, $param3));

Hook functions can now change pass-by-reference parameters correctly
(e.g. $param2 in the above example).

All calls to wfRunHooks() were changed and tested, and the change
was documented in docs/hooks.doc. This change was originally checked
in on REL1_4 branch as a bugfix, but per vibber reverted and checked
in to HEAD instead.

19 years ago* Appllied patch for bug 1686, image metadata cache by Andrius Ramanauskas.
Tim Starling [Sun, 13 Mar 2005 15:00:59 +0000 (15:00 +0000)]
* Appllied patch for bug 1686, image metadata cache by Andrius Ramanauskas.
* Changed memcached invalidation style in this patch to recache instead of deleting, which is better for concurrency
* Added a fix for the media link problem, differnet to my fix for the same problem in REL1_4 but either should work.
* Fixed image deletion, it didn't work at all. Not sure when it was broken or if it's been reported. It was working in REL1_4. It was a trivial error.

19 years agoFor custom messages, fall back to the default language's db messages
Brion Vibber [Sun, 13 Mar 2005 11:50:54 +0000 (11:50 +0000)]
For custom messages, fall back to the default language's db messages

19 years agoDon't run moveCustomMessages() on upgrade; this causes trouble and isn't really needed.
Brion Vibber [Sun, 13 Mar 2005 10:59:37 +0000 (10:59 +0000)]
Don't run moveCustomMessages() on upgrade; this causes trouble and isn't really needed.
(Meant to deal with custom templates on 1.2 wikis stored in the MediaWiki: namespace, but today it mostly just screws up custom messages that really do belong there.)

19 years agoBUG 1594 Render a hyphen in a formula as − in HTML
Jens Frank [Sun, 13 Mar 2005 10:59:04 +0000 (10:59 +0000)]
BUG 1594 Render a hyphen in a formula as − in HTML

19 years agoBUG 1615
Jens Frank [Sun, 13 Mar 2005 10:46:28 +0000 (10:46 +0000)]
BUG 1615

* Changed NS_MEDIAWIKI and NS_MEDIAWIKI_TALK namespaces (ahem, again:)
* Removed $wgMagicWordsIs, now just inherits the English ones.
* Annihilated $wgValidSpecialPagesIs (didn't do anything, legacy code)
* Skin names now actually work (wee!)
* Updated $wgAllMessagesIs to bring it in line with the ones at the is.wp,
  changed them from Wikipedia specific things where appropriate.
* Changed Wikipedia => {{SITENAME}}, http://is.wikipedia.org => {{SERVER}} etc.

19 years agoBug 1641: ISO 8601 support for some date functions
Jens Frank [Sun, 13 Mar 2005 10:20:44 +0000 (10:20 +0000)]
Bug 1641: ISO 8601 support for some date functions

19 years agoBug 1648: A new template message for a single undeleted revision
Jens Frank [Sun, 13 Mar 2005 10:01:20 +0000 (10:01 +0000)]
Bug 1648: A new template message for a single undeleted revision

19 years agoBUG 1653 - Removing hardcoded messages in Special:Allmessages
Jens Frank [Sun, 13 Mar 2005 09:03:58 +0000 (09:03 +0000)]
BUG 1653 - Removing hardcoded messages in Special:Allmessages

19 years agoChange interface to Article::updateRevisionOn() to take a Revision object instead...
Brion Vibber [Sun, 13 Mar 2005 07:49:15 +0000 (07:49 +0000)]
Change interface to Article::updateRevisionOn() to take a Revision object instead of pieces

19 years agoFix Special:Import for new schema; make it create page records as needed and hook...
Brion Vibber [Sun, 13 Mar 2005 07:22:20 +0000 (07:22 +0000)]
Fix Special:Import for new schema; make it create page records as needed and hook up the revisions when new.
WikiError class for pseudo-exceptions (must be manually checked, as PHP4 has no exceptions)

19 years agotweak some comments (schema blah blah)
Brion Vibber [Sun, 13 Mar 2005 07:19:13 +0000 (07:19 +0000)]
tweak some comments (schema blah blah)

19 years agoCheck and fix for pages whose page_latest is not set to the latest revision
Brion Vibber [Sun, 13 Mar 2005 07:18:13 +0000 (07:18 +0000)]
Check and fix for pages whose page_latest is not set to the latest revision

19 years agofix deadlock loop
Brion Vibber [Sun, 13 Mar 2005 06:43:33 +0000 (06:43 +0000)]
fix deadlock loop

19 years agoremove obsolete line
Brion Vibber [Sun, 13 Mar 2005 02:01:27 +0000 (02:01 +0000)]
remove obsolete line

19 years agoStart on a script to find and clean up orphan revisions
Brion Vibber [Sun, 13 Mar 2005 01:16:21 +0000 (01:16 +0000)]
Start on a script to find and clean up orphan revisions

19 years agoChange title move redirect creation to use Revision and Article to save
Brion Vibber [Sun, 13 Mar 2005 00:34:04 +0000 (00:34 +0000)]
Change title move redirect creation to use Revision and Article to save

19 years agoGet rollback working on new schema
Brion Vibber [Sat, 12 Mar 2005 12:50:43 +0000 (12:50 +0000)]
Get rollback working on new schema

19 years agosnip a forgotten field from page_len fix
Brion Vibber [Sat, 12 Mar 2005 12:11:13 +0000 (12:11 +0000)]
snip a forgotten field from page_len fix

19 years agoAdd page_len field with byte length of current revision text, since
Brion Vibber [Sat, 12 Mar 2005 11:51:02 +0000 (11:51 +0000)]
Add page_len field with byte length of current revision text, since
revision text is now stored separately and may be compressed.
This field is indexed which speeds up Special:Shortpages & Longpages.

Removed no longer used wfArticleIsStub().

19 years agoUpdate Article::quickEdit() to use Revision::insertOn()
Brion Vibber [Sat, 12 Mar 2005 10:50:51 +0000 (10:50 +0000)]
Update Article::quickEdit() to use Revision::insertOn()

19 years ago* (bug 1680) Fix linktrail for fo
Brion Vibber [Sat, 12 Mar 2005 09:50:02 +0000 (09:50 +0000)]
* (bug 1680) Fix linktrail for fo

19 years ago* Make undeletion (more or less) work with new schema
Brion Vibber [Sat, 12 Mar 2005 08:06:46 +0000 (08:06 +0000)]
* Make undeletion (more or less) work with new schema
* Add ar_rev_id field to archive to preserve revision IDs across deletion+undeletion

19 years agoConsolidate some bits in Article::insertNewArticle() and Article::updateArticle()
Brion Vibber [Fri, 11 Mar 2005 08:38:24 +0000 (08:38 +0000)]
Consolidate some bits in Article::insertNewArticle() and Article::updateArticle()
Added Article::insertOn() and Article::updateRevisionOn() for the db-accessing
guts, using Revision for the actual revision+text saving.

19 years agoAdd Revision::insertOn() method for saving new revisions into the database;
Brion Vibber [Fri, 11 Mar 2005 06:00:05 +0000 (06:00 +0000)]
Add Revision::insertOn() method for saving new revisions into the database;
modify Article::updateArticle() to use it.

19 years ago* (bug 1643) remove 'confirmcheck' message, no longer used
Brion Vibber [Fri, 11 Mar 2005 04:47:33 +0000 (04:47 +0000)]
* (bug 1643) remove 'confirmcheck' message, no longer used

19 years ago* (bug 1643) Removal of the deletion, protection and unprotection checkboxes
Brion Vibber [Fri, 11 Mar 2005 04:38:01 +0000 (04:38 +0000)]
* (bug 1643) Removal of the deletion, protection and unprotection checkboxes
patch by avar

19 years ago* (bug 1659) Redundant caseless modifier in Parser.php
Brion Vibber [Fri, 11 Mar 2005 02:32:19 +0000 (02:32 +0000)]
* (bug 1659)  Redundant caseless modifier in Parser.php

19 years ago* (bug 1403) Another fix for the untested finnish file
Brion Vibber [Fri, 11 Mar 2005 02:23:01 +0000 (02:23 +0000)]
* (bug 1403) Another fix for the untested finnish file

19 years ago* (bug 1678) spelling fix
Brion Vibber [Thu, 10 Mar 2005 22:23:51 +0000 (22:23 +0000)]
* (bug 1678) spelling fix

19 years agoimplement #1667, 5 second countdown before crashing database. Patch by ��var Arnfj...
Antoine Musso [Wed, 9 Mar 2005 15:12:19 +0000 (15:12 +0000)]
implement #1667, 5 second countdown before crashing database. Patch by ��var Arnfj��r�� Bjarmason

19 years agoadd comment that local accounts are necessary to log in
Brion Vibber [Wed, 9 Mar 2005 09:27:24 +0000 (09:27 +0000)]
add comment that local accounts are necessary to log in

19 years ago* (bug 1478) Punjabi localization
Brion Vibber [Wed, 9 Mar 2005 09:02:57 +0000 (09:02 +0000)]
* (bug 1478) Punjabi localization
File submitted as attachment with some corrections to linktrail, use of namespaces in messages, and some untranslated messages snipped.

19 years agoFix broken convertGrammar function. Why do people submit code that clearly has never...
Brion Vibber [Wed, 9 Mar 2005 08:32:38 +0000 (08:32 +0000)]
Fix broken convertGrammar function. Why do people submit code that clearly has never been tested?

19 years agoUpdates to Finnish localization from patch in bug 1403, with fixes so it actually...
Brion Vibber [Wed, 9 Mar 2005 08:11:22 +0000 (08:11 +0000)]
Updates to Finnish localization from patch in bug 1403, with fixes so it actually compiles, removal of some unnecessary code.

19 years agoSpecial:Export produces a particular output format which is the raw wikitext. Outputt...
Brion Vibber [Wed, 9 Mar 2005 02:16:44 +0000 (02:16 +0000)]
Special:Export produces a particular output format which is the raw wikitext. Outputting a different format depending on configuration would break all users of this feature.

19 years agoDeprecating special:maintenance; going to kill it soon. KILL! KILL!
Brion Vibber [Wed, 9 Mar 2005 02:09:28 +0000 (02:09 +0000)]
Deprecating special:maintenance; going to kill it soon. KILL! KILL!

19 years agoMerge changes from 1.4:
Brion Vibber [Wed, 9 Mar 2005 02:02:04 +0000 (02:02 +0000)]
Merge changes from 1.4:
* Squid purged defered to outside the db transaction
* Partial redirect goodies
* Compression threadhold on memcached
* setproctitle
* Some other tweaks

19 years agoupdate comment from live copy
Brion Vibber [Tue, 8 Mar 2005 02:58:43 +0000 (02:58 +0000)]
update comment from live copy

19 years ago* Reduce message cache outage recovery delay from 1 day to 5 minutes
Brion Vibber [Tue, 8 Mar 2005 02:53:09 +0000 (02:53 +0000)]
* Reduce message cache outage recovery delay from 1 day to 5 minutes

19 years ago* Trim old illegal characters from syndication feeds
Brion Vibber [Tue, 8 Mar 2005 02:50:31 +0000 (02:50 +0000)]
* Trim old illegal characters from syndication feeds

19 years ago* Respect read-only mode on block removals
Brion Vibber [Tue, 8 Mar 2005 02:45:25 +0000 (02:45 +0000)]
* Respect read-only mode on block removals

19 years agoFixed occurence of php escape tags in HTML output.
Mr. E23 [Mon, 7 Mar 2005 18:35:18 +0000 (18:35 +0000)]
Fixed occurence of php escape tags in HTML output.
More descriptive variable name.

19 years agotyop
Brion Vibber [Mon, 7 Mar 2005 10:42:20 +0000 (10:42 +0000)]
tyop

19 years ago* (bug 1642) fix a mime type typo in img_auth.php
Brion Vibber [Mon, 7 Mar 2005 06:34:46 +0000 (06:34 +0000)]
* (bug 1642) fix a mime type typo in img_auth.php

19 years agos/2004/2005/
Brion Vibber [Sun, 6 Mar 2005 12:46:27 +0000 (12:46 +0000)]
s/2004/2005/

19 years agosome updates from fr:wikipedia / quotes
Antoine Musso [Sat, 5 Mar 2005 18:48:41 +0000 (18:48 +0000)]
some updates from fr:wikipedia / quotes

19 years ago* some comments
Antoine Musso [Sat, 5 Mar 2005 18:01:18 +0000 (18:01 +0000)]
* some comments
* keep the "remember" check box when a user enter a wrong password.

19 years ago* Run UTF-8 validation on old text in Recentchanges RSS diffs
Brion Vibber [Sat, 5 Mar 2005 14:03:11 +0000 (14:03 +0000)]
* Run UTF-8 validation on old text in Recentchanges RSS diffs

19 years agoFix #1585 : incorrect title on post-login redirection page.
Antoine Musso [Fri, 4 Mar 2005 13:18:57 +0000 (13:18 +0000)]
Fix #1585 : incorrect title on post-login redirection page.

19 years agoFix #1570 : php 4.2.x error on conflict merging
Antoine Musso [Fri, 4 Mar 2005 12:55:37 +0000 (12:55 +0000)]
Fix #1570 : php 4.2.x error on conflict merging

19 years agoFix bug #1544, use only one language name for pa: ���������������
Antoine Musso [Fri, 4 Mar 2005 12:49:33 +0000 (12:49 +0000)]
Fix bug #1544, use only one language name for pa: ���������������

19 years agoFix for Bug 1620, Wiki-table nnd tag strips whole line, hiding text after table
Domas Mituzas [Fri, 4 Mar 2005 10:24:07 +0000 (10:24 +0000)]
Fix for Bug 1620, Wiki-table nnd tag strips whole line, hiding text after table
Bug reported and patch supplied by: Andrius Ramanauskas (Knutux) - alarm at takas.lt

19 years agophpdoc fixes
Antoine Musso [Fri, 4 Mar 2005 08:41:28 +0000 (08:41 +0000)]
phpdoc fixes

19 years agorandom comments / quotes
Antoine Musso [Thu, 3 Mar 2005 17:17:03 +0000 (17:17 +0000)]
random comments / quotes

19 years agoFix #1622 : remove trailing '>' when using category browser.
Antoine Musso [Thu, 3 Mar 2005 13:39:31 +0000 (13:39 +0000)]
Fix #1622 : remove trailing '>' when using category browser.

19 years agoFix bug #1618, patch by Mark Bergsma. Stop using hardcoded value for maximum number...
Antoine Musso [Wed, 2 Mar 2005 16:29:36 +0000 (16:29 +0000)]
Fix bug #1618, patch by Mark Bergsma. Stop using hardcoded value for maximum number of namespaces.

19 years agoeAccelerator caching support, patches from Jamie Bliss
Brion Vibber [Wed, 2 Mar 2005 01:54:05 +0000 (01:54 +0000)]
eAccelerator caching support, patches from Jamie Bliss

19 years agoBUG#1607 Must be laggedslavemode, node laggedslave, as used in Skin.php
Jens Frank [Tue, 1 Mar 2005 22:45:01 +0000 (22:45 +0000)]
BUG#1607 Must be laggedslavemode, node laggedslave, as used in Skin.php

19 years agoBUG#1612 Old Norse added
Jens Frank [Tue, 1 Mar 2005 22:05:18 +0000 (22:05 +0000)]
BUG#1612 Old Norse added

19 years agoBUG#1610 Add Old Norse stub
Jens Frank [Tue, 1 Mar 2005 21:44:37 +0000 (21:44 +0000)]
BUG#1610 Add Old Norse stub

19 years agosome not commited in inverse_timestamp patch
Domas Mituzas [Tue, 1 Mar 2005 10:26:55 +0000 (10:26 +0000)]
some not commited in inverse_timestamp patch

19 years ago# Ossetic stub localization; default to Russian instead of English.
Brion Vibber [Mon, 28 Feb 2005 08:41:22 +0000 (08:41 +0000)]
# Ossetic stub localization; default to Russian instead of English.

19 years agoAdd experimental $wgActionPaths config option.
Brion Vibber [Mon, 28 Feb 2005 07:07:14 +0000 (07:07 +0000)]
Add experimental $wgActionPaths config option.
To set 'pretty' URL paths for actions other than
plain page views, add to this array. For instance:
  'edit' => "$wgScriptPath/edit/$1"
There must be an appropriate script or rewrite rule
to handle these URLs.

19 years agoReturn 404 for action=raw hits to pages that don't exist, if they don't set a content...
Brion Vibber [Mon, 28 Feb 2005 05:34:22 +0000 (05:34 +0000)]
Return 404 for action=raw hits to pages that don't exist, if they don't set a content-type for CSS/JS imports.

19 years agoFix page info for new schema, use localized digits, de-confusify the code.
Brion Vibber [Mon, 28 Feb 2005 04:52:37 +0000 (04:52 +0000)]
Fix page info for new schema, use localized digits, de-confusify the code.

19 years ago* (bug 563) Fix UTF-8 interwiki URL redirects via Latin-1 wikis
Brion Vibber [Sun, 27 Feb 2005 09:58:49 +0000 (09:58 +0000)]
* (bug 563) Fix UTF-8 interwiki URL redirects via Latin-1 wikis

19 years ago* (bug 65) Fix broken interwiki link encoding on Latin-1 wikis; force to UTF-8
Brion Vibber [Sun, 27 Feb 2005 04:11:41 +0000 (04:11 +0000)]
* (bug 65) Fix broken interwiki link encoding on Latin-1 wikis; force to UTF-8

19 years agoApparently forgot to check this in.
Brion Vibber [Fri, 25 Feb 2005 21:35:00 +0000 (21:35 +0000)]
Apparently forgot to check this in.

19 years agoThis was moved to an extension a while ago
Brion Vibber [Fri, 25 Feb 2005 09:18:46 +0000 (09:18 +0000)]
This was moved to an extension a while ago

19 years agoKill a couple of <font> tags
Brion Vibber [Fri, 25 Feb 2005 09:13:03 +0000 (09:13 +0000)]
Kill a couple of <font> tags

19 years agoSome [[media:]] link tests
Brion Vibber [Fri, 25 Feb 2005 09:10:39 +0000 (09:10 +0000)]
Some [[media:]] link tests

19 years agonuke wfInvertTimestamp
Brion Vibber [Fri, 25 Feb 2005 09:07:01 +0000 (09:07 +0000)]
nuke wfInvertTimestamp

19 years agoleftover wfInvertTimestamp()
Domas Mituzas [Thu, 24 Feb 2005 15:00:15 +0000 (15:00 +0000)]
leftover wfInvertTimestamp()

19 years agofix typo, DieDebug -> DebugDie
Domas Mituzas [Thu, 24 Feb 2005 14:57:13 +0000 (14:57 +0000)]
fix typo, DieDebug -> DebugDie

19 years agoleftover wfInvertTimestamp, nuke it.
Domas Mituzas [Thu, 24 Feb 2005 14:55:38 +0000 (14:55 +0000)]
leftover wfInvertTimestamp, nuke it.

19 years agoFix category browser. $this is not defined in a method subfunction so we have to...
Antoine Musso [Wed, 23 Feb 2005 22:25:00 +0000 (22:25 +0000)]
Fix category browser. $this is not defined in a method subfunction so we have to pass $this object by reference.

19 years agoMade list of expiry options configurable.\nRemoved redundant setting $wgDefaultBlockE...
Mr. E23 [Tue, 22 Feb 2005 18:20:12 +0000 (18:20 +0000)]
Made list of expiry options configurable.\nRemoved redundant setting $wgDefaultBlockExpiry

19 years agoWar on cruft: commentBlock() usage, use a styled <span> for comments instead of mix...
Brion Vibber [Tue, 22 Feb 2005 06:04:03 +0000 (06:04 +0000)]
War on cruft: commentBlock() usage, use a styled <span> for comments instead of mix of <em> and <i>
Remove some unused functions in contribs

19 years agoremove inverse_timestamp wherever it is found and disable wfInvertTimestamp()
Domas Mituzas [Mon, 21 Feb 2005 15:33:58 +0000 (15:33 +0000)]
remove inverse_timestamp wherever it is found and disable wfInvertTimestamp()
dear mysql3, try to remember how beautiful filesorts are, you're so good at it.

19 years agoCruft war continues: more uses of isAnon() and isLoggedIn()
Brion Vibber [Mon, 21 Feb 2005 12:46:37 +0000 (12:46 +0000)]
Cruft war continues: more uses of isAnon() and isLoggedIn()

19 years agoeat a couple more namespace cruft bits
Brion Vibber [Mon, 21 Feb 2005 12:29:31 +0000 (12:29 +0000)]
eat a couple more namespace cruft bits

19 years agoDe-cruftification continues.
Brion Vibber [Mon, 21 Feb 2005 12:23:52 +0000 (12:23 +0000)]
De-cruftification continues.
* Replacing Namespace:: functions with NS_ constants
* Replacing make*Link() on strings with make*LinkObj() on Title objects
* Using more legible convenience methods on User and Title
* Start using a common Linker::commentBlock() to wrap the formatComment() bits in the surrounding formatting

19 years agoRemove some cruft from skins... sooooo much cruft yet to go
Brion Vibber [Mon, 21 Feb 2005 11:28:07 +0000 (11:28 +0000)]
Remove some cruft from skins... sooooo much cruft yet to go

19 years agoFix direction, use of variable for stub threshold
Brion Vibber [Mon, 21 Feb 2005 06:07:52 +0000 (06:07 +0000)]
Fix direction, use of variable for stub threshold