lhc/web/wiklou.git
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

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