lhc/web/wiklou.git
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

15 years ago(bug 16481) Special:Statistics does not explain what * means
Siebrand Mazeland [Fri, 28 Nov 2008 13:01:01 +0000 (13:01 +0000)]
(bug 16481) Special:Statistics does not explain what * means
* change asterisk to a tooltip image
* image is a 10px rendition of public domain image http://commons.wikimedia.org/wiki/Image:Bulbgraph.svg by RubySS

15 years agoAllow easier debugging of this module by distinguishing between the two queries
Bryan Tong Minh [Fri, 28 Nov 2008 11:36:04 +0000 (11:36 +0000)]
Allow easier debugging of this module by distinguishing between the two queries

15 years agoLocalisation updates for core messages from Betawiki (2008-11-28 10:35 CET)
Siebrand Mazeland [Fri, 28 Nov 2008 10:10:46 +0000 (10:10 +0000)]
Localisation updates for core messages from Betawiki (2008-11-28 10:35 CET)

15 years ago* Special:ImageList -> Special:FileList
Siebrand Mazeland [Fri, 28 Nov 2008 09:31:46 +0000 (09:31 +0000)]
* Special:ImageList -> Special:FileList
* Special:NewImages -> Special:NewFiles
* comments with 'image' to 'file'

15 years agoReplace "Image:" with "File:"
Siebrand Mazeland [Thu, 27 Nov 2008 23:33:54 +0000 (23:33 +0000)]
Replace "Image:" with "File:"

15 years agoReplace "{{ns:image}}" with "{{ns:file}}" for core messages
Siebrand Mazeland [Thu, 27 Nov 2008 22:59:08 +0000 (22:59 +0000)]
Replace "{{ns:image}}" with "{{ns:file}}" for core messages

15 years agoLocalisation updates for core messages from Betawiki (2008-11-27 23:40 CET)
Siebrand Mazeland [Thu, 27 Nov 2008 22:46:44 +0000 (22:46 +0000)]
Localisation updates for core messages from Betawiki (2008-11-27 23:40 CET)

15 years agoFirst step in replacing NS_IMAGE with NS_FILE, to match the canonical name change...
Ilmari Karonen [Thu, 27 Nov 2008 22:36:25 +0000 (22:36 +0000)]
First step in replacing NS_IMAGE with NS_FILE, to match the canonical name change (bug 44).

This step simply defines the new constants NS_FILE and NS_FILE_TALK, retaining NS_IMAGE and NS_IMAGE_TALK as aliases, and makes them usable for export (which seems to be the only part of core that uses the NS_* names as strings).

The second step should be a global search-and-replace across core (other than Defines.php and Export.php).  I've already tried this locally, and there seem to be no problems.  This step should not touch extensions.

The third, optional step would be updating at least some extensions to use the new constant names as well.  This would generally require prepending the following compatibility snippet to the main extension file:

// The names NS_FILE and NS_FILE_TALK are new in MediaWiki v1.14
if( !defined('NS_FILE') || !defined('NS_FILE_TALK') ) {
define('NS_FILE', NS_IMAGE);
define('NS_FILE_TALK', NS_IMAGE_TALK);
}

15 years ago(bug 15892) kluge: disable use of temporary tables for parserTests until someone...
Ilmari Karonen [Thu, 27 Nov 2008 21:22:21 +0000 (21:22 +0000)]
(bug 15892) kluge: disable use of temporary tables for parserTests until someone can figure out a way to make them work again

15 years ago(bug 44) make 'Image' and 'Image_talk' compatibility aliases work for all languages...
Ilmari Karonen [Thu, 27 Nov 2008 20:27:05 +0000 (20:27 +0000)]
(bug 44) make 'Image' and 'Image_talk' compatibility aliases work for all languages, not just English

15 years ago(bug 6100) Strip Unicode BiDi embedding/override characters (U+202A - U+202E) from...
Ilmari Karonen [Thu, 27 Nov 2008 20:11:38 +0000 (20:11 +0000)]
(bug 6100) Strip Unicode BiDi embedding/override characters (U+202A - U+202E) from titles.
NOTE: run maintenance/cleanupImages.php and cleanupTitles.php ASAP after deploying this!

15 years agoReduce excessive RC write queries
Aaron Schulz [Thu, 27 Nov 2008 18:55:47 +0000 (18:55 +0000)]
Reduce excessive RC write queries

15 years agoAdd $user to NewRevisionFromEditComplete hook
Aaron Schulz [Thu, 27 Nov 2008 18:32:29 +0000 (18:32 +0000)]
Add $user to NewRevisionFromEditComplete hook

15 years agoimage import new supports per-image description files
Daniel Kinzler [Thu, 27 Nov 2008 13:07:30 +0000 (13:07 +0000)]
image import new supports per-image description files

15 years ago(bug 16445) add info if accounts are not sul accounts to cu results
Aaron Schulz [Thu, 27 Nov 2008 07:45:08 +0000 (07:45 +0000)]
(bug 16445) add info if accounts are not sul accounts to cu results

15 years agoFollow up on r43982. Reduce dirname(__FILE__) calls in core and extensions.
Siebrand Mazeland [Wed, 26 Nov 2008 23:17:15 +0000 (23:17 +0000)]
Follow up on r43982. Reduce dirname(__FILE__) calls in core and extensions.

15 years agoMake returnto parameter work as well with cookieRedirect
Bryan Tong Minh [Wed, 26 Nov 2008 19:22:29 +0000 (19:22 +0000)]
Make returnto parameter work as well with cookieRedirect

15 years agoPer r43967: Bump $wgStyleVersion
Raimond Spekking [Wed, 26 Nov 2008 13:21:25 +0000 (13:21 +0000)]
Per r43967: Bump $wgStyleVersion

15 years agoOpp, add this bit back
Aaron Schulz [Wed, 26 Nov 2008 03:41:28 +0000 (03:41 +0000)]
Opp, add this bit back

15 years agoCleanup for r43841:
Aaron Schulz [Wed, 26 Nov 2008 03:37:11 +0000 (03:37 +0000)]
Cleanup for r43841:
* Fix odd invocation to use the normal extend method for pages
* Add passwordaudit hooks
* Fix specialpage member variable collision

15 years ago* Added complimentary function for addHandler() called removeHandler() for removing...
Ryan Schmidt [Wed, 26 Nov 2008 02:55:24 +0000 (02:55 +0000)]
* Added complimentary function for addHandler() called removeHandler() for removing events

15 years agofix regression from r43965 -- forgot the .png extension from math URLs, which works...
Brion Vibber [Wed, 26 Nov 2008 02:37:07 +0000 (02:37 +0000)]
fix regression from r43965 -- forgot the .png extension from math URLs, which works on my apache install but not on the live upload server :P

15 years agoFollow-up to r43964 (bug 16440)
Brion Vibber [Wed, 26 Nov 2008 02:28:15 +0000 (02:28 +0000)]
Follow-up to r43964 (bug 16440)
* Purge newly rendered math images from squids, so any old bad versions get purged out
* Don't save entries that were 0-byte files

15 years ago* (bug 16440) Broken 0-byte math renderings are now deleted and re-rendered when...
Brion Vibber [Wed, 26 Nov 2008 02:13:40 +0000 (02:13 +0000)]
* (bug 16440) Broken 0-byte math renderings are now deleted and re-rendered  when page is re-parsed.

15 years agoRefactor Special:Import to extend SpecialPage instead of wfSpecialImport() stuff.
Chad Horohoe [Wed, 26 Nov 2008 02:10:56 +0000 (02:10 +0000)]
Refactor Special:Import to extend SpecialPage instead of wfSpecialImport() stuff.

15 years agoFix RELEASE-NOTES for r43944.
Siebrand Mazeland [Tue, 25 Nov 2008 21:00:30 +0000 (21:00 +0000)]
Fix RELEASE-NOTES for r43944.

15 years agoSub pages get a redirect on move, even when "Leave a redirect behind" is checked...
Siebrand Mazeland [Tue, 25 Nov 2008 20:57:29 +0000 (20:57 +0000)]
Sub pages get a redirect on move, even when "Leave a redirect behind" is checked. Fixed.