lhc/web/wiklou.git
19 years agoPass the -a option to diff in case there are tests with
Wil Mahan [Mon, 11 Oct 2004 21:55:35 +0000 (21:55 +0000)]
Pass the -a option to diff in case there are tests with
non-text characters; set wgMaxTocLevel global; use
.PHONY target in Makefile in case someone happens
to have a file named 'test' or similar in the
maintenance/ directory.

19 years agoUpdate tests for 289:
Brion Vibber [Mon, 11 Oct 2004 21:47:31 +0000 (21:47 +0000)]
Update tests for 289:
* fix the expected output to match actual behavior with caught invalid chars
* add cases with double-quote (")

19 years ago$wgBrowserBlackList must be an array, not a string. Also, the previous value would...
Brion Vibber [Mon, 11 Oct 2004 21:23:39 +0000 (21:23 +0000)]
$wgBrowserBlackList must be an array, not a string. Also, the previous value would have matched virtually all browsers other than Mozilla.

19 years agoBUG#187, BUG#669 Fix centered images. span apparently didn't work properly
Jens Frank [Mon, 11 Oct 2004 20:03:24 +0000 (20:03 +0000)]
BUG#187, BUG#669 Fix centered images. span apparently didn't work properly

19 years agoUse the new wfRandom() function for setting cur_random
Wil Mahan [Mon, 11 Oct 2004 19:17:34 +0000 (19:17 +0000)]
Use the new wfRandom() function for setting cur_random

19 years agoOops, invalid chars in bracketed external links should
Wil Mahan [Mon, 11 Oct 2004 19:15:24 +0000 (19:15 +0000)]
Oops, invalid chars in bracketed external links should
be added to the link description, not the trail.

19 years agoFix bounding box feature of thumbnails (e.g. |200x200px|)
Jens Frank [Mon, 11 Oct 2004 19:02:56 +0000 (19:02 +0000)]
Fix bounding box feature of thumbnails (e.g. |200x200px|)

19 years agoRe-exclude '<' and '>' from external links, since brion pointed
Wil Mahan [Mon, 11 Oct 2004 18:54:35 +0000 (18:54 +0000)]
Re-exclude '<' and '>' from external links, since brion pointed
out cases where it matters. We don't need to exclude them from
external link text, to allow for e.g. bold text in the link
description.

19 years ago+ better browser black list example
Emmanuel Engelhart [Mon, 11 Oct 2004 18:38:32 +0000 (18:38 +0000)]
+ better browser black list example

19 years ago$wgBrowserBlackList = "/Mozilla\/4./";
Emmanuel Engelhart [Mon, 11 Oct 2004 18:36:01 +0000 (18:36 +0000)]
$wgBrowserBlackList = "/Mozilla\/4./";

19 years agoBug 686: broken linktrail in Catalan
Brion Vibber [Mon, 11 Oct 2004 18:33:30 +0000 (18:33 +0000)]
Bug 686: broken linktrail in Catalan

19 years agoAdd more test cases for bug 289
Brion Vibber [Mon, 11 Oct 2004 18:12:14 +0000 (18:12 +0000)]
Add more test cases for bug 289

19 years agoBug 589: make random selection slightly more random. PHP's
Wil Mahan [Mon, 11 Oct 2004 17:34:39 +0000 (17:34 +0000)]
Bug 589: make random selection slightly more random. PHP's
mt_rand() function has a maximum value of 2^31-1, which
is small enough that duplicate values can occur due to the
Birthday paradox, e.g. on the English Wikipedia. To fix
this, add a wfRandom() function that calls mt_rand()
twice to get the desired amount of randomness.

19 years agoDetect and disallow &gt; and &lt; within external links.
Wil Mahan [Mon, 11 Oct 2004 16:57:49 +0000 (16:57 +0000)]
Detect and disallow &gt; and &lt; within external links.
Fixes bug 289.

19 years agoPrevent double-escaping of '<' and '>' in external links;
Wil Mahan [Mon, 11 Oct 2004 16:16:27 +0000 (16:16 +0000)]
Prevent double-escaping of '<' and '>' in external links;
allow them in free external links again, at least until there
is a consistent way of handling them. Convert some spaces to
tabs from zhengzhu's last commit.

19 years ago+ comment about the browser blacklist array
Emmanuel Engelhart [Mon, 11 Oct 2004 16:13:53 +0000 (16:13 +0000)]
+ comment about the browser blacklist array

19 years ago+ explicit example for the browser black list.
Emmanuel Engelhart [Mon, 11 Oct 2004 16:10:47 +0000 (16:10 +0000)]
+ explicit example for the browser black list.

19 years agodon't show redirects in categories
River Tarnell [Mon, 11 Oct 2004 11:09:18 +0000 (11:09 +0000)]
don't show redirects in categories

19 years agoIf wiki has the old non-unique indexes on cur, check for duplicate cur entries and...
Brion Vibber [Mon, 11 Oct 2004 07:44:37 +0000 (07:44 +0000)]
If wiki has the old non-unique indexes on cur, check for duplicate cur entries and remove the extras.

19 years agoObsolete and probably dangerous old script. Removed from 1.3 branch long ago, forgot...
Brion Vibber [Mon, 11 Oct 2004 07:43:44 +0000 (07:43 +0000)]
Obsolete and probably dangerous old script. Removed from 1.3 branch long ago, forgot to get it here.

19 years agoadd missing autoConvert wrapper
Brion Vibber [Mon, 11 Oct 2004 06:38:42 +0000 (06:38 +0000)]
add missing autoConvert wrapper

19 years agofix from live site, set->add for "loading".
Domas Mituzas [Mon, 11 Oct 2004 04:13:43 +0000 (04:13 +0000)]
fix from live site, set->add for "loading".

19 years agobugfix: check for existence of PRIMARY key in addition to UNIQUE key, as
Erik Moeller [Mon, 11 Oct 2004 04:10:41 +0000 (04:10 +0000)]
bugfix: check for existence of PRIMARY key in addition to UNIQUE key, as
MySQL returns "PRIMARY" as key_name. This caused uploads to fail with a
"patch required" message in HEAD even if the schema was up to date.

19 years agothis seems to have sneaked into HEAD somehow, belongs in SCHEMA_WORK only
Erik Moeller [Mon, 11 Oct 2004 03:28:18 +0000 (03:28 +0000)]
this seems to have sneaked into HEAD somehow, belongs in SCHEMA_WORK only

19 years agoupdate doc
Zheng Zhu [Mon, 11 Oct 2004 03:05:48 +0000 (03:05 +0000)]
update doc

19 years agoAdding the interface language to the page rendering hash; also fixed some formatting...
Zheng Zhu [Mon, 11 Oct 2004 02:46:31 +0000 (02:46 +0000)]
Adding the interface language to the page rendering hash; also fixed some formatting errors from my previous commits.

19 years agoFor content language, removed language code suffix from the message keys in the media...
Zheng Zhu [Mon, 11 Oct 2004 02:15:55 +0000 (02:15 +0000)]
For content language, removed language code suffix from the message keys in the mediawiki: namespace. This way languages that do not support multiple variants will see no change in the way the namespace works.

19 years agoUpdated the checktrans.php script to be a little more modern and to
Evan Prodromou [Sun, 10 Oct 2004 23:28:45 +0000 (23:28 +0000)]
Updated the checktrans.php script to be a little more modern and to
WFM. Removed the two variations on the theme, since they don't work.
Might as well have just one broken script instead of three.

19 years agoWhen deleting images / old image revisions, don't fail out if the file
Brion Vibber [Sun, 10 Oct 2004 22:56:23 +0000 (22:56 +0000)]
When deleting images / old image revisions, don't fail out if the file
doesn't exist or the oi_archive_name field is empty. Treat it gracefully
and continue deleting the database records.

Bug 484: image deletion causes an internal error

19 years agoFix brainfart that broke options on insertArray()
Brion Vibber [Sun, 10 Oct 2004 22:40:58 +0000 (22:40 +0000)]
Fix brainfart that broke options on insertArray()

19 years ago+ checkUnicodeCompliantBrowser() and code to show if necessary a warning message
Emmanuel Engelhart [Sun, 10 Oct 2004 21:30:17 +0000 (21:30 +0000)]
+ checkUnicodeCompliantBrowser() and code to show if necessary a warning message

19 years ago+ nonunicodebrowser message
Emmanuel Engelhart [Sun, 10 Oct 2004 21:27:15 +0000 (21:27 +0000)]
+ nonunicodebrowser message

19 years ago+ $wgBrowserBlackList
Emmanuel Engelhart [Sun, 10 Oct 2004 21:25:42 +0000 (21:25 +0000)]
+ $wgBrowserBlackList

19 years agofix bug 439: protected pages should not display a "move" link.
Brion Vibber [Sun, 10 Oct 2004 13:41:09 +0000 (13:41 +0000)]
fix bug 439: protected pages should not display a "move" link.

19 years agofix for bug 433: Title attribute on undelete button wrong
Brion Vibber [Sun, 10 Oct 2004 13:17:56 +0000 (13:17 +0000)]
fix for bug 433: Title attribute on undelete button wrong

19 years agoTest case for bug 289
Brion Vibber [Sun, 10 Oct 2004 13:05:04 +0000 (13:05 +0000)]
Test case for bug 289

19 years agofix for bug 149: Special:Recentchanges: Link that adds &from= to URL discards &limit...
Brion Vibber [Sun, 10 Oct 2004 09:44:00 +0000 (09:44 +0000)]
fix for bug 149: Special:Recentchanges: Link that adds &from= to URL discards &limit= and vice-versa

19 years agoDisable message cache transforms on install (bug 296)
Brion Vibber [Sun, 10 Oct 2004 08:36:59 +0000 (08:36 +0000)]
Disable message cache transforms on install (bug 296)

19 years ago'fromwikipedia' has been renamed to 'tagline'
Brion Vibber [Sun, 10 Oct 2004 04:30:01 +0000 (04:30 +0000)]
'fromwikipedia' has been renamed to 'tagline'

19 years agoFix for last checkin on Squid and for the generated data
Brion Vibber [Sat, 9 Oct 2004 21:55:28 +0000 (21:55 +0000)]
Fix for last checkin on Squid and for the generated data

19 years agoMore paranoia checks for Internet Explorer
Brion Vibber [Sat, 9 Oct 2004 21:24:52 +0000 (21:24 +0000)]
More paranoia checks for Internet Explorer

19 years agoAdjust spacing, and fix the disclaimer link again so it's separated from the printabl...
Brion Vibber [Sat, 9 Oct 2004 08:41:55 +0000 (08:41 +0000)]
Adjust spacing, and fix the disclaimer link again so it's separated from the printable link

19 years agoRe-tabification
Brion Vibber [Sat, 9 Oct 2004 08:34:52 +0000 (08:34 +0000)]
Re-tabification

19 years agoLoad form C data on demand; if we are dealing in all-ASCII text we can save some...
Brion Vibber [Sat, 9 Oct 2004 08:08:26 +0000 (08:08 +0000)]
Load form C data on demand; if we are dealing in all-ASCII text we can save some memory and time by not loading it.

19 years agoMerge adjacent edits to same page by same user in the RSS feed
Brion Vibber [Sat, 9 Oct 2004 06:49:28 +0000 (06:49 +0000)]
Merge adjacent edits to same page by same user in the RSS feed

19 years agoPut diffs into the RecentChanges RSS/Atom feed to make it more useful for offline...
Brion Vibber [Sat, 9 Oct 2004 02:55:32 +0000 (02:55 +0000)]
Put diffs into the RecentChanges RSS/Atom feed to make it more useful for offline reading (and more convenient in general). For new pages, includes the full wikitext.
Probably will want to do caching of diffs before pushing this one out the door, but it's not as bad as all that; nothing has to be parsed, just diffed.

19 years agoReduce dependence on $wgOut global in the difference formatter; just buffer up the...
Brion Vibber [Sat, 9 Oct 2004 02:53:11 +0000 (02:53 +0000)]
Reduce dependence on $wgOut global in the difference formatter; just buffer up the output and give it to $wgOut in a lump.
Also added DifferenceEngine::getDiff() so you can get a diff without sending it to $wgOut.

19 years agoFixed some tab bogosity and took out a couple of debug printf
Evan Prodromou [Fri, 8 Oct 2004 22:31:45 +0000 (22:31 +0000)]
Fixed some tab bogosity and took out a couple of debug printf
statements.

19 years agoFixed problems with hiding certain links (portal, currentevents,
Evan Prodromou [Fri, 8 Oct 2004 22:00:51 +0000 (22:00 +0000)]
Fixed problems with hiding certain links (portal, currentevents,
disclaimers). Corrected help text in Language.php -- it said to set
the values to '', but the code used '-'. Fixed Skin.php so it checks
for '-' for disclaimers. Also, fixed SkinPHPTal.php so it checks for
'-' anywhere it can show up -- in buildNavigationUrls and buildNavUrls.

19 years agoneed to include sg and hk...
Zheng Zhu [Fri, 8 Oct 2004 14:38:40 +0000 (14:38 +0000)]
need to include sg and hk...

19 years agoAdded fallback in case the preferred language variant is not provided in the manual...
Zheng Zhu [Fri, 8 Oct 2004 13:57:01 +0000 (13:57 +0000)]
Added fallback in case the preferred language variant is not provided in the manual conversion markup.

19 years agoChanged namespace names (request of Aliter).
Andre Engels [Fri, 8 Oct 2004 12:05:12 +0000 (12:05 +0000)]
Changed namespace names (request of Aliter).

19 years agoold_text conversion on load, for future UTF-8 conversion of en.wikipedia.org and...
Brion Vibber [Fri, 8 Oct 2004 08:46:25 +0000 (08:46 +0000)]
old_text conversion on load, for future UTF-8 conversion of en.wikipedia.org and remaining holdouts.
* When not $wgUseLatin1, saved revisions are now marked with 'utf-8' in old_flags
* When $wgLegacyEncoding is set, an old row without 'utf-8' in old_flags is converted from $wgLegacyCharset to $wgInputEncoding at load time (after gzip decompression if applicable). Thus the old_text fields will not need to be modified when the wiki is converted; this will mainly be useful after the SCHEMA_WORK changes are made so that the other fields in the old table are discarded (they will need to be separately converted anyway)

19 years agothese two files are now refered to as zh2TW.manual and zh2CN.manual
Zheng Zhu [Fri, 8 Oct 2004 05:24:36 +0000 (05:24 +0000)]
these two files are now refered to as zh2TW.manual and zh2CN.manual

19 years agoOoops...
Zheng Zhu [Fri, 8 Oct 2004 05:21:16 +0000 (05:21 +0000)]
Ooops...

19 years agosupport for zh-hk and zh-sg
Zheng Zhu [Fri, 8 Oct 2004 05:20:09 +0000 (05:20 +0000)]
support for zh-hk and zh-sg

19 years agoinitial support for zh-hk and zh-sg
Zheng Zhu [Fri, 8 Oct 2004 05:19:23 +0000 (05:19 +0000)]
initial support for zh-hk and zh-sg

19 years agoAdding support for zh-sg (Singapore) and zh-hk (Hong Kong)
Zheng Zhu [Fri, 8 Oct 2004 05:01:33 +0000 (05:01 +0000)]
Adding support for zh-sg (Singapore) and zh-hk (Hong Kong)

19 years agoperformance tweak related to title conversion
Zheng Zhu [Fri, 8 Oct 2004 04:27:07 +0000 (04:27 +0000)]
performance tweak related to title conversion

19 years agoAdd support for using ICU to perform normalization, which is much much faster than...
Brion Vibber [Thu, 7 Oct 2004 05:59:10 +0000 (05:59 +0000)]
Add support for using ICU to perform normalization, which is much much faster than the PHP code!
Still need to add support for cleanup/verification.

19 years agoFetch test data for the benchmark
Brion Vibber [Thu, 7 Oct 2004 03:40:06 +0000 (03:40 +0000)]
Fetch test data for the benchmark

19 years agoAdded another phrase library from libtabe (http://libtabe.sourceforge.net/); Extract...
Zheng Zhu [Thu, 7 Oct 2004 02:09:03 +0000 (02:09 +0000)]
Added another phrase library from libtabe (libtabe.sourceforge.net/); Extract phrases that nees manual translation.

19 years agoReplace searchdisabled with a more informative message
River Tarnell [Thu, 7 Oct 2004 01:16:37 +0000 (01:16 +0000)]
Replace searchdisabled with a more informative message

19 years agoBUG#58. Patch by Tom Gilder. Prevent edit box scrollbar from disappearing under MSIE 5.5
Jens Frank [Wed, 6 Oct 2004 20:55:08 +0000 (20:55 +0000)]
BUG#58. Patch by Tom Gilder. Prevent edit box scrollbar from disappearing under MSIE 5.5

19 years agoBUG#634, Patch#2.1: Patch by Tom Gilder. Avoids flickering logo in MSIE 5.5 and newer
Jens Frank [Wed, 6 Oct 2004 20:19:06 +0000 (20:19 +0000)]
BUG#634, Patch#2.1: Patch by Tom Gilder. Avoids flickering logo in MSIE 5.5 and newer

19 years agoBUG#634, Patch#2: Patch by Tom Gilder. Avoids flickering logo in MSIE 5.5 and newer
Jens Frank [Wed, 6 Oct 2004 20:12:14 +0000 (20:12 +0000)]
BUG#634, Patch#2: Patch by Tom Gilder. Avoids flickering logo in MSIE 5.5 and newer

19 years agoThree more test cases involving images, and give
Wil Mahan [Wed, 6 Oct 2004 19:30:00 +0000 (19:30 +0000)]
Three more test cases involving images, and give
bug number for bug 648.

19 years agoTrivial fix from Rowan Collins to better handle
Wil Mahan [Wed, 6 Oct 2004 19:22:42 +0000 (19:22 +0000)]
Trivial fix from Rowan Collins to better handle
malformed images with captions containing links.

19 years agoAdd support for some alternate SVG rasterizers:
Brion Vibber [Wed, 6 Oct 2004 10:33:22 +0000 (10:33 +0000)]
Add support for some alternate SVG rasterizers:
* ImageMagick - scaling is done after rasterization, and curves don't look good
* Batik - looks good; requires Java
* Sodipodi & Inkscape - haven't got them actually working yet; they crash on my mac when called from the web server though they work on the command line

19 years agoGet native size from SVG files
Brion Vibber [Wed, 6 Oct 2004 09:43:00 +0000 (09:43 +0000)]
Get native size from SVG files

19 years agoShow error message when 6730wgwgUseDatabaseMessages is off in Special:Allmessages...
Zheng Zhu [Tue, 5 Oct 2004 16:13:40 +0000 (16:13 +0000)]
Show error message when 6730wgwgUseDatabaseMessages is off in Special:Allmessages. This fixes bug 440.

19 years ago* cache standalone messages fetched from DB on memcached
Domas Mituzas [Tue, 5 Oct 2004 11:18:43 +0000 (11:18 +0000)]
* cache standalone messages fetched from DB on memcached
*                                   from DB/memcached on MC:mCache

19 years agoRasterize plain image views of SVG files at default size (currently 512px wide, maybe...
Brion Vibber [Tue, 5 Oct 2004 07:35:19 +0000 (07:35 +0000)]
Rasterize plain image views of SVG files at default size (currently 512px wide, maybe not the best).
Prefer ImageMagick over GD when setting up LocalSettings.php

19 years agoSmall mistake in the title length check: I meant $r, not
Wil Mahan [Tue, 5 Oct 2004 04:22:36 +0000 (04:22 +0000)]
Small mistake in the title length check: I meant $r, not
$t (silly one-character variable names)

19 years agoInstead of calling htmlspecialchars() on image alt text,
Wil Mahan [Tue, 5 Oct 2004 04:13:14 +0000 (04:13 +0000)]
Instead of calling htmlspecialchars() on image alt text,
escape special chars while being careful not to double-
escape '&' in character entities. Fixes bug 499.

19 years agoDon't call Parser::replaceInternalLinks twice, but instead
Wil Mahan [Tue, 5 Oct 2004 03:55:41 +0000 (03:55 +0000)]
Don't call Parser::replaceInternalLinks twice, but instead
recursively replace links inside of image captions. Patch
by Rowan Collins (IMSoP), loosely based on a patch by me.
Fixes bug 637.

19 years agoRemove stylesheets & templates subdirectories, whose contents have been migrated...
Brion Vibber [Tue, 5 Oct 2004 01:15:11 +0000 (01:15 +0000)]
Remove stylesheets & templates subdirectories, whose contents have been migrated to 'skins'.

19 years agoOops, I committed the wrong file - sorry. :)
Wil Mahan [Tue, 5 Oct 2004 00:21:52 +0000 (00:21 +0000)]
Oops, I committed the wrong file - sorry. :)

19 years agoMove length check to secureAndSplit(), so it is always used.
Wil Mahan [Tue, 5 Oct 2004 00:17:25 +0000 (00:17 +0000)]
Move length check to secureAndSplit(), so it is always used.
Also, don't query the DB for the max length, but use a
hardcoded 255.

19 years agoTest for bug 499
Wil Mahan [Mon, 4 Oct 2004 22:26:16 +0000 (22:26 +0000)]
Test for bug 499

19 years agoUse Skin::makeExternalLink() rather than hardcoding HTML
Wil Mahan [Mon, 4 Oct 2004 20:42:51 +0000 (20:42 +0000)]
Use Skin::makeExternalLink() rather than hardcoding HTML
in Parser; be more careful not to slow down the common
case of only one language variant.

19 years agoinitial support for partial message cache, the way to have separated message
Domas Mituzas [Mon, 4 Oct 2004 20:36:11 +0000 (20:36 +0000)]
initial support for partial message cache, the way to have separated message
cache objects by scope and/or severity, though by leaving rarely used messages
standalone on db and/or cached daemons...

19 years agoDatabase::makeList() now checks in LIST_AND mode if supplied list item
Domas Mituzas [Mon, 4 Oct 2004 19:43:49 +0000 (19:43 +0000)]
Database::makeList() now checks in LIST_AND mode if supplied list item
value is an array, and uses IN (x,y,...). This extends select() syntax
as well, as arrays can be specified for conditions.

19 years agoQuickie experimental SVG rasterization hack: if using $wgImageMagick, will attempt...
Brion Vibber [Mon, 4 Oct 2004 10:55:43 +0000 (10:55 +0000)]
Quickie experimental SVG rasterization hack: if using $wgImageMagick, will attempt to create thumbnails of SVG images as PNG.
Incomplete so far:
* If you just ask for the image (or eg look at the image page) without a size, it tries a straight <img> with no rasterization still
* ImageMagick may not be the best renderer.
* It doesn't know the 'real' size of aspect ratio of the image.

19 years agoformatting fix (space->tab)
Zheng Zhu [Mon, 4 Oct 2004 04:14:05 +0000 (04:14 +0000)]
formatting fix (space->tab)

19 years agoConvert the title of an article to the preferred language variant.
Zheng Zhu [Mon, 4 Oct 2004 03:47:39 +0000 (03:47 +0000)]
Convert the title of an article to the preferred language variant.

19 years agoMoved quickBar from Skin.php to Standard.php, only used by this skin.
Jens Frank [Sun, 3 Oct 2004 11:26:08 +0000 (11:26 +0000)]
Moved quickBar from Skin.php to Standard.php, only used by this skin.
Make Classic skin use $wgNavigationLinks for navigation sidebar (BUG#419)

19 years agoFix timestamp display
Brion Vibber [Sun, 3 Oct 2004 10:50:34 +0000 (10:50 +0000)]
Fix timestamp display

19 years agoShortPages and LongPages are almsot identical; remove some duplication.
Brion Vibber [Sun, 3 Oct 2004 10:42:02 +0000 (10:42 +0000)]
ShortPages and LongPages are almsot identical; remove some duplication.

19 years agoMoved doAfterContent from Skin.php to skins/Standard.php, as it's only used by Standa...
Jens Frank [Sun, 3 Oct 2004 10:24:42 +0000 (10:24 +0000)]
Moved doAfterContent from Skin.php to skins/Standard.php, as it's only used by Standard skin

19 years agoFixes needed to make redirect.php work with MEDIAWIKI checks,
Jens Frank [Sun, 3 Oct 2004 09:53:39 +0000 (09:53 +0000)]
Fixes needed to make redirect.php work with MEDIAWIKI checks,
i18n and without explicitely set include_path

19 years agoBUG#419 Use $wgNavigationLinks for quickbar links, like in MonoBook
Jens Frank [Sun, 3 Oct 2004 08:43:18 +0000 (08:43 +0000)]
BUG#419 Use $wgNavigationLinks for quickbar links, like in MonoBook

19 years agoViewCountUpdate is no longer used; trim it out.
Brion Vibber [Sun, 3 Oct 2004 08:11:36 +0000 (08:11 +0000)]
ViewCountUpdate is no longer used; trim it out.

19 years agoStupid typo
Jens Frank [Sun, 3 Oct 2004 07:24:51 +0000 (07:24 +0000)]
Stupid typo

19 years agoSome paranoia checks
Jens Frank [Sun, 3 Oct 2004 07:06:18 +0000 (07:06 +0000)]
Some paranoia checks

19 years agoExtend select() wrapper to allow specifying multiple tables as an array
Brion Vibber [Sun, 3 Oct 2004 05:59:45 +0000 (05:59 +0000)]
Extend select() wrapper to allow specifying multiple tables as an array

19 years agoNewly generated with proper comments
Zheng Zhu [Sun, 3 Oct 2004 02:18:01 +0000 (02:18 +0000)]
Newly generated with proper comments

19 years agoAdded comments in the generated file
Zheng Zhu [Sun, 3 Oct 2004 02:13:25 +0000 (02:13 +0000)]
Added comments in the generated file

19 years agoa few changes to some .manual files
Zheng Zhu [Sun, 3 Oct 2004 02:02:55 +0000 (02:02 +0000)]
a few changes to some .manual files

19 years agosome bug fix
Zheng Zhu [Sun, 3 Oct 2004 02:01:50 +0000 (02:01 +0000)]
some bug fix