lhc/web/wiklou.git
15 years agoSet $wgProfileToDatabase = false
Aaron Schulz [Wed, 10 Dec 2008 03:59:43 +0000 (03:59 +0000)]
Set $wgProfileToDatabase = false

15 years ago(bug 14365) skip invalid titles in RepoGroup::findFiles()
Ilmari Karonen [Tue, 9 Dec 2008 23:20:44 +0000 (23:20 +0000)]
(bug 14365) skip invalid titles in RepoGroup::findFiles()

15 years agoWhitespace/style consistency
Aaron Schulz [Tue, 9 Dec 2008 23:00:28 +0000 (23:00 +0000)]
Whitespace/style consistency

15 years agoRevert r44367; ends up with an extra fetch :/
Aaron Schulz [Tue, 9 Dec 2008 22:28:34 +0000 (22:28 +0000)]
Revert r44367; ends up with an extra fetch :/

15 years agoDelay restriction fetching query
Aaron Schulz [Tue, 9 Dec 2008 22:24:21 +0000 (22:24 +0000)]
Delay restriction fetching query

15 years agoCleanup updateRestrictions() some
Aaron Schulz [Tue, 9 Dec 2008 22:12:29 +0000 (22:12 +0000)]
Cleanup updateRestrictions() some

15 years agoCleanup Title::getTouched()
Aaron Schulz [Tue, 9 Dec 2008 22:03:41 +0000 (22:03 +0000)]
Cleanup Title::getTouched()

15 years agoAllow curid for filecache
Aaron Schulz [Tue, 9 Dec 2008 21:40:06 +0000 (21:40 +0000)]
Allow curid for filecache

15 years agofix doxygen warnings
Alexandre Emsenhuber [Tue, 9 Dec 2008 19:54:30 +0000 (19:54 +0000)]
fix doxygen warnings

15 years agoLocalization update.
Rotem Liss [Tue, 9 Dec 2008 16:04:48 +0000 (16:04 +0000)]
Localization update.

15 years agoPer Brions suggestions http://www.mediawiki.org/wiki/Special:Code/MediaWiki/44245...
Raimond Spekking [Tue, 9 Dec 2008 15:21:07 +0000 (15:21 +0000)]
Per Brions suggestions mediawiki.org/wiki/Special:Code/MediaWiki/44245#c829
* Append the reason with a colon rather than wrapping in parens
* Rearrange the file-upload portion of the Special:Import form a bit
* Using one message for the comment field since it'll be identical in both parts of the form
More tweaks:
* Add labels for the transwiki import portion too
* Make the forms proper for RTL wikis

15 years agoDB layer compatibility with MySQL 5+ - allow both >Exec_master_log_pos and ->Exec_Mas...
Andrew Garrett [Tue, 9 Dec 2008 15:00:17 +0000 (15:00 +0000)]
DB layer compatibility with MySQL 5+ - allow both >Exec_master_log_pos and ->Exec_Master_Log_Pos in SHOW SLAVE STATUS.

15 years agoTweak profile calls
Aaron Schulz [Tue, 9 Dec 2008 11:51:00 +0000 (11:51 +0000)]
Tweak profile calls

15 years agoSpeed up filecache a tad
Aaron Schulz [Tue, 9 Dec 2008 11:41:31 +0000 (11:41 +0000)]
Speed up filecache a tad

15 years agoLocalisation updates for core messages from Betawiki (2008-12-09 08:38 CET)
Siebrand Mazeland [Tue, 9 Dec 2008 07:42:23 +0000 (07:42 +0000)]
Localisation updates for core messages from Betawiki (2008-12-09 08:38 CET)

15 years ago* Performance tweaks
Aaron Schulz [Tue, 9 Dec 2008 03:25:02 +0000 (03:25 +0000)]
* Performance tweaks
* Whitespace

15 years agoTweak check order to be slightly better
Aaron Schulz [Tue, 9 Dec 2008 02:55:49 +0000 (02:55 +0000)]
Tweak check order to be slightly better

15 years agoFixed empty list of footer links when no footer messages are set.
Trevor Parscal [Tue, 9 Dec 2008 01:21:54 +0000 (01:21 +0000)]
Fixed empty list of footer links when no footer messages are set.

15 years ago* (bug 14268) SVG image sizes now extracted with proper XML parser
Brion Vibber [Tue, 9 Dec 2008 00:26:09 +0000 (00:26 +0000)]
* (bug 14268) SVG image sizes now extracted with proper XML parser
Uses a filter with XmlTypeCheck. Yay!
Now works with UTF-16 sample file uploaded on the bug. Should work with large comments etc as well.

15 years agoFix MySQL-centrism in comment
Aryeh Gregor [Mon, 8 Dec 2008 23:10:24 +0000 (23:10 +0000)]
Fix MySQL-centrism in comment

15 years agoMake pageCond() use PK is ID is already cached
Aaron Schulz [Mon, 8 Dec 2008 22:30:58 +0000 (22:30 +0000)]
Make pageCond() use PK is ID is already cached

15 years ago* fix doxygen warnings
Alexandre Emsenhuber [Mon, 8 Dec 2008 17:29:24 +0000 (17:29 +0000)]
* fix doxygen warnings
* fix whitespaces

15 years agoCheck if wfDebug() is defined before calling it since AutoLoader.php is loaded before...
Alexandre Emsenhuber [Mon, 8 Dec 2008 15:35:06 +0000 (15:35 +0000)]
Check if wfDebug() is defined before calling it since AutoLoader.php is loaded before GlobalFunctions.php and may result in fatal error

15 years agoTweak r44296: use autoloader if it is set there
Aaron Schulz [Mon, 8 Dec 2008 11:48:08 +0000 (11:48 +0000)]
Tweak r44296: use autoloader if it is set there

15 years ago*Skip autoloading of skin, always does inefficient strtolower() stuff and fails ...
Aaron Schulz [Mon, 8 Dec 2008 00:35:59 +0000 (00:35 +0000)]
*Skip autoloading of skin, always does inefficient strtolower() stuff and fails (returns false) anyway
*Add wfDebug() call on class load failure

15 years ago*Minor cleanup
Aaron Schulz [Mon, 8 Dec 2008 00:10:22 +0000 (00:10 +0000)]
*Minor cleanup
*Whitespace

15 years agoAssign by ref to make sure cache fields carry over
Aaron Schulz [Sun, 7 Dec 2008 21:57:33 +0000 (21:57 +0000)]
Assign by ref to make sure cache fields carry over

15 years agoLocalisation updates for core messages from Betawiki (2008-12-07 20:57 CET)
Siebrand Mazeland [Sun, 7 Dec 2008 20:01:21 +0000 (20:01 +0000)]
Localisation updates for core messages from Betawiki (2008-12-07 20:57 CET)

15 years agoFix doxygen warnings
Alexandre Emsenhuber [Sun, 7 Dec 2008 19:56:02 +0000 (19:56 +0000)]
Fix doxygen warnings

15 years agoLocalisation updates for core messages from Betawiki (2008-12-07 00:49 CET)
Siebrand Mazeland [Sat, 6 Dec 2008 23:59:44 +0000 (23:59 +0000)]
Localisation updates for core messages from Betawiki (2008-12-07 00:49 CET)

15 years ago(bug 16577) When a blocked user tries to rollback a page, the block message is now...
Alexandre Emsenhuber [Sat, 6 Dec 2008 21:16:55 +0000 (21:16 +0000)]
(bug 16577) When a blocked user tries to rollback a page, the block message is now only displayed once

15 years agoRevert r44130,r44129 - breaks display of message
Aaron Schulz [Sat, 6 Dec 2008 18:24:03 +0000 (18:24 +0000)]
Revert r44130,r44129 - breaks display of message

15 years ago(bug 12998) Weaken DISPLAYTITLE restictions (patch by 'rememberthedot@gmail.com')
Aaron Schulz [Sat, 6 Dec 2008 18:00:17 +0000 (18:00 +0000)]
(bug 12998) Weaken DISPLAYTITLE restictions (patch by 'rememberthedot@gmail.com')

15 years agoFix up Configure extension logo setting handling:
Andrew Garrett [Sat, 6 Dec 2008 00:32:12 +0000 (00:32 +0000)]
Fix up Configure extension logo setting handling:
* Replace annoying button with an onblur preview and server-side conversion of file names into URLs.

15 years agoBow out more gracefully if we can't write to the file. We've already got the foreign...
Chad Horohoe [Fri, 5 Dec 2008 20:22:43 +0000 (20:22 +0000)]
Bow out more gracefully if we can't write to the file. We've already got the foreign thumb URL on hand, so just use that.

15 years agoUse boolean searching with '?' char
Aaron Schulz [Fri, 5 Dec 2008 18:16:01 +0000 (18:16 +0000)]
Use boolean searching with '?' char

15 years agoCleanup to wfGetNull():
Chad Horohoe [Fri, 5 Dec 2008 17:25:22 +0000 (17:25 +0000)]
Cleanup to wfGetNull():
* Add override in case /dev/null isn't accessible (bug 11009)
* Use wfGetNull() in ProxyTools rather than hardcoding it

15 years agoKeep form only for "file:" searches
Aaron Schulz [Fri, 5 Dec 2008 17:10:35 +0000 (17:10 +0000)]
Keep form only for "file:" searches

15 years agoLocalization update.
Rotem Liss [Fri, 5 Dec 2008 16:13:56 +0000 (16:13 +0000)]
Localization update.

15 years agoXHTML fix
Aaron Schulz [Fri, 5 Dec 2008 14:37:58 +0000 (14:37 +0000)]
XHTML fix

15 years agoFollow up on r44248:
Siebrand Mazeland [Fri, 5 Dec 2008 08:10:02 +0000 (08:10 +0000)]
Follow up on r44248:
* update messages.inc
* consistency update in message

15 years agoNew file upload content type checks using a simulation of IE's content type detection...
Tim Starling [Fri, 5 Dec 2008 05:35:22 +0000 (05:35 +0000)]
New file upload content type checks using a simulation of IE's content type detection algorithm.

15 years agoFollow up on r44245:
Siebrand Mazeland [Fri, 5 Dec 2008 02:29:52 +0000 (02:29 +0000)]
Follow up on r44245:
* update messages.inc
* rebuild MessagesEn.php
* copy 'filerevert-comment' to 'import-upload-comment', and 'import-comment'

15 years agohandle xmlns for imports (bug #4520)
Ariel Glenn [Fri, 5 Dec 2008 02:16:11 +0000 (02:16 +0000)]
handle xmlns for imports (bug #4520)

15 years agolog comment for imports (bug #12728)
Ariel Glenn [Fri, 5 Dec 2008 02:14:11 +0000 (02:14 +0000)]
log comment for imports (bug #12728)

15 years agoActually make exists() useful here. Because of the order in which things are loaded...
Chad Horohoe [Thu, 4 Dec 2008 21:21:48 +0000 (21:21 +0000)]
Actually make exists() useful here. Because of the order in which things are loaded, we've actually _already_ loaded the metadata prior to calling the constructor. It's safe to assume when making a new ForeignAPIFile that we'll want it to exist at that point. However, we'll default to false as it's safer to assume it doesn't exist and skip ourselves some Http requests. You should probably only be using newFromTitle() anyway :)

15 years agoSame as before, hardcoding Image: is safer.
Chad Horohoe [Thu, 4 Dec 2008 18:23:52 +0000 (18:23 +0000)]
Same as before, hardcoding Image: is safer.

15 years agoAPI: (bug 16541) Adding block expiry timestamp to list=logevents output (calculated...
Roan Kattouw [Thu, 4 Dec 2008 15:59:26 +0000 (15:59 +0000)]
API: (bug 16541) Adding block expiry timestamp to list=logevents output (calculated from the block's timestamp and its duration)

15 years agoRevert part of r44232, accidentally committed too much
Roan Kattouw [Thu, 4 Dec 2008 15:55:47 +0000 (15:55 +0000)]
Revert part of r44232, accidentally committed too much

15 years agoAPI: (bug 16515) Added pst and onlypst parameters to action=parse, which do a pre...
Roan Kattouw [Thu, 4 Dec 2008 15:51:39 +0000 (15:51 +0000)]
API: (bug 16515) Added pst and onlypst parameters to action=parse, which do a pre-save transform on the input

15 years agoAPI: Recommit r44182 (Added usprop=canemail to list=users) and rename canemail to...
Roan Kattouw [Thu, 4 Dec 2008 14:42:30 +0000 (14:42 +0000)]
API: Recommit r44182 (Added usprop=canemail to list=users) and rename canemail to emailable

15 years agoLocalisation updates from Betawiki. Namespaces and special page aliases
Siebrand Mazeland [Thu, 4 Dec 2008 12:28:33 +0000 (12:28 +0000)]
Localisation updates from Betawiki. Namespaces and special page aliases

15 years agoAdd file namespaces for pt and pt-br to each other per request by 555.
Siebrand Mazeland [Thu, 4 Dec 2008 11:28:44 +0000 (11:28 +0000)]
Add file namespaces for pt and pt-br to each other per request by 555.

15 years agoLocalisation updates for extension messages from Betawiki (2008-12-04 10:28 CET)
Siebrand Mazeland [Thu, 4 Dec 2008 09:41:57 +0000 (09:41 +0000)]
Localisation updates for extension messages from Betawiki (2008-12-04 10:28 CET)

15 years agoCleanup, syntax errors and such.
Chad Horohoe [Thu, 4 Dec 2008 02:09:49 +0000 (02:09 +0000)]
Cleanup, syntax errors and such.

15 years agoFollowup to r44204. Hardcoding image because it should (in theory) work always and...
Chad Horohoe [Thu, 4 Dec 2008 01:58:45 +0000 (01:58 +0000)]
Followup to r44204. Hardcoding image because it should (in theory) work always and forever. If you have a wiki acting as repo and you've overridden the canonical name Image: it's your own fault.

15 years agoUpdate on r44048:
Nathaniel Herman [Thu, 4 Dec 2008 01:39:01 +0000 (01:39 +0000)]
Update on r44048:
Removing SpecialListusersGetGroups hook completely, and changing the
UsersPager::getGroups function to use User::getEffectiveGroups instead
of directly making a DB query itself.

15 years agoRevert r44185, r44186 -- "Foreign repos (API or DB) now fetch images and/or descripti...
Brion Vibber [Wed, 3 Dec 2008 23:49:04 +0000 (23:49 +0000)]
Revert r44185, r44186 -- "Foreign repos (API or DB) now fetch images and/or description pages if the repo wiki has a different canonical name for the File: namespace. Added 'fileNamespace' configuration item to $wgForeignFileRepos to override the local canonical name."
The canonical-canonical 'Image' namespace name should always be used here for compatibility; an extra configuration option is unnecessary and adds confusion.

15 years agoPull back r44182 for now "* API: (bug 16526) Added usprop=canemail to list=users...
Brion Vibber [Wed, 3 Dec 2008 23:37:27 +0000 (23:37 +0000)]
Pull back r44182 for now "* API: (bug 16526) Added usprop=canemail to list=users, which tells whether a user can (and wants to be) e-mailed through [[Special:Emailuser]]."
"canemail" is ambiguously named, and on first blush indicates that the user "can email", which would mean that they can *send* email, which doesn't appear to be what it's used for.

15 years agoFollow-up to r44169 -- remove release note saying a hook was added since it's been...
Brion Vibber [Wed, 3 Dec 2008 22:19:25 +0000 (22:19 +0000)]
Follow-up to r44169 -- remove release note saying a hook was added since it's been removed since :)

15 years ago* (bug 13342) importScript() generates more consistent URI encoding
Brion Vibber [Wed, 3 Dec 2008 21:52:40 +0000 (21:52 +0000)]
* (bug 13342) importScript() generates more consistent URI encoding

Switches order of URL to put title first, and encodes ':' and '/' consistently with MediaWiki general URI encoding.

The current implementation escapes ':' and '/', producing URLs like this:

/trunk/index.php?action=raw&ctype=text/javascript&title=MediaWiki%3ASysop.js

If we're recommending consistent use of importScript() it probably doesn't really matter, but it wouldn't hurt to be self-consistent with how we generate other URLs... of course even with the change to the encoding, the order of the pieces is different.

MediaWiki usually generates URLs with the title component first; also caching options will differ depending on who's generating the URL and when.

15 years agoTypo in comment
Chad Horohoe [Wed, 3 Dec 2008 19:34:41 +0000 (19:34 +0000)]
Typo in comment

15 years agoAPI: (bug 16548) list=search threw invalid errors under certain circumstances
Roan Kattouw [Wed, 3 Dec 2008 19:33:57 +0000 (19:33 +0000)]
API: (bug 16548) list=search threw invalid errors under certain circumstances

15 years agoForeign repos (API or DB) now fetch images and/or description pages if the repo wiki...
Chad Horohoe [Wed, 3 Dec 2008 19:30:44 +0000 (19:30 +0000)]
Foreign repos (API or DB) now fetch images and/or description pages if the repo wiki has a different canonical name for the File: namespace. Added 'fileNamespace' configuration item to $wgForeignFileRepos to override the local canonical name.

15 years ago* API: (bug 16526) Added usprop=canemail to list=users, which tells whether a user...
Roan Kattouw [Wed, 3 Dec 2008 19:07:16 +0000 (19:07 +0000)]
* API: (bug 16526) Added usprop=canemail to list=users, which tells whether a user can (and wants to be) e-mailed through [[Special:Emailuser]].
* Refactored some code to use a User object

15 years agoAPI: (bug 16516) Made rvsection=T-2 work rather than being interpreted as rvsection=0
Roan Kattouw [Wed, 3 Dec 2008 19:01:30 +0000 (19:01 +0000)]
API: (bug 16516) Made rvsection=T-2 work rather than being interpreted as rvsection=0

15 years agoThis has been moved to Database already, use that instead.
Chad Horohoe [Wed, 3 Dec 2008 16:29:12 +0000 (16:29 +0000)]
This has been moved to Database already, use that instead.

15 years agoConfigure extension - summarise hidden settings with JS! :-)
Andrew Garrett [Wed, 3 Dec 2008 06:27:46 +0000 (06:27 +0000)]
Configure extension - summarise hidden settings with JS! :-)

15 years agoTweak r44049: remove 'showEditUserGroupsForm' hook altogether
Aaron Schulz [Wed, 3 Dec 2008 06:14:15 +0000 (06:14 +0000)]
Tweak r44049: remove 'showEditUserGroupsForm' hook altogether

15 years agoBump $wgStyleVersion for r44162 and r44166
Chad Horohoe [Wed, 3 Dec 2008 02:56:29 +0000 (02:56 +0000)]
Bump $wgStyleVersion for r44162 and r44166

15 years agoTweak padding again
Aaron Schulz [Wed, 3 Dec 2008 01:07:59 +0000 (01:07 +0000)]
Tweak padding again

15 years agoEven out padding
Aaron Schulz [Wed, 3 Dec 2008 00:20:54 +0000 (00:20 +0000)]
Even out padding

15 years ago* (bug 16529) Fix for search suggestions with some third-party JS libraries
Brion Vibber [Wed, 3 Dec 2008 00:00:20 +0000 (00:00 +0000)]
* (bug 16529) Fix for search suggestions with some third-party JS libraries

Per bug "when other javascripts are included in a webpage that use event handlers, eg prototype.js, os_eventKeydown does not work (for example the arrow keys) because the keycode is undefined."

The check for window.Event seems to be for ancient Netscape 4.x stuff and might not be totally necessary... but at least checking for the *actual* thing wanted (e.keyCode vs e.which) is less prone to false positives.

(A third party JS library might create an Event class which would override the window.Event property and generally muck things up; on IE the previous check would then cause an attempt to read the key code from e.which which doesn't exist on IE.)

15 years agoMove show/hide links into the searchForm and thereby into the fieldset for consistenc...
Raimond Spekking [Tue, 2 Dec 2008 15:45:29 +0000 (15:45 +0000)]
Move show/hide links into the searchForm and thereby into the fieldset for consistency with other special page with show/hide links

15 years agofixed successive extension stripping
Daniel Kinzler [Tue, 2 Dec 2008 11:19:35 +0000 (11:19 +0000)]
fixed successive extension stripping

15 years agoCleanup to r44129, only need parseinline per ialex.
Chad Horohoe [Mon, 1 Dec 2008 21:40:43 +0000 (21:40 +0000)]
Cleanup to r44129, only need parseinline per ialex.

15 years ago(bug 16026) MediaWiki:Revision-info should accept wikimarkup
Chad Horohoe [Mon, 1 Dec 2008 21:36:20 +0000 (21:36 +0000)]
(bug 16026) MediaWiki:Revision-info should accept wikimarkup

15 years ago* (bug 12647) Allow autogenerated edit summary messages to be blanked with '-'
Brion Vibber [Mon, 1 Dec 2008 20:12:01 +0000 (20:12 +0000)]
* (bug 12647) Allow autogenerated edit summary messages to be blanked with '-'

15 years agoStep 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).
Ilmari Karonen [Mon, 1 Dec 2008 17:14:30 +0000 (17:14 +0000)]
Step 2 in NS_IMAGE -> NS_FILE transition (bug 44) (WARNING: huge commit).

This is a global search and replace of NS_IMAGE and NS_IMAGE_TALK with NS_FILE and NS_FILE_TALK respectively in all core files, excluding those already updated in step 1 (r44004).

15 years agoRemove extract() comment
Aaron Schulz [Mon, 1 Dec 2008 17:02:05 +0000 (17:02 +0000)]
Remove extract() comment

15 years agoLocalisation updates for core messages from Betawiki (2008-12-01 09:20 CET)
Siebrand Mazeland [Mon, 1 Dec 2008 08:34:12 +0000 (08:34 +0000)]
Localisation updates for core messages from Betawiki (2008-12-01 09:20 CET)

15 years agoFixed minor bug where the memcached value for how many accounts an IP had
Nathaniel Herman [Sun, 30 Nov 2008 17:33:11 +0000 (17:33 +0000)]
Fixed minor bug where the memcached value for how many accounts an IP had
created that day would be increased even if $wgAccountCreationThrottle was
hit. This meant if an IP hit the throttle and then the throttle was raised
later that day, the IP still couldn't create another account, because it
had marked them as having created another account, when their last account
creation had actually failed.

15 years ago*Remove unused functions
Aaron Schulz [Sun, 30 Nov 2008 13:09:19 +0000 (13:09 +0000)]
*Remove unused functions
*Mark visibility

15 years ago* Fixed doxygen warning in Article.php and User.php
Alexandre Emsenhuber [Sun, 30 Nov 2008 10:10:15 +0000 (10:10 +0000)]
* Fixed doxygen warning in Article.php and User.php
* fix in Doxyfile

15 years agoAllow DB to be used during LocalSettings.php et al by changing plain get of global...
Andrew Garrett [Sun, 30 Nov 2008 09:44:00 +0000 (09:44 +0000)]
Allow DB to be used during LocalSettings.php et al by changing plain get of global $wgMemc to wfGetMainCache(), which will load memcached if necessary.

15 years agoRevert "Follow up on r43982. Reduce dirname(__FILE__) calls in core and extensions."
Andrew Garrett [Sun, 30 Nov 2008 03:15:22 +0000 (03:15 +0000)]
Revert "Follow up on r43982. Reduce dirname(__FILE__) calls in core and extensions."

Uses $dir in extension files, and assumes that it remains unchanged in require_once( 'maintenance/commandLine.inc' ).
In fact, it is likely that '$dir' will be set when setting up command-line, as some extensions will use the same var.

Recommended fix: Use $CentralAuth_dir, $EmailPage_dir, etc.

15 years ago(bug 16498) Fixed fatal error while editing old revsion of a page:
Alexandre Emsenhuber [Sat, 29 Nov 2008 22:17:53 +0000 (22:17 +0000)]
(bug 16498) Fixed fatal error while editing old revsion of a page:
Fatal error: Call to protected method Article::setOldSubtitle() from context 'EditPage' in includes/EditPage.php on line 1182

15 years ago* Modified hook UserRights::showEditUserGroupsForm to actually be able to do
Nathaniel Herman [Sat, 29 Nov 2008 20:52:14 +0000 (20:52 +0000)]
* Modified hook UserRights::showEditUserGroupsForm to actually be able to do
  something, before it was using $addable and $removable which are not used in
  the showEditUserGroupsForm function since r32610, now it uses $groups instead.
* Changed a $user->getGroups call in showEditUserGroupsForm to use $groups
  instead, the function is passed $groups, which is supposed to be an array of
  groups the user is in, so no point in getting the array again
* Removed a useless line of code in showEditUserGroupsForm
  "list( $addable, $removable ) = $this->splitGroups( $groups );"
  this was never removed from when $addable and $removable were changed to
  just $groups, and so it does nothing and is just confusing.

15 years ago* Added hook SpecialListusersGetGroups which is called right before the
Nathaniel Herman [Sat, 29 Nov 2008 19:45:10 +0000 (19:45 +0000)]
* Added hook SpecialListusersGetGroups which is called right before the
  end of UsersPager::getGroups() and can be used to add to the user's
  groups.

15 years agoRenamed PasswordReset class to SpecialResetpass and fixed an entry in SpecialUserlogi...
Alexandre Emsenhuber [Sat, 29 Nov 2008 19:42:08 +0000 (19:42 +0000)]
Renamed PasswordReset class to SpecialResetpass and fixed an entry in SpecialUserlogin.php that was not renamed in r43971.
This also caused a regression with PasswordReset extension (renaming PasswordResetForm to PasswordReset) since this extension also have a PasswordReset class

15 years agoMore doxygen fixes
Alexandre Emsenhuber [Sat, 29 Nov 2008 19:23:42 +0000 (19:23 +0000)]
More doxygen fixes

15 years ago* fixed Doxygen errors in Database.php, DatabasePostgres.php, DatabaseOracle.php...
Alexandre Emsenhuber [Sat, 29 Nov 2008 18:50:39 +0000 (18:50 +0000)]
* fixed Doxygen errors in Database.php, DatabasePostgres.php, DatabaseOracle.php and DatabaseMssql.php
* renamed \2types and \3types both to \types (with different number of param), Doxygen doesn't seem to like numbers in aliases
* Added aliases for @private, @protected and @public

15 years agoMark ImagePage::checkSharedConflictCallback() as public since it's passed to RepoGrou...
Alexandre Emsenhuber [Sat, 29 Nov 2008 17:48:37 +0000 (17:48 +0000)]
Mark ImagePage::checkSharedConflictCallback() as public since it's passed to RepoGroup as callback function

15 years agoRemove unused function
Aaron Schulz [Sat, 29 Nov 2008 16:52:10 +0000 (16:52 +0000)]
Remove unused function

15 years ago* Use insertArticleLink() to remove duplication
Aaron Schulz [Sat, 29 Nov 2008 00:17:10 +0000 (00:17 +0000)]
* Use insertArticleLink() to remove duplication
* Break some long lines

15 years agoVarious minor code style tweaks and cleanup to RC
Aaron Schulz [Fri, 28 Nov 2008 23:06:25 +0000 (23:06 +0000)]
Various minor code style tweaks and cleanup to RC

15 years agosupport more greedy params
Daniel Kinzler [Fri, 28 Nov 2008 21:32:10 +0000 (21:32 +0000)]
support more greedy params

15 years ago(bug 15695) Define 'mw-js-message' to make jsMsg() work in modern skin
Aaron Schulz [Fri, 28 Nov 2008 18:41:25 +0000 (18:41 +0000)]
(bug 15695) Define 'mw-js-message' to make jsMsg() work in modern skin

15 years agoDo the same as r41813, but for non-edit page: Display default extensions messages...
Alexandre Emsenhuber [Fri, 28 Nov 2008 18:37:31 +0000 (18:37 +0000)]
Do the same as r41813, but for non-edit page: Display default extensions messages for language subpages when the page being viewed doesn't exist

15 years ago*Remove getContent() side-effects
Aaron Schulz [Fri, 28 Nov 2008 14:29:25 +0000 (14:29 +0000)]
*Remove getContent() side-effects
*Fix/set visibility
*Refactor deletion log stuff to helper function
*Add wfDeprecated( __METHOD__ ) to some places
*Various minor cleanup/spacing