lhc/web/wiklou.git
16 years agoCleanup for displaying old versions
Aaron Schulz [Wed, 21 May 2008 21:23:04 +0000 (21:23 +0000)]
Cleanup for displaying old versions

16 years agoFix yet more image links bugs
Aaron Schulz [Wed, 21 May 2008 21:09:31 +0000 (21:09 +0000)]
Fix yet more image links bugs

16 years ago(bug 14212) Undefined variable $retval in Skin::subPageSubtitle()
Roan Kattouw [Wed, 21 May 2008 20:07:10 +0000 (20:07 +0000)]
(bug 14212) Undefined variable $retval in Skin::subPageSubtitle()

16 years agoDoc tweaks:
Alexandre Emsenhuber [Wed, 21 May 2008 18:18:58 +0000 (18:18 +0000)]
Doc tweaks:
* @ingrouo -> @ingroup (whoops!)
* Fix doxygen warnings
* Remove duplicate definition of $wgMetaNamespaceTalk in DefaultSettings.php, thanks to VasilievVV for pointing this out

16 years agoMove rewRevisionFromEditComplete call down till after page rows set
Aaron Schulz [Wed, 21 May 2008 16:26:53 +0000 (16:26 +0000)]
Move rewRevisionFromEditComplete call down till after page rows set

16 years agoAPI: Requesting a token you aren't allowed to request no longer dies with an error...
Roan Kattouw [Wed, 21 May 2008 14:33:27 +0000 (14:33 +0000)]
API: Requesting a token you aren't allowed to request no longer dies with an error but just throws a warning and doesn't give you the token.

16 years agoAdd descriptionurl to imageinfo
Bryan Tong Minh [Wed, 21 May 2008 13:03:07 +0000 (13:03 +0000)]
Add descriptionurl to imageinfo

16 years agoBackwards
Aaron Schulz [Wed, 21 May 2008 06:23:18 +0000 (06:23 +0000)]
Backwards

16 years agoLocalisation updates for core messages from Betawiki (2008-05-20 08:04 CEST)
Siebrand Mazeland [Wed, 21 May 2008 06:11:09 +0000 (06:11 +0000)]
Localisation updates for core messages from Betawiki (2008-05-20 08:04 CEST)

16 years ago* validateIntOrNull() returns null for empty input
Aaron Schulz [Wed, 21 May 2008 05:45:00 +0000 (05:45 +0000)]
* validateIntOrNull() returns null for empty input
* NULL options become the defaults if saved (bug 14100)

16 years ago$user->setNewtalk( false ) for deleted user talk pages (bug 14077)
Aaron Schulz [Wed, 21 May 2008 05:23:20 +0000 (05:23 +0000)]
$user->setNewtalk( false ) for deleted user talk pages (bug 14077)

16 years agoPrevent two E_STRICT warnings when running "php maintenance/update.php" to update...
Nick Jenkins [Wed, 21 May 2008 04:59:21 +0000 (04:59 +0000)]
Prevent two E_STRICT warnings when running "php maintenance/update.php" to update from 1.12 alpha to 1.13 alpha.

--------------------------------------------------
# php maintenance/update.php

MediaWiki 1.13alpha Updater

Going to run database updates for wikidb
Depending on the size of your database this may take a while!
Abort with control-c in the next five seconds...0

Strict Standards: Type: 8:  Undefined offset:  1 in wiki/includes/Database.php on line 1420
    Database.tableName("ipblocks") # line 1164, file: wiki/includes/Database.php
   Database.tableExists("ipblocks") # line 203, file: wiki/maintenance/updaters.inc
  add_field("ipblocks", "ipb_id", "patch-ipblocks.sql") # line unknown, file: unknown
 call_user_func_array("add_field", Array[3]) # line 1051, file: wiki/maintenance/updaters.inc
do_all_updates(false, true) # line 60, file: wiki/maintenance/update.php

[ ... snip same warning repeated thousands of times ... ]
--------------------------------------------------

... also ... :

--------------------------------------------------
Strict Standards: Type: 8:  Undefined index:  USE INDEX in wiki/includes/Database.php on line 977
   Database.selectSQLText(Array[2], Array[2], Array[3], "Database::select", Array[0], Array[0]) # line 952, file: wiki/includes/Database.php
  Database.select(Array[2], Array[2], Array[3]) # line 32, file: wiki/maintenance/deleteDefaultMessages.php
 deleteDefaultMessages() # line 1077, file: wiki/maintenance/updaters.inc
do_all_updates(false, true) # line 60, file: wiki/maintenance/update.php
--------------------------------------------------

16 years agoLocalisation updates Kazahk (bug 12145)
Raimond Spekking [Wed, 21 May 2008 04:57:02 +0000 (04:57 +0000)]
Localisation updates Kazahk (bug 12145)

16 years agoAllow rate limits to be specific to explicit groups
Tim Starling [Wed, 21 May 2008 03:13:24 +0000 (03:13 +0000)]
Allow rate limits to be specific to explicit groups

16 years agoMove this till after ID set
Aaron Schulz [Wed, 21 May 2008 00:28:13 +0000 (00:28 +0000)]
Move this till after ID set

16 years ago* (bug 14199) Fix deletion form for image redirect pages
Brion Vibber [Tue, 20 May 2008 22:09:30 +0000 (22:09 +0000)]
* (bug 14199) Fix deletion form for image redirect pages

Image deletion was popping up the special image deletion form for the target image, which isn't friendly for redirects. :)
Now checking for redirect state as well as non-localness and non-existence, and pop up the regular page delete form for this.

16 years agoDon't check $wgEnotifWatchlist here
Aaron Schulz [Tue, 20 May 2008 21:58:48 +0000 (21:58 +0000)]
Don't check $wgEnotifWatchlist here

16 years agoHandle multiple warnings correctly in ApiBase::setWarning(). Calling this function...
Roan Kattouw [Tue, 20 May 2008 19:43:50 +0000 (19:43 +0000)]
Handle multiple warnings correctly in ApiBase::setWarning(). Calling this function twice from the same module used to throw a fatal error.

16 years agoAPI: Unrecognized values for multivalue parameters now don't cause the API to abort...
Roan Kattouw [Tue, 20 May 2008 19:31:45 +0000 (19:31 +0000)]
API: Unrecognized values for multivalue parameters now don't cause the API to abort with an error anymore, but just throw a warning and are ignored. This is useful for ??prop parameters, but also applies to other multivalue parameters such as list, meta and prop. Single values still throw an error like they used to.

16 years agoDump silly 'dontcountme=s'; old webalizer hack, it's not consistently used anyway.
Brion Vibber [Tue, 20 May 2008 19:30:06 +0000 (19:30 +0000)]
Dump silly 'dontcountme=s'; old webalizer hack, it's not consistently used anyway.

16 years ago*cough* thx
Brion Vibber [Tue, 20 May 2008 18:49:11 +0000 (18:49 +0000)]
*cough* thx

16 years agoput comment in wrong file, woops :D
Brion Vibber [Tue, 20 May 2008 18:23:55 +0000 (18:23 +0000)]
put comment in wrong file, woops :D
that's what i get for committing right before bed

16 years ago* Adding/updating Persian translations
Huji [Tue, 20 May 2008 17:45:42 +0000 (17:45 +0000)]
* Adding/updating Persian translations

16 years agoWARNING: HUGE COMMIT
Alexandre Emsenhuber [Tue, 20 May 2008 17:13:28 +0000 (17:13 +0000)]
WARNING: HUGE COMMIT

Doxygen documentation update:
* Changed alls @addtogroup to @ingroup. @addtogroup adds the comment to the group description, but doesn't add the file, class, function, ... to the group like @ingroup does. See for example http://svn.wikimedia.org/doc/group__SpecialPage.html where it's impossible to see related files, classes, ... that should belong to that group.
* Added @file to file description, it seems that it should be explicitely decalred for file descriptions, otherwise doxygen will think that the comment document the first class, variabled, function, ... that is in that file.
* Removed some empty comments
* Removed some ?>

Added following groups:
* ExternalStorage
* JobQueue
* MaintenanceLanguage

One more thing: there are still a lot of warnings when generating the doc.

16 years agoForgot to remove one debug statement.
Bryan Tong Minh [Tue, 20 May 2008 17:09:59 +0000 (17:09 +0000)]
Forgot to remove one debug statement.

16 years agoAdd RepoGroup::findFiles to efficiently find many files if the repo supports it....
Bryan Tong Minh [Tue, 20 May 2008 17:05:57 +0000 (17:05 +0000)]
Add RepoGroup::findFiles to efficiently find many files if the repo supports it. Added support for this in ApiQueryImageInfo.

16 years agoLocalisation updates German
Raimond Spekking [Tue, 20 May 2008 14:56:25 +0000 (14:56 +0000)]
Localisation updates German

16 years agoForgot one $this => self when making ApiQueryImageInfo::getInfo static.
Bryan Tong Minh [Tue, 20 May 2008 14:34:19 +0000 (14:34 +0000)]
Forgot one $this => self when making ApiQueryImageInfo::getInfo static.

16 years agoUse ApiQueryImageInfo::getInfo for both ApiQueryAllimages and ApiQueryImageInfo....
Bryan Tong Minh [Tue, 20 May 2008 14:32:52 +0000 (14:32 +0000)]
Use ApiQueryImageInfo::getInfo for both ApiQueryAllimages and ApiQueryImageInfo. Should also give some more consistency between the two modules.

16 years agoLocalisation updates Cantonese, Chinese and Old/Late Time Chinese
Shinjiman [Tue, 20 May 2008 14:17:38 +0000 (14:17 +0000)]
Localisation updates Cantonese, Chinese and Old/Late Time Chinese

16 years agoAdd bug per r35065
Raimond Spekking [Tue, 20 May 2008 13:31:21 +0000 (13:31 +0000)]
Add bug per r35065

16 years agoUpdate.
Rotem Liss [Tue, 20 May 2008 09:42:22 +0000 (09:42 +0000)]
Update.

16 years agoUnified aiprop and iiprop somewhat by adding iiprop=mime and aiprop=metadata. The...
Roan Kattouw [Tue, 20 May 2008 09:16:01 +0000 (09:16 +0000)]
Unified aiprop and iiprop somewhat by adding iiprop=mime and aiprop=metadata. The size vs. dimensions discrepancy is weird, but won't be fixed for backwards compatibility. Also iiprop has user, comment and archivename because it handles file *revisions*, whereas allimages doesn't.

16 years agoForce reindexation of User::mRights. Hooks have the possibility to unset rights,...
Bryan Tong Minh [Tue, 20 May 2008 08:06:43 +0000 (08:06 +0000)]
Force reindexation of User::mRights. Hooks have the possibility to unset rights, leaving the array out of order.

16 years agoLocalisation updates. Rebuilt all language files.
Siebrand Mazeland [Tue, 20 May 2008 07:41:33 +0000 (07:41 +0000)]
Localisation updates. Rebuilt all language files.

16 years agoLocalisation updates for core messages from Betawiki (2008-05-20 09:15 CEST)
Siebrand Mazeland [Tue, 20 May 2008 07:26:11 +0000 (07:26 +0000)]
Localisation updates for core messages from Betawiki (2008-05-20 09:15 CEST)

16 years agoGot sick of testing local copies of Wikipedia articles with no images handy.
Brion Vibber [Tue, 20 May 2008 06:30:36 +0000 (06:30 +0000)]
Got sick of testing local copies of Wikipedia articles with no images handy.
Threw together a really quick hack FileRepo class to grab images from the remote wiki using the MediaWiki API.

Amazingly it sort of works -- be warned however:
* no scaling seems to be done yet -- multi-megapixel images in your browser :D
* no caching of lookups -- verrrry slow
* lookups are done one at a time, not in any kind of batching
* probably doesn't properly support lots and lots of things

16 years agoAdd corresponding messages to have a chance to find the usage of these messages via...
Raimond Spekking [Tue, 20 May 2008 05:23:38 +0000 (05:23 +0000)]
Add corresponding messages to have a chance to find the usage of these messages via grep

16 years agoAdd a new section for parser/template warnings
Raimond Spekking [Tue, 20 May 2008 04:55:52 +0000 (04:55 +0000)]
Add a new section for parser/template warnings

16 years agoFollow up for r35065:
Raimond Spekking [Tue, 20 May 2008 04:11:00 +0000 (04:11 +0000)]
Follow up for r35065:
* Add new message 'categoriesfrom' to messages.inc
* Add default existing 'categories-summary' as optional message
* Stick together all Special:Categories messages

16 years ago* Use lazy initialization with loadFile()
Aaron Schulz [Tue, 20 May 2008 03:26:59 +0000 (03:26 +0000)]
* Use lazy initialization with loadFile()
* Add $current/$time to field list
* Fix some ugly coding style

16 years agoTweak $time default
Aaron Schulz [Tue, 20 May 2008 03:15:07 +0000 (03:15 +0000)]
Tweak $time default

16 years agoAdd functions to get an image via sha-1
Aaron Schulz [Tue, 20 May 2008 02:58:40 +0000 (02:58 +0000)]
Add functions to get an image via sha-1

16 years agoToss in a "display from" input field on Special:Categories
Brion Vibber [Mon, 19 May 2008 23:53:01 +0000 (23:53 +0000)]
Toss in a "display from" input field on Special:Categories
I'm not 100% happy with this yet as it doesn't play nice with initial-lowercase input.

16 years ago* (bug 12773) addOnloadHook() now calls functions immediately when scripts are
Brion Vibber [Mon, 19 May 2008 22:52:12 +0000 (22:52 +0000)]
* (bug 12773) addOnloadHook() now calls functions immediately when scripts are
  loaded after the primary page completion, instead of dropping them
* (bug 13232) importScript(), importStylesheet() funcs available to custom JS

Increases wikibits.js by 1k or so, but it should help with those custom scripts :D

16 years agoReverting r35060 -- can't reproduce the reported problem so far, but if it exists...
Brion Vibber [Mon, 19 May 2008 22:15:17 +0000 (22:15 +0000)]
Reverting r35060 -- can't reproduce the reported problem so far, but if it exists this should be moved upstream so User::getGroups() and User::getRights() return consistent values themselves

16 years agoFix syntax error
Siebrand Mazeland [Mon, 19 May 2008 21:50:05 +0000 (21:50 +0000)]
Fix syntax error

16 years agoTweaks to recently added messages
Siebrand Mazeland [Mon, 19 May 2008 21:48:48 +0000 (21:48 +0000)]
Tweaks to recently added messages

16 years agoForce indices of groups and rights array to be in order so that the JSON formatter...
Bryan Tong Minh [Mon, 19 May 2008 21:43:52 +0000 (21:43 +0000)]
Force indices of groups and rights array to be in order so that the JSON formatter recognizes it as a list instead of a dict in case for some reason rights or groups are removed somewhere in between (as done for sysops on testwiki).

16 years ago#14094 When the expansion size is reached, the editor is not warned about it :
Nicolas Dumazet [Mon, 19 May 2008 21:33:47 +0000 (21:33 +0000)]
#14094 When the expansion size is reached, the editor is not warned about it :
Adding 2 messages + 2 categories, similarly to "Warning: This page contains too many expensive parser function calls" to warn the user when template post include size (or template argument post include size) is too large

16 years agoAPI: Merge file deletion code from ApiEdit_Vodafone branch.
Bryan Tong Minh [Mon, 19 May 2008 21:30:03 +0000 (21:30 +0000)]
API: Merge file deletion code from ApiEdit_Vodafone branch.

16 years ago* (bug 1701) Korean Hangul syllables now broken down properly in Category lists even...
Brion Vibber [Mon, 19 May 2008 20:20:33 +0000 (20:20 +0000)]
* (bug 1701) Korean Hangul syllables now broken down properly in Category lists even if the wiki's overall content language is not Korean

Nothing else left in LanguageKo class, so ditching it.

16 years agoStabilize image description links
Aaron Schulz [Mon, 19 May 2008 18:55:48 +0000 (18:55 +0000)]
Stabilize image description links

16 years ago$join_conds
Aaron Schulz [Mon, 19 May 2008 17:02:58 +0000 (17:02 +0000)]
$join_conds

16 years agoDon't fall into an infinite loop o' death if the pipes get broken.
Brion Vibber [Mon, 19 May 2008 15:49:05 +0000 (15:49 +0000)]
Don't fall into an infinite loop o' death if the pipes get broken.
Exit out if we can't read from stdin anymore, instead of interpreting the 'false' error code as text ID 0...

16 years agoLocalisation updates German
Raimond Spekking [Mon, 19 May 2008 15:39:07 +0000 (15:39 +0000)]
Localisation updates German

16 years ago*Remove extra space
Aaron Schulz [Mon, 19 May 2008 15:21:29 +0000 (15:21 +0000)]
*Remove extra space
*Make revisiondelete links more compact
*Make user links clearer

16 years agoLocalisation updates for core messages from Betawiki (2008-05-19 08:00 CEST)
Siebrand Mazeland [Mon, 19 May 2008 06:05:15 +0000 (06:05 +0000)]
Localisation updates for core messages from Betawiki (2008-05-19 08:00 CEST)

16 years agoMake space breakable
Aaron Schulz [Mon, 19 May 2008 02:34:42 +0000 (02:34 +0000)]
Make space breakable

16 years agoOh, and remove comment
Aaron Schulz [Mon, 19 May 2008 02:21:54 +0000 (02:21 +0000)]
Oh, and remove comment

16 years agoDefault to $updated = false
Aaron Schulz [Mon, 19 May 2008 02:21:32 +0000 (02:21 +0000)]
Default to $updated = false

16 years agoforgot to bump the ver
Brion Vibber [Mon, 19 May 2008 01:57:37 +0000 (01:57 +0000)]
forgot to bump the ver

16 years agoRemove deprecated ApiMain::scheduleCommit()
Roan Kattouw [Sun, 18 May 2008 20:15:56 +0000 (20:15 +0000)]
Remove deprecated ApiMain::scheduleCommit()

16 years ago* Document a bit
Alexandre Emsenhuber [Sun, 18 May 2008 19:50:33 +0000 (19:50 +0000)]
* Document a bit
* Pull out read only check from SqlBagOStuff class MediaWikiBagOStuff

16 years agoCut a few more kb out of wikibits.js... broke edit-page specific things (toolbar...
Brion Vibber [Sun, 18 May 2008 18:33:38 +0000 (18:33 +0000)]
Cut a few more kb out of wikibits.js... broke edit-page specific things (toolbar, edit box scrolling, insertTags) out to edit.js

16 years agoUpdate $fallback from zh-cn (empty) to zh-hans (to which zh-cn falls back)
Siebrand Mazeland [Sun, 18 May 2008 16:30:22 +0000 (16:30 +0000)]
Update $fallback from zh-cn (empty) to zh-hans (to which zh-cn falls back)

16 years ago$parents is an array (bug 14169)
Aaron Schulz [Sun, 18 May 2008 16:09:56 +0000 (16:09 +0000)]
$parents is an array (bug 14169)

16 years agoLocalisation updates. Removing messages in English.
Siebrand Mazeland [Sun, 18 May 2008 13:36:09 +0000 (13:36 +0000)]
Localisation updates. Removing messages in English.

16 years agoLocalisation updates for core messages from Betawiki (2008-05-18 15:17 CEST)
Siebrand Mazeland [Sun, 18 May 2008 13:25:31 +0000 (13:25 +0000)]
Localisation updates for core messages from Betawiki (2008-05-18 15:17 CEST)

16 years agoAdd display text for link 'nospecialpagetext'
Siebrand Mazeland [Sun, 18 May 2008 12:07:01 +0000 (12:07 +0000)]
Add display text for link 'nospecialpagetext'

16 years agoLocalisation updates. Remove template as message.
Siebrand Mazeland [Sun, 18 May 2008 09:16:03 +0000 (09:16 +0000)]
Localisation updates. Remove template as message.

16 years agoActually alphabetise the alphabetical list of Wikipedia sites
Siebrand Mazeland [Sun, 18 May 2008 07:56:03 +0000 (07:56 +0000)]
Actually alphabetise the alphabetical list of Wikipedia sites

16 years agoUpdate. Not sure if this completes the list though.
Mohamed Magdy [Sun, 18 May 2008 03:40:11 +0000 (03:40 +0000)]
Update. Not sure if this completes the list though.

16 years agoupdate, change إصدار to نسخة .. version means نسخة while release means إصدار ..
Mohamed Magdy [Sun, 18 May 2008 00:49:34 +0000 (00:49 +0000)]
update, change إصدار to نسخة .. version means نسخة while release means إصدار ..

16 years agoRespect $wgShowUpdatedMarker
Aaron Schulz [Sat, 17 May 2008 23:39:20 +0000 (23:39 +0000)]
Respect $wgShowUpdatedMarker

16 years ago* Make enotif job use user ID rather than name for users. Fallback to name for anons...
Aaron Schulz [Sat, 17 May 2008 23:34:28 +0000 (23:34 +0000)]
* Make enotif job use user ID rather than name for users. Fallback to name for anons and for old job rows (B/C). This makes it rename safe.
* User->getID() already returns an integer
* Use != rather than <>, as it looks clearer
* Do not add "updated since" to users for their own edits
* Actually check $wgShowUpdatedMarker properly. It is it's own setting.

16 years agoAnons have ID 0
Aaron Schulz [Sat, 17 May 2008 22:57:46 +0000 (22:57 +0000)]
Anons have ID 0

16 years agoDon't assume $wgUser is always the editor, it's poor practice and confusing...
Aaron Schulz [Sat, 17 May 2008 22:37:06 +0000 (22:37 +0000)]
Don't assume $wgUser is always the editor, it's poor practice and confusing...

16 years agoRevert self - bogus location
Aaron Schulz [Sat, 17 May 2008 22:32:39 +0000 (22:32 +0000)]
Revert self - bogus location

16 years agoDon't notify users of their own edits at least
Aaron Schulz [Sat, 17 May 2008 22:23:56 +0000 (22:23 +0000)]
Don't notify users of their own edits at least

16 years agoRebuilt all language files
Siebrand Mazeland [Sat, 17 May 2008 22:17:31 +0000 (22:17 +0000)]
Rebuilt all language files

16 years agoLocalisation updates for core messages from Betawiki (2008-05-17 23:53 CEST)
Siebrand Mazeland [Sat, 17 May 2008 22:14:05 +0000 (22:14 +0000)]
Localisation updates for core messages from Betawiki (2008-05-17 23:53 CEST)

16 years agoMissing RELEASE-NOTES for r34983.
Daniel Friesen [Sat, 17 May 2008 20:02:53 +0000 (20:02 +0000)]
Missing RELEASE-NOTES for r34983.

16 years ago* Add higher level newRevisionFromEditComplete hook
Aaron Schulz [Sat, 17 May 2008 17:53:46 +0000 (17:53 +0000)]
* Add higher level newRevisionFromEditComplete hook
* Use this hook for autoreviewing. Merge to one function again.
* Remove template ID query for $usestabletemplates, not needed
* Improve includes change diff if $usestabletemplates is on

16 years agopass by ref errors
Aaron Schulz [Sat, 17 May 2008 17:48:01 +0000 (17:48 +0000)]
pass by ref errors

16 years agoremove EOL whitespace, and excess empty lines
Siebrand Mazeland [Sat, 17 May 2008 17:10:18 +0000 (17:10 +0000)]
remove EOL whitespace, and excess empty lines

16 years ago(bug 12145) Kazakh localisation updates, patch 4905 by AlefZet
Leon Weber [Sat, 17 May 2008 17:07:14 +0000 (17:07 +0000)]
(bug 12145) Kazakh localisation updates, patch 4905 by AlefZet

16 years agoImprove UI for Special:Recentchanges and Special:Recentchangeslinked.
Daniel Friesen [Sat, 17 May 2008 16:08:34 +0000 (16:08 +0000)]
Improve UI for Special:Recentchanges and Special:Recentchangeslinked.
* Allow configuration of the default limit and days links with the variables $wgRCLinkLimits and $wgRCLinkDays.
* When selecting a limit and a days on the special pages, if you use a number not within the default list it will be added to the display.
** The selected limit and days is bolded. (This can be considered the first step for bug 3327)
* Optional other configuration option $wgRCFilterByAge, when enabled the list of days will be filtered so that only links within what $wgRCMaxAge says will be stored in the database will be displayed. Note that this is disabled by default because MediaWiki doesn't quite seam to trim out old entries as quickly as $wgRCMaxAge says it should be and some people appear to use the extra 30days links to display older entries even though $wgRCMaxAge is set to 7days on said wiki.

This should also solve bug 9257.

16 years agoRevert r34906, r34907, r34928 -- mixing high-level data into low-level storage functi...
Brion Vibber [Sat, 17 May 2008 15:53:58 +0000 (15:53 +0000)]
Revert r34906, r34907, r34928 -- mixing high-level data into low-level storage functions for the sole purpose of passing it off to hooks, which seems very icky to me. It feels like a hook in the wrong place is being used.

16 years agoFix doxygen warnings
Alexandre Emsenhuber [Sat, 17 May 2008 10:15:59 +0000 (10:15 +0000)]
Fix doxygen warnings

16 years agoDocument AuthPluginAutoCreate hook
Alexandre Emsenhuber [Sat, 17 May 2008 09:06:35 +0000 (09:06 +0000)]
Document AuthPluginAutoCreate hook

16 years agoUse blockednoreason message when no reason for block is given, for compatibility...
Rotem Liss [Sat, 17 May 2008 08:52:56 +0000 (08:52 +0000)]
Use blockednoreason message when no reason for block is given, for compatibility to the regular block messages.

16 years agoUpdate.
Rotem Liss [Sat, 17 May 2008 08:45:07 +0000 (08:45 +0000)]
Update.

16 years ago* Fix unlogged automatic user creation: run wfLBFactory()->shutdown() unconditionally...
Tim Starling [Sat, 17 May 2008 04:26:26 +0000 (04:26 +0000)]
* Fix unlogged automatic user creation: run wfLBFactory()->shutdown() unconditionally in api.php. If you want to optimise it, do it in the database backend, since there's no way for the MW core to indicate to the web API that a write query has been performed. The previous code was also wrong in that it didn't commit transactions on foreign connections.
* Fixed debugging code left in (mustBePosted disabled).

16 years agoHandle the new LoginForm::CREATE_BLOCKED return value from authenticateUserData().
Tim Starling [Sat, 17 May 2008 04:00:26 +0000 (04:00 +0000)]
Handle the new LoginForm::CREATE_BLOCKED return value from authenticateUserData().

16 years ago* In Special:UserLogin, respect local blocks when automatically creating a user accou...
Tim Starling [Sat, 17 May 2008 02:49:28 +0000 (02:49 +0000)]
* In Special:UserLogin, respect local blocks when automatically creating a user account based on plugin authentication
* Log such account creations with the new autocreate type
* Fixed incorrect output in account creation block message when the reason is blank

16 years ago*Add ImagePageFileHistoryLine hook
Aaron Schulz [Sat, 17 May 2008 00:08:31 +0000 (00:08 +0000)]
*Add ImagePageFileHistoryLine hook
*Tweak hook doc order
*Mark flagged file versions in hist
*Remove $dbr field
*Tweak file histories to be more compact

16 years agoShorten
Aaron Schulz [Fri, 16 May 2008 23:09:21 +0000 (23:09 +0000)]
Shorten

16 years agoNobody wants to touch this....
Niklas Laxström [Fri, 16 May 2008 22:00:42 +0000 (22:00 +0000)]
Nobody wants to touch this....
* Removed a call to deprecated function

16 years ago* Respect feed limits
Aaron Schulz [Fri, 16 May 2008 21:34:46 +0000 (21:34 +0000)]
* Respect feed limits
* Decrappify WLH enough that it at least looks kind of tolerable