lhc/web/wiklou.git
18 years ago* Removed empty comments
Ævar Arnfjörð Bjarmason [Tue, 24 May 2005 13:21:38 +0000 (13:21 +0000)]
* Removed empty comments

18 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

18 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

18 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

18 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.

18 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:}}

18 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()

18 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

19 years ago* Removed msg:variantname-* and msg:bad_image_list, they'll be inherited from
Ævar Arnfjörð Bjarmason [Fri, 20 May 2005 15:57:36 +0000 (15:57 +0000)]
* Removed msg:variantname-* and msg:bad_image_list, they'll be inherited from
  the parent.
* Removed msg:zhconversiontable, obsoleted by msg:Conversiontable/*

19 years ago* Removed msg:variantname-*, it'll be inherited from the parent.
Ævar Arnfjörð Bjarmason [Fri, 20 May 2005 15:55:40 +0000 (15:55 +0000)]
* Removed msg:variantname-*, it'll be inherited from the parent.
* Removed msg:zhconversiontable, obsoleted by msg:Conversiontable/*

19 years ago* (bug 2191) Updated the Russian translation
Ævar Arnfjörð Bjarmason [Fri, 20 May 2005 15:50:23 +0000 (15:50 +0000)]
* (bug 2191) Updated the Russian translation
* Removed msg:variantname-* and msg:zhconversiontable

19 years ago* Removed the magic word definitions, they're now inherited
Ævar Arnfjörð Bjarmason [Fri, 20 May 2005 15:25:11 +0000 (15:25 +0000)]
* Removed the magic word definitions, they're now inherited
* Cleanup

19 years ago* Adding support for a one way language conversion between regular is and iz.
Ævar Arnfjörð Bjarmason [Thu, 19 May 2005 17:46:55 +0000 (17:46 +0000)]
* Adding support for a one way language conversion between regular is and iz.

19 years ago* Adding a new language code (iz) for Icelandic, it isn't reserved by ISO 639
Ævar Arnfjörð Bjarmason [Thu, 19 May 2005 17:35:36 +0000 (17:35 +0000)]
* Adding a new language code (iz) for Icelandic, it isn't reserved by ISO 639
  so I'm commandeering it for my purposes.

19 years ago* Added a new $mUcfirst var which can be set to true by a child class to
Ævar Arnfjörð Bjarmason [Thu, 19 May 2005 17:34:09 +0000 (17:34 +0000)]
* Added a new $mUcfirst var which can be set to true by a child class to
  automatically make upper case versions of the conversion tables, useful for
  germanic languages and others that have upper/lower case characters.

19 years agoUpdated export schema: added an <upload> element which may be used in
Brion Vibber [Thu, 19 May 2005 09:37:12 +0000 (09:37 +0000)]
Updated export schema: added an <upload> element which may be used in
<page>s alongside <revision>s. For image pages these will contain
file data: filename, size, URL at which it can be found.
This is used by the OAI updater system.

19 years ago* (bug 2199) Add .settings to .cvsignore
Brion Vibber [Wed, 18 May 2005 11:57:29 +0000 (11:57 +0000)]
* (bug 2199) Add .settings to .cvsignore

19 years agoFix for the main (no pipe) case of bug 2095, triple closing backets on link
Brion Vibber [Wed, 18 May 2005 09:21:47 +0000 (09:21 +0000)]
Fix for the main (no pipe) case of bug 2095, triple closing backets on link
was putting the extra bracket as the link text instead of the trail.
This was due to a broken workaround for links in image captions.
For now it will still move the bracket inside the link text for piped links,
which is wrong and ought to be fixed.

19 years agoUpdate files as currently generated.
Brion Vibber [Wed, 18 May 2005 09:18:07 +0000 (09:18 +0000)]
Update files as currently generated.

19 years ago-stupidity
Brion Vibber [Wed, 18 May 2005 08:54:25 +0000 (08:54 +0000)]
-stupidity

19 years agotweak test for 2095
Brion Vibber [Wed, 18 May 2005 08:53:55 +0000 (08:53 +0000)]
tweak test for 2095

19 years agoAdd parser test for bug 2095; working on it...
Brion Vibber [Wed, 18 May 2005 08:43:26 +0000 (08:43 +0000)]
Add parser test for bug 2095; working on it...

19 years agorestoring
Tim Starling [Mon, 16 May 2005 06:47:24 +0000 (06:47 +0000)]
restoring

19 years ago* (bug 2019) Wrapped the output of Special:Version in <div dir='ltr'> in order
Ævar Arnfjörð Bjarmason [Mon, 16 May 2005 06:43:33 +0000 (06:43 +0000)]
* (bug 2019) Wrapped the output of Special:Version in <div dir='ltr'> in order
  to preserve the correct flow of text on RTL wikis.

19 years ago* Presumably this was supposed to be used in combonation with the
Ævar Arnfjörð Bjarmason [Mon, 16 May 2005 05:12:53 +0000 (05:12 +0000)]
* Presumably this was supposed to be used in combonation with the
  $wgLanguageFile file but never got finished.

19 years ago* Removed $wgLanguageFile, it has never been used in any version of MediaWiki
Ævar Arnfjörð Bjarmason [Mon, 16 May 2005 05:12:02 +0000 (05:12 +0000)]
* Removed $wgLanguageFile, it has never been used in any version of MediaWiki

19 years ago* Fixed a bug in Special:Newimages that made it impossible to search for '0'
Ævar Arnfjörð Bjarmason [Mon, 16 May 2005 04:47:51 +0000 (04:47 +0000)]
* Fixed a bug in Special:Newimages that made it impossible to search for '0'

19 years agoRevert __LCFIRST__ patch. Title objects should be treated as value objects;
Brion Vibber [Sun, 15 May 2005 20:42:11 +0000 (20:42 +0000)]
Revert __LCFIRST__ patch. Title objects should be treated as value objects;
any Title object for a given title should always act the same. Poking around
with the guts of one to change some of its return values is not a good idea.

19 years ago* Initial import
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 20:41:08 +0000 (20:41 +0000)]
* Initial import

19 years ago * Improved the syntax of two regular expressions
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 18:39:18 +0000 (18:39 +0000)]
 * Improved the syntax of two regular expressions

19 years ago* Improved the syntax of two regular expressions
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 18:31:23 +0000 (18:31 +0000)]
* Improved the syntax of two regular expressions

19 years ago* (bug 2118) Added a __LCFIRST__ magic word for forcing the first character of
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 17:21:58 +0000 (17:21 +0000)]
* (bug 2118) Added a __LCFIRST__ magic word for forcing the first character of
  a pages heading to render in its lower case form on output, however the page
  is still saved under its upper case name in the database so this is purely an
  aesthetic change (unlike setting $wgCapitalLinks to false).

19 years agoremove all db->query() invocations from LinksUpdaters
Domas Mituzas [Sun, 15 May 2005 17:19:55 +0000 (17:19 +0000)]
remove all db->query() invocations from LinksUpdaters

19 years ago* & is invalid when it's unespecad inside attributes, please make sure your
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 17:03:55 +0000 (17:03 +0000)]
* & is invalid when it's unespecad inside attributes, please make sure your
  output matches the XML specification.
* Don't use $x = wfMsg( 'foo' ); $x = str_replace( '$1', 'bar', $x ) when you
  can use $x = wfMsg( 'foo', 'bar' );

19 years ago* Initial import
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 16:36:39 +0000 (16:36 +0000)]
* Initial import

19 years ago* Added exe, tar and ttf to the fileicon list
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 16:36:33 +0000 (16:36 +0000)]
* Added exe, tar and ttf to the fileicon list

19 years ago* Obsolete
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 16:33:12 +0000 (16:33 +0000)]
* Obsolete

19 years ago* Enlarged the icon to fit the rest of the icons
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 16:31:09 +0000 (16:31 +0000)]
* Enlarged the icon to fit the rest of the icons

19 years ago* New fileicons for c, cpp, deb, dvi, h, html, iso, java, mid, mov, o, ogg,
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 14:13:26 +0000 (14:13 +0000)]
* New fileicons for c, cpp, deb, dvi, h, html, iso, java, mid, mov, o, ogg,
  pdf, ps, rm, rpm, tex and txt files based on the KDE crystalsvg theme.

19 years ago* Initial import
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 14:04:38 +0000 (14:04 +0000)]
* Initial import

19 years ago* Using new icons in the /common/images/icons/ directory
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 14:03:13 +0000 (14:03 +0000)]
* Using new icons in the /common/images/icons/ directory

19 years ago* No longer used
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 14:02:29 +0000 (14:02 +0000)]
* No longer used

19 years ago* Using a white background instead of a gray one
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 14:01:05 +0000 (14:01 +0000)]
* Using a white background instead of a gray one

19 years ago* (bug 2176) Section edit 'show changes' button works correctly now
Brion Vibber [Sun, 15 May 2005 11:11:23 +0000 (11:11 +0000)]
* (bug 2176) Section edit 'show changes' button works correctly now

19 years ago* (bug 2178) Use TMPDIR, TMP, or TEMP environment variable for temp dir
Brion Vibber [Sun, 15 May 2005 10:37:56 +0000 (10:37 +0000)]
* (bug 2178) Use TMPDIR, TMP, or TEMP environment variable for temp dir
before trying /tmp; new wfTempDir() function to centralize this
* Fix parser test database usage; runs on a single connection again by not
creating new LoadBalancer instances all the time

19 years ago* Fixed a syntax error in the namespace export
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 10:01:58 +0000 (10:01 +0000)]
* Fixed a syntax error in the namespace export

19 years agoBah!!
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 10:00:04 +0000 (10:00 +0000)]
Bah!!

19 years ago* Bah!
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 09:46:31 +0000 (09:46 +0000)]
* Bah!

19 years ago* Changed the namespace selection form from a table to a div
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 09:44:29 +0000 (09:44 +0000)]
* Changed the namespace selection form from a table to a div

19 years ago* Fixed a typo in exif-digitalzoomratio
Ævar Arnfjörð Bjarmason [Sun, 15 May 2005 09:15:09 +0000 (09:15 +0000)]
* Fixed a typo in exif-digitalzoomratio

19 years agoRenamed group table to groups, and renamed the fields from group_xxx to gr_xxx. Added...
Tim Starling [Sun, 15 May 2005 06:18:48 +0000 (06:18 +0000)]
Renamed group table to groups, and renamed the fields from group_xxx to gr_xxx. Added static group support to Special:Listusers.

19 years agoStrip unprintables from debug log: they can cause font switching on the
Brion Vibber [Sun, 15 May 2005 06:09:40 +0000 (06:09 +0000)]
Strip unprintables from debug log: they can cause font switching on the
terminal which is annoying.

19 years agosysop right no longer necessary, the 'protect' right is considered equivalent in...
Tim Starling [Sun, 15 May 2005 05:48:38 +0000 (05:48 +0000)]
sysop right no longer necessary, the 'protect' right is considered equivalent in the code

19 years agoerror in description
Tim Starling [Sun, 15 May 2005 04:44:57 +0000 (04:44 +0000)]
error in description

19 years ago* (bug 2016) Changed nospecialpagetext to link to Special:Specialpages
Ævar Arnfjörð Bjarmason [Sat, 14 May 2005 18:03:30 +0000 (18:03 +0000)]
* (bug 2016) Changed nospecialpagetext to link to Special:Specialpages

19 years agoAttempting to get enotif into working order. Many aesthetic changes, a fair number...
Tim Starling [Sat, 14 May 2005 17:55:04 +0000 (17:55 +0000)]
Attempting to get enotif into working order. Many aesthetic changes, a fair number of bug fixes too. There's also a couple of non-enotif bug fixes in this commit somewhere.

19 years ago* (bug 1975) The name for Limburgish (li) changed from "L��mburgs" to "Limburgs"
Ævar Arnfjörð Bjarmason [Sat, 14 May 2005 17:50:33 +0000 (17:50 +0000)]
* (bug 1975) The name for Limburgish (li) changed from "L��mburgs" to "Limburgs"

19 years agoyay, use high level Database:: methods! :)
Domas Mituzas [Sat, 14 May 2005 16:00:33 +0000 (16:00 +0000)]
yay, use high level Database:: methods! :)

19 years ago* (bug 498) The Views heading in MonoBook.php is now localizable
Ævar Arnfjörð Bjarmason [Sat, 14 May 2005 13:57:53 +0000 (13:57 +0000)]
* (bug 498) The Views heading in MonoBook.php is now localizable