lhc/web/wiklou.git
16 years agoAPI: Another diff problem, var name mix-up.
Daniel Cannon [Tue, 27 Nov 2007 20:43:29 +0000 (20:43 +0000)]
API: Another diff problem, var name mix-up.

16 years agoAPI: difftoprev fails when 'rvprop=ids' is not specified. Sort of gross way to fix...
Daniel Cannon [Tue, 27 Nov 2007 20:37:26 +0000 (20:37 +0000)]
API: difftoprev fails when 'rvprop=ids' is not specified. Sort of gross way to fix the problem, but it works.

16 years ago* Fix breakage in rcFilterByCategories when invalid titles present in DB; incorrect...
Brion Vibber [Tue, 27 Nov 2007 20:16:42 +0000 (20:16 +0000)]
* Fix breakage in rcFilterByCategories when invalid titles present in DB; incorrect usage of Title::newFromText()
* Don't bother filtering in rcFilterByCategories if there are no categories to filter by

16 years ago* Show a warning message when creating/editing a user (talk) page but the user does...
Raimond Spekking [Tue, 27 Nov 2007 18:04:24 +0000 (18:04 +0000)]
* Show a warning message when creating/editing a user (talk) page but the user does not exists

16 years agoAPI: Adding diff generation to prop=revisions.
Roan Kattouw [Tue, 27 Nov 2007 16:41:13 +0000 (16:41 +0000)]
API: Adding diff generation to prop=revisions.
This implementation outputs normal diff output (with < and >) rather than unified, and always uses native PHP diff (i.e. ignores $wgExternalDiffEngine). An implementation that honors $wgExternalDiffEngine and outputs a unified diff will follow later.

16 years agoMake API check for page restrictions in the old format too.
Rotem Liss [Tue, 27 Nov 2007 10:22:14 +0000 (10:22 +0000)]
Make API check for page restrictions in the old format too.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Tue, 27 Nov 2007 08:52:16 +0000 (08:52 +0000)]
Localisation updates from Betawiki.
* an, ar, br, ca, chr-latn, cs, el, et, fi, fr, hr, hsb, io, ka, kaa, la, myv, nap, nl, nov, pt, qu, sdc, sk, stq, tet, vo, wo

16 years agoFixed bug 12056: transformMsg() was not calling unstripBoth(), breaking the common...
Tim Starling [Tue, 27 Nov 2007 06:20:40 +0000 (06:20 +0000)]
Fixed bug 12056: transformMsg() was not calling unstripBoth(), breaking the common use case of <charinsert> among other things.

16 years agoLF at file end
Tim Starling [Tue, 27 Nov 2007 05:34:36 +0000 (05:34 +0000)]
LF at file end

16 years agoHint from Danny: the deal is the id must be the same with for attrib otherwise it...
Raimond Spekking [Mon, 26 Nov 2007 22:39:19 +0000 (22:39 +0000)]
Hint from Danny: the deal is the id must be the same with for attrib otherwise it misses it's functionality. and it's common to have same id as name. Thanks :)

16 years ago* (bug 12082) Add CSS id for textarea
Raimond Spekking [Mon, 26 Nov 2007 22:25:28 +0000 (22:25 +0000)]
* (bug 12082) Add CSS id for textarea
Based on a patch by Danny B from bug 12087

16 years agoAdding translation for newly added messages.
Huji [Mon, 26 Nov 2007 22:05:04 +0000 (22:05 +0000)]
Adding translation for newly added messages.

16 years ago* namespaceDupes.php no longer dies when coming across an illegal title
Brion Vibber [Mon, 26 Nov 2007 20:26:00 +0000 (20:26 +0000)]
* namespaceDupes.php no longer dies when coming across an illegal title

16 years ago* Adding LanguageKaa
Niklas Laxström [Mon, 26 Nov 2007 19:51:52 +0000 (19:51 +0000)]
* Adding LanguageKaa

16 years agoAddress potential issues in wikis using $wgCapitalLinks
Siebrand Mazeland [Mon, 26 Nov 2007 19:36:26 +0000 (19:36 +0000)]
Address potential issues in wikis using $wgCapitalLinks

16 years agoImporting Crimean Tatar in Latin and Cyrillic. Default to Latin.
Siebrand Mazeland [Mon, 26 Nov 2007 18:44:12 +0000 (18:44 +0000)]
Importing Crimean Tatar in Latin and Cyrillic. Default to Latin.

Submitted by: Alessandro

16 years agoFixing DiffFormatter so it actually outputs valid diffs.
Roan Kattouw [Mon, 26 Nov 2007 18:39:40 +0000 (18:39 +0000)]
Fixing DiffFormatter so it actually outputs valid diffs.

16 years agoAdd some stub docs to refreshLinks.php, so at least refreshLinks.php --help doesn...
Aryeh Gregor [Mon, 26 Nov 2007 17:58:08 +0000 (17:58 +0000)]
Add some stub docs to refreshLinks.php, so at least refreshLinks.php --help doesn't start screwing with your database.  $fname -> __METHOD__.

16 years ago* Updates German
Raimond Spekking [Mon, 26 Nov 2007 17:15:17 +0000 (17:15 +0000)]
* Updates German

16 years ago* (bug 10367) Update Kazakh translations
Raimond Spekking [Mon, 26 Nov 2007 16:32:04 +0000 (16:32 +0000)]
* (bug 10367) Update Kazakh translations
  Patch by  AlefZet

16 years ago* (bug 12058) Update Chinese translations
Raimond Spekking [Mon, 26 Nov 2007 14:32:15 +0000 (14:32 +0000)]
* (bug 12058) Update Chinese translations
  Patch by Shinjiman

16 years agoclean up --help feature
Tim Starling [Mon, 26 Nov 2007 14:28:00 +0000 (14:28 +0000)]
clean up --help feature

16 years ago* (Bug 12102) Add Min Dong localisation and its extension messages
Raimond Spekking [Mon, 26 Nov 2007 11:56:55 +0000 (11:56 +0000)]
* (Bug 12102) Add Min Dong localisation and its extension messages

16 years agoUpdate.
Rotem Liss [Sun, 25 Nov 2007 17:17:12 +0000 (17:17 +0000)]
Update.

16 years agoFixes.
Rotem Liss [Sun, 25 Nov 2007 17:16:59 +0000 (17:16 +0000)]
Fixes.

16 years agoFixes bug 9633: Add a predefined list of delete reasons to the deletion form
Huji [Sun, 25 Nov 2007 17:02:28 +0000 (17:02 +0000)]
Fixes bug 9633: Add a predefined list of delete reasons to the deletion form

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Sun, 25 Nov 2007 14:08:50 +0000 (14:08 +0000)]
Localisation updates from Betawiki.
* an, be, cs, fi, grc, hr, ie, io (new), kaa, kn, ku-latn, nl, nov (new), pl, pt, qu, stq, tr, wo

16 years ago*Cleanup log and timestamps for merge stuff
Aaron Schulz [Sun, 25 Nov 2007 10:27:33 +0000 (10:27 +0000)]
*Cleanup log and timestamps for merge stuff

16 years ago*Add colons
Aaron Schulz [Sun, 25 Nov 2007 09:53:03 +0000 (09:53 +0000)]
*Add colons

16 years ago*Fix message for RC
Aaron Schulz [Sun, 25 Nov 2007 09:42:15 +0000 (09:42 +0000)]
*Fix message for RC

16 years ago*Add a special page to merge non-overlapping page histories to fix copy-paste moves...
Aaron Schulz [Sun, 25 Nov 2007 09:23:26 +0000 (09:23 +0000)]
*Add a special page to merge non-overlapping page histories to fix copy-paste moves ect. This requires the 'mergehistory' right to test, which is for sysops, but commented out for now.
*Add merge log
*Do not list revisiondelete as a special page with no context

16 years ago*Remove cruft
Aaron Schulz [Sun, 25 Nov 2007 07:32:22 +0000 (07:32 +0000)]
*Remove cruft

16 years agoProperly treat the end letter when creating a Hebrew numeral.
Rotem Liss [Sat, 24 Nov 2007 11:29:19 +0000 (11:29 +0000)]
Properly treat the end letter when creating a Hebrew numeral.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Sat, 24 Nov 2007 08:30:15 +0000 (08:30 +0000)]
Localisation updates from Betawiki.
* ka

16 years ago*If you are going to check $s->page_namespace, at least select it first ;) (Nikerabbi...
Aaron Schulz [Sat, 24 Nov 2007 08:20:28 +0000 (08:20 +0000)]
*If you are going to check $s->page_namespace, at least select it first ;) (Nikerabbit caught this)

16 years ago* Don't cache diffs with deleted content
Aaron Schulz [Sat, 24 Nov 2007 01:40:37 +0000 (01:40 +0000)]
* Don't cache diffs with deleted content
*Add show/hide links for people with 'deleterevision' rights
* Clean up formatting of diffs with deleted content

16 years ago*Tweak rev_deleted message
Aaron Schulz [Sat, 24 Nov 2007 01:34:54 +0000 (01:34 +0000)]
*Tweak rev_deleted message

16 years ago*Make entry point for hideuser aspect of blocks (requires 'hideuser' right). Still...
Aaron Schulz [Fri, 23 Nov 2007 22:03:12 +0000 (22:03 +0000)]
*Make entry point for hideuser aspect of blocks (requires 'hideuser' right). Still not ready for production use until log stuff from revisiondelete is fully merged in.

16 years ago* Only load data when necessary
Aaron Schulz [Fri, 23 Nov 2007 21:47:00 +0000 (21:47 +0000)]
* Only load data when necessary
* Make field names more consistent with other file types
* List off member variables
* Add some access functions

16 years ago* Also localize Special:Contributions in 'signature-anon', as with User: in 'signature'
Aryeh Gregor [Fri, 23 Nov 2007 17:49:08 +0000 (17:49 +0000)]
* Also localize Special:Contributions in 'signature-anon', as with User: in 'signature'
* Whitespace, comments

16 years agoDon't have gibberish English strings like "User" in foreign-language wikis' signature...
Aryeh Gregor [Fri, 23 Nov 2007 17:02:25 +0000 (17:02 +0000)]
Don't have gibberish English strings like "User" in foreign-language wikis' signatures.  Still need to fix Special:Contributions.

16 years ago* (bug 12075) Fix URL link in DefaultSettings.php
Raimond Spekking [Fri, 23 Nov 2007 15:42:43 +0000 (15:42 +0000)]
* (bug 12075) Fix URL link in DefaultSettings.php

16 years ago* Updates German
Raimond Spekking [Fri, 23 Nov 2007 15:17:49 +0000 (15:17 +0000)]
* Updates German

16 years ago* Updates
Niklas Laxström [Fri, 23 Nov 2007 14:25:12 +0000 (14:25 +0000)]
* Updates

16 years agoAdded/updated translations for da
Anders Wegge Jakobsen [Fri, 23 Nov 2007 12:05:00 +0000 (12:05 +0000)]
Added/updated translations for da

16 years agoOh, and bots too
Roan Kattouw [Fri, 23 Nov 2007 11:28:22 +0000 (11:28 +0000)]
Oh, and bots too

16 years agoRequiring suppressredirect right to suppress redirect creation
Roan Kattouw [Fri, 23 Nov 2007 11:27:09 +0000 (11:27 +0000)]
Requiring suppressredirect right to suppress redirect creation

16 years ago* Always check for user input
Niklas Laxström [Fri, 23 Nov 2007 08:49:31 +0000 (08:49 +0000)]
* Always check for user input

16 years agoArgh what a code. Underline setting "browser default" doesn't even work in monobook...
Niklas Laxström [Fri, 23 Nov 2007 08:40:46 +0000 (08:40 +0000)]
Argh what a code. Underline setting "browser default" doesn't even work in monobook because it's forced to none. But in any case, let's not produce invalid css
and throw ugly notices.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Fri, 23 Nov 2007 08:28:45 +0000 (08:28 +0000)]
Localisation updates from Betawiki.
* ar, fo, fr, frp, hr, ie (new), is, kaa, kn, la, nl, qu, sco, stq, uz

16 years agominor fix
ThomasV [Thu, 22 Nov 2007 16:06:16 +0000 (16:06 +0000)]
minor fix

16 years ago* got rid of magic codes for colours.* added hook for link recolouring by extensions...
ThomasV [Thu, 22 Nov 2007 15:54:18 +0000 (15:54 +0000)]
* got rid of magic codes for colours.* added hook for link recolouring by extensions* merged redundant stub tests in one single function, getLinkColour (Linker.php)
* deprecated makeStubLink and makeStubLinkObj

16 years ago* The number of watching users in watchlists was always reported as 1
Niklas Laxström [Thu, 22 Nov 2007 15:43:02 +0000 (15:43 +0000)]
* The number of watching users in watchlists was always reported as 1

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Thu, 22 Nov 2007 09:47:40 +0000 (09:47 +0000)]
Localisation updates from Betawiki.
* fo

16 years agoFix an error on converting.
Rotem Liss [Thu, 22 Nov 2007 09:17:13 +0000 (09:17 +0000)]
Fix an error on converting.

16 years agoFix.
Rotem Liss [Thu, 22 Nov 2007 08:41:35 +0000 (08:41 +0000)]
Fix.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Wed, 21 Nov 2007 23:47:04 +0000 (23:47 +0000)]
Localisation updates from Betawiki.
* an, ar, cs, dsb, el, fo, fr, frp, hr, kaa, nl, qu, sco, sdc, stq, tyv, uz, wuu

16 years agocache template redirects, since we were already checking cache for them
Steve Sanbeg [Wed, 21 Nov 2007 23:07:36 +0000 (23:07 +0000)]
cache template redirects, since we were already checking cache for them

16 years agoAPIEDIT BRANCH MERGE:
Roan Kattouw [Wed, 21 Nov 2007 20:15:35 +0000 (20:15 +0000)]
APIEDIT BRANCH MERGE:
* Splitting DB code from UserrightsForm::saveUserGroups() to UserrightsForm:doSaveUserGroups()
* Making UserrightsForm::changeableGroups() public so the API module can call it

16 years agoFixes.
Rotem Liss [Wed, 21 Nov 2007 17:49:35 +0000 (17:49 +0000)]
Fixes.

16 years agoUpdate RELEASE-NOTES
Siebrand Mazeland [Wed, 21 Nov 2007 17:34:18 +0000 (17:34 +0000)]
Update RELEASE-NOTES

16 years agoFixing the date formats for Hebrew calendar.
Huji [Wed, 21 Nov 2007 17:19:12 +0000 (17:19 +0000)]
Fixing the date formats for Hebrew calendar.

16 years agoAdding date format for Hebrew calendar. Also, modifying the email address as an anti...
Huji [Wed, 21 Nov 2007 17:01:55 +0000 (17:01 +0000)]
Adding date format for Hebrew calendar. Also, modifying the email address as an anti-spam measure. Adding another email address as well.

16 years agoAllows using Hebrew calendar in Persian interface.
Huji [Wed, 21 Nov 2007 16:37:13 +0000 (16:37 +0000)]
Allows using Hebrew calendar in Persian interface.

16 years ago* Add a forgotten bug number
Raimond Spekking [Wed, 21 Nov 2007 14:55:54 +0000 (14:55 +0000)]
* Add a forgotten bug number
* Format file (CR at column 80)

16 years ago* Adding Roozbeh to authors
Niklas Laxström [Wed, 21 Nov 2007 11:59:16 +0000 (11:59 +0000)]
* Adding Roozbeh to authors

16 years agoFix import errors
Siebrand Mazeland [Wed, 21 Nov 2007 09:53:41 +0000 (09:53 +0000)]
Fix import errors

16 years ago* (bug 12028) Add Special:Listbots as shortcut for Special:Listusers/bot
Raimond Spekking [Wed, 21 Nov 2007 07:35:41 +0000 (07:35 +0000)]
* (bug 12028) Add Special:Listbots as shortcut for Special:Listusers/bot
Patch by Danny B

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Tue, 20 Nov 2007 22:26:51 +0000 (22:26 +0000)]
Localisation updates from Betawiki.
* an, ast, be, cs, fo, fr, hsb, kaa, nl, pl, qu, sco, sdc, ss, tyv

16 years agoRevert r27694 -- if you're seeing this problem, it's probably because you're pulling...
Brion Vibber [Tue, 20 Nov 2007 21:26:48 +0000 (21:26 +0000)]
Revert r27694 -- if you're seeing this problem, it's probably because you're pulling things out of $wgParser->mFunctionHooks and copying it to another parser without knowing the internal format has changed. That should be fixed whereever that's being done (as it was fixed on the parser tests.)

16 years agoCleanup vis-a-vis r27691
Brion Vibber [Tue, 20 Nov 2007 21:21:39 +0000 (21:21 +0000)]
Cleanup vis-a-vis r27691
Use x option on regex so we can break it up for legibility.
PHP doesn't seem to let you concat multiple strings in a constant definition, which is kind of lame, so this seems to be the cleanest way to break it over lines. :P

16 years agotry to prevent old extensions from exploding mysteriously; probably, there's a better...
Steve Sanbeg [Tue, 20 Nov 2007 20:55:11 +0000 (20:55 +0000)]
try to prevent old extensions from exploding mysteriously; probably, there's a better way to do this

16 years agoHaving such comments in the code makes finding where a message is referenced easier...
Huji [Tue, 20 Nov 2007 20:49:14 +0000 (20:49 +0000)]
Having such comments in the code makes finding where a message is referenced easier, which is beneficial for internationalization and maintenance issues.

16 years ago* Adding Hebrew month names (fixes bug 12047).
Huji [Tue, 20 Nov 2007 20:00:52 +0000 (20:00 +0000)]
* Adding Hebrew month names (fixes bug 12047).
* Adding missing translations for newly added messages.
* Adding {{PLURAL}} to a couple of messages.

16 years agoThis is giving me a syntax error. It looks gross this way, but I can't think of any...
Daniel Cannon [Tue, 20 Nov 2007 19:40:48 +0000 (19:40 +0000)]
This is giving me a syntax error. It looks gross this way, but I can't think of any other way to split up the constant string.

16 years ago* Fix Special:Userrights logs for users with special characters in their names. ...
Aryeh Gregor [Tue, 20 Nov 2007 19:00:55 +0000 (19:00 +0000)]
* Fix Special:Userrights logs for users with special characters in their names.  Previously it was urlencoding the page name passed to the FauxRequest, which did *not* urldecode it, so the constraint was being ignored by LogReader as invalid and the whole log was being posted.
* Whitespace, __METHOD__, documentation for FauxRequest to avoid (hopefully?) a repeat bug
* Todo: look for other instances of the bug

16 years agoUpdate.
Rotem Liss [Tue, 20 Nov 2007 18:48:38 +0000 (18:48 +0000)]
Update.

16 years ago* Support {{PLURAL}} for import log
Raimond Spekking [Tue, 20 Nov 2007 18:17:40 +0000 (18:17 +0000)]
* Support {{PLURAL}} for import log

16 years agoDo text normalization in dumpTextPass rather than fetchText, to ensure that the force...
Brion Vibber [Tue, 20 Nov 2007 17:34:42 +0000 (17:34 +0000)]
Do text normalization in dumpTextPass rather than fetchText, to ensure that the force-loaded ICU plugin will be used in the parent process.

16 years agoTweaks for the new rateLimited(): remove @todo i18n, allow robot follow (if it sees...
Aryeh Gregor [Tue, 20 Nov 2007 17:32:43 +0000 (17:32 +0000)]
Tweaks for the new rateLimited(): remove @todo i18n, allow robot follow (if it sees any worthwhile links, why not?)

16 years agoAPIEDIT BRANCH MERGE:
Roan Kattouw [Tue, 20 Nov 2007 16:12:46 +0000 (16:12 +0000)]
APIEDIT BRANCH MERGE:
* Splitting DB code from IPBlocklist::doSubmit() to IPBlocklist::doUnblock()
* Introducing IPBlocklist::UNBLOCK_* constants

Note to scrutinizers: because I made changes like $this->ip to $ip on many lines, the diff for this revision looks very complicated. Most of that is just diff(1)'s stupidity. Comparing the code by hand (eye?) may be less confusing.

16 years agoCheck markbotedits permission on regular rollback as well
Roan Kattouw [Tue, 20 Nov 2007 15:22:06 +0000 (15:22 +0000)]
Check markbotedits permission on regular rollback as well

16 years agoFix syntax somewhat for 2 messages in 62 languages (shouldn't this be in the code?)
Siebrand Mazeland [Tue, 20 Nov 2007 14:33:46 +0000 (14:33 +0000)]
Fix syntax somewhat for 2 messages in 62 languages (shouldn't this be in the code?)

16 years agoFix regression in parser testing with parser function hooks; format of internal struc...
Brion Vibber [Tue, 20 Nov 2007 13:16:14 +0000 (13:16 +0000)]
Fix regression in parser testing with parser function hooks; format of internal structure changed, affecting copying of hooks from main to test parser.

16 years agoInitial implementation of restartable subprocess for text fetching in dumpTextPass.php
Brion Vibber [Tue, 20 Nov 2007 12:58:34 +0000 (12:58 +0000)]
Initial implementation of restartable subprocess for text fetching in dumpTextPass.php

16 years ago* Do not present an image bigger than the source when 'frameless' option is used
Raimond Spekking [Tue, 20 Nov 2007 12:11:05 +0000 (12:11 +0000)]
* Do not present an image bigger than the source when 'frameless' option is used
* This is consistent with the 'thumb' option now:
** Unchanged: [[Image:xyz.jpg|thumb]], [[Image:xyz.jpg|thumb|200px]] do not blow up an image larger than the source
** Unchanged: [[Image:xyz.jpg|frameless]] does not blow up an image
** New: [[Image:xyz.jpg|frameless|200px]] does not blow up an image
** Unchanged: [[Image:xyz.jpg|200px]] still blows up an image

16 years agoA differential fuzz tester for the wikitext preprocessor. My changes don't pass it...
Tim Starling [Tue, 20 Nov 2007 11:07:22 +0000 (11:07 +0000)]
A differential fuzz tester for the wikitext preprocessor. My changes don't pass it completely, but it was useful anyway, it found lots of bugs for me. Maybe it'll be useful to someone else some day. Best used with Parser_DiffTest.

16 years agoA file repository without files. Gets rid of useless DB queries during parser testing.
Tim Starling [Tue, 20 Nov 2007 10:58:12 +0000 (10:58 +0000)]
A file repository without files. Gets rid of useless DB queries during parser testing.

16 years ago* Refactored the parser. See my huge entry in RELEASE-NOTES for details.
Tim Starling [Tue, 20 Nov 2007 10:55:08 +0000 (10:55 +0000)]
* Refactored the parser. See my huge entry in RELEASE-NOTES for details.
* Made it possible to configure the parser class being used, via $wgParserConf.
* Moved defines from the top of Parser.php to either class constants or Defines.php
* Added Parser_DiffTest, a differential parser class for regression testing
* Added Parser_OldPP, a parser class which operates like the parser before this commit. I made one breaking change: a bugfix to avoid losing whitespace when adding MWTEMPLATESECTION markers.
* Made internal tidy work with PHP 5
* Added the ability to supply a hook for template fetching via ParserOptions. This is handy for testing.
* Updated parserTests.txt to account for the various breaking changes I made. Removed a few parser tests that no longer test for anything useful.

16 years ago* Updates German
Raimond Spekking [Tue, 20 Nov 2007 10:15:35 +0000 (10:15 +0000)]
* Updates German

16 years agoUpdate.
Rotem Liss [Tue, 20 Nov 2007 08:43:30 +0000 (08:43 +0000)]
Update.

16 years ago* Ensure that rate-limiting is applied to rollbacks.
Andrew Garrett [Tue, 20 Nov 2007 08:34:59 +0000 (08:34 +0000)]
* Ensure that rate-limiting is applied to rollbacks.
* Make a better rate-limiting error message (i.e. a normal MW error, rather than an "Internal Server Error").

16 years agoUpdate.
Rotem Liss [Tue, 20 Nov 2007 07:29:12 +0000 (07:29 +0000)]
Update.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Tue, 20 Nov 2007 07:25:04 +0000 (07:25 +0000)]
Localisation updates from Betawiki.
* an, stq, wuu

16 years ago* Marking edits as bot edits with Special:Contributions?bot=1 now requires the markbo...
Andrew Garrett [Tue, 20 Nov 2007 07:11:39 +0000 (07:11 +0000)]
* Marking edits as bot edits with Special:Contributions?bot=1 now requires the markbotedit permission, rather than the rollback permission previously used. This permission is assigned by default to the sysop group.

16 years agoLocalisation updates from Betawiki.
Siebrand Mazeland [Mon, 19 Nov 2007 23:18:46 +0000 (23:18 +0000)]
Localisation updates from Betawiki.
* an, ay, br, ca, eu, fiu-vro, fo, fr, kaa, nl, qu, sdc, stq

16 years ago* Do not force a password for account creation by email
Raimond Spekking [Mon, 19 Nov 2007 22:38:11 +0000 (22:38 +0000)]
* Do not force a password for account creation by email
 set pseudo password, it will be replaced later by a random generated password

16 years ago* (bug 3973) Use a separate message for the email content when an account is created...
Raimond Spekking [Mon, 19 Nov 2007 21:24:20 +0000 (21:24 +0000)]
* (bug 3973) Use a separate message for the email content when an account is created by another user

16 years agoTypo.
Rotem Liss [Mon, 19 Nov 2007 17:52:34 +0000 (17:52 +0000)]
Typo.

16 years agoFixing a typo that broke historywarning.
Rotem Liss [Mon, 19 Nov 2007 17:51:48 +0000 (17:51 +0000)]
Fixing a typo that broke historywarning.