lhc/web/wiklou.git
19 years agoCompleted reversion of removal of non-incremental link updates. Reasons previously...
Tim Starling [Sun, 29 May 2005 05:31:29 +0000 (05:31 +0000)]
Completed reversion of removal of non-incremental link updates. Reasons previously explained.

19 years agoPorted proxy whitelist from REL1_4, also fixed broken $bFromSlave parameter (untested)
Tim Starling [Sun, 29 May 2005 04:44:13 +0000 (04:44 +0000)]
Ported proxy whitelist from REL1_4, also fixed broken $bFromSlave parameter (untested)

19 years agoRemoved "show updated marker" user preference option. It's now visually inoffensive...
Tim Starling [Sun, 29 May 2005 04:29:29 +0000 (04:29 +0000)]
Removed "show updated marker" user preference option. It's now visually inoffensive, and has no performance penalty for reads, so there's no reason users would want to have it off. System administrators may want to have it off though, since it impacts on page save performance. Also changed the watchlist header format.

19 years agoInclude timestamp and database in rate limiter log (applying live patch)
Brion Vibber [Sun, 29 May 2005 00:23:41 +0000 (00:23 +0000)]
Include timestamp and database in rate limiter log (applying live patch)

19 years agopatch-img_media_type.sql assumed that img_type field existed and dropped it.
Evan Prodromou [Sat, 28 May 2005 21:18:39 +0000 (21:18 +0000)]
patch-img_media_type.sql assumed that img_type field existed and dropped it.
This was incorrect and borked updates; now check for the field and
drop it only if it exists. NB this process should probably be
automated as the field-adding process has been.

19 years agoRemoved commented-out lines and commas that broke patch.
Evan Prodromou [Sat, 28 May 2005 20:57:20 +0000 (20:57 +0000)]
Removed commented-out lines and commas that broke patch.

19 years agoRemoved what seems to be unused strings from composeCommonMailtext(). More work needs...
Anders Wegge Jakobsen [Sat, 28 May 2005 19:30:45 +0000 (19:30 +0000)]
Removed what seems to be unused strings from composeCommonMailtext(). More work needs to be done.

19 years agomake Special:Newpages includable
Erik Moeller [Sat, 28 May 2005 17:17:27 +0000 (17:17 +0000)]
make Special:Newpages includable
{{Special:Newpages}} => default number of pages, with no navigation
{{Special:Newpages/shownav}} => show the header and navigation links
{{Special:Newpages/10}} => set number of pages to 10
{{Special:Newpages/limit=5,offset=10,shownav}} => all possible params

19 years agoone wl_notificationtimestamp update query for all users, instead of one for each
Tim Starling [Sat, 28 May 2005 15:33:22 +0000 (15:33 +0000)]
one wl_notificationtimestamp update query for all users, instead of one for each

19 years agohide all enotif options when enotif is disabled
Tim Starling [Sat, 28 May 2005 13:50:18 +0000 (13:50 +0000)]
hide all enotif options when enotif is disabled

19 years agoReduce the risk of dropping edits during conflict resolution
Anders Wegge Jakobsen [Sat, 28 May 2005 12:21:56 +0000 (12:21 +0000)]
Reduce the risk of dropping edits during conflict resolution

19 years agotest before commit, idiot
Tim Starling [Sat, 28 May 2005 11:51:27 +0000 (11:51 +0000)]
test before commit, idiot

19 years agoUnconditional inclusion for SpecialPage.php, needed for {{special:whatever}}. Fixed...
Tim Starling [Sat, 28 May 2005 11:49:40 +0000 (11:49 +0000)]
Unconditional inclusion for SpecialPage.php, needed for {{special:whatever}}. Fixed getRedirect() to work with this inclusion order.

19 years agobasic support for special page inclusions
Tim Starling [Sat, 28 May 2005 11:09:22 +0000 (11:09 +0000)]
basic support for special page inclusions

19 years agoless debug log spam
Tim Starling [Sat, 28 May 2005 11:07:55 +0000 (11:07 +0000)]
less debug log spam

19 years agofixed pagelinks bug
Tim Starling [Sat, 28 May 2005 10:08:08 +0000 (10:08 +0000)]
fixed pagelinks bug

19 years agofixed comment
Tim Starling [Sat, 28 May 2005 09:17:23 +0000 (09:17 +0000)]
fixed comment

19 years agofixed horrible sidebar breakage under windows due to \\r\\n line endings in Language.php
Tim Starling [Sat, 28 May 2005 08:35:50 +0000 (08:35 +0000)]
fixed horrible sidebar breakage under windows due to \\r\\n line endings in Language.php

19 years agowarnings, category links
Tim Starling [Sat, 28 May 2005 07:06:51 +0000 (07:06 +0000)]
warnings, category links

19 years agoMany changes. Work in progress, do not use.
Tim Starling [Sat, 28 May 2005 07:05:28 +0000 (07:05 +0000)]
Many changes. Work in progress, do not use.

19 years agoAdded wfMkdirParents(), used in HTML dump. Works like unix mkdir -p
Tim Starling [Sat, 28 May 2005 07:03:29 +0000 (07:03 +0000)]
Added wfMkdirParents(), used in HTML dump. Works like unix mkdir -p

19 years agoAssorted changes to HTML dump paths
Tim Starling [Sat, 28 May 2005 07:02:16 +0000 (07:02 +0000)]
Assorted changes to HTML dump paths

19 years agoAdded LIMIT 1 to revision query, for no particularly good reason. I was going to...
Tim Starling [Sat, 28 May 2005 07:01:14 +0000 (07:01 +0000)]
Added LIMIT 1 to revision query, for no particularly good reason. I was going to pass a condition which matched more than one row but changed my mind.

19 years agoformatting tweak
Tim Starling [Sat, 28 May 2005 07:00:28 +0000 (07:00 +0000)]
formatting tweak

19 years agoconvenient ParserOptions constructor
Tim Starling [Sat, 28 May 2005 06:59:49 +0000 (06:59 +0000)]
convenient ParserOptions constructor

19 years agoupdated class name in $fname
Tim Starling [Sat, 28 May 2005 06:59:08 +0000 (06:59 +0000)]
updated class name in $fname

19 years agofixed check for old cache values in commons, and some other stuff
Tim Starling [Sat, 28 May 2005 06:57:59 +0000 (06:57 +0000)]
fixed check for old cache values in commons, and some other stuff

19 years agointroduced $wgHideInterlanguageLinks, needed for dumpHTML
Tim Starling [Sat, 28 May 2005 06:56:30 +0000 (06:56 +0000)]
introduced $wgHideInterlanguageLinks, needed for dumpHTML

19 years agoprofiling
Tim Starling [Sat, 28 May 2005 06:53:22 +0000 (06:53 +0000)]
profiling

19 years agofixed silly switch() use, much better handled with if..elseif..else
Tim Starling [Sat, 28 May 2005 06:52:55 +0000 (06:52 +0000)]
fixed silly switch() use, much better handled with if..elseif..else

19 years ago* Simple rate limiter for edits and page moves; set $wgRateLimits
Brion Vibber [Fri, 27 May 2005 11:03:37 +0000 (11:03 +0000)]
* Simple rate limiter for edits and page moves; set $wgRateLimits
  (somewhat experimental; currently needs memcached)
* Pretty up HTTP error output a bit (HTML instead of text/plain)
* Genericise DNS blacklist support a bit, func for Blitzed OPM
  (not yet used)

19 years ago* Add validate table and val_ip column through the updater.
Brion Vibber [Fri, 27 May 2005 02:36:30 +0000 (02:36 +0000)]
* Add validate table and val_ip column through the updater.

19 years agoUpdater script for pagelinks table.
Brion Vibber [Thu, 26 May 2005 10:31:36 +0000 (10:31 +0000)]
Updater script for pagelinks table.

19 years ago* links and brokenlinks tables merged to pagelinks; this will reduce pain
Brion Vibber [Thu, 26 May 2005 10:23:36 +0000 (10:23 +0000)]
* links and brokenlinks tables merged to pagelinks; this will reduce pain
  dealing with moves and deletes of widely-linked pages.

The updaters should be fixed up to understand future versions without the
tables there without breaking upgrades.

19 years ago* (bug 2166) Fix partial categorylinks update so sortkeys are updated.
Brion Vibber [Thu, 26 May 2005 00:24:03 +0000 (00:24 +0000)]
* (bug 2166) Fix partial categorylinks update so sortkeys are updated.

19 years ago* Cleaned up
Ævar Arnfjörð Bjarmason [Wed, 25 May 2005 04:31:12 +0000 (04:31 +0000)]
* Cleaned up

19 years ago* Fixed up the trivial command line example so that it doesn't crash in a
Ævar Arnfjörð Bjarmason [Wed, 25 May 2005 04:14:19 +0000 (04:14 +0000)]
* Fixed up the trivial command line example so that it doesn't crash in a
  non-trivial way.

19 years ago* Using $wgLang->getLanguageNames() rather than getting the language names
Ævar Arnfjörð Bjarmason [Wed, 25 May 2005 04:09:33 +0000 (04:09 +0000)]
* Using $wgLang->getLanguageNames() rather than getting the language names
  directly by including languages/Names.php

19 years ago* - is not a metacharacter in regular expressions, and ^ can be used to invert
Ævar Arnfjörð Bjarmason [Wed, 25 May 2005 01:36:38 +0000 (01:36 +0000)]
* - is not a metacharacter in regular expressions, and ^ can be used to invert
  matches within []

19 years ago* Adding $4 to msg:userstatstext which will transclude the percentage of
Ævar Arnfjörð Bjarmason [Wed, 25 May 2005 01:31:14 +0000 (01:31 +0000)]
* Adding $4 to msg:userstatstext which will transclude the percentage of
  admnistrators out of normal users.

19 years ago* Putting $4 in msg:userstatstext will now give the percentage of
Ævar Arnfjörð Bjarmason [Wed, 25 May 2005 01:29:55 +0000 (01:29 +0000)]
* Putting $4 in msg:userstatstext will now give the percentage of
  admnistrators out of normal users.

19 years ago* Removing $sk, wasn't used at all
Ævar Arnfjörð Bjarmason [Wed, 25 May 2005 01:29:41 +0000 (01:29 +0000)]
* Removing $sk, wasn't used at all
* Putting $4 in msg:userstatstext will now give the percentage of
  admnistrators out of normal users.

19 years ago* Fixed typo in id=""
Ævar Arnfjörð Bjarmason [Tue, 24 May 2005 22:01:50 +0000 (22:01 +0000)]
* Fixed typo in id=""
* Formatting

19 years ago* Moved the note about bug 419 under the correct heading
Ævar Arnfjörð Bjarmason [Tue, 24 May 2005 20:29:09 +0000 (20:29 +0000)]
* Moved the note about bug 419 under the correct heading
* Made a note about #p-nav now being called #p-navigation

19 years ago* Fixed typo
Ævar Arnfjörð Bjarmason [Tue, 24 May 2005 20:24:57 +0000 (20:24 +0000)]
* Fixed typo

19 years ago* Renaming #p-nav to #p-navigation ( it's now autogenerated from the name of
Ævar Arnfjörð Bjarmason [Tue, 24 May 2005 20:15:01 +0000 (20:15 +0000)]
* Renaming #p-nav to #p-navigation ( it's now autogenerated from the name of
  the wfMsg() by the sidebar generator )

19 years ago* Fixed a typo
Ævar Arnfjörð Bjarmason [Tue, 24 May 2005 20:12:40 +0000 (20:12 +0000)]
* Fixed a typo

19 years ago* (bug 419, 1764) Using a custom syntax for the sidebar and supporting multiple
Ævar Arnfjörð Bjarmason [Tue, 24 May 2005 20:06:52 +0000 (20:06 +0000)]
* (bug 419, 1764) Using a custom syntax for the sidebar and supporting multiple
  sidebars through the MediaWiki namespace.

19 years ago* Changing msg:navbar to link to the mainage with [[{{msg:mainpage}}|{{int:mainpage}}]
Ævar Arnfjörð Bjarmason [Tue, 24 May 2005 15:06:56 +0000 (15:06 +0000)]
* Changing msg:navbar to link to the mainage with [[{{msg:mainpage}}|{{int:mainpage}}]
  rather than [[{{int:mainpage}}]] so that the mainage link links to the content
  language's main page rather than the current user selected language's mainpage.

19 years ago* Fixed a bug where moving a page would cause the following SQL error when
Ævar Arnfjörð Bjarmason [Tue, 24 May 2005 14:56:07 +0000 (14:56 +0000)]
* Fixed a bug where moving a page would cause the following SQL error when
  updating the searchindex:
    UPDATE `Array` SET si_title='page 1' WHERE si_page='2910'
  from within function "SearchMySQL4::updateTitle". MySQL returned error
  "1146: Table 'HEAD.Array' doesn't exist (localhost)".
  The new query causes the following to be executed:
    UPDATE `searchindex` SET si_title='page 1' WHERE si_page='2909'
  (somebody more familiar with the the whole searchindexing code please review
  the while move process)

19 years ago* Added profiling to getNavigationLinks()
Ævar Arnfjörð Bjarmason [Tue, 24 May 2005 13:24:35 +0000 (13:24 +0000)]
* Added profiling to getNavigationLinks()

19 years ago* Removed empty comments
Ævar Arnfjörð Bjarmason [Tue, 24 May 2005 13:21:38 +0000 (13:21 +0000)]
* Removed empty comments

19 years ago* (bug 2228) applying attachment 571 - minor updates to the Slovak translation
Ævar Arnfjörð Bjarmason [Tue, 24 May 2005 12:24:09 +0000 (12:24 +0000)]
* (bug 2228) applying attachment 571 - minor updates to the Slovak translation

19 years ago* (bug 2228) minor fixes to sk localization
Brion Vibber [Tue, 24 May 2005 08:41:04 +0000 (08:41 +0000)]
* (bug 2228) minor fixes to sk localization

19 years agoremoved crippled enotif code from checkPassword(), this is roughly how it was in...
Tim Starling [Tue, 24 May 2005 04:28:00 +0000 (04:28 +0000)]
removed crippled enotif code from checkPassword(), this is roughly how it was in 1.106

19 years ago* Restored the {{msg:}} magic word, except now it's the wikisyntax
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 23:25:43 +0000 (23:25 +0000)]
* Restored the {{msg:}} magic word, except now it's the wikisyntax
  representation of wfMsgForContent() rather than a shorthand for {{Template:}}
* Using {{msg:}} in the navbar so as to not break links if the user selects a
  different language than the default language for the wiki in hir preferences.

19 years ago* Restored the {{msg:}} magic word, except now it's the wikisyntax
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 23:24:00 +0000 (23:24 +0000)]
* Restored the {{msg:}} magic word, except now it's the wikisyntax
  representation of wfMsgForContent() rather than a shorthand for {{Template:}}

19 years ago* Deprecated the {{msg:template}} syntax for referring to templates, {{msg: is
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 23:12:43 +0000 (23:12 +0000)]
* Deprecated the {{msg:template}} syntax for referring to templates, {{msg: is
  now the wikisyntax representation of wfMsgForContent()

19 years ago* Cleanup syntax
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 23:09:30 +0000 (23:09 +0000)]
* Cleanup syntax

19 years ago* Changed the handling of the action GET variable from being lower cased and
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 22:10:10 +0000 (22:10 +0000)]
* Changed the handling of the action GET variable from being lower cased and
  trimmed to only being rtrim()'ed.

19 years ago* (bug 2228) Updated the Slovak translation
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 22:08:30 +0000 (22:08 +0000)]
* (bug 2228) Updated the Slovak translation

19 years agoValidation feature update; someone please update the DB updater!
Magnus Manske [Mon, 23 May 2005 21:01:02 +0000 (21:01 +0000)]
Validation feature update; someone please update the DB updater!

19 years ago* (bug 2126) Emergency fix of problems with one-time passwords.
Anders Wegge Jakobsen [Mon, 23 May 2005 20:53:46 +0000 (20:53 +0000)]
* (bug 2126) Emergency fix of problems with one-time passwords.

19 years ago* Changed getNavigationLinks() to use $wgOut::parse()
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 18:44:03 +0000 (18:44 +0000)]
* Changed getNavigationLinks() to use $wgOut::parse()

19 years ago* Added language variant support for Icelandic, now supports "��slenzka"
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 16:14:18 +0000 (16:14 +0000)]
* Added language variant support for Icelandic, now supports "��slenzka"

19 years ago* Corrected the currentevents and currentevents-url messages
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 16:11:58 +0000 (16:11 +0000)]
* Corrected the currentevents and currentevents-url messages

19 years ago* (bug 419) The contents of the navigation toolbar are now editable through
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 14:57:59 +0000 (14:57 +0000)]
* (bug 419) The contents of the navigation toolbar are now editable through
  the MediaWiki namespace on the  MediaWiki:navbar page.

19 years ago* Using a wfMsgForContent message to build the navigation urls now.
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 14:44:17 +0000 (14:44 +0000)]
* Using a wfMsgForContent message to build the navigation urls now.

19 years ago* Added a new navbar message that holds the navigation toolbar
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 14:38:49 +0000 (14:38 +0000)]
* Added a new navbar message that holds the navigation toolbar
* Changed msg:sitesupport from "-" to "Donations" (it can be disabled in
  msg:navbar now)

19 years ago* Removed $wgNavigationLinks, doesn't have any effect
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 14:35:36 +0000 (14:35 +0000)]
* Removed $wgNavigationLinks, doesn't have any effect

19 years ago* Fixed @author line to a conformant phpdoc element
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 14:17:29 +0000 (14:17 +0000)]
* Fixed @author line to a conformant phpdoc element

19 years ago* Removing $wgTranslateNumerals, should only be used for languages like arabic
Ævar Arnfjörð Bjarmason [Mon, 23 May 2005 12:50:22 +0000 (12:50 +0000)]
* Removing $wgTranslateNumerals, should only be used for languages like arabic

19 years agoChange the SearchEngine interface around:
Brion Vibber [Mon, 23 May 2005 08:42:20 +0000 (08:42 +0000)]
Change the SearchEngine interface around:
* Reduce some duplicated code between MySQL 3 and 4 classes
* Generalize some things to better support Lucene search plugin

19 years agoMake HistoryStub ExternalStore-aware. Renamed external table, so that it can be insid...
Jens Frank [Mon, 23 May 2005 06:30:29 +0000 (06:30 +0000)]
Make HistoryStub ExternalStore-aware. Renamed external table, so that it can be inside of the same DB for testing purposes

19 years agoSpacing; use Title::exists
Brion Vibber [Mon, 23 May 2005 05:25:26 +0000 (05:25 +0000)]
Spacing; use Title::exists

19 years ago* Arranged the 1.5alpha2 notes by bug numbers
Ævar Arnfjörð Bjarmason [Sun, 22 May 2005 14:28:18 +0000 (14:28 +0000)]
* Arranged the 1.5alpha2 notes by bug numbers
* Elaborated on the group table rename

19 years ago* Moved the note about bug 2217 under the 'Changes since 1.5alpha1' header
Ævar Arnfjörð Bjarmason [Sun, 22 May 2005 14:15:04 +0000 (14:15 +0000)]
* Moved the note about bug 2217 under the 'Changes since 1.5alpha1' header

19 years ago* (bug 2217) Fix conversion of negative ISO years.
Anders Wegge Jakobsen [Sun, 22 May 2005 12:48:40 +0000 (12:48 +0000)]
* (bug 2217) Fix conversion of negative ISO years.

19 years ago* (bug 2105) Add a space between -f and the from address in the mail() call.
Anders Wegge Jakobsen [Sun, 22 May 2005 08:32:41 +0000 (08:32 +0000)]
* (bug 2105) Add a space between -f and the from address in the mail() call.

19 years agobug #73, ext. editors
Erik Moeller [Sun, 22 May 2005 07:05:23 +0000 (07:05 +0000)]
bug #73, ext. editors

19 years agoadd $wgMetaNamespaceTalk, primarily for Serbian, where talk pages
Erik Moeller [Sun, 22 May 2005 05:58:36 +0000 (05:58 +0000)]
add $wgMetaNamespaceTalk, primarily for Serbian, where talk pages
are grammatically different from subject pages

19 years agoreplace references to Wikipedia with site-independent variables
Erik Moeller [Sun, 22 May 2005 05:08:42 +0000 (05:08 +0000)]
replace references to Wikipedia with site-independent variables

19 years ago* (bug 2218) Fixed a typo in exif- messages
Ævar Arnfjörð Bjarmason [Sat, 21 May 2005 19:52:34 +0000 (19:52 +0000)]
* (bug 2218) Fixed a typo in exif- messages

19 years agovalidation updates
Magnus Manske [Sat, 21 May 2005 18:27:55 +0000 (18:27 +0000)]
validation updates

19 years agomove default parameter to the right per recommendations
Erik Moeller [Sat, 21 May 2005 17:41:30 +0000 (17:41 +0000)]
move default parameter to the right per recommendations
on http://www.php.net/manual/en/functions.arguments.php

19 years agoPHP4 doesn't like null references, so splitting function
Erik Moeller [Sat, 21 May 2005 17:26:42 +0000 (17:26 +0000)]
PHP4 doesn't like null references, so splitting function

19 years agobug #73: category sortkeys are set to "Special:Upload" instead of the
Erik Moeller [Sat, 21 May 2005 16:56:50 +0000 (16:56 +0000)]
bug #73: category sortkeys are set to "Special:Upload" instead of the
filename when categories are added from the upload screen.

19 years agodon't choke if EXIF library is not available
Erik Moeller [Sat, 21 May 2005 15:59:30 +0000 (15:59 +0000)]
don't choke if EXIF library is not available

19 years agovalidation updates
Magnus Manske [Sat, 21 May 2005 14:09:24 +0000 (14:09 +0000)]
validation updates

19 years agouppercase URL
Jens Frank [Sat, 21 May 2005 10:25:51 +0000 (10:25 +0000)]
uppercase URL

19 years agoClass for storing objects in an external DB cluster
Jens Frank [Sat, 21 May 2005 10:15:39 +0000 (10:15 +0000)]
Class for storing objects in an external DB cluster

19 years ago* (bug 898) Messages related to mime type detection
Ævar Arnfjörð Bjarmason [Sat, 21 May 2005 07:52:28 +0000 (07:52 +0000)]
* (bug 898) Messages related to mime type detection

19 years ago* (bug 898) Mime type autodetection.
Ævar Arnfjörð Bjarmason [Sat, 21 May 2005 07:46:17 +0000 (07:46 +0000)]
* (bug 898) Mime type autodetection.

19 years ago* (bug 898) Messages related to mime type detection
Ævar Arnfjörð Bjarmason [Sat, 21 May 2005 07:43:17 +0000 (07:43 +0000)]
* (bug 898) Messages related to mime type detection

19 years ago* Added a TODO note to isASCII()
Ævar Arnfjörð Bjarmason [Sat, 21 May 2005 07:23:04 +0000 (07:23 +0000)]
* Added a TODO note to isASCII()

19 years ago* (bug 2151) The delete summary now includes editor name, if only one has edited...
Anders Wegge Jakobsen [Sat, 21 May 2005 07:11:57 +0000 (07:11 +0000)]
* (bug 2151) The delete summary now includes editor name, if only one has edited the article.

19 years ago(bug 2110) "noarticletext" should not display on Image page for "sharedupload" media
Jens Frank [Fri, 20 May 2005 22:41:17 +0000 (22:41 +0000)]
(bug 2110) "noarticletext" should not display on Image page for "sharedupload" media

19 years agofixed deletion reason autofill
Tim Starling [Fri, 20 May 2005 21:59:15 +0000 (21:59 +0000)]
fixed deletion reason autofill

19 years ago* (bug 2190) changed msg:exif-datetimedigitized to 'Date and time of
Ævar Arnfjörð Bjarmason [Fri, 20 May 2005 19:11:48 +0000 (19:11 +0000)]
* (bug 2190) changed msg:exif-datetimedigitized to 'Date and time of
  digitizing' and reworded msg:exif-datetimeoriginal

19 years ago* Removed msg:zhconversiontable, obsoleted by msg:conversiontable/*
Ævar Arnfjörð Bjarmason [Fri, 20 May 2005 15:59:25 +0000 (15:59 +0000)]
* Removed msg:zhconversiontable, obsoleted by msg:conversiontable/*
* Added msg:variantname-is and msg:variantname-iz for the two variants of
  Icelandic