lhc/web/wiklou.git
17 years agoXHTML validity
Aryeh Gregor [Wed, 10 Jan 2007 06:03:14 +0000 (06:03 +0000)]
XHTML validity

17 years agoCompatibility for last commit: strip [alt-whatever] suffix if it was previously hardc...
Aryeh Gregor [Wed, 10 Jan 2007 05:51:10 +0000 (05:51 +0000)]
Compatibility for last commit: strip [alt-whatever] suffix if it was previously hardcoded, so we don't get duplicate tips

17 years ago* (bugs 5051, 5376) All tooltips and accesskeys moved out of Monobook.js and into...
Aryeh Gregor [Wed, 10 Jan 2007 05:18:30 +0000 (05:18 +0000)]
* (bugs 5051, 5376) All tooltips and accesskeys moved out of Monobook.js and into their own system messages.  JavaScript is now only used to attach the prefix to the accesskey in the tooltip.
** All languages should work correctly (all are free from syntax errors and some random picks look right), yay ssed
** Tested en in a couple of browsers, all accesskeys and tooltips appear to work perfectly
** Accesskeys/tooltips can be removed by setting the appropriate messages to '-'
** Any preexisting modifications made to the ta array will carry through, although it should be considered deprecated
* Removed some undocumented JS related to bidi that snuck into MessagesKu.php's and MessagesYi.php's monobook.js, it should be added via wikibits.js for all bidi languages if we want it at all

17 years agoUpdate script with changes made in language.inc. Stuff still generated in /locale/
Antoine Musso [Tue, 9 Jan 2007 21:13:12 +0000 (21:13 +0000)]
Update script with changes made in language.inc. Stuff still generated in /locale/

17 years agoLoad the ajax stuff once we have a title or we will not be able to parse
Antoine Musso [Tue, 9 Jan 2007 21:00:14 +0000 (21:00 +0000)]
Load the ajax stuff once we have a title or we will not be able to parse
wikitext. The parser requires a $wgTitle object or it throws an exception.

17 years agobraces are usefull
Antoine Musso [Tue, 9 Jan 2007 20:57:10 +0000 (20:57 +0000)]
braces are usefull

17 years agowhitespaces killing
Antoine Musso [Tue, 9 Jan 2007 20:25:28 +0000 (20:25 +0000)]
whitespaces killing

17 years ago* Made the PLURAL: parser function return singular on -1 per default.
Leon Weber [Tue, 9 Jan 2007 20:10:44 +0000 (20:10 +0000)]
* Made the PLURAL: parser function return singular on -1 per default.

17 years agoSome static functions. Fix strict errors when running updateSearchIndex.php
Antoine Musso [Tue, 9 Jan 2007 19:56:23 +0000 (19:56 +0000)]
Some static functions. Fix strict errors when running updateSearchIndex.php

17 years ago* German localisation patch for BoardVote
Leon Weber [Tue, 9 Jan 2007 19:24:09 +0000 (19:24 +0000)]
* German localisation patch for BoardVote
* German localisation patch for core
both by raymond

17 years agoSlight improvement of enhanced recent changes lines. There were complaints about
Leon Weber [Tue, 9 Jan 2007 15:29:38 +0000 (15:29 +0000)]
Slight improvement of enhanced recent changes lines. There were complaints about
seeing things like "(-9) Versionen" in German, which means "-9 revisions".

17 years ago* document --record (would have saved me 1 hour of work this morning)
Antoine Musso [Tue, 9 Jan 2007 14:20:50 +0000 (14:20 +0000)]
* document --record (would have saved me 1 hour of work this morning)
* --record automaticly create tables if they do not exists.

17 years agoremove some spaces
Antoine Musso [Tue, 9 Jan 2007 14:07:15 +0000 (14:07 +0000)]
remove some spaces

17 years agoUpdate.
Rotem Liss [Tue, 9 Jan 2007 12:28:15 +0000 (12:28 +0000)]
Update.

17 years agoOne more E_STRICT warning tweak for http://192.168.0.64/wiki/index.php?action=ajax...
Nick Jenkins [Tue, 9 Jan 2007 09:51:53 +0000 (09:51 +0000)]
One more E_STRICT warning tweak for 192.168.0.64/wiki/index.php?action=ajax (i.e. no 'rs' argument supplied) :
* Strict Standards: Undefined index: rs in includes/AjaxDispatcher.php on line 38

Q: Should / could the AjaxDispatcher constructor maybe be using the $wgRequest global instead of accessing $_POST and $_GET directly?

17 years agoTesting AJAX watch/unwatch, with E_STRICT error_reporting:
Nick Jenkins [Tue, 9 Jan 2007 07:05:34 +0000 (07:05 +0000)]
Testing AJAX watch/unwatch, with E_STRICT error_reporting:

Prevent :
* Strict Standards: Non-static method Title::newFromID() should not be called statically in includes/AjaxFunctions.php on line 147
[stopped AJAX watch/unwatch working for me, as I have errors being logged to the page output]

E_STRICT warnings on truncated GET input (e.g. http://192.168.0.64/wiki/index.php?action=ajax&rs=wfAjaxWatch&rsargs[]=1 , rather than http://192.168.0.64/wiki/index.php?action=ajax&rs=wfAjaxWatch&rsargs[]=1&rsargs[]=u ), prevent by specifying default $watch value of "" (which should result in an error '<err#>' response, which is probably fine).
* Strict Standards: Missing argument 2 for wfAjaxWatch() in includes/AjaxFunctions.php on line 138
* Strict Standards: Undefined variable: watch in includes/AjaxFunctions.php on line 142

E_STRICT warnings on another truncated GET input ( http://192.168.0.64/wiki/index.php?action=ajax&rs=wfAjaxWatch&rsargs= ), prevent by specifying default $pageID value of "" (which again should result in an error '<err#>' response because it's not numeric, which is probably fine).
* Strict Standards: Missing argument 1 for wfAjaxWatch() in includes/AjaxFunctions.php on line 138

E_STRICT warning on bad GET input - "rs" as array, not as a string - (e.g. http://192.168.0.64/wiki/index.php?action=ajax&rs[]= ), adding explicit cast to string:
* Strict Standards: htmlspecialchars() expects parameter 1 to be string, array given in includes/AjaxDispatcher.php on line 58

17 years agoPrevent XSS / arbitrary HTML injection via unescaped "rs" parameter. Proof-of-Concept...
Nick Jenkins [Tue, 9 Jan 2007 06:36:39 +0000 (06:36 +0000)]
Prevent XSS / arbitrary HTML injection via unescaped "rs" parameter. Proof-of-Concept attack: localhost/wiki/index.php?action=ajax&rs=%3Cscript%3Ealert(%22Ownage%20-%20All%20your%20base%20are%20belong%20to%20me!%22);%3C/script%3E , which will result in this executable JavaScript output: "unknown function <script>alert("Ownage - All your base are belong to me!");</script>"

17 years ago* Fix regression with default lock file and cache directories; threw visible
Brion Vibber [Tue, 9 Jan 2007 06:35:18 +0000 (06:35 +0000)]
* Fix regression with default lock file and cache directories; threw visible
  warning with open_basedir

17 years agoread diff :)
Antoine Musso [Tue, 9 Jan 2007 06:22:40 +0000 (06:22 +0000)]
read diff :)

17 years ago- move stuff around
Antoine Musso [Tue, 9 Jan 2007 06:09:39 +0000 (06:09 +0000)]
- move stuff around
- let us batch test i18n files from the extensions repository

17 years agoBetter checks of tsearch2 tables, schema ownership during setup.
Greg Sabino Mullane [Tue, 9 Jan 2007 06:01:01 +0000 (06:01 +0000)]
Better checks of tsearch2 tables, schema ownership during setup.

17 years agoMove RELEASE-NOTES changelog stuff from r18961 and r18993 to the MediaWiki 1.10 HISTO...
Nick Jenkins [Tue, 9 Jan 2007 05:30:51 +0000 (05:30 +0000)]
Move RELEASE-NOTES changelog stuff from r18961 and r18993 to the MediaWiki 1.10 HISTORY file ... Since I've done the same thing previously (accidentally threw away the changelog after 1.8 was released), seems only right that I put it back :-)

I don't know whether the HISTORY file should include all the detailed "Compatibility changes" / "Behavior changes" / "Database change" / "Configuration changes" stuff, or just the more compact list of changes with bug numbers - so I have included everything, since it should hopefully be easy to delete stuff if there is too much detail.

17 years agoMinor spelling, grammar, wording fixes.
Greg Sabino Mullane [Tue, 9 Jan 2007 05:07:50 +0000 (05:07 +0000)]
Minor spelling, grammar, wording fixes.

17 years agoTweaks to stop following warnings with PHP's E_STRICT error_reporting mode enabled:
Nick Jenkins [Tue, 9 Jan 2007 04:11:16 +0000 (04:11 +0000)]
Tweaks to stop following warnings with PHP's E_STRICT error_reporting mode enabled:
* Strict Standards: Non-static method DBLockForm::notWritable() should not be called statically in includes/SpecialLockdb.php on line 22
* Strict Standards: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]: /var/www/hosts/mediawiki/wiki/.svn/entries:3: parser warning : xmlns: svn: not a valid URI in includes/SpecialVersion.php on line 297
* Strict Standards: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]:    xmlns=&quot;svn:&quot;&gt; in includes/SpecialVersion.php on line 297
* Strict Standards: simplexml_load_file() [<a href='function.simplexml-load-file'>function.simplexml-load-file</a>]:                ^ in includes/SpecialVersion.php on line 297
* Strict Standards: Undefined index:  version in includes/SpecialVersion.php on line 122
* Strict Standards: Undefined index:  url in includes/SpecialVersion.php on line 124
* Strict Standards: Undefined index:  author in includes/SpecialVersion.php on line 123
* Strict Standards: Undefined index:  description in includes/SpecialVersion.php on line 125
* Strict Standards: Undefined index:  variable in includes/SpecialVersion.php on line 113
* Strict Standards: Undefined index:  other in includes/SpecialVersion.php on line 113

17 years ago r53267@Arsia: avar | 2007-01-09 03:50:19 +0000
Ævar Arnfjörð Bjarmason [Tue, 9 Jan 2007 03:57:56 +0000 (03:57 +0000)]
 r53267@Arsia:  avar | 2007-01-09 03:50:19 +0000
 * Add info on how to use the tests

17 years agoScript to check external i18 messages files such as the ones used by extension.
Antoine Musso [Tue, 9 Jan 2007 03:40:11 +0000 (03:40 +0000)]
Script to check external i18 messages files such as the ones used by extension.
* move checkLanguage() in its own file (still using globals though).
* adapt Languages class so it can be overriden (s/private/protected/)
FIXME: lack documentation

17 years agoupdate some urls
Brion Vibber [Tue, 9 Jan 2007 02:54:59 +0000 (02:54 +0000)]
update some urls

17 years agoTwo new functions for Title: isRedirect (maybe should be left Article-only?) and...
Aryeh Gregor [Tue, 9 Jan 2007 02:45:09 +0000 (02:45 +0000)]
Two new functions for Title: isRedirect (maybe should be left Article-only?) and getArticle

17 years ago* (bug 6638) List block flags in block log entries
Rob Church [Tue, 9 Jan 2007 01:54:52 +0000 (01:54 +0000)]
* (bug 6638) List block flags in block log entries
* New log parameter value for blocks
* LogPage::formatBlockFlag() and LogPage::formatBlockFlags() introduced [this should all be subclassed better]
* Support formatted lists of block flags in block log entries, where these are available [new blocks only]

17 years agoFix regression in pulling *non*-default messages with spaces. Broke sidebar on www...
Brion Vibber [Tue, 9 Jan 2007 00:21:55 +0000 (00:21 +0000)]
Fix regression in pulling *non*-default messages with spaces. Broke sidebar on mediawiki.org

17 years agoFix regression in use of messages with underscores/spaces; normalize spaces to unders...
Brion Vibber [Tue, 9 Jan 2007 00:00:56 +0000 (00:00 +0000)]
Fix regression in use of messages with underscores/spaces; normalize spaces to underscores for loading

17 years agodoc updates
Brion Vibber [Mon, 8 Jan 2007 23:28:35 +0000 (23:28 +0000)]
doc updates

17 years agoWhoops, the page itself is determined below anyway
Rob Church [Mon, 8 Jan 2007 22:40:12 +0000 (22:40 +0000)]
Whoops, the page itself is determined below anyway

17 years agoPre-fill the link cache with talk page of the user performing the action, and the...
Rob Church [Mon, 8 Jan 2007 22:39:29 +0000 (22:39 +0000)]
Pre-fill the link cache with talk page of the user performing the action, and the page the action was performed on itself

17 years agoRemove line breaks from query.
Tim Starling [Mon, 8 Jan 2007 22:07:47 +0000 (22:07 +0000)]
Remove line breaks from query.

17 years agoReverting the accidently commited feature nobody wants to see.
Leon Weber [Mon, 8 Jan 2007 20:43:27 +0000 (20:43 +0000)]
Reverting the accidently commited feature nobody wants to see.

17 years ago* Update to German localisation
Leon Weber [Mon, 8 Jan 2007 19:57:28 +0000 (19:57 +0000)]
* Update to German localisation
* (bug 8531) Correct local name of Lingála
All patches by Raymond.

17 years ago(bug 6937) Introduce "statistics-footer" message, appended to Special:Statistics
Rob Church [Mon, 8 Jan 2007 19:42:31 +0000 (19:42 +0000)]
(bug 6937) Introduce "statistics-footer" message, appended to Special:Statistics

17 years ago(bug 8542) Update to Indonesian localisation (id) #45
Rotem Liss [Mon, 8 Jan 2007 19:03:13 +0000 (19:03 +0000)]
(bug 8542) Update to Indonesian localisation (id) #45

17 years agoFix major display regression for CSS 1 browsers like IE5 (see wikien-l).
Aryeh Gregor [Mon, 8 Jan 2007 17:41:30 +0000 (17:41 +0000)]
Fix major display regression for CSS 1 browsers like IE5 (see wikien-l).

17 years agoUse Title::isContentPage() instead of a manual check
Rob Church [Mon, 8 Jan 2007 16:31:52 +0000 (16:31 +0000)]
Use Title::isContentPage() instead of a manual check

17 years agoFound a bug number pertaining to r18961, mention it :)
Rob Church [Mon, 8 Jan 2007 16:07:24 +0000 (16:07 +0000)]
Found a bug number pertaining to r18961, mention it :)

17 years ago* Reset the release notes
Rob Church [Mon, 8 Jan 2007 15:32:58 +0000 (15:32 +0000)]
* Reset the release notes
* Fix site statistics when moving pages in/out of content namespaces (was treating all non-main namespaces as non-content)

17 years agoUpdate.
Rotem Liss [Mon, 8 Jan 2007 14:14:15 +0000 (14:14 +0000)]
Update.

17 years agobump to 1.10alpha
Brion Vibber [Mon, 8 Jan 2007 12:05:25 +0000 (12:05 +0000)]
bump to 1.10alpha

17 years agoadd some documentation on new/changed settings
Brion Vibber [Mon, 8 Jan 2007 11:49:01 +0000 (11:49 +0000)]
add some documentation on new/changed settings

17 years agosomeone forgot to bump this in r18949
Brion Vibber [Mon, 8 Jan 2007 11:11:29 +0000 (11:11 +0000)]
someone forgot to bump this in r18949

17 years agoFix regression in MediaWiki:Monobook.js and MediaWiki:Common.js loading.
Brion Vibber [Mon, 8 Jan 2007 10:58:50 +0000 (10:58 +0000)]
Fix regression in MediaWiki:Monobook.js and MediaWiki:Common.js loading.
Most language files defined these messages with the initial caps, which
with the new changes to the message cache meant they didn't get loaded
properly when requested directly out of software defaults instead of
through the database... woopsie!

17 years agoRestore previous heading formatting behavior to fix 12 parser tests broken by r18948...
Brion Vibber [Mon, 8 Jan 2007 09:45:59 +0000 (09:45 +0000)]
Restore previous heading formatting behavior to fix 12 parser tests broken by r18948, which claimed it wasn't supposed to impact output. :)

17 years ago* (bug 7020) Improved handheld stylesheet for Monobook (merged into main.css, not...
Aryeh Gregor [Mon, 8 Jan 2007 03:48:00 +0000 (03:48 +0000)]
* (bug 7020) Improved handheld stylesheet for Monobook (merged into main.css, not separate file).  It looks very nice in Opera's small screen mode, if I do say so myself.  :)
* This *should not* change anything for non-handheld, but I did have to add a missing <div class="pBody"> wrapper to cactions, and it's marginally possible that some quirky browser won't accept the style rules I added to make things look identical.  So there should be no problem, but be on the lookout.

17 years ago* Move headline construction to Linker function (from being hardcoded in Parser)
Aryeh Gregor [Mon, 8 Jan 2007 02:11:45 +0000 (02:11 +0000)]
* Move headline construction to Linker function (from being hardcoded in Parser)
* Use ?P<title> for capturing in the main headline-munching loop, for readability

Should have no impact on output except whitespace.

17 years agoRevert r18893/18894 (Special:Listinterwikis) for the moment; pretty broken.
Brion Vibber [Mon, 8 Jan 2007 01:41:51 +0000 (01:41 +0000)]
Revert r18893/18894 (Special:Listinterwikis) for the moment; pretty broken.
- no html escaping
- ugly :)
- doesn't use alternate interwiki database so will be wrong on wikimedia sites

17 years agoAdd 'Template namespace initialisation script' to list of reserved usernames.
Brion Vibber [Mon, 8 Jan 2007 00:51:45 +0000 (00:51 +0000)]
Add 'Template namespace initialisation script' to list of reserved usernames.
Was used for the MediaWiki->Template namespace moves in the 1.2 to 1.3 upgrade process.

17 years agoImplements #7667 : allow XHTML namespaces customization. Patch by Evan Miller
Antoine Musso [Sun, 7 Jan 2007 22:31:07 +0000 (22:31 +0000)]
Implements #7667 : allow XHTML namespaces customization. Patch by Evan Miller

17 years agoFix disabled search message
Antoine Musso [Sun, 7 Jan 2007 22:12:52 +0000 (22:12 +0000)]
Fix disabled search message

17 years ago(bug 5962) More Italian translations from BrokenArrow
Rob Church [Sun, 7 Jan 2007 21:57:47 +0000 (21:57 +0000)]
(bug 5962) More Italian translations from BrokenArrow

17 years agoBug #8512 id update. Patch by Ivan Lanin
Antoine Musso [Sun, 7 Jan 2007 21:48:43 +0000 (21:48 +0000)]
Bug #8512 id update. Patch by Ivan Lanin

17 years agomakes function static to fix strict errors in parser tests script.
Antoine Musso [Sun, 7 Jan 2007 18:52:45 +0000 (18:52 +0000)]
makes function static to fix strict errors in parser tests script.

17 years agoFix #7948 : warn that recentchanges need to be rebuild.
Antoine Musso [Sun, 7 Jan 2007 18:50:26 +0000 (18:50 +0000)]
Fix #7948 : warn that recentchanges need to be rebuild.

17 years agoDo not set $fallback to false.
Tim Starling [Sun, 7 Jan 2007 17:38:48 +0000 (17:38 +0000)]
Do not set $fallback to false.

17 years agoDon't create a new parser on every call to wfMsgExt(), that's slow.
Tim Starling [Sun, 7 Jan 2007 16:44:06 +0000 (16:44 +0000)]
Don't create a new parser on every call to wfMsgExt(), that's slow.

17 years agoFix NS_PROJECT_TALK (bug #7792)
Antoine Musso [Sun, 7 Jan 2007 16:36:14 +0000 (16:36 +0000)]
Fix NS_PROJECT_TALK (bug #7792)

17 years agoGerman localisation patch by Raymond
Leon Weber [Sun, 7 Jan 2007 16:27:37 +0000 (16:27 +0000)]
German localisation patch by Raymond

17 years agofix breakage of wfEmptyMsg
Tim Starling [Sun, 7 Jan 2007 15:43:23 +0000 (15:43 +0000)]
fix breakage of wfEmptyMsg

17 years agoUpdate to German translation
Jimmy Collins [Sun, 7 Jan 2007 14:36:22 +0000 (14:36 +0000)]
Update to German translation

17 years agoUpdate.
Rotem Liss [Sun, 7 Jan 2007 14:23:14 +0000 (14:23 +0000)]
Update.

17 years agoCorrect behaviour for title-case key input.
Tim Starling [Sun, 7 Jan 2007 14:22:32 +0000 (14:22 +0000)]
Correct behaviour for title-case key input.

17 years agofix missing </table>, quite visible running with tidy disabled on mediawiki messages
Brion Vibber [Sun, 7 Jan 2007 12:55:28 +0000 (12:55 +0000)]
fix missing </table>, quite visible running with tidy disabled on mediawiki messages

17 years agoFix regression in transclusion of {{MediaWiki:}} messages that don't exist locally.
Brion Vibber [Sun, 7 Jan 2007 12:30:46 +0000 (12:30 +0000)]
Fix regression in transclusion of {{MediaWiki:}} messages that don't exist locally.
(Regression because they used to be in the database and now aren't in most cases.)
Some UI messages use this to get page names, for instance.
Now grabs the value out of the message system if the page doesn't exist.

17 years ago* ensure 'MediaWiki default' user is a bot when running batch deletion of mediawiki...
Brion Vibber [Sun, 7 Jan 2007 11:21:41 +0000 (11:21 +0000)]
* ensure 'MediaWiki default' user is a bot when running batch deletion of mediawiki entries, so they don't clutter up RC
* as paranoia, don't insert a groups record into the database if User::addGroup() ends up run on a non-existing user

17 years agoBecause I just know someone's going to complain about watchlists/RC being cluttered...
Brion Vibber [Sun, 7 Jan 2007 10:54:02 +0000 (10:54 +0000)]
Because I just know someone's going to complain about watchlists/RC being cluttered up by 'X bytes' instead of 'X', for the moment I'm splitting this to use the new rc-change-size message, and leave it at '$1' by default (so no change from the old behavior, showing number alone).

One could stick in the labeling if one desired, or leave it blank.

17 years agoWell there was no problem in the first place. Nice work Werdna
Andrew Garrett [Sun, 7 Jan 2007 07:57:54 +0000 (07:57 +0000)]
Well there was no problem in the first place. Nice work Werdna

17 years agodon't mix braced and non-braced blocks; it's ugly and error-prone
Brion Vibber [Sun, 7 Jan 2007 06:59:14 +0000 (06:59 +0000)]
don't mix braced and non-braced blocks; it's ugly and error-prone

17 years agoOkay brion, this patch actually /works/. Thanks to the miracles of testing, I can...
Andrew Garrett [Sun, 7 Jan 2007 06:58:21 +0000 (06:58 +0000)]
Okay brion, this patch actually /works/. Thanks to the miracles of testing, I can now be certain that it does something other than give a PHP warning.

17 years agooops
Antoine Musso [Sun, 7 Jan 2007 06:44:08 +0000 (06:44 +0000)]
oops

17 years agoFix when nothing is passed to listToText (eg: no author)
Antoine Musso [Sun, 7 Jan 2007 06:33:21 +0000 (06:33 +0000)]
Fix when nothing is passed to listToText (eg: no author)

17 years agoFix for r18904 where autoblocker would not correctly block ipblock-exempt users.
Andrew Garrett [Sun, 7 Jan 2007 06:21:54 +0000 (06:21 +0000)]
Fix for r18904 where autoblocker would not correctly block ipblock-exempt users.

17 years agoDon't use jargon in messages. And I mean you, Werdna!
Aryeh Gregor [Sun, 7 Jan 2007 05:01:02 +0000 (05:01 +0000)]
Don't use jargon in messages.  And I mean you, Werdna!

17 years agoUpdate release notes for last commit
Andrew Garrett [Sun, 7 Jan 2007 04:38:39 +0000 (04:38 +0000)]
Update release notes for last commit

17 years agoRestore 18905, but instead of displaying the Preview, display Show Changes. Also...
Andrew Garrett [Sun, 7 Jan 2007 04:36:33 +0000 (04:36 +0000)]
Restore 18905, but instead of displaying the Preview, display Show Changes. Also, tweaked the undo messages to make them make more sense and more accurately convey what has happened.

17 years agoRevert r17905. Needs more thought, and may be annoying, particularly for large pages.
Andrew Garrett [Sun, 7 Jan 2007 04:27:34 +0000 (04:27 +0000)]
Revert r17905. Needs more thought, and may be annoying, particularly for large pages.

17 years agoPreview automatically when somebody clicks undo. I would make it do a diff of the...
Andrew Garrett [Sun, 7 Jan 2007 04:20:16 +0000 (04:20 +0000)]
Preview automatically when somebody clicks undo. I would make it do a diff of the undo edit, but I couldn't see an easy way to do this.

17 years ago* (bug 3706) Allow users to be exempted from IP blocks. The ipblock-exempt permission...
Andrew Garrett [Sun, 7 Jan 2007 03:23:31 +0000 (03:23 +0000)]
* (bug 3706) Allow users to be exempted from IP blocks. The ipblock-exempt permission key has been added to enable this behaviour, by default assigned to sysops.

17 years agoNew way to display the extensions and hooks. Pending css tweaking.
Antoine Musso [Sun, 7 Jan 2007 02:15:36 +0000 (02:15 +0000)]
New way to display the extensions and hooks. Pending css tweaking.

17 years agoWatchlist query group.
Tim Starling [Sun, 7 Jan 2007 02:08:55 +0000 (02:08 +0000)]
Watchlist query group.

17 years agoOn second thoughts, remove it altogether...if asking the user is really so hard,...
Rob Church [Sun, 7 Jan 2007 01:58:40 +0000 (01:58 +0000)]
On second thoughts, remove it altogether...if asking the user is really so hard, then look at the JavaScript globals at the top of the page.

17 years agoMove content language details to HTML comments; doesn't need to be immediately there...
Rob Church [Sun, 7 Jan 2007 01:53:44 +0000 (01:53 +0000)]
Move content language details to HTML comments; doesn't need to be immediately there, and it looks a bit odd

17 years agoRelease notes, else Brion my have head shall
Rob Church [Sun, 7 Jan 2007 01:21:20 +0000 (01:21 +0000)]
Release notes, else Brion my have head shall

17 years agoCount deleted edits when regenerating the edit count
Rob Church [Sun, 7 Jan 2007 01:18:44 +0000 (01:18 +0000)]
Count deleted edits when regenerating the edit count

17 years ago- whitespaces
Antoine Musso [Sun, 7 Jan 2007 00:20:43 +0000 (00:20 +0000)]
- whitespaces
+ comments

17 years ago* +fi
Niklas Laxström [Sat, 6 Jan 2007 23:54:09 +0000 (23:54 +0000)]
* +fi

17 years agoFix for r18893
Antoine Musso [Sat, 6 Jan 2007 23:47:44 +0000 (23:47 +0000)]
Fix for r18893

17 years agoSpecial:Listinterwikis
Antoine Musso [Sat, 6 Jan 2007 23:42:54 +0000 (23:42 +0000)]
Special:Listinterwikis

17 years agoString length check to avoid warnings for empty strings...
Robert Stojnić [Sat, 6 Jan 2007 23:20:40 +0000 (23:20 +0000)]
String length check to avoid warnings for empty strings...

17 years agoRoll back workaround for Firefox link underlining: I realized that <u><u>Foo</u>...
Aryeh Gregor [Sat, 6 Jan 2007 23:19:33 +0000 (23:19 +0000)]
Roll back workaround for Firefox link underlining: I realized that <u><u>Foo</u></u> is not necessarily supposed to display the same as <u>Foo</u>, so there will be double-underlining or similar bad stuff in some cases.  Mozilla has to fix this one.

17 years agoLanguage code and name used. It helps for support.
Antoine Musso [Sat, 6 Jan 2007 23:12:50 +0000 (23:12 +0000)]
Language code and name used. It helps for support.

17 years agoMisc updates
Antoine Musso [Sat, 6 Jan 2007 22:01:29 +0000 (22:01 +0000)]
Misc updates

17 years ago[[Special:Statistics]] as a command line script.
Antoine Musso [Sat, 6 Jan 2007 20:41:16 +0000 (20:41 +0000)]
[[Special:Statistics]] as a command line script.

17 years ago* Fix number formatting
Niklas Laxström [Sat, 6 Jan 2007 20:18:18 +0000 (20:18 +0000)]
* Fix number formatting

17 years agoReturn nothing on empty math tags instead of char encoding
Antoine Musso [Sat, 6 Jan 2007 18:46:08 +0000 (18:46 +0000)]
Return nothing on empty math tags instead of char encoding