lhc/web/wiklou.git
19 years agoComments about the position of the convert() call;
Zheng Zhu [Tue, 26 Apr 2005 20:50:16 +0000 (20:50 +0000)]
Comments about the position of the convert() call;
Avoiding converting external links if latin alphabet is involved in the conversion system.

19 years agoBUG#1509 - fix handling of unlimited setting '-1' for memory_limit
Jens Frank [Tue, 26 Apr 2005 20:01:28 +0000 (20:01 +0000)]
BUG#1509 - fix handling of unlimited setting '-1' for memory_limit

19 years agoAdd user_email_* columns to tables.sql, so that the installer works for fresh install...
Jens Frank [Tue, 26 Apr 2005 19:57:55 +0000 (19:57 +0000)]
Add user_email_* columns to tables.sql, so that the installer works for fresh installations

19 years ago* Documented the math constants
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 18:35:59 +0000 (18:35 +0000)]
* Documented the math constants
* Documented the cache types

19 years ago* Removing two undefined messages, speciallistusersgrouplabel and
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 18:27:38 +0000 (18:27 +0000)]
* Removing two undefined messages, speciallistusersgrouplabel and
  speciallistusersuserlabel, in favor of grouplevels-editgroup-name and
  specialloguserlabel.

19 years ago* Fixed a layout problem with the "Raw signitures" checkbox.
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 16:21:54 +0000 (16:21 +0000)]
* Fixed a layout problem with the "Raw signitures" checkbox.

19 years ago* This fixes the problem of the real name field and the email address field
Ævar Arnfjörð Bjarmason [Tue, 26 Apr 2005 16:01:28 +0000 (16:01 +0000)]
* This fixes the problem of the real name field and the email address field
  not being displayed if the real name is empty()

19 years ago* (bug 1982) Fix loading of old text for section merging on edits.
Brion Vibber [Tue, 26 Apr 2005 09:52:11 +0000 (09:52 +0000)]
* (bug 1982) Fix loading of old text for section merging on edits.

19 years agoDe-tablify toggles. Not only do tables suck, but many uses of toggles were not in...
Brion Vibber [Tue, 26 Apr 2005 07:14:19 +0000 (07:14 +0000)]
De-tablify toggles. Not only do tables suck, but many uses of toggles were not in tables and displayed incorrectly.
Added some pretty indentation on MonoBook.

19 years ago* Rewrote showEXIFdata() to use addWikiText() instead of addHTML()
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 23:44:16 +0000 (23:44 +0000)]
* Rewrote showEXIFdata() to use addWikiText() instead of addHTML()

19 years ago* (bug 1977) Making a note about $wgEnableUploads
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 23:36:51 +0000 (23:36 +0000)]
* (bug 1977) Making a note about $wgEnableUploads

19 years ago* Cleanup
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 23:15:38 +0000 (23:15 +0000)]
* Cleanup

19 years ago* Completely re-arranged the preferences.
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 23:04:44 +0000 (23:04 +0000)]
* Completely re-arranged the preferences.

19 years ago* Fixed two fatal XML errors
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 22:56:31 +0000 (22:56 +0000)]
* Fixed two fatal XML errors

19 years ago* Various things related to the new preferences
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 22:53:51 +0000 (22:53 +0000)]
* Various things related to the new preferences

19 years agoClean up e-mail authentication code.
Brion Vibber [Mon, 25 Apr 2005 18:38:43 +0000 (18:38 +0000)]
Clean up e-mail authentication code.
* Add Special:Confirmemail unlisted page for requesting confirmation emails and as the destination
* There is now a confirmation token separate from the login password, which is cleaner and hopefully a lot less confusing.
* Confirmation token expires after 7 days
* Added support functions for nullable timestamp columns: wfTimestampOrNull and Database::timestampOrNull
* userMailer now returns WikiError objects
* Added convenience functions to User for email management, consolidated some checks

There are changes to the user table, so run update.php

19 years agoIf misestimated number of sections, don't add a bogus line.
Brion Vibber [Mon, 25 Apr 2005 15:35:02 +0000 (15:35 +0000)]
If misestimated number of sections, don't add a bogus line.
Triggered by funny 'invert' circumstances at least

19 years agosplit off new function wfBacktrace() from wfDebugDieBacktrace()
Tim Starling [Mon, 25 Apr 2005 13:43:21 +0000 (13:43 +0000)]
split off new function wfBacktrace() from wfDebugDieBacktrace()

19 years agoCleared $wgLinkHolders after they are used. This fixes bug 1770 and probably improves...
Tim Starling [Mon, 25 Apr 2005 13:43:11 +0000 (13:43 +0000)]
Cleared $wgLinkHolders after they are used. This fixes bug 1770 and probably improves performance too.

19 years ago* Brion you illiterate pig!
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 13:09:29 +0000 (13:09 +0000)]
* Brion you illiterate pig!

19 years ago* No longer using sorbs.net to check for open proxies by default.
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 13:05:44 +0000 (13:05 +0000)]
* No longer using sorbs.net to check for open proxies by default.

19 years ago* Parser.php was being included twice in a row
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 12:47:10 +0000 (12:47 +0000)]
* Parser.php was being included twice in a row

19 years agoadd --quick option to skip the 5 second "you are destroying your wiki omfg" warning
Brion Vibber [Mon, 25 Apr 2005 12:03:57 +0000 (12:03 +0000)]
add --quick option to skip the 5 second "you are destroying your wiki omfg" warning

19 years agoCategoryPageView hook as in 1.4
Gabriel Wicke [Mon, 25 Apr 2005 11:09:21 +0000 (11:09 +0000)]
CategoryPageView hook as in 1.4

19 years ago* Rectified crackpot indenting.
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 10:37:25 +0000 (10:37 +0000)]
* Rectified crackpot indenting.

19 years ago* Documented wfIsBadImage and improved its regex.
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 10:33:20 +0000 (10:33 +0000)]
* Documented wfIsBadImage and improved its regex.

19 years ago* Fixed two spelling errors
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 10:13:19 +0000 (10:13 +0000)]
* Fixed two spelling errors
* Turned off using sorbs.net to check for open proxies

19 years agoBug 1755: RecentChanges URL carries duplicate limit
Jens Frank [Mon, 25 Apr 2005 10:08:51 +0000 (10:08 +0000)]
Bug 1755: RecentChanges URL carries duplicate limit

19 years ago*gasp*
Tim Starling [Mon, 25 Apr 2005 09:43:49 +0000 (09:43 +0000)]
*gasp*

19 years agophp's on crack.
Brion Vibber [Mon, 25 Apr 2005 09:32:06 +0000 (09:32 +0000)]
php's on crack.

19 years agoMove page tweaks:
Brion Vibber [Mon, 25 Apr 2005 09:25:06 +0000 (09:25 +0000)]
Move page tweaks:
* Handle attempt to move over self with a particular error message.
* Handle attempt to move page to invalid namespace or interwiki with a
particular error message.
* Don't offer to delete the target page if it's a self-move or illegal move!

19 years ago* Crackpot norwegians and their hardcoded html styles
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 09:06:51 +0000 (09:06 +0000)]
* Crackpot norwegians and their hardcoded html styles

19 years ago* addWikitext instead of addHTML
Ævar Arnfjörð Bjarmason [Mon, 25 Apr 2005 09:05:18 +0000 (09:05 +0000)]
* addWikitext instead of addHTML

19 years ago* (bug 1970) Don't show move tab for immobile pages
Brion Vibber [Mon, 25 Apr 2005 04:34:46 +0000 (04:34 +0000)]
* (bug 1970) Don't show move tab for immobile pages

19 years agoported live patches
Tim Starling [Mon, 25 Apr 2005 03:30:24 +0000 (03:30 +0000)]
ported live patches

19 years agoDisable Special:Sitesettings, as it is far far far from working.
Brion Vibber [Mon, 25 Apr 2005 02:25:50 +0000 (02:25 +0000)]
Disable Special:Sitesettings, as it is far far far from working.

19 years agoUserlevels and grouplevels have been moved out to a 'steward' group. Make
Brion Vibber [Mon, 25 Apr 2005 02:21:48 +0000 (02:21 +0000)]
Userlevels and grouplevels have been moved out to a 'steward' group. Make
the initially created sysop user a part of the group so they can assign
sysops etc.

19 years agoBug 1761: Cleanup of Recent Changes indicator flags
Jens Frank [Sun, 24 Apr 2005 15:43:49 +0000 (15:43 +0000)]
Bug 1761: Cleanup of Recent Changes indicator flags
Fix by Niklas Laxstrom

19 years agoBUG#1831 - Enotif patches for Wikinaut
Jens Frank [Sun, 24 Apr 2005 10:07:05 +0000 (10:07 +0000)]
BUG#1831 - Enotif patches for Wikinaut

19 years agoBUG#1644 - Fix: "Next #" link is displayed even if there are no more entries.
Jens Frank [Sun, 24 Apr 2005 09:31:57 +0000 (09:31 +0000)]
BUG#1644 - Fix: "Next #" link is displayed even if there are no more entries.

19 years agoMade updateSpecialPages.php more robust to database problems
Tim Starling [Sun, 24 Apr 2005 08:31:12 +0000 (08:31 +0000)]
Made updateSpecialPages.php more robust to database problems

19 years agoAutomatic reconnect when the connection is lost. This hopefully won't happen much...
Tim Starling [Sun, 24 Apr 2005 07:21:15 +0000 (07:21 +0000)]
reconnect when the connection is lost. This hopefully won't happen much for HTTP queries, since it breaks the transaction model. But it might be useful for maintenance scripts which sleep for long periods.

19 years agoSpecial:DoubleRedirects no longer returns false positives
Tim Starling [Sun, 24 Apr 2005 05:11:54 +0000 (05:11 +0000)]
Special:DoubleRedirects no longer returns false positives

19 years ago* (bug 1963) Fix deletion log link when $wgCapitalLinks is off
Brion Vibber [Sun, 24 Apr 2005 05:06:09 +0000 (05:06 +0000)]
* (bug 1963) Fix deletion log link when $wgCapitalLinks is off
Also, it was the wrong link! Original fix didn't get ported up from REL1_4.

19 years agoRemoved unused global
Tim Starling [Sun, 24 Apr 2005 04:39:17 +0000 (04:39 +0000)]
Removed unused global

19 years agoNew updateSpecialPages.php script, to update the QueryPage cache. Disabled recache...
Tim Starling [Sun, 24 Apr 2005 04:16:50 +0000 (04:16 +0000)]
New updateSpecialPages.php script, to update the QueryPage cache. Disabled recache parameter, using HTTP for long queries is a bad idea because of retries. Fixed broken QueryPage subclasses: Special:BrokenRedirects Special:Disambiguations and Special:DoubleRedirects.

19 years agonew function: getBrokenLinksFrom()
Tim Starling [Sun, 24 Apr 2005 04:13:47 +0000 (04:13 +0000)]
new function: getBrokenLinksFrom()

19 years agodon't check for isset() when variable is always initialized
Erik Moeller [Sun, 24 Apr 2005 01:31:31 +0000 (01:31 +0000)]
don't check for isset() when variable is always initialized

19 years agoinitialize $wgUploadNavigationUrl as false to avoid register_globals
Erik Moeller [Sun, 24 Apr 2005 01:23:38 +0000 (01:23 +0000)]
initialize $wgUploadNavigationUrl as false to avoid register_globals
exploits

19 years ago1) Enable upload navigation link for non-logged-in users. From a usability
Erik Moeller [Sun, 24 Apr 2005 00:53:12 +0000 (00:53 +0000)]
1) Enable upload navigation link for non-logged-in users. From a usability
perspective, navigation should not be surprising with random elements
popping up under certain circumstances only ("How do I upload" is a FAQ).
Special:Upload will show a message "You have to be logged in" for anonymous
users, so no confusion should arise.

2) New variable $wgUploadNavigationUrl for setting the URL to which
the "Upload file" link in the toolbox points. The German Wikipedia is striving
towards an approach where local uploads are enabled, but the navigation link
goes to the Commons. The link to Special:Upload will be put on a policy page
about fair use. In this way, fair use uploads are meant to be allowed as an
exception. A similar approach is likely to be used for Wikinews.

19 years ago* (bug 1754) Patch by Anders Wegge Jakobsen: Both Atom and RSS were using the
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 21:47:10 +0000 (21:47 +0000)]
* (bug 1754) Patch by Anders Wegge Jakobsen: Both Atom and RSS were using the
  same objectcache timestamp, hence if one feed is pulled the other was marked
  as current as weel, this means that a substantial time could pass until the
  'loosing' feed got updated.

19 years ago* Removed the troublesome regular expression in isValidEmailAddr which returns
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 21:20:09 +0000 (21:20 +0000)]
* Removed the troublesome regular expression in isValidEmailAddr which returns
  true now no matter what input it gets, see bug 959.

19 years ago* Fixed bogus arrows in 'previousdiff' and 'nextdiff'
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 21:02:22 +0000 (21:02 +0000)]
* Fixed bogus arrows in 'previousdiff' and 'nextdiff'

19 years ago* Removed getMathNames()
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 15:56:59 +0000 (15:56 +0000)]
* Removed getMathNames()

19 years ago* Removing $wgDefaultUserOptionsPt, languages shouldn't set this manually,
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 15:55:21 +0000 (15:55 +0000)]
* Removing  $wgDefaultUserOptionsPt, languages shouldn't set this manually,
  this particular array wasn't exported though and did nothing but waste a
  few bytes

19 years ago* Removing comments relating to $wgDefaultUserOptions
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 15:46:37 +0000 (15:46 +0000)]
* Removing comments relating to $wgDefaultUserOptions

19 years ago* Making $wgUserToggles an associative array has some very interesting
Ævar Arnfjörð Bjarmason [Sat, 23 Apr 2005 15:40:14 +0000 (15:40 +0000)]
* Making $wgUserToggles an associative array has some very interesting
  side-effects, from `SELECT user_options FROM user..`:
   "Sunting bagian dengan mengklik kanan judul bagian (JavaScript)=0"
   "Tampilkan daftar isi untuk artikel yang mempunyai lebih dari 3 heading=0"

19 years agooops
Tim Starling [Sat, 23 Apr 2005 12:43:45 +0000 (12:43 +0000)]
oops

19 years agoImplemented query group feature, needed for slow queries esp. in 1.4. Hopefully fixed...
Tim Starling [Sat, 23 Apr 2005 11:49:33 +0000 (11:49 +0000)]
Implemented query group feature, needed for slow queries esp. in 1.4. Hopefully fixed lagged slave mode. Added a simple method to simulate lagged slaves.

19 years agoRearranged flow to remove unnecessary debug output
Tim Starling [Sat, 23 Apr 2005 11:19:07 +0000 (11:19 +0000)]
Rearranged flow to remove unnecessary debug output

19 years agoChanges to raw page security handler:
Brion Vibber [Sat, 23 Apr 2005 08:51:39 +0000 (08:51 +0000)]
Changes to raw page security handler:
* Use SCRIPT_URL instead of PHP_SELF if available. This fixes a problem with
some hosts using rewrite rules for subdomains and CGI PHP which breaks
PHP_SELF.
* Instead of redirecting to the canonical URL on a suspect, just return a
403 Forbidden error. This might annoy a small number of people manually
constructing incorrect action=raw URLs, but should be much less invasive
than an infinite redirect loop when there are configuration bugs.

19 years agoBugfix: actually send the error message given to wfHttpError()
Brion Vibber [Sat, 23 Apr 2005 08:41:59 +0000 (08:41 +0000)]
Bugfix: actually send the error message given to wfHttpError()
The test for HEAD requests was done backwards, and is useless besides
(output is discarded automatically when responding to HEAD reqs).

19 years agoreverting...
Zheng Zhu [Fri, 22 Apr 2005 22:19:48 +0000 (22:19 +0000)]
reverting...

19 years agofix bug 1950. probably need to look at all other languages with custom constructor.
Zheng Zhu [Fri, 22 Apr 2005 22:14:35 +0000 (22:14 +0000)]
fix bug 1950. probably need to look at all other languages with custom constructor.

19 years ago* (bug 1950) Call parent constructor so converter is initialized
Brion Vibber [Fri, 22 Apr 2005 22:06:50 +0000 (22:06 +0000)]
* (bug 1950) Call parent constructor so converter is initialized

19 years ago* (bug 1949) Profiling typo in rare error case
Brion Vibber [Fri, 22 Apr 2005 20:41:58 +0000 (20:41 +0000)]
* (bug 1949) Profiling typo in rare error case

19 years ago* New look for the exif metadata.
Ævar Arnfjörð Bjarmason [Fri, 22 Apr 2005 18:11:06 +0000 (18:11 +0000)]
* New look for the exif metadata.

19 years agoAdd parser test case for a bug 361 case that's still failing
Brion Vibber [Fri, 22 Apr 2005 12:22:32 +0000 (12:22 +0000)]
Add parser test case for a bug 361 case that's still failing

19 years agoAdd parser test case for bug 1830 (passes in 1.5 code)
Brion Vibber [Fri, 22 Apr 2005 11:55:50 +0000 (11:55 +0000)]
Add parser test case for bug 1830 (passes in 1.5 code)

19 years agoNote for Windows users how to enable EXIF functions
Magnus Manske [Fri, 22 Apr 2005 08:07:30 +0000 (08:07 +0000)]
Note for Windows users how to enable EXIF functions

19 years agoRemove reference parameters on make*LinkObj() methods. They're unnecessary and PHP5...
Brion Vibber [Fri, 22 Apr 2005 02:56:26 +0000 (02:56 +0000)]
Remove reference parameters on make*LinkObj() methods. They're unnecessary and PHP5 is pickier about what it lets you pass that way. (Besides they're passed as normal references on PHP5 anyway.)

19 years agoDisable EXIF display if the PHP EXIF module isn't available.
Brion Vibber [Fri, 22 Apr 2005 01:59:36 +0000 (01:59 +0000)]
Disable EXIF display if the PHP EXIF module isn't available.

19 years agoDon't try to drop a column that doesn't exist. That's not helpful.
Brion Vibber [Fri, 22 Apr 2005 01:55:10 +0000 (01:55 +0000)]
Don't try to drop a column that doesn't exist. That's not helpful.

19 years agoDon't hide email notification preferences when user-to-user email is disabled
Brion Vibber [Thu, 21 Apr 2005 23:19:02 +0000 (23:19 +0000)]
Don't hide email notification preferences when user-to-user email is disabled

19 years agoRemove unnecessary quoting on table names which breaks table prefixes
Brion Vibber [Thu, 21 Apr 2005 22:37:32 +0000 (22:37 +0000)]
Remove unnecessary quoting on table names which breaks table prefixes

19 years ago* Adding img_metadata to image
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 22:10:08 +0000 (22:10 +0000)]
* Adding img_metadata to image

19 years ago* Moving img_exif to img_metadata, makes more sense if we're going to drop
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 21:16:12 +0000 (21:16 +0000)]
* Moving img_exif to img_metadata, makes more sense if we're going to drop
  some metadata for files which do not support exif in there (like Ogg or PNG)

19 years ago* Adding a new message 'exifdata', and translating it as 'Metadata'.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 20:59:34 +0000 (20:59 +0000)]
* Adding a new message 'exifdata', and translating it as 'Metadata'.

19 years ago* Moving hardcoded styles into CSS.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 20:56:55 +0000 (20:56 +0000)]
* Moving hardcoded styles into CSS.

19 years ago* Removed exifReader.inc and added a function which does roughly the same
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 20:22:11 +0000 (20:22 +0000)]
* Removed exifReader.inc and added a function which does roughly the same
  thing to Image.php.

19 years ago* Show exif data after the image not before it.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 18:28:25 +0000 (18:28 +0000)]
* Show exif data after the image not before it.

19 years agoAdd img_exif field
Magnus Manske [Thu, 21 Apr 2005 14:47:05 +0000 (14:47 +0000)]
Add img_exif field

19 years agoAutomatic EXIF update upon viewing
Magnus Manske [Thu, 21 Apr 2005 12:59:32 +0000 (12:59 +0000)]
Automatic EXIF update upon viewing

19 years agoAdded img_exif blob to image table; now using this instead of direct image access...
Magnus Manske [Thu, 21 Apr 2005 12:02:27 +0000 (12:02 +0000)]
Added img_exif blob to image table; now using this instead of direct image access (faster and commons-compatible)

19 years ago* Indent.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 11:42:35 +0000 (11:42 +0000)]
* Indent.

19 years ago* (bug 1938) Fix normalization of character references in link text and
Brion Vibber [Thu, 21 Apr 2005 11:40:58 +0000 (11:40 +0000)]
* (bug 1938) Fix normalization of character references in link text and
other replaced portions; run after link replacement but before tidy.
(Tidy will do some odd things if used, with breakage resulting from corner
cases.)

19 years agoMoving EXIF data retrieval to Image class
Magnus Manske [Thu, 21 Apr 2005 11:28:56 +0000 (11:28 +0000)]
Moving EXIF data retrieval to Image class

19 years agoSpecial:Debug hasn't been active in a while and was long deprecated and not
Brion Vibber [Thu, 21 Apr 2005 10:20:26 +0000 (10:20 +0000)]
Special:Debug hasn't been active in a while and was long deprecated and not
usable on a default install. Removing. (It's just a phpinfo() wrapper
anyway.)

19 years agosnip redundant line
Brion Vibber [Thu, 21 Apr 2005 09:43:09 +0000 (09:43 +0000)]
snip redundant line

19 years ago* Fixed a typo
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 09:34:47 +0000 (09:34 +0000)]
* Fixed a typo

19 years agoAdding patched EXIF data display on image page, based on include file by Vinay Yadav
Magnus Manske [Thu, 21 Apr 2005 09:23:34 +0000 (09:23 +0000)]
Adding patched EXIF data display on image page, based on include file by Vinay Yadav

19 years ago* (bug 1163) Special:Undelete showed oldest revision instead of newest
Brion Vibber [Thu, 21 Apr 2005 07:26:52 +0000 (07:26 +0000)]
* (bug 1163) Special:Undelete showed oldest revision instead of newest
Patch from bug with slight modification (include the limit; if there are
many we only want one here)

19 years ago* (bug 1931) cleanup, removing unused code and variables.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 06:30:48 +0000 (06:30 +0000)]
* (bug 1931) cleanup, removing unused code and variables.

19 years ago* (bug 1636) Refs like ţ were misinterpreted as octal in some places
Brion Vibber [Thu, 21 Apr 2005 06:20:10 +0000 (06:20 +0000)]
* (bug 1636) Refs like ţ were misinterpreted as octal in some places

19 years agoCorrect test for 1636, mark ISBN 1937 pb
Brion Vibber [Thu, 21 Apr 2005 06:18:07 +0000 (06:18 +0000)]
Correct test for 1636, mark ISBN 1937 pb

19 years agoTest case for bug 1636
Brion Vibber [Thu, 21 Apr 2005 06:04:19 +0000 (06:04 +0000)]
Test case for bug 1636

19 years ago* Adding a PMID test, currently fails (unless we like to strip _ from urls in title="")
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 04:01:49 +0000 (04:01 +0000)]
* Adding a PMID test, currently fails (unless we like to strip _ from urls in title="")

19 years agoUsing sprintf "%.2f" to output the final percentage
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 03:59:26 +0000 (03:59 +0000)]
Using sprintf "%.2f" to output the final percentage

19 years ago* Cleaned up
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 03:58:10 +0000 (03:58 +0000)]
* Cleaned up

19 years ago* Fixing a bug that happened with a certain mix of namespace and invert options.
Ævar Arnfjörð Bjarmason [Thu, 21 Apr 2005 03:56:05 +0000 (03:56 +0000)]
* Fixing a bug that happened with a certain mix of namespace and invert options.