lhc/web/wiklou.git
19 years ago* Fixed the breakage of the invert feature (see @@ -240,7 +239,7 @@)
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 15:46:25 +0000 (15:46 +0000)]
* Fixed the breakage of the invert feature (see @@ -240,7 +239,7 @@)
* Removed all this intval() nonsense except for the one instance where it
  wasn't redundant

19 years ago* "$invert = false" in function declerations is redundant, changed it to
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 13:01:54 +0000 (13:01 +0000)]
* "$invert = false" in function declerations is redundant, changed it to
  "$invert".
* Fixed a bug: indexShowline() didn't support $invert.

19 years ago*(bug 902) applied a small "uga" by Niklas Laxstr��m to add a
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 12:32:39 +0000 (12:32 +0000)]
*(bug 902) applied a small "uga" by Niklas Laxstr��m to add a
  Special:Contributions in the case of an anonymous user

19 years ago* Changed the $invert datatype from 'integer' to 'bool'
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 11:57:44 +0000 (11:57 +0000)]
* Changed the $invert datatype from 'integer' to 'bool'
* Documented

19 years ago* New feature, the ability to 'invert' namespaces in Special:Allmessages, given
Ævar Arnfjörð Bjarmason [Fri, 1 Apr 2005 11:09:47 +0000 (11:09 +0000)]
* New feature, the ability to 'invert' namespaces in Special:Allmessages, given
  a namespace the 'Invert' namespace can be selected to perform WHERE
  page_namespace != $namespace instead of WHERE page_namespace = ..

** Added code in includes/SpecialAllpages.php to make this possible

** Removed messages: allpagesformtext1 and allpagesformtext2 (obsoleted by the
   new allpagesformtext messsage)
** Renamed message allpagesnamespace to allinnamespace
** Added messages allnonarticles, allnotinnamespace, contributionsformtext

** includes/SpecialContributions.php no longer uses allpagesformtext2 but the
   new contributionsformtext

19 years agoCreate rev_deleted column initially. It is used during install
Jens Frank [Thu, 31 Mar 2005 20:40:22 +0000 (20:40 +0000)]
Create rev_deleted column initially. It is used during install
before the patch is installed.

19 years agoRemoved whitespace
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 12:50:15 +0000 (12:50 +0000)]
Removed whitespace

19 years ago++Precision
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 12:35:32 +0000 (12:35 +0000)]
++Precision

19 years ago* Changed $wgUploadSizeWarning from 1.5 * 10^5 to 150 * 2^10
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 12:23:23 +0000 (12:23 +0000)]
* Changed $wgUploadSizeWarning from 1.5 * 10^5 to 150 * 2^10
* The largefile message now displays $wgUploadSizeWarning

19 years agomore stuff to fall back on
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 12:11:18 +0000 (12:11 +0000)]
more stuff to fall back on

19 years agoformatting
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 12:07:33 +0000 (12:07 +0000)]
formatting

19 years agofixed bug
Tim Starling [Thu, 31 Mar 2005 12:06:38 +0000 (12:06 +0000)]
fixed bug

19 years ago* Add wfElement() for handy generation of properly-escaped XML/HTML elements with...
Brion Vibber [Thu, 31 Mar 2005 11:40:05 +0000 (11:40 +0000)]
* Add wfElement() for handy generation of properly-escaped XML/HTML elements with attributes.
* Begin infrastructure for deleted-revision tag; add rev_deleted field, some
display support for it in history and contribs. Not yet used for deletions.
Run update.php or source maintenance/archives/patch-rev_deleted.sql

19 years agoIf you call function wfGetIP, it might help to implement it first ;-)
Magnus Manske [Thu, 31 Mar 2005 11:11:37 +0000 (11:11 +0000)]
If you call function wfGetIP, it might help to implement it first ;-)

19 years agooops, committed from wrong branch, this is the fixed version
Tim Starling [Thu, 31 Mar 2005 10:39:15 +0000 (10:39 +0000)]
oops, committed from wrong branch, this is the fixed version

19 years agofixed bug
Tim Starling [Thu, 31 Mar 2005 10:37:54 +0000 (10:37 +0000)]
fixed bug

19 years agoShow link to validation on history page (for anons)
Magnus Manske [Thu, 31 Mar 2005 09:52:06 +0000 (09:52 +0000)]
Show link to validation on history page (for anons)

19 years agoAdding some validation for IP determination via XFF headers, in preparation for addin...
Tim Starling [Thu, 31 Mar 2005 09:10:25 +0000 (09:10 +0000)]
Adding some validation for IP determination via XFF headers, in preparation for adding ISP proxies to the trusted proxy list, which may occasionally give invalid XFF headers

19 years ago* (bug 1743) cease overriding the default browser colors for textarea.
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 08:50:01 +0000 (08:50 +0000)]
* (bug 1743) cease overriding the default browser colors for textarea.

19 years agoValidation fix
Magnus Manske [Thu, 31 Mar 2005 08:19:20 +0000 (08:19 +0000)]
Validation fix

19 years agoEdit bug fix
Magnus Manske [Thu, 31 Mar 2005 08:17:35 +0000 (08:17 +0000)]
Edit bug fix

19 years agoFixed installation bug
Magnus Manske [Thu, 31 Mar 2005 08:13:37 +0000 (08:13 +0000)]
Fixed installation bug

19 years agorewrote it IN PERL, TAKE THAT AUSTIN ;=)
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 08:12:32 +0000 (08:12 +0000)]
rewrote it IN PERL, TAKE THAT AUSTIN ;=)

19 years agoPartial fix for installation bug
Magnus Manske [Thu, 31 Mar 2005 08:02:09 +0000 (08:02 +0000)]
Partial fix for installation bug

19 years agoAdding myself
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 06:08:37 +0000 (06:08 +0000)]
Adding myself

19 years ago* Formatting
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 05:58:23 +0000 (05:58 +0000)]
* Formatting
* Changed <i> to <em>, <b> to <strong>
* Using <?=date('Y')?> for the  "Copyright (C) 2001���2005" part.

19 years ago<? => <?php
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 02:27:31 +0000 (02:27 +0000)]
<? => <?php

19 years agoDisplay something nicer looking when the wiki hasn't been configured.
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 02:22:03 +0000 (02:22 +0000)]
Display something nicer looking when the wiki hasn't been configured.

19 years ago* Changing checks for [.]./LocalSettings.php and [.]./AdminSettings.php to only
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 01:58:53 +0000 (01:58 +0000)]
* Changing checks for [.]./LocalSettings.php and [.]./AdminSettings.php to only
  check for [.]./LocalSettings.php
* Removing function writeAdminSettings (not used at all)

19 years agoRedundant.
Ævar Arnfjörð Bjarmason [Thu, 31 Mar 2005 00:06:30 +0000 (00:06 +0000)]
Redundant.

19 years agoImplements #1714 by Tomer Chachamu : add &emsp; after save button
Antoine Musso [Wed, 30 Mar 2005 09:26:48 +0000 (09:26 +0000)]
Implements #1714 by Tomer Chachamu : add &emsp; after save button

19 years agoquotes
Antoine Musso [Tue, 29 Mar 2005 20:23:05 +0000 (20:23 +0000)]
quotes

19 years agoCorrect a couple variable misuses, remove defunct hover toggle again.
Brion Vibber [Tue, 29 Mar 2005 20:20:03 +0000 (20:20 +0000)]
Correct a couple variable misuses, remove defunct hover toggle again.

19 years ago*** empty log message ***
Antoine Musso [Tue, 29 Mar 2005 18:06:46 +0000 (18:06 +0000)]
*** empty log message ***

19 years agoGlobals, singlequotes
Antoine Musso [Tue, 29 Mar 2005 17:41:08 +0000 (17:41 +0000)]
Globals, singlequotes

19 years agoMassive update from wikipedia http://kn.wikipedia.org/w/index.php?title=Special:Allme...
Antoine Musso [Tue, 29 Mar 2005 17:32:07 +0000 (17:32 +0000)]
Massive update from wikipedia kn.wikipedia.org/w/index.php?title=Special:Allmessages&ot=php

19 years agoupdates / single quotes
Antoine Musso [Tue, 29 Mar 2005 17:10:42 +0000 (17:10 +0000)]
updates / single quotes

19 years agoNew articles fetched revision assumed to be 0. Correctly display {{REVISIONID}} on...
Antoine Musso [Tue, 29 Mar 2005 16:38:30 +0000 (16:38 +0000)]
New articles fetched revision assumed to be 0. Correctly display {{REVISIONID}} on diff page.

19 years agotypo
Antoine Musso [Tue, 29 Mar 2005 16:31:16 +0000 (16:31 +0000)]
typo

19 years agocode formatting
Antoine Musso [Tue, 29 Mar 2005 15:49:06 +0000 (15:49 +0000)]
code formatting

19 years agofixed bug
Tim Starling [Mon, 28 Mar 2005 15:57:18 +0000 (15:57 +0000)]
fixed bug

19 years agoSupport for SORBS DNSBL
Tim Starling [Mon, 28 Mar 2005 15:19:24 +0000 (15:19 +0000)]
Support for SORBS DNSBL

19 years agoFix a couple schema-related changes.
Brion Vibber [Mon, 28 Mar 2005 11:19:59 +0000 (11:19 +0000)]
Fix a couple schema-related changes.
There's still major breakage in this file (use of 'old' table etc)

19 years agoDecouple revision.rev_id from text.old_id
Brion Vibber [Mon, 28 Mar 2005 10:47:12 +0000 (10:47 +0000)]
Decouple revision.rev_id from text.old_id
* This will allow the backend text storage to use different id numbers
* Revisions noting metadata changes can be added to history without duplicating text
  (implemented for page move)

This changes the revision table schema and requires running update.php
or maintenance/archives/patch-rev_text_id.sql on existing test wikis.
PostgreSQL table defs are still not in sync, so not updated.

19 years agoAbility to disable actions from LocalSettings.php
Tim Starling [Mon, 28 Mar 2005 08:55:35 +0000 (08:55 +0000)]
Ability to disable actions from LocalSettings.php

19 years agoSuppress warnings
Tim Starling [Mon, 28 Mar 2005 08:15:09 +0000 (08:15 +0000)]
Suppress warnings

19 years agoFixed ordering of SQL debug log
Tim Starling [Mon, 28 Mar 2005 07:56:17 +0000 (07:56 +0000)]
Fixed ordering of SQL debug log

19 years agoFix query syntax which broke a couple functions' debug info (foreport from 1.4)
Brion Vibber [Sun, 27 Mar 2005 22:29:37 +0000 (22:29 +0000)]
Fix query syntax which broke a couple functions' debug info (foreport from 1.4)

19 years agoFixed obvious bug
Tim Starling [Sun, 27 Mar 2005 18:35:46 +0000 (18:35 +0000)]
Fixed obvious bug

19 years agoFixed bug causing transactions to not be started all the time
Tim Starling [Sun, 27 Mar 2005 18:06:44 +0000 (18:06 +0000)]
Fixed bug causing transactions to not be started all the time

19 years agoRemoved legacy BEGIN/COMMIT pair
Tim Starling [Sun, 27 Mar 2005 17:34:16 +0000 (17:34 +0000)]
Removed legacy BEGIN/COMMIT pair

19 years agoDon't clear objectcache on every query, I doubt there was any good reason for doing so
Tim Starling [Sun, 27 Mar 2005 17:26:55 +0000 (17:26 +0000)]
Don't clear objectcache on every query, I doubt there was any good reason for doing so

19 years agoBought me a horizontal scrollbar, no need for this anymore
Tim Starling [Sun, 27 Mar 2005 17:09:48 +0000 (17:09 +0000)]
Bought me a horizontal scrollbar, no need for this anymore

19 years agoFixed efficiency problem with $wgSiteNotice. Introduced wfSiteNotice(), which allows...
Tim Starling [Sun, 27 Mar 2005 16:56:11 +0000 (16:56 +0000)]
Fixed efficiency problem with $wgSiteNotice. Introduced wfSiteNotice(), which allows the script to load it on demand instead of on every invocation

19 years agomoved call to spreadBlock() to getBlockedStatus(). This means one less query per...
Tim Starling [Sun, 27 Mar 2005 16:30:00 +0000 (16:30 +0000)]
moved call to spreadBlock() to getBlockedStatus(). This means one less query per logged-in page view. It also means blocked users will only have their IP address blocked if they edit, rather than just viewing pages.

19 years agoFORPORT from REL1_4
Antoine Musso [Sun, 27 Mar 2005 16:16:31 +0000 (16:16 +0000)]
FORPORT from REL1_4
Fix #1556 : tab order for login page.

19 years agoMoved to extensions
Tim Starling [Sun, 27 Mar 2005 16:06:11 +0000 (16:06 +0000)]
Moved to extensions

19 years agoBasic static HTML dump generator, experimental
Tim Starling [Sun, 27 Mar 2005 16:05:33 +0000 (16:05 +0000)]
Basic static HTML dump generator, experimental

19 years agoquick hack to fix one installation problem, still plenty left
Tim Starling [Sun, 27 Mar 2005 16:02:15 +0000 (16:02 +0000)]
quick hack to fix one installation problem, still plenty left

19 years ago* Installation fixes for running under IIS
Brion Vibber [Sun, 27 Mar 2005 06:37:21 +0000 (06:37 +0000)]
* Installation fixes for running under IIS

$_SERVER['REQUEST_URI'] and $_SERVER['SERVER_ADMIN'] aren't set under IIS.
Fall back to $_SERVER['SCRIPT_NAME'] for determining base URL on install.

19 years ago* (bug 1765) Tidy causes corruption inside <gallery>
Ævar Arnfjörð Bjarmason [Sun, 27 Mar 2005 05:15:10 +0000 (05:15 +0000)]
* (bug 1765) Tidy causes corruption inside <gallery>

19 years agorv
Ævar Arnfjörð Bjarmason [Sun, 27 Mar 2005 03:27:40 +0000 (03:27 +0000)]
rv

19 years ago* Fixed numerous fatal XHTML errors
Ævar Arnfjörð Bjarmason [Sun, 27 Mar 2005 02:59:41 +0000 (02:59 +0000)]
* Fixed numerous fatal XHTML errors
* \" => ' where applicable
* Formatted.

19 years agoConverted entities to their respective literals with the following Perlscript
Ævar Arnfjörð Bjarmason [Sun, 27 Mar 2005 02:25:25 +0000 (02:25 +0000)]
Converted entities to their respective literals with the following Perlscript
#!/usr/bin/evn perl
use utf8;
use HTML::Entities;
binmode STDOUT, ":utf8";
@file = <>;

$file = join /\n/, @file;

for $i (0..length $file) {
        if ( (substr($file, $i, 1) eq '&') and (substr($file, ($i+1), 1) eq '#') ) {
                $eat = 1; # Yummie entities
                undef $food;
                next;
        } elsif ($eat && substr($file, $i, 1) eq '#') {
                next;
        } elsif ($eat && substr($file, $i, 1) =~ /\d/) {
                $food .= substr($file, $i, 1);
                next;
        } elsif ($eat && substr($file, $i, 1) =~ /;/) {
                undef $eat;
                $out .= chr($food);
                undef $food;
                next;
        }
        $out .= substr($file, $i, 1);
}

$out = decode_entities($out);
print $out;

19 years agoFix minor issues missed in patch review:
Brion Vibber [Sun, 27 Mar 2005 01:28:03 +0000 (01:28 +0000)]
Fix minor issues missed in patch review:
* Use getDbkey(), not getTitle(), when constructing new titles
* Don't bother checking for existence of a user page on go; with the
namespace prefix it's pretty clear what's meant, and the inconsistent
behavior would be more confusing than illuminating.

19 years agoRemoving enchanted spaces
Ævar Arnfjörð Bjarmason [Sun, 27 Mar 2005 01:23:40 +0000 (01:23 +0000)]
Removing enchanted spaces

19 years ago* (bug 1398) patch by Thue Janus Kristensen that modifies the behaviour of the
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 23:30:53 +0000 (23:30 +0000)]
* (bug 1398) patch by Thue Janus Kristensen that modifies the behaviour of the
  'Go' button, if an IP address is entered the search engine first checks if an
  article by that name exists, otherwise it goes to the user contributions list
  of that search engine ( this would catch en.wp.org/wiki/127.0.0.1 ), also,
  entering a valid username with the current namespace-3 + : prefix will go to
  the users page, regardless of whether it contains any text or not.

19 years agoFixing the google search which wasn't remotely valid XHTML.
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 22:55:57 +0000 (22:55 +0000)]
Fixing the google search which wasn't remotely valid XHTML.

19 years agoStart removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...
Brion Vibber [Sat, 26 Mar 2005 22:23:48 +0000 (22:23 +0000)]
Start removing the Latin-1 hacks. We're going pure UTF-8 for 1.5...

19 years agoplease don't check jokes into CVS :)
Brion Vibber [Sat, 26 Mar 2005 21:54:18 +0000 (21:54 +0000)]
please don't check jokes into CVS :)

19 years agoPatch by brion in #mediawiki
Antoine Musso [Sat, 26 Mar 2005 21:49:07 +0000 (21:49 +0000)]
Patch by brion in #mediawiki

19 years agoLooks like a bug. Article::mText no more exist, fetch revision instead.
Antoine Musso [Sat, 26 Mar 2005 21:29:49 +0000 (21:29 +0000)]
Looks like a bug. Article::mText no more exist, fetch revision instead.

19 years ago* (bug 1207) splitting 'all', into recentchangesall, imagelistall,
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 21:26:32 +0000 (21:26 +0000)]
* (bug 1207) splitting 'all', into recentchangesall, imagelistall,
  watchlistall1, watchlistall2, contributionsall to accommodate inflicted
  languages. ( perl -pi -e "s/^['\"]all['\"].*//gs" * is useful =)

19 years ago* There is no such thing as &emdash; (chaged to &mdash;)
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 19:41:03 +0000 (19:41 +0000)]
* There is no such thing as &emdash; (chaged to &mdash;)
* Added information on bug 1662 and 1668

19 years ago* (bug 1015) support for the full wikisyntax in <gallery> captions.
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 19:15:39 +0000 (19:15 +0000)]
* (bug 1015) support for the full wikisyntax in <gallery> captions.

19 years ago* (bug 1015) this fix enables the full wikisyntax inside <gallery> captions
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 18:55:10 +0000 (18:55 +0000)]
* (bug 1015) this fix enables the full wikisyntax inside <gallery> captions

19 years agoChanged a reference to the sf.net tracker to the wikimedia bugzilla
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 18:45:51 +0000 (18:45 +0000)]
Changed a reference to the sf.net tracker to the wikimedia bugzilla

19 years agouseIndexClause( 'rev_timestamp' ); => useIndexClause( 'page_timestamp' );
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 18:24:35 +0000 (18:24 +0000)]
useIndexClause( 'rev_timestamp' ); => useIndexClause( 'page_timestamp' );
(requested by kate turner).

19 years agoImplement #1739 : new magickeyword REVISIONID. Give the diff / latest revision id...
Antoine Musso [Sat, 26 Mar 2005 18:24:32 +0000 (18:24 +0000)]
Implement #1739 : new magickeyword REVISIONID. Give the diff / latest revision id for the article being view. Useful for proper citation.
New fetchedRevId method in Article::

19 years agoThis is probably what eloquenc meant to do ( at least it fixes that fatal error)
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 17:19:39 +0000 (17:19 +0000)]
This is probably what eloquenc meant to do ( at least it fixes that fatal error)

19 years agoFix "ip address or username" when $wgSysopUserBans = false
Antoine Musso [Sat, 26 Mar 2005 17:02:16 +0000 (17:02 +0000)]
Fix "ip address or username" when $wgSysopUserBans = false

19 years agoFixing a fatal XML error that broke XHTML compliance.
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 16:51:42 +0000 (16:51 +0000)]
Fixing a fatal XML error that broke XHTML compliance.

19 years agonote to self: think before commit
Tim Starling [Sat, 26 Mar 2005 14:49:14 +0000 (14:49 +0000)]
note to self: think before commit

19 years agodoDumbUpdate() not deprecated
Tim Starling [Sat, 26 Mar 2005 14:47:56 +0000 (14:47 +0000)]
doDumbUpdate() not deprecated

19 years agorm fixme, doDumpUpdate() is correct
Tim Starling [Sat, 26 Mar 2005 14:45:56 +0000 (14:45 +0000)]
rm fixme, doDumpUpdate() is correct

19 years agoMaking it easier for skin subclasses to change the navigation links
Tim Starling [Sat, 26 Mar 2005 14:07:37 +0000 (14:07 +0000)]
Making it easier for skin subclasses to change the navigation links

19 years ago* (bug 1042) Fix UTF-8 case conversion for PHP 4.1.x and 4.2.x with mbstring extension
Brion Vibber [Sat, 26 Mar 2005 12:08:51 +0000 (12:08 +0000)]
* (bug 1042) Fix UTF-8 case conversion for PHP 4.1.x and 4.2.x with mbstring extension

The initialization code for the fallback conversion was checking for the
presence of the wrong function. mb_strtoupper and mb_strtolower are only
present starting in 4.3.0, so the case arrays were not being loaded when
the extension was detected as present and the fallback converter failed.

19 years agoNS_xxx instead of hardcoded integer
Antoine Musso [Sat, 26 Mar 2005 09:12:41 +0000 (09:12 +0000)]
NS_xxx instead of hardcoded integer

19 years agopatch typo
Brion Vibber [Sat, 26 Mar 2005 08:31:21 +0000 (08:31 +0000)]
patch typo

19 years agoCommenting out the default option in all languages that only have that one (or
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 04:54:03 +0000 (04:54 +0000)]
Commenting out the default option in all languages that only have that one (or
none at all).

19 years agoIndentation fix, there was a bit too much of it...
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 02:50:01 +0000 (02:50 +0000)]
Indentation fix, there was a bit too much of it...

19 years ago* (bug 1668) a redesign of the "Date format" system, languages are now able to
Ævar Arnfjörð Bjarmason [Sat, 26 Mar 2005 01:28:33 +0000 (01:28 +0000)]
* (bug 1668) a redesign of the "Date format" system, languages are now able to
  specify an arbitary amount of date formats which they wish to use in the
  $wgDateFormatsXx array, if the array is empty the "Date format" option will
  not be shown, the only languages that currently take atvantage of the
  multiple formats are Icelandic, English and Frysk, I removed all but the
  first item of the $wgDateFormatsXx array from those that don't which should
  show something like "use default".

19 years ago* (bug 1746) Make full subject line quoted-printable
Brion Vibber [Sat, 26 Mar 2005 01:21:01 +0000 (01:21 +0000)]
* (bug 1746) Make full subject line quoted-printable
Applied patch by Tom Gries

19 years ago(zh) strip &nbsp; before parsing the -{}- tag; small code clean-up.
Zheng Zhu [Sat, 26 Mar 2005 00:54:51 +0000 (00:54 +0000)]
(zh) strip &nbsp; before parsing the -{}- tag; small code clean-up.

19 years ago* Changed the name of the 'Media' namespace to the singular form of Media in
Ævar Arnfjörð Bjarmason [Fri, 25 Mar 2005 23:05:06 +0000 (23:05 +0000)]
* Changed the name of the 'Media' namespace to the singular form of Media in
  Icelandic (Mi��lar => Mi��ill)
* Cleaned up the syntax.
* Using 'ISO 8601' as a special keyname for the ISO date (soon to be supported
  by the parent(s)
* " => ' (except when needed)
* Fixed the linktrail

19 years ago* Removed Wikipedia specific stuff ($wgDefaultUserOptionsIs and function
Ævar Arnfjörð Bjarmason [Fri, 25 Mar 2005 21:45:43 +0000 (21:45 +0000)]
* Removed Wikipedia specific stuff ($wgDefaultUserOptionsIs and function
  getDefaultUserOptions), now inherits options from the parent.

* Expanded on date(), time() and timeanddate() to support additional time
  formats, i.e.:
    '15. jan��ar 2001 kl. 16:12',
    '15. jan. 2001 kl. 16:12',
    '16:12, 15. jan��ar 2001',
    '16:12, 15. jan. 2001',
    '2001-01-15 16:12:34'
  support still needs to be added for this one in other files in order for it
  to return anything other than the default ( 15. jan��ar 2001 kl. 16:12 ).

19 years agoFixing a small error of mine (the year didn't get displayed at all
Ævar Arnfjörð Bjarmason [Fri, 25 Mar 2005 18:42:36 +0000 (18:42 +0000)]
Fixing a small error of mine (the year didn't get displayed at all

19 years ago* Move editsectiononrightclick setup to JavaScript (it requires JS anyway)
Brion Vibber [Fri, 25 Mar 2005 12:37:19 +0000 (12:37 +0000)]
* Move editsectiononrightclick setup to JavaScript (it requires JS anyway)
This lets us use the same parser cache for both settings of this option.

19 years ago* do showtoc option via CSS hiding of toc when it's off.
Brion Vibber [Fri, 25 Mar 2005 09:35:59 +0000 (09:35 +0000)]
* do showtoc option via CSS hiding of toc when it's off.
This lets us use the same parser cache for either setting.

19 years agokill the 'hover' toggle
Brion Vibber [Fri, 25 Mar 2005 07:35:19 +0000 (07:35 +0000)]
kill the 'hover' toggle