* Removed Wikipedia specific stuff ($wgDefaultUserOptionsIs and function
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 25 Mar 2005 21:45:43 +0000 (21:45 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 25 Mar 2005 21:45:43 +0000 (21:45 +0000)
commit7d4c33f42d3f9e42b6727458dc9d7d759c4a829a
treee96f93a8de23bc1e25df9b0e9052711d6f1629b2
parentb0177c431109b395592d4f6e6677b5b173f4ff58
* 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 ).
languages/LanguageIs.php