lhc/web/wiklou.git
19 years agoported improved table quoting from 1.4
Tim Starling [Sun, 10 Apr 2005 18:26:26 +0000 (18:26 +0000)]
ported improved table quoting from 1.4

19 years agomore missing variable bugs
Tim Starling [Sun, 10 Apr 2005 18:23:11 +0000 (18:23 +0000)]
more missing variable bugs

19 years agobug, missing timestamp in insertNewArticle
Tim Starling [Sun, 10 Apr 2005 17:00:20 +0000 (17:00 +0000)]
bug, missing timestamp in insertNewArticle

19 years agoMore informative database errors with SQL suppressed
Tim Starling [Sun, 10 Apr 2005 09:23:13 +0000 (09:23 +0000)]
More informative database errors with SQL suppressed

19 years ago* Adding "CC ?= gcc" portability
Ævar Arnfjörð Bjarmason [Sun, 10 Apr 2005 09:05:55 +0000 (09:05 +0000)]
* Adding "CC ?= gcc" portability
* Using -nc for all wget lines in order not to fetch files we've already fetched
* Changed the tar(1) lines, don't use "tar zxvf scim-tables-0.5.1.tar.gz > /dev/null",
  it's totally redundant, just skip the "v" option, also if you're going to get
  one file from a tarball "tar xzf ball.tar.gz -O file/i/want > want" is better
* Splitting "clean:" into "cleantmp:" and "cleandl:" to clean temporary files
  and files downloaded from the net respectively. kept using "make clean" will
  execute both of them.

19 years ago* Tyop;/
Ævar Arnfjörð Bjarmason [Sun, 10 Apr 2005 07:35:17 +0000 (07:35 +0000)]
* Tyop;/

19 years ago* Typo.
Ævar Arnfjörð Bjarmason [Sun, 10 Apr 2005 07:29:41 +0000 (07:29 +0000)]
* Typo.

19 years ago* (bug 1853) On 'go' match, try without quotes if given quoted term
Brion Vibber [Sun, 10 Apr 2005 00:03:49 +0000 (00:03 +0000)]
* (bug 1853) On 'go' match, try without quotes if given quoted term

19 years ago* Update from Nikerabbit
Ævar Arnfjörð Bjarmason [Sat, 9 Apr 2005 15:16:34 +0000 (15:16 +0000)]
* Update from Nikerabbit

19 years ago* Adding a formatNum() implementation that transforms , to   and . to ,
Ævar Arnfjörð Bjarmason [Sat, 9 Apr 2005 14:52:12 +0000 (14:52 +0000)]
* Adding a formatNum() implementation that transforms , to   and . to ,

19 years ago* Adding a formatNum() implementation that transforms , to   and . to ,
Ævar Arnfjörð Bjarmason [Sat, 9 Apr 2005 14:41:15 +0000 (14:41 +0000)]
* Adding a formatNum() implementation that transforms , to   and . to ,

19 years ago(bug 1851) updated download url for the SCIM packages
Zheng Zhu [Sat, 9 Apr 2005 12:14:16 +0000 (12:14 +0000)]
(bug 1851) updated download url for the SCIM packages

19 years agoSmarter, more flexible cache type selection. Moved entire contents of ObjectCache...
Tim Starling [Sat, 9 Apr 2005 10:30:45 +0000 (10:30 +0000)]
Smarter, more flexible cache type selection. Moved entire contents of ObjectCache.php to BagOStuff.php, to make way for some more generic code.

19 years ago* Removed one of the 'go' keys, there can be only one\!
Ævar Arnfjörð Bjarmason [Sat, 9 Apr 2005 09:14:45 +0000 (09:14 +0000)]
* Removed one of the 'go' keys, there can be only one\!

19 years ago* (bug 1343) Redundant whitespace around tables (<p><br/><p>)
Ævar Arnfjörð Bjarmason [Sat, 9 Apr 2005 08:36:29 +0000 (08:36 +0000)]
* (bug 1343) Redundant whitespace around tables (<p><br/><p>)

19 years ago* Removed redundant code: LanguageZh_tw.php = 0; for (LanguageZh_tw.php = 0; ... )
Ævar Arnfjörð Bjarmason [Sat, 9 Apr 2005 07:52:04 +0000 (07:52 +0000)]
* Removed redundant code: LanguageZh_tw.php = 0; for (LanguageZh_tw.php = 0; ... )

19 years ago* Misc cleanup
Ævar Arnfjörð Bjarmason [Sat, 9 Apr 2005 06:44:31 +0000 (06:44 +0000)]
* Misc cleanup

19 years ago* Cleaned up this awful file which was terrorizing me with its formatting
Ævar Arnfjörð Bjarmason [Sat, 9 Apr 2005 06:33:55 +0000 (06:33 +0000)]
* Cleaned up this awful file which was terrorizing me with its formatting

19 years ago* Moving a comment between files
Ævar Arnfjörð Bjarmason [Sat, 9 Apr 2005 06:30:36 +0000 (06:30 +0000)]
* Moving a comment between files

19 years ago* Minor cleanup
Ævar Arnfjörð Bjarmason [Sat, 9 Apr 2005 05:30:15 +0000 (05:30 +0000)]
* Minor cleanup

19 years ago* This commit is brought to you by Amazon.com
Ævar Arnfjörð Bjarmason [Sat, 9 Apr 2005 03:01:37 +0000 (03:01 +0000)]
* This commit is brought to you by Amazon.com

19 years ago* Reverted my commafyNum patch.
Ævar Arnfjörð Bjarmason [Sat, 9 Apr 2005 01:35:42 +0000 (01:35 +0000)]
* Reverted my commafyNum patch.

19 years agoSmall fixes for zh:
Zheng Zhu [Sat, 9 Apr 2005 00:44:08 +0000 (00:44 +0000)]
Small fixes for zh:
- a bit cleaner code for parsing the manual conversion tags
- added a flag to allow generalization of a conversion rule to the rest of the article

19 years ago* (bug 87): Category tags produce ugly whitespace
Ævar Arnfjörð Bjarmason [Sat, 9 Apr 2005 00:31:40 +0000 (00:31 +0000)]
* (bug 87): Category tags produce ugly whitespace

19 years ago* Minor cleanup, there's a nice little suprise in this file, try to find it;)
Ævar Arnfjörð Bjarmason [Fri, 8 Apr 2005 23:14:52 +0000 (23:14 +0000)]
* Minor cleanup, there's a nice little suprise in this file, try to find it;)

19 years ago* Changing the name for Sundanese (su) from "Bahasa Sunda" to "Basa Sunda"
Ævar Arnfjörð Bjarmason [Fri, 8 Apr 2005 21:01:13 +0000 (21:01 +0000)]
* Changing the name for Sundanese (su) from "Bahasa Sunda" to "Basa Sunda"

19 years ago* Removing the if($wgMetaNamespace === FALSE) line, inherited from the parent.
Ævar Arnfjörð Bjarmason [Fri, 8 Apr 2005 20:53:51 +0000 (20:53 +0000)]
* Removing the if($wgMetaNamespace === FALSE) line, inherited from the parent.

19 years ago* Adding a new function to format a number like 1520626 as 1,520,626 and
Ævar Arnfjörð Bjarmason [Fri, 8 Apr 2005 19:56:09 +0000 (19:56 +0000)]
* Adding a new function to format a number like 1520626 as 1,520,626 and
  1520626.34 as 1,520,626.34 etc, using it for MAG_NUMBEROFARTICLES.

19 years ago* Replacing NS_WP and NS_WIKIPEDIA with NS_PROJECT and NS_WP_TALK and
Ævar Arnfjörð Bjarmason [Fri, 8 Apr 2005 18:49:26 +0000 (18:49 +0000)]
* Replacing NS_WP and NS_WIKIPEDIA with NS_PROJECT and NS_WP_TALK and
  NS_WIKIPEDIA_TALK with NS_PROJECT_TALK, support for these aliases has now
  been removed.

19 years ago* Using wfTimestampNow() instead of wfTimestamp( TS_MW )
Ævar Arnfjörð Bjarmason [Fri, 8 Apr 2005 18:14:08 +0000 (18:14 +0000)]
* Using wfTimestampNow() instead of wfTimestamp( TS_MW )

19 years agoTry to find variant article when an incomming request leads to a non-existent article.
Zheng Zhu [Fri, 8 Apr 2005 18:03:51 +0000 (18:03 +0000)]
Try to find variant article when an incomming request leads to a non-existent article.

19 years ago* Removed '@todo document', it has been documented.
Ævar Arnfjörð Bjarmason [Fri, 8 Apr 2005 18:02:36 +0000 (18:02 +0000)]
* Removed '@todo document', it has been documented.

19 years agosome documentations
Zheng Zhu [Fri, 8 Apr 2005 16:31:32 +0000 (16:31 +0000)]
some documentations

19 years agofix mismatched tags in register_globals warning
Brion Vibber [Fri, 8 Apr 2005 12:36:47 +0000 (12:36 +0000)]
fix mismatched tags in register_globals warning

19 years ago* Please document new (and old) functions
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 23:08:46 +0000 (23:08 +0000)]
* Please document new (and old) functions

19 years agocache the title text of an article when there is different ways of presenting the...
Zheng Zhu [Thu, 7 Apr 2005 23:04:08 +0000 (23:04 +0000)]
cache the title text of an article when there is different ways of presenting the title in different language variants

19 years ago* Print $namespace:$page if $invert is true and $namespace != NS_MAIN
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 22:23:40 +0000 (22:23 +0000)]
* Print $namespace:$page if $invert is true and $namespace != NS_MAIN

19 years ago* It's now possible to invert the namespace selection at Special:Allpages and Special...
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 22:03:24 +0000 (22:03 +0000)]
* It's now possible to invert the namespace selection at Special:Allpages and Special:Contributions

19 years ago* Changed msg:contributionsformtext to support the invert feature.
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 21:59:02 +0000 (21:59 +0000)]
* Changed msg:contributionsformtext to support the invert feature.

19 years ago* Implemented the 'invert' feature (akin to Special:Allpages)
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 21:57:51 +0000 (21:57 +0000)]
* Implemented the 'invert' feature (akin to Special:Allpages)

19 years ago* Changed the options to generate documentation akin to that on http://wikipedia...
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 19:46:06 +0000 (19:46 +0000)]
* Changed the options to generate documentation akin to that on wikipedia.sourceforge.net/doc/
* Added a --languages option for generating the languages/ directory, --all includes it by default
* Code cleanup

19 years ago* Changed NS_MEDIAWIKI from 'Kerfismelding' to 'Melding' and NS_MEDIAWIKI_TALK
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 19:34:32 +0000 (19:34 +0000)]
* Changed NS_MEDIAWIKI from 'Kerfismelding' to 'Melding' and NS_MEDIAWIKI_TALK
  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

19 years ago* Changing the default of $format to false (was '0')
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 19:29:38 +0000 (19:29 +0000)]
* Changing the default of $format to false (was '0')

19 years ago* A new function, "dateFormat" that allows code duplication in the children.
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 19:05:42 +0000 (19:05 +0000)]
* A new function, "dateFormat" that allows code duplication in the children.
* Documented
* Rewrote date(), time() and timeanddate() to take atvantage of this new
  function and removed $ts=wfTimestamp(TS_MW,$ts); from all of them, they
  should only ever be passed time in the format of TS_MW.

19 years ago* Removed MW_DATE_DEFAULT, this hasn't been used in the code since REL1_3 when
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 18:34:26 +0000 (18:34 +0000)]
* Removed MW_DATE_DEFAULT, this hasn't been used in the code since REL1_3 when
  brion it from includes/LogPage.php in revision 1.16, it's been lurking here
  ever since.

19 years ago* Using wfTimestampNow() and only allowing people to save make signitures with
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 18:14:31 +0000 (18:14 +0000)]
* Using wfTimestampNow() and only allowing people to save make signitures with
  the timestamp set as the default in the wgContLang file (I'll be crucified
  for this)

19 years ago* Fixed vo and zh comment
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 17:25:37 +0000 (17:25 +0000)]
* Fixed vo and zh comment

19 years ago* "Show preview before edit box and not after it" => "Show preview before edit box"
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 17:24:16 +0000 (17:24 +0000)]
* "Show preview before edit box and not after it" => "Show preview before edit box"
* msg:qbsettingsnote removed
* "Rendering math" => "Math rendering" (maybe it's best to just have it as "Math")

19 years ago* use encoding 'utf8';
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 17:22:48 +0000 (17:22 +0000)]
* use encoding 'utf8';

19 years ago* New file!; only has support for the local number format for now.
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 16:57:21 +0000 (16:57 +0000)]
* New file!; only has support for the local number format for now.

19 years ago* Added support for Malayalam numbers
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 16:55:24 +0000 (16:55 +0000)]
* Added support for Malayalam numbers

19 years ago* Indenting
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 16:48:44 +0000 (16:48 +0000)]
* Indenting

19 years ago* Now only displays the quickbar setting if the user is using the
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 15:35:45 +0000 (15:35 +0000)]
* Now only displays the quickbar setting if the user is using the
  cologneblue or standard skin
* Removed msg:qbsettingsnote (I'll remove it from the language files later)
* Moved the imagemaxsize setting out of the RC tab into the misc tab.

19 years ago* Using constants for array keys rather than hardcoded values.
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 15:30:07 +0000 (15:30 +0000)]
* Using constants for array keys rather than hardcoded values.
0123456789 => ������������������������������

19 years ago* changed function magicRFC: documented it, and rewrote a small part of the
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 14:24:42 +0000 (14:24 +0000)]
* changed function magicRFC: documented it, and rewrote a small part of the
  code, don't use stuff like $x = wfMsg( 'msg' ); $x = str_replace( '$1', $str, $x );
  when you can use $x = wfMsg( 'msg', $str );

19 years ago\t^*$ between the comment and params for consistant formatting
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 14:13:06 +0000 (14:13 +0000)]
\t^*$ between the comment and params for consistant formatting

19 years ago* Indenting and formatting.
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 14:09:43 +0000 (14:09 +0000)]
* Indenting and formatting.

19 years ago* Rewrote the comment for $wgAmericanDates to be more specific.
Ævar Arnfjörð Bjarmason [Thu, 7 Apr 2005 14:08:04 +0000 (14:08 +0000)]
* Rewrote the comment for $wgAmericanDates to be more specific.

19 years agoChange default on $wgSysopUserBans and $wgSysopRangeBans to true
Brion Vibber [Thu, 7 Apr 2005 11:54:27 +0000 (11:54 +0000)]
Change default on $wgSysopUserBans and $wgSysopRangeBans to true

19 years ago(last) link had diff= and oldid= the wrong way around
Erik Moeller [Thu, 7 Apr 2005 06:59:53 +0000 (06:59 +0000)]
(last) link had diff= and oldid= the wrong way around

19 years ago1) we need an absolute path for the image, since it needs to be retrieved
Erik Moeller [Thu, 7 Apr 2005 06:29:08 +0000 (06:29 +0000)]
1) we need an absolute path for the image, since it needs to be retrieved
by the external editor helper application (NB: that fatal error was probably
a PHP 4/5 thing, I'm using PHP 5 here).

2) adding some extra information for the helper, this should all be made
a little more logical (only pass on as much information as needed to
construct the proper URLs)

19 years ago* brion forgot to change this when he moved around the logos
Ævar Arnfjörð Bjarmason [Wed, 6 Apr 2005 22:39:52 +0000 (22:39 +0000)]
* brion forgot to change this when he moved around the logos

19 years agoSeparate MediaWiki logo for installer from the default $wgLogo
Brion Vibber [Wed, 6 Apr 2005 21:45:03 +0000 (21:45 +0000)]
Separate MediaWiki logo for installer from the default $wgLogo

19 years agoOverlay logo with "Set $wgLogo to the URL path to your own logo image."
Brion Vibber [Wed, 6 Apr 2005 21:41:41 +0000 (21:41 +0000)]
Overlay logo with "Set $wgLogo to the URL path to your own logo image."
This is a frequently asked question, and should cut down on support requests.

19 years agoRemoving unused favicon.ico
Brion Vibber [Wed, 6 Apr 2005 21:35:41 +0000 (21:35 +0000)]
Removing unused favicon.ico

19 years ago* Documented
Ævar Arnfjörð Bjarmason [Wed, 6 Apr 2005 17:55:18 +0000 (17:55 +0000)]
* Documented

19 years ago* rmed redundant code
Ævar Arnfjörð Bjarmason [Wed, 6 Apr 2005 17:53:58 +0000 (17:53 +0000)]
* rmed redundant code

19 years agoUse wfDebug() instead of SquidUpdate::debug()
Mark Bergsma [Wed, 6 Apr 2005 17:37:55 +0000 (17:37 +0000)]
Use wfDebug() instead of SquidUpdate::debug()

19 years agoHTCP Multicast Squid purging support
Mark Bergsma [Wed, 6 Apr 2005 17:14:43 +0000 (17:14 +0000)]
HTCP Multicast Squid purging support
Uses (UDP) HTCP packets to send 'CLR' (purge) requests to Squids,
using a multicast group address. Needs a patched Squid (Squid doesn't
support HTCP CLR):
http://www.nedworks.org/~mark/patches/squid-htcp-clr.diff

19 years agoarchives not archive
Ævar Arnfjörð Bjarmason [Wed, 6 Apr 2005 16:55:55 +0000 (16:55 +0000)]
archives not archive

19 years ago* (bug 1788) Fix link duplication when edit/upload comment includes newlines
Brion Vibber [Wed, 6 Apr 2005 00:00:03 +0000 (00:00 +0000)]
* (bug 1788) Fix link duplication when edit/upload comment includes newlines

19 years ago* Using , for the decimal point seperator and . for the thousands seperator for
Ævar Arnfjörð Bjarmason [Tue, 5 Apr 2005 21:03:33 +0000 (21:03 +0000)]
* Using , for the decimal point seperator and . for the thousands seperator for
  languages which according to glibc 2.3.4 use that custom.

19 years ago* @package MediaWiki and a new @subpackage, "IRC".
Ævar Arnfjörð Bjarmason [Tue, 5 Apr 2005 20:35:27 +0000 (20:35 +0000)]
* @package MediaWiki and a new @subpackage, "IRC".

19 years ago* Added a comment regarding localeconv()
Ævar Arnfjörð Bjarmason [Tue, 5 Apr 2005 13:39:43 +0000 (13:39 +0000)]
* Added a comment regarding localeconv()

19 years ago* (Bug 1823), updated the translations
Ævar Arnfjörð Bjarmason [Tue, 5 Apr 2005 13:34:27 +0000 (13:34 +0000)]
* (Bug 1823), updated the translations
* Now formats numbers with "." as the thousands separator and "," as the decimal point character
* Fixed an error in getMessage(), now uses return "parent::getMessage( $key );" not "return '';"

19 years ago* @package MediaWiki and @subpackage Language
Ævar Arnfjörð Bjarmason [Tue, 5 Apr 2005 11:17:51 +0000 (11:17 +0000)]
* @package MediaWiki and @subpackage Language
* Removed decrepated stuff, fixed the linktrail and updated the messages from is.wp
* Format numbers like 30,2 instead of 30.2 for generated messages

19 years ago* @package MediaWiki and @subpackage Language
Ævar Arnfjörð Bjarmason [Tue, 5 Apr 2005 11:12:30 +0000 (11:12 +0000)]
* @package MediaWiki and @subpackage Language
* Documented getDefaultUserOptions(), getBookstoreList(), getNsText(),
  getNsIndex(), getVariantname(), stripForSearch(), firstChar(), isRTL(),
  linkPrefixExtension(), emphasize(), formatNum()

19 years ago* @package MediaWiki
Ævar Arnfjörð Bjarmason [Tue, 5 Apr 2005 11:08:23 +0000 (11:08 +0000)]
* @package MediaWiki
* @subpackage Language

19 years ago* Optimized! (now =~ 5 time faster)
Ævar Arnfjörð Bjarmason [Tue, 5 Apr 2005 11:04:26 +0000 (11:04 +0000)]
* Optimized! (now =~ 5 time faster)

19 years ago* @package MediaWiki
Ævar Arnfjörð Bjarmason [Tue, 5 Apr 2005 11:00:27 +0000 (11:00 +0000)]
* @package MediaWiki
* @subpackage Language

19 years agoAdded \n at the end of the file
Ævar Arnfjörð Bjarmason [Tue, 5 Apr 2005 10:43:56 +0000 (10:43 +0000)]
Added \n at the end of the file

19 years ago* @subpackage Language since it's only used by the language files
Ævar Arnfjörð Bjarmason [Tue, 5 Apr 2005 10:42:34 +0000 (10:42 +0000)]
* @subpackage Language since it's only used by the language files

19 years ago* @package MediaWiki not Mediawiki
Ævar Arnfjörð Bjarmason [Tue, 5 Apr 2005 10:24:55 +0000 (10:24 +0000)]
* @package MediaWiki not Mediawiki

19 years ago* minor whitespace change
Ævar Arnfjörð Bjarmason [Tue, 5 Apr 2005 10:23:23 +0000 (10:23 +0000)]
* minor whitespace change

19 years ago* Documented
Ævar Arnfjörð Bjarmason [Mon, 4 Apr 2005 22:58:18 +0000 (22:58 +0000)]
* Documented

19 years agoinitialize your globals ..
Erik Moeller [Mon, 4 Apr 2005 19:50:52 +0000 (19:50 +0000)]
initialize your globals ..

19 years ago* Documentation
Ævar Arnfjörð Bjarmason [Mon, 4 Apr 2005 19:31:58 +0000 (19:31 +0000)]
* Documentation

19 years ago$seconds is never set and produces a notice; removed for now - please check your...
Erik Moeller [Mon, 4 Apr 2005 16:04:22 +0000 (16:04 +0000)]
$seconds is never set and produces a notice; removed for now - please check your code

19 years agochange MIME type to x-external-edit
Erik Moeller [Mon, 4 Apr 2005 16:00:10 +0000 (16:00 +0000)]
change MIME type to x-external-edit

19 years ago* Fixed the Gothic name.
Ævar Arnfjörð Bjarmason [Sun, 3 Apr 2005 22:15:50 +0000 (22:15 +0000)]
* Fixed the Gothic name.

19 years ago* Now supports all entities, see: http://www.w3.org/TR/REC-html40/sgml/entities.html
Ævar Arnfjörð Bjarmason [Sun, 3 Apr 2005 21:04:18 +0000 (21:04 +0000)]
* Now supports all entities, see: w3.org/TR/REC-html40/sgml/entities.html

19 years ago* Grr, missed &scaron;
Ævar Arnfjörð Bjarmason [Sun, 3 Apr 2005 21:02:36 +0000 (21:02 +0000)]
* Grr, missed &scaron;

19 years ago* NEW: A script to convert html entitites to Unicode literals.
Ævar Arnfjörð Bjarmason [Sun, 3 Apr 2005 20:38:51 +0000 (20:38 +0000)]
* NEW: A script to convert html entitites to Unicode literals.

19 years ago* The perl module my code relied on was fubar, made my own converter that works
Ævar Arnfjörð Bjarmason [Sun, 3 Apr 2005 20:33:09 +0000 (20:33 +0000)]
* The perl module my code relied on was fubar, made my own converter that works

19 years ago* Yummie ? : syntax.
Ævar Arnfjörð Bjarmason [Sun, 3 Apr 2005 18:10:04 +0000 (18:10 +0000)]
* Yummie ? : syntax.

19 years agoPrev/next links on Special:Whatlinkshere
Tim Starling [Sun, 3 Apr 2005 17:03:03 +0000 (17:03 +0000)]
Prev/next links on Special:Whatlinkshere

19 years ago* Unicode instead of entities on the next/previous diff thingy
Ævar Arnfjörð Bjarmason [Sun, 3 Apr 2005 16:43:43 +0000 (16:43 +0000)]
* Unicode instead of entities on the next/previous diff thingy
* The code now doesn't brainfart if MW_DATE_USER_FORMAT is false
* getMonthName not getMonthAbbreviation (now works as advertised)

19 years ago"Delete to make way for move" feature, for sysops only, including integration with...
Tim Starling [Sun, 3 Apr 2005 16:20:12 +0000 (16:20 +0000)]
"Delete to make way for move" feature, for sysops only, including integration with move page revert

19 years agoPage move undo feature
Tim Starling [Sun, 3 Apr 2005 15:18:51 +0000 (15:18 +0000)]
Page move undo feature

19 years agoAllow the user to specify a reason for page moves
Tim Starling [Sun, 3 Apr 2005 14:45:42 +0000 (14:45 +0000)]
Allow the user to specify a reason for page moves