lhc/web/wiklou.git
13 years agoGive image <gallery>s fluid width
Aryeh Gregor [Mon, 29 Nov 2010 00:11:19 +0000 (00:11 +0000)]
Give image <gallery>s fluid width

Bug 3276.  Patch by DieBuche, with style cleanups by me, plus a tweak
from comment 27 of the bug to fix spacing.  This incidentally removes
the border around galleries, but this was hard to notice anyway, and
could be easily readded if desired.  Tested in a few browsers, including
IE6, but more testing and/or input from CSS gurus would be appreciated.

Updates parser tests, including for Cite.

13 years agoRevert r42257 "Convert literal tabs to &#9; when passing them through Tidy, to preven...
Aryeh Gregor [Mon, 29 Nov 2010 00:10:59 +0000 (00:10 +0000)]
Revert r42257 "Convert literal tabs to &#9; when passing them through Tidy, to prevent them from being clobbered."

This caused bug 16108, and also broke the patch to bug 3276.  The commit
doesn't explain why it's useful or what it fixes, although Platonides
asked on Code Review in 2008, so that's two problems it's caused with no
benefits I've seen.

13 years agoFollow up r77407. Do it Right.
Platonides [Sun, 28 Nov 2010 22:51:25 +0000 (22:51 +0000)]
Follow up r77407. Do it Right.
Fixes wfTimestamp() returning 0 instead of now.

13 years agoUse always DatabaseBase::timestampoOrNull for user_newpass_time field, as done in...
Platonides [Sun, 28 Nov 2010 22:44:14 +0000 (22:44 +0000)]
Use always DatabaseBase::timestampoOrNull for user_newpass_time field, as done in loadFromRow()/saveSettings()
-- línea y las que están debajo serán ignoradas--

M    User.php

13 years agoFix bug introduced in r77171
Platonides [Sun, 28 Nov 2010 22:40:29 +0000 (22:40 +0000)]
Fix bug introduced in r77171

13 years agoFollow up r77401.
Platonides [Sun, 28 Nov 2010 22:27:50 +0000 (22:27 +0000)]
Follow up r77401.
Mixture of null/false.
Happens to also fix the parsertests issue.

13 years agoFix bug discovered in r77171 from the user data in If-Modified-Since passed by resour...
Platonides [Sun, 28 Nov 2010 21:59:16 +0000 (21:59 +0000)]
Fix bug discovered in r77171 from the user data in If-Modified-Since passed by resource loader.
Added in wfTimestamp reading support for the three http date formats.
Increased conformance reading rfc2822 dates (read support added in r71750/r71751). We may not want full compliance with rfc2822, though.
The only provider of rfc2822 dates is probably http and that uses a subset (it's rfc822 + 4-digit years from rfc1123).
Make wfTimestamp() return false in case of a wrong input, according to CR.

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 28 Nov 2010 20:45:25 +0000 (20:45 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-28 20:30:00 UTC)

13 years agoRemove some unused variables and globals
Sam Reed [Sun, 28 Nov 2010 16:13:13 +0000 (16:13 +0000)]
Remove some unused variables and globals

13 years agoImagePage subclasses Article, therefore use parent::getContent()
Sam Reed [Sun, 28 Nov 2010 16:05:41 +0000 (16:05 +0000)]
ImagePage subclasses Article, therefore use parent::getContent()

13 years agoFix 1 deprecated method call in SpecialPage, and 3 non static methods called statically
Sam Reed [Sun, 28 Nov 2010 16:04:48 +0000 (16:04 +0000)]
Fix 1 deprecated method call in SpecialPage, and 3 non static methods called statically

13 years agoTweak some documentation
Sam Reed [Sun, 28 Nov 2010 15:40:15 +0000 (15:40 +0000)]
Tweak some documentation

13 years agoRemove isValidPassword check from User::checkPassword. It is hugely annoying to sudde...
Andrew Garrett [Sun, 28 Nov 2010 03:21:16 +0000 (03:21 +0000)]
Remove isValidPassword check from User::checkPassword. It is hugely annoying to suddenly have the system decide that your password is not strong enough and decide that, as a consequence, you are not allowed to log in anymore. Password strength checking should only be there for changing passwords, not using them!

13 years agoFix bug in load balancer: filter out non-replicating slaves (or slaves otherwise...
Roan Kattouw [Sat, 27 Nov 2010 22:39:56 +0000 (22:39 +0000)]
Fix bug in load balancer: filter out non-replicating slaves (or slaves otherwise not reporting their lag) even if no max lag is specified

13 years agoFix typo in LoadBalancer.php
Roan Kattouw [Sat, 27 Nov 2010 22:36:05 +0000 (22:36 +0000)]
Fix typo in LoadBalancer.php

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 27 Nov 2010 22:30:05 +0000 (22:30 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-27 22:16:00 UTC)

13 years ago(bug 10268) Added linktodiffs parameter on action=feedwatchlist
Bryan Tong Minh [Sat, 27 Nov 2010 19:24:48 +0000 (19:24 +0000)]
(bug 10268) Added linktodiffs parameter on action=feedwatchlist

13 years agoStylize. No differences when using: svn diff -x -wu
Antoine Musso [Sat, 27 Nov 2010 19:01:51 +0000 (19:01 +0000)]
Stylize. No differences when using: svn diff -x -wu

13 years ago(bug 26125) prop=imageinfo&iiprop=size now returns the page count if the file is...
Bryan Tong Minh [Sat, 27 Nov 2010 18:51:17 +0000 (18:51 +0000)]
(bug 26125) prop=imageinfo&iiprop=size now returns the page count if the file is a multi-page file

Also fix blatant lie in File::pageCount()

13 years agoRevert r77358, didn't have intended affect, and broke unittests
Sam Reed [Sat, 27 Nov 2010 15:35:57 +0000 (15:35 +0000)]
Revert r77358, didn't have intended affect, and broke unittests

13 years agoCreate instance of Maintenance class after AutoLoader and Defines
Sam Reed [Sat, 27 Nov 2010 15:25:57 +0000 (15:25 +0000)]
Create instance of Maintenance class after AutoLoader and Defines

Reason: We might want to use class stuff in the Maintenance constructor (re r77355)

13 years agoFix r77309 per CR: use appropriate function in ResourceLoaderWikiModule to check...
Victor Vasiliev [Sat, 27 Nov 2010 14:55:54 +0000 (14:55 +0000)]
Fix r77309 per CR: use appropriate function in ResourceLoaderWikiModule to check the validity of CSS user subpage.

13 years ago$options doesn't exist in PurgeList
Sam Reed [Sat, 27 Nov 2010 14:18:54 +0000 (14:18 +0000)]
$options doesn't exist in PurgeList

Change to getOptions, and addOption in Constructor

13 years agoTest normalizeForSearch and commafy
Antoine Musso [Sat, 27 Nov 2010 11:29:23 +0000 (11:29 +0000)]
Test normalizeForSearch and commafy

See bug 23156 and r64981

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 26 Nov 2010 21:52:21 +0000 (21:52 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-26 21:27:00 UTC)

13 years agoFix per r76545 CR.
Platonides [Fri, 26 Nov 2010 19:16:28 +0000 (19:16 +0000)]
Fix per r76545 CR.

13 years agoFollow up r77171
Platonides [Fri, 26 Nov 2010 15:47:51 +0000 (15:47 +0000)]
Follow up r77171

13 years agoSet blank $fname
Sam Reed [Fri, 26 Nov 2010 12:06:50 +0000 (12:06 +0000)]
Set blank $fname

13 years agoAdd a new method 'spamPageWithContent' to class EditPage. User can be allowed to...
Philip Tzou [Fri, 26 Nov 2010 07:48:41 +0000 (07:48 +0000)]
Add a new method 'spamPageWithContent' to class EditPage. User can be allowed to view his/her diff and submitted text when hit the spam-filter. The changes to extension SpamBlacklist will be followed up soon.

13 years agodoc comments: fix grammar and return parameter. fu r77296
Antoine Musso [Fri, 26 Nov 2010 07:45:12 +0000 (07:45 +0000)]
doc comments: fix grammar and return parameter. fu r77296

13 years agorevert r77271 since it was an expensive fix to a non-existant problem.
Mark A. Hershberger [Fri, 26 Nov 2010 02:37:28 +0000 (02:37 +0000)]
revert r77271 since it was an expensive fix to a non-existant problem.

13 years agofollow r77243 and r77315 which claimed to fix, but didn't -- fix the unit test was...
Mark A. Hershberger [Fri, 26 Nov 2010 01:16:52 +0000 (01:16 +0000)]
follow r77243 and r77315 which claimed to fix, but didn't -- fix the unit test was that accidently hide the bug

13 years agofollow r77243 -- unit test was coded to hide the bug... doh! fix it up
Mark A. Hershberger [Fri, 26 Nov 2010 00:21:36 +0000 (00:21 +0000)]
follow r77243 -- unit test was coded to hide the bug... doh! fix it up

13 years ago* Show "skin does not exist error" only when the skin is inputted in the wrong case...
Victor Vasiliev [Thu, 25 Nov 2010 23:12:05 +0000 (23:12 +0000)]
* Show "skin does not exist error" only when the skin is inputted in the wrong case. This seems to be the original intention. Otherwise it renders the warning on the completely legitimate subpages with user scripts.
* Deprecate isValidUserCssJSSubpage() as having a very confusing title. User scripts *are* valid user JS subpages.

13 years agoMore reversion of r77297, 2 of 2 commits to keep it readable in CR (hopefully)
Sam Reed [Thu, 25 Nov 2010 22:24:28 +0000 (22:24 +0000)]
More reversion of r77297, 2 of 2 commits to keep it readable in CR (hopefully)

13 years agoMore reversion of r77297, 1 of 2 commits to keep it readable in CR (hopefully)
Sam Reed [Thu, 25 Nov 2010 22:24:11 +0000 (22:24 +0000)]
More reversion of r77297, 1 of 2 commits to keep it readable in CR (hopefully)

13 years agoRevert r77297, Won't be reverting MimeMagic
Sam Reed [Thu, 25 Nov 2010 22:22:53 +0000 (22:22 +0000)]
Revert r77297, Won't be reverting MimeMagic

Mainly whitespace reverts here

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 25 Nov 2010 20:06:18 +0000 (20:06 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-25 19:50:00 UTC)

13 years agorevert r76464
Antoine Musso [Thu, 25 Nov 2010 20:01:34 +0000 (20:01 +0000)]
revert r76464

* mixed style changes and variable removing
* logic changes
* useful comments removed

13 years agoconsistent incr() return value in case of error. follow up 74579
Antoine Musso [Thu, 25 Nov 2010 19:47:24 +0000 (19:47 +0000)]
consistent incr() return value in case of error. follow up 74579

13 years agoFix indentation in Block::infinity()
Roan Kattouw [Thu, 25 Nov 2010 15:12:04 +0000 (15:12 +0000)]
Fix indentation in Block::infinity()

13 years agoFix r77261 by adding the parentheses already added in 1.16wmf4 in r77264
Roan Kattouw [Thu, 25 Nov 2010 12:34:21 +0000 (12:34 +0000)]
Fix r77261 by adding the parentheses already added in 1.16wmf4 in r77264

13 years agoFix for r77231: correct variable name, was throwing fatal errors
Alexandre Emsenhuber [Thu, 25 Nov 2010 09:38:04 +0000 (09:38 +0000)]
Fix for r77231: correct variable name, was throwing fatal errors

13 years agoRemove redundant link 'Existing blocks for $1' because the blog log is shown since...
Raimond Spekking [Thu, 25 Nov 2010 08:25:12 +0000 (08:25 +0000)]
Remove redundant link 'Existing blocks for $1' because the blog log is shown since r16287
And in case the user is already blocked the message "$1 is already blocked. Do you want to change the settings?" is shown

13 years agoGive SQLite a translation for MySQL's UNIX_TIMESTAMP() functions. Pg will probably...
Mark A. Hershberger [Thu, 25 Nov 2010 07:39:51 +0000 (07:39 +0000)]
Give SQLite a translation for MySQL's UNIX_TIMESTAMP() functions. Pg will probably need something similar.

13 years agoFix strange bug in ImageMagick call: if $params['comment'] was set to '' (which is...
Roan Kattouw [Wed, 24 Nov 2010 22:50:46 +0000 (22:50 +0000)]
Fix strange bug in ImageMagick call: if $params['comment'] was set to '' (which is explicitly done by the code in certain cases), the command line will contain -set comment -depth 8, causing the comment to be set to '-depth' and the file '8' to be read. Fix this by not adding the -set comment part at all if the comment is empty

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 24 Nov 2010 21:26:50 +0000 (21:26 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-24 21:05:00 UTC)

13 years agofollowup r65504 — actually check that we hav errors before returnning from checkUserB...
Mark A. Hershberger [Wed, 24 Nov 2010 19:52:59 +0000 (19:52 +0000)]
followup r65504 — actually check that we hav errors before returnning from checkUserBlock when short circuited.

13 years agomore debug log messages for errors which have to be cryptic (we don't want people...
Neil Kandalgaonkar [Wed, 24 Nov 2010 19:05:32 +0000 (19:05 +0000)]
more debug log messages for errors which have to be cryptic (we don't want people knowing paths on the server)

13 years agogenerate debug messages, trying to fix a problem on testwiki
Neil Kandalgaonkar [Wed, 24 Nov 2010 18:59:16 +0000 (18:59 +0000)]
generate debug messages, trying to fix a problem on testwiki

13 years agoMoved switches in Special:Unusedimages and Special:Ancientpages to extract a unix...
Alexandre Emsenhuber [Wed, 24 Nov 2010 15:40:25 +0000 (15:40 +0000)]
Moved switches in Special:Unusedimages and Special:Ancientpages to extract a unix timestamp from a fielf to DatabaseBase and related classes to avoid code duplication

13 years ago$wgJQuery* variables were removed with the merge of the resource loader
Alexandre Emsenhuber [Wed, 24 Nov 2010 12:24:14 +0000 (12:24 +0000)]
$wgJQuery* variables were removed with the merge of the resource loader

13 years agoWikiImport no longer returns a WikiError since the rewrite to use XmlReader
Alexandre Emsenhuber [Wed, 24 Nov 2010 11:45:01 +0000 (11:45 +0000)]
WikiImport no longer returns a WikiError since the rewrite to use XmlReader

13 years agoSpaces to tab, add a couple of braces
Sam Reed [Tue, 23 Nov 2010 23:58:57 +0000 (23:58 +0000)]
Spaces to tab, add a couple of braces

13 years ago* Sysops now have the "suppressredirect" right by default
Sam Reed [Tue, 23 Nov 2010 23:53:49 +0000 (23:53 +0000)]
* Sysops now have the "suppressredirect" right by default

13 years agoRelease notes for r77171, which was slightly based on t.glaser
Platonides [Tue, 23 Nov 2010 23:30:49 +0000 (23:30 +0000)]
Release notes for r77171, which was slightly based on t.glaser
patch at http://bug-attachment.wikimedia.org/attachment.cgi?id=7736

13 years agoWikiImport no longer returns a WikiError since the rewrite to use XmlReader
Alexandre Emsenhuber [Tue, 23 Nov 2010 22:42:24 +0000 (22:42 +0000)]
WikiImport no longer returns a WikiError since the rewrite to use XmlReader

13 years ago(bug 25174) Add equal sign to boolean parameters in examples, so that the examples...
Bryan Tong Minh [Tue, 23 Nov 2010 22:05:27 +0000 (22:05 +0000)]
(bug 25174) Add equal sign to boolean parameters in examples, so that the examples work immediately when posted

13 years agoExplicit variable definition, tweak documentation
Sam Reed [Tue, 23 Nov 2010 21:43:56 +0000 (21:43 +0000)]
Explicit variable definition, tweak documentation

13 years ago* (bug 26089) add block expiration to blockinfo
Sam Reed [Tue, 23 Nov 2010 21:37:27 +0000 (21:37 +0000)]
* (bug 26089) add block expiration to blockinfo

13 years agodieout() now default to empty text. follow up r76165
Antoine Musso [Tue, 23 Nov 2010 20:39:04 +0000 (20:39 +0000)]
dieout() now default to empty text. follow up r76165

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 23 Nov 2010 20:20:45 +0000 (20:20 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-22 20:11:00 UTC)

13 years agotestRegisteringNullModuleThrowsAnException - $this->markTestIncomplete( "Broken by...
Sam Reed [Tue, 23 Nov 2010 19:57:04 +0000 (19:57 +0000)]
testRegisteringNullModuleThrowsAnException - $this->markTestIncomplete( "Broken by r77011" );

Just to shut codurr up

13 years agobug 9675: sitemap-index doesn't include full location path
Ilmari Karonen [Tue, 23 Nov 2010 19:26:36 +0000 (19:26 +0000)]
bug 9675: sitemap-index doesn't include full location path

13 years agoBug 25451: time and date calculation in 32-bit
Platonides [Tue, 23 Nov 2010 18:25:00 +0000 (18:25 +0000)]
Bug 25451: time and date calculation in 32-bit
Follow up r75761. Now calculation is right (passes all tests)
on php 32 bits when using PHP >= 5.2
without prejudice to PHP 32/64 bits < 5.2 on the 32 bit range
(regardless of architecture)

13 years agorm unused and (seemingly) broken factory function
Chad Horohoe [Tue, 23 Nov 2010 16:11:28 +0000 (16:11 +0000)]
rm unused and (seemingly) broken factory function

13 years ago(bug 26068) Document $wgUseETag better
Chad Horohoe [Tue, 23 Nov 2010 16:01:09 +0000 (16:01 +0000)]
(bug 26068) Document $wgUseETag better

13 years agoFixed another wrong function name
Max Semenik [Tue, 23 Nov 2010 14:30:01 +0000 (14:30 +0000)]
Fixed another wrong function name

13 years agoFix PHP 5.2 compatibility for r77144
Max Semenik [Tue, 23 Nov 2010 14:08:46 +0000 (14:08 +0000)]
Fix PHP 5.2 compatibility for r77144

13 years ago(bug 21911) Per Tim Starling's comment #10: Remove hard coded limit for long page...
Raimond Spekking [Tue, 23 Nov 2010 12:57:27 +0000 (12:57 +0000)]
(bug 21911) Per Tim Starling's comment #10: Remove hard coded limit for long page warning.
New message [[MediaWiki:Longpage-hint]] (empty per default) can be used instead.
Parameters: $1 shows the formatted textsize in Byte/KB/MB, $2 is the raw number of the textsize in Byte for calculation with PerserFunctions
(yes, I know that PerserFunctions are not in core, unfortunately, but every installation I know or attend have it)

13 years agoRemoved LoadBalancer::getGroupIndex(): deprecated since r32578, no callers
Max Semenik [Tue, 23 Nov 2010 12:27:02 +0000 (12:27 +0000)]
Removed LoadBalancer::getGroupIndex(): deprecated since r32578, no callers

13 years agoFixed $fname in some places
Max Semenik [Tue, 23 Nov 2010 11:21:00 +0000 (11:21 +0000)]
Fixed $fname in some places

13 years agoThis indexInfo() belongs to MySQL
Max Semenik [Tue, 23 Nov 2010 11:14:48 +0000 (11:14 +0000)]
This indexInfo() belongs to MySQL

13 years ago* (bug 26075) ApiDelete.php now calls correctly ArticleDelete hook
Alexandre Emsenhuber [Tue, 23 Nov 2010 10:04:38 +0000 (10:04 +0000)]
* (bug 26075) ApiDelete.php now calls correctly ArticleDelete hook

13 years agoIn wfEscapeWikiText(), add "}}" to the list of things to escape, for callers that...
Tim Starling [Tue, 23 Nov 2010 02:39:04 +0000 (02:39 +0000)]
In wfEscapeWikiText(), add "}}" to the list of things to escape, for callers that produce template invocations, as in r77128.

13 years agoadding isEmpty to jQuery prototype
Krinkle [Tue, 23 Nov 2010 01:36:58 +0000 (01:36 +0000)]
adding isEmpty to jQuery prototype

13 years ago* Swapping enableForOther locked input-field from disabled to readonly. No need to...
Krinkle [Tue, 23 Nov 2010 00:40:45 +0000 (00:40 +0000)]
* Swapping enableForOther locked input-field from disabled to readonly. No need to block users from selecting the text inside, only block editing it field.
* On top of that, also using javascript to hide the input-field if/when not needed, untill needed (PHP has a backup check to only use this value if the radio-button was on 'other')
* Escaping special html characters in the attributes. The message for .mw-help-field-hint contained the phrase "  content pages, in a "'''project namespace'''".  " which (raw, unescaped) ends the attribute right after the "a". Fixed now.

13 years agoPressing enter in an input field doesn't trigger display:none elements in WebKit...
Krinkle [Tue, 23 Nov 2010 00:04:02 +0000 (00:04 +0000)]
Pressing enter in an input field doesn't trigger display:none elements in WebKit-browsers. Either put Back-button after Continue (visually not a good choise)... or keep the current double-button-first-hidden approach but in a different way that doesn't use display:none. Doing the latter for now.

13 years agowhitespace commit (removing trailing space)
Krinkle [Mon, 22 Nov 2010 23:55:37 +0000 (23:55 +0000)]
whitespace commit (removing trailing space)

13 years agoPutting .config-page-list (sidebar nav) floating to the right as part of the page...
Krinkle [Mon, 22 Nov 2010 23:52:59 +0000 (23:52 +0000)]
Putting .config-page-list (sidebar nav) floating to the right as part of the page (instead of floating outside the page content). This takes away the dead white space on longer pages by making it grey instead of white (previously this made the page look very unorganized and off-grid in more narrow windows). This also fixes a layout bug in Safari where the tops didn't line up.

13 years agofixing a TypeError when the function would be called without any arguments
Krinkle [Mon, 22 Nov 2010 23:40:07 +0000 (23:40 +0000)]
fixing a TypeError when the function would be called without any arguments

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 22 Nov 2010 20:38:23 +0000 (20:38 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-22 20:22:00 UTC)

13 years agoMove storing of $db down to SearchEngine
Platonides [Mon, 22 Nov 2010 16:08:12 +0000 (16:08 +0000)]
Move storing of $db down to SearchEngine
Fixes the r76809 issue of SearchDbTest not being marked as requiring a Database.

13 years agoFix typo
Platonides [Mon, 22 Nov 2010 16:03:56 +0000 (16:03 +0000)]
Fix typo

13 years agoFix a doxygen warning
Alexandre Emsenhuber [Mon, 22 Nov 2010 15:36:17 +0000 (15:36 +0000)]
Fix a doxygen warning

13 years agoRemove Arabic fallback. Shouldn't be RTL.
Siebrand Mazeland [Mon, 22 Nov 2010 14:09:29 +0000 (14:09 +0000)]
Remove Arabic fallback. Shouldn't be RTL.

13 years agoTweak param documentation
Sam Reed [Sun, 21 Nov 2010 23:18:52 +0000 (23:18 +0000)]
Tweak param documentation

13 years ago* Break lines at 80 chars
Alexandre Emsenhuber [Sun, 21 Nov 2010 21:35:30 +0000 (21:35 +0000)]
* Break lines at 80 chars
* Remove trailing whitespaces

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 21 Nov 2010 20:20:38 +0000 (20:20 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-11-21 19:57:00 UTC)

13 years agoRefactoring of *Field classes:
Max Semenik [Sun, 21 Nov 2010 19:56:51 +0000 (19:56 +0000)]
Refactoring of *Field classes:
* Made them all implement one common interface (might add more functions to it later)
* Moved MySQLField to DatabaseMysql.php
* Renamed nullable() to isNullable()
* Removed maxLength() from:
** SQLiteField: makes no sense
** MySQLField: doesn't do what people may think, useless for this class' purpose of assisting querying the DB schema

13 years agoPer r77072 CR, followup r66872 (seemingly my crappy code from 5 months ago) like...
Sam Reed [Sun, 21 Nov 2010 17:27:13 +0000 (17:27 +0000)]
Per r77072 CR, followup r66872 (seemingly my crappy code from 5 months ago) like r77079

13 years agoPer Reedy, follow-up to r77072: don't use array_merge() to add just one item
Alexandre Emsenhuber [Sun, 21 Nov 2010 17:02:12 +0000 (17:02 +0000)]
Per Reedy, follow-up to r77072: don't use array_merge() to add just one item

13 years agoFollow up r77058 per CR
Platonides [Sun, 21 Nov 2010 16:26:23 +0000 (16:26 +0000)]
Follow up r77058 per CR

13 years agoFix path
Alexandre Emsenhuber [Sun, 21 Nov 2010 15:44:46 +0000 (15:44 +0000)]
Fix path

13 years agoAdd UploadStashFile
Platonides [Sun, 21 Nov 2010 15:20:04 +0000 (15:20 +0000)]
Add UploadStashFile

13 years agoAdd PhpHttpRequest, added in r60811
Platonides [Sun, 21 Nov 2010 14:35:39 +0000 (14:35 +0000)]
Add PhpHttpRequest, added in r60811

13 years ago* (bug 26006) prop=langlinks now allows obtaining full URL
Alexandre Emsenhuber [Sun, 21 Nov 2010 14:04:10 +0000 (14:04 +0000)]
* (bug 26006) prop=langlinks now allows obtaining full URL

13 years agoNote version and revision deprecating wfGetMimeMagic (fu r68837)
Antoine Musso [Sun, 21 Nov 2010 12:03:17 +0000 (12:03 +0000)]
Note version and revision deprecating wfGetMimeMagic (fu r68837)

13 years agoNote about CC Licence marks (follow up r66559)
Antoine Musso [Sun, 21 Nov 2010 11:52:13 +0000 (11:52 +0000)]
Note about CC Licence marks (follow up r66559)

13 years ago*(bug 25920) Moved forward ref to a back ref to really get v6 regex to compile on...
Aaron Schulz [Sun, 21 Nov 2010 10:49:54 +0000 (10:49 +0000)]
*(bug 25920) Moved forward ref to a back ref to really get v6 regex to compile on older PCRE versions. Works around PCRE 8 nested named ref bug that killed r76928.
* Added another simple v6 assertion