from 'Kerfismeldingarspjall' to 'Meldingarspjall'
* Fixed a typo in the linktrail.
* Removed msg:qbsettingsnote
* Date functions now use the new dateFormat() function to determine the format
to use
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
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".
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
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 ).
* Changed NS_MEDIAWIKI and NS_MEDIAWIKI_TALK namespaces (ahem, again:)
* Removed $wgMagicWordsIs, now just inherits the English ones.
* Annihilated $wgValidSpecialPagesIs (didn't do anything, legacy code)
* Skin names now actually work (wee!)
* Updated $wgAllMessagesIs to bring it in line with the ones at the is.wp,
changed them from Wikipedia specific things where appropriate.
* Changed Wikipedia => {{SITENAME}}, http://is.wikipedia.org => {{SERVER}} etc.