lhc/web/wiklou.git
8 years agoMerge "Fix class name of WfEscapeShellArgTest"
jenkins-bot [Sat, 10 Oct 2015 17:10:48 +0000 (17:10 +0000)]
Merge "Fix class name of WfEscapeShellArgTest"

8 years agoMerge "Change 1.26 to 1.27, mostly in doc comments"
jenkins-bot [Sat, 10 Oct 2015 17:01:23 +0000 (17:01 +0000)]
Merge "Change 1.26 to 1.27, mostly in doc comments"

8 years agoMerge "Clear previously left-over PQresult before calling pg_get_result()"
jenkins-bot [Sat, 10 Oct 2015 16:14:22 +0000 (16:14 +0000)]
Merge "Clear previously left-over PQresult before calling pg_get_result()"

8 years agoClear previously left-over PQresult before calling pg_get_result()
yoonghm [Sun, 27 Sep 2015 05:56:29 +0000 (13:56 +0800)]
Clear previously left-over PQresult before calling pg_get_result()

Bug: T52091
Change-Id: Iaa1a479b5eefcae0fc8f82b1d20e9575d609c0e9

8 years agoOutputPage: Fix typo in documentation
Kunal Mehta [Sat, 10 Oct 2015 15:52:58 +0000 (11:52 -0400)]
OutputPage: Fix typo in documentation

Change-Id: If89f249de3049eb37c261a7417910637b7464961

8 years agoMerge "Remove outdated style for span.minor"
jenkins-bot [Sat, 10 Oct 2015 13:12:48 +0000 (13:12 +0000)]
Merge "Remove outdated style for span.minor"

8 years agoMerge "Skip user namespace prefix for rights log entry"
jenkins-bot [Sat, 10 Oct 2015 11:02:58 +0000 (11:02 +0000)]
Merge "Skip user namespace prefix for rights log entry"

8 years agoMerge "Adjust file name in style module after rename"
jenkins-bot [Sat, 10 Oct 2015 11:02:35 +0000 (11:02 +0000)]
Merge "Adjust file name in style module after rename"

8 years agoAdjust file name in style module after rename
umherirrender [Sat, 10 Oct 2015 07:26:18 +0000 (09:26 +0200)]
Adjust file name in style module after rename

Follows I65b9343ea002c332323ededf4e328e4463faf698

Change-Id: I436f80041a8b30964755040a699166f182c1736c

8 years agoRemove outdated style for span.minor
umherirrender [Sat, 10 Oct 2015 06:48:05 +0000 (08:48 +0200)]
Remove outdated style for span.minor

There is no span.minor on pagehistory to style. It is called .minoredit
and already has the style.

Change-Id: I832b394e475104394700fe215b218115220d6c61

8 years agoAdd process cache support to WANObjectCache
Aaron Schulz [Wed, 7 Oct 2015 08:55:39 +0000 (01:55 -0700)]
Add process cache support to WANObjectCache

* Make getWithSetCallback() accept a TTL field for this
* Make ChangeTag callers use this flag to avoid hundreds of
  duplicate queries at Special:Tags

Change-Id: Ic1ed28294f5d557e02f39a7f20d36766244b9ded

8 years agoSkip user namespace prefix for rights log entry
umherirrender [Fri, 9 Oct 2015 20:36:47 +0000 (22:36 +0200)]
Skip user namespace prefix for rights log entry

The target of the right log entry is shown with namespace prefix, but it
is always a user, so skip the namespace prefix.

Change-Id: Ibe6005cc70ff3933836166d97c544267fb7d9951

8 years agoMerge "Minor getWithSetCallback() example formatting tweaks"
jenkins-bot [Sat, 10 Oct 2015 04:55:52 +0000 (04:55 +0000)]
Merge "Minor getWithSetCallback() example formatting tweaks"

8 years agoMerge "Fix broken min() call in OutputPage"
jenkins-bot [Sat, 10 Oct 2015 04:06:45 +0000 (04:06 +0000)]
Merge "Fix broken min() call in OutputPage"

8 years agoFix broken min() call in OutputPage
Aaron Schulz [Sat, 10 Oct 2015 03:55:47 +0000 (20:55 -0700)]
Fix broken min() call in OutputPage

Change-Id: Ia2d895371f6f114c1cb821dd1d2aaaef7935033f

8 years agoFix more LBFactory __construct() IDEA errors
Aaron Schulz [Sat, 10 Oct 2015 00:25:54 +0000 (17:25 -0700)]
Fix more LBFactory __construct() IDEA errors

Change-Id: Iec0d108d6ad405f77710e4ce111d0adefea3832b

8 years agoMerge "Add ObjectCache::getMainClusterInstance()"
jenkins-bot [Sat, 10 Oct 2015 02:43:43 +0000 (02:43 +0000)]
Merge "Add ObjectCache::getMainClusterInstance()"

8 years agoMerge "Set correct parentid on import"
jenkins-bot [Sat, 10 Oct 2015 02:21:48 +0000 (02:21 +0000)]
Merge "Set correct parentid on import"

8 years agoAdd ObjectCache::getMainClusterInstance()
Ori Livneh [Fri, 9 Oct 2015 23:26:26 +0000 (16:26 -0700)]
Add ObjectCache::getMainClusterInstance()

Provide a complement to ObjectCache::getMainWANInstance() and
ObjectCache::getMainStashInstance() which gets the default ObjectCache
instance.

Change-Id: Ib16ee40908b159e60be41a308db49a9291b5de0d

8 years agoBetter explain WANObjectCache::TTL_NONE constant
Aaron Schulz [Thu, 8 Oct 2015 17:02:02 +0000 (10:02 -0700)]
Better explain WANObjectCache::TTL_NONE constant

Change-Id: I2ce363c957f35e75a17f05b2160979a6fa4aa642

8 years agoFix "installer started" detection
Brad Jorsch [Fri, 9 Oct 2015 21:25:36 +0000 (17:25 -0400)]
Fix "installer started" detection

NoLocalSettings.php tries to detect whether the installer has been
started or not. But this detection has been broken since I4cf237d when a
change was made to stop setting the session name when NO_SESSION is
defined, causing NoLocalSettings.php to be looking at a different
session-cookie than is actually being used by the installer.

The complete fix is twofold:
* Have WebInstaller::startSession() call session_name()
* Have NoLocalSettings.php not call session_name() when PHP's
  session.auto_start configuration setting is set.

Change-Id: I618d11df902b5d1f70e175bc94137621e9195c2f

8 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Fri, 9 Oct 2015 20:11:52 +0000 (22:11 +0200)]
Localisation updates from https://translatewiki.net.

Change-Id: I630ffad122995402233190be172a5f250c4f24d2

8 years agoMerge "mediawiki.jqueryMsg: Strip leading colon in wikilinks"
jenkins-bot [Fri, 9 Oct 2015 15:43:59 +0000 (15:43 +0000)]
Merge "mediawiki.jqueryMsg: Strip leading colon in wikilinks"

8 years agoSet correct parentid on import
umherirrender [Thu, 8 Oct 2015 19:26:56 +0000 (21:26 +0200)]
Set correct parentid on import

When importing over an existing page the parentid is set to the latest
rev id of the page, which makes the size diff in history unusable.

The import constructs the Revision object without a parentid and than
Revision::getPreviousRevisionId is using the page_latest field to
propagate the missing parentid.
Avoid this bad propagate by select the previous revision id depending on
timestamp before construct of the Revision object.

Bug: T114806
Change-Id: Iee44d5a74de459f733ea62373cdbe9911e77083f

8 years agomediawiki.jqueryMsg: Strip leading colon in wikilinks
Bartosz Dziewoński [Wed, 7 Oct 2015 18:16:30 +0000 (20:16 +0200)]
mediawiki.jqueryMsg: Strip leading colon in wikilinks

Strip leading ':', which is used to suppress special behavior in
wikitext links, e.g. [[:Category:Foo]] or [[:File:Foo.jpg]].

Also added tests for empty wikilinks.

Bug: T114130
Change-Id: Idc78310d6106c2badc0fde933f901d672556ab26

8 years agoMerge "LocalisationCache::recache(): Use array_fill_keys()"
jenkins-bot [Fri, 9 Oct 2015 06:17:07 +0000 (06:17 +0000)]
Merge "LocalisationCache::recache(): Use array_fill_keys()"

8 years agoMinor getWithSetCallback() example formatting tweaks
Aaron Schulz [Thu, 8 Oct 2015 22:49:57 +0000 (15:49 -0700)]
Minor getWithSetCallback() example formatting tweaks

Change-Id: I6fc7164770fbbd32374b01d1aa27dbaa9263c940

8 years agoLocalisationCache::recache(): Use array_fill_keys()
Kevin Israel [Thu, 8 Oct 2015 20:29:16 +0000 (16:29 -0400)]
LocalisationCache::recache(): Use array_fill_keys()

LocalisationCache was added in 1.16, so in order to retain PHP 5.1
compatibility, array_fill_keys() was avoided. In 1.17, support for
PHP 5.1 was dropped, so we can use that function now.

Change-Id: I435705639f1a470324a4ba46153351aadc0d40e2

8 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Thu, 8 Oct 2015 20:07:30 +0000 (22:07 +0200)]
Localisation updates from https://translatewiki.net.

Change-Id: I02f0defd61aa359a17b6d5cfc75c9e6db0149124

8 years agoMerge "Implement ApiPageSet::setRedirectMergePolicy()"
jenkins-bot [Thu, 8 Oct 2015 18:49:36 +0000 (18:49 +0000)]
Merge "Implement ApiPageSet::setRedirectMergePolicy()"

8 years agoImplement ApiPageSet::setRedirectMergePolicy()
Erik Bernhardson [Wed, 7 Oct 2015 21:03:15 +0000 (14:03 -0700)]
Implement ApiPageSet::setRedirectMergePolicy()

This allows generator implementations to define how generator data
about a redirect gets merged into the redirect destination.  This
does not change any defaults, only modules that explicitly set a
merge policy will have a change in their results.

This functionality is initially used for the search api modules to
retain search positions within the final result set.

Bug: T92796
Change-Id: If2f49e0fc3176288c95e870240754ee320a6bf91

8 years agoMerge "Consistent TODO spelling in JavaScript"
jenkins-bot [Thu, 8 Oct 2015 18:10:35 +0000 (18:10 +0000)]
Merge "Consistent TODO spelling in JavaScript"

8 years agoMerge "Change "Subject/headline" to "Subject""
jenkins-bot [Thu, 8 Oct 2015 18:00:43 +0000 (18:00 +0000)]
Merge "Change "Subject/headline" to "Subject""

8 years agoMerge "Fix namespaced class references for Doxygen"
jenkins-bot [Thu, 8 Oct 2015 17:58:19 +0000 (17:58 +0000)]
Merge "Fix namespaced class references for Doxygen"

8 years agoMerge "mediawiki.Upload.BookletLayout: Add setFile method"
jenkins-bot [Thu, 8 Oct 2015 17:25:32 +0000 (17:25 +0000)]
Merge "mediawiki.Upload.BookletLayout: Add setFile method"

8 years agoMerge "Fix French special pages titles inconsistencies"
jenkins-bot [Thu, 8 Oct 2015 17:24:19 +0000 (17:24 +0000)]
Merge "Fix French special pages titles inconsistencies"

8 years agoMerge "Fixed Special:ChangeEmail spelling in French"
jenkins-bot [Thu, 8 Oct 2015 17:14:13 +0000 (17:14 +0000)]
Merge "Fixed Special:ChangeEmail spelling in French"

8 years agoFix namespaced class references for Doxygen
Bryan Davis [Thu, 8 Oct 2015 16:58:34 +0000 (10:58 -0600)]
Fix namespaced class references for Doxygen

Doxygen doesn't quite grok PHP's use of the reverse solidus (backslash)
character as a namespace separator. The C++ based parser it uses needs
them to be escaped in comments just as if they were being used in
a literal string context in PHP.

Change-Id: I9aff9dd0fb74a95039da1091c2f247cf71fd085a

8 years agomediawiki.Upload.BookletLayout: Add setFile method
Ed Sanders [Wed, 7 Oct 2015 20:26:50 +0000 (21:26 +0100)]
mediawiki.Upload.BookletLayout: Add setFile method

Change-Id: I30ec98be0e28e65d84b57cb78c9a89dd82d19c30

8 years agoMerge "mw.ForeignStructuredUpload.BookletLayout: Reset forms after use"
jenkins-bot [Thu, 8 Oct 2015 16:27:06 +0000 (16:27 +0000)]
Merge "mw.ForeignStructuredUpload.BookletLayout: Reset forms after use"

8 years agoMerge "mw.widgets.DateInputWidget: Close calendar after a date is picked"
jenkins-bot [Thu, 8 Oct 2015 16:01:37 +0000 (16:01 +0000)]
Merge "mw.widgets.DateInputWidget: Close calendar after a date is picked"

8 years agoMerge "Add get() flags support to BagOStuff::getWithSetCallback()"
jenkins-bot [Thu, 8 Oct 2015 15:53:17 +0000 (15:53 +0000)]
Merge "Add get() flags support to BagOStuff::getWithSetCallback()"

8 years agoMerge "Update getWithSetCallback() callers to the newer signature"
jenkins-bot [Thu, 8 Oct 2015 15:53:13 +0000 (15:53 +0000)]
Merge "Update getWithSetCallback() callers to the newer signature"

8 years agoMerge "Update getWithSetCallback() examples to use the new signature"
jenkins-bot [Thu, 8 Oct 2015 15:53:07 +0000 (15:53 +0000)]
Merge "Update getWithSetCallback() examples to use the new signature"

8 years agoMerge "Handle edge case in WikiPage::lock()"
jenkins-bot [Thu, 8 Oct 2015 15:51:12 +0000 (15:51 +0000)]
Merge "Handle edge case in WikiPage::lock()"

8 years agomw.widgets.DateInputWidget: Close calendar after a date is picked
Prateek Saxena [Thu, 8 Oct 2015 12:07:57 +0000 (17:37 +0530)]
mw.widgets.DateInputWidget: Close calendar after a date is picked

It guess it makes sense to do this. I can't think on any use case in
which the user would want to keep clicking on random dates on an open
calendar. It could be helpful if it were a filter for some
visualization, but in that case we should probably have a config to
keep the calendar always open.

Bug: T114942
Change-Id: I1c81464a1835eb488a75920334a3cf3b92ef34fc

8 years agoMerge "Effectively remove EDIT_DEFER_UPDATES flag"
jenkins-bot [Thu, 8 Oct 2015 15:43:19 +0000 (15:43 +0000)]
Merge "Effectively remove EDIT_DEFER_UPDATES flag"

8 years agoMerge "Various WikiPage code cleanups"
jenkins-bot [Thu, 8 Oct 2015 15:43:15 +0000 (15:43 +0000)]
Merge "Various WikiPage code cleanups"

8 years agoMerge "Move SquidPurgeClient under /clientpool"
jenkins-bot [Thu, 8 Oct 2015 15:43:12 +0000 (15:43 +0000)]
Merge "Move SquidPurgeClient under /clientpool"

8 years agoMerge "Convert updateChunkStatus to using a flush commit()"
jenkins-bot [Thu, 8 Oct 2015 15:33:29 +0000 (15:33 +0000)]
Merge "Convert updateChunkStatus to using a flush commit()"

8 years agoMerge "Made LinksUpdate on edit use the job queue"
jenkins-bot [Thu, 8 Oct 2015 15:31:49 +0000 (15:31 +0000)]
Merge "Made LinksUpdate on edit use the job queue"

8 years agoMerge "Show password-required message only if $wgRequirePasswordforEmailChange =...
jenkins-bot [Thu, 8 Oct 2015 15:18:17 +0000 (15:18 +0000)]
Merge "Show password-required message only if $wgRequirePasswordforEmailChange = true"

8 years agoRemove .php5 entrypoints and $wgScriptExtension
Ori Livneh [Wed, 7 Oct 2015 16:47:25 +0000 (09:47 -0700)]
Remove .php5 entrypoints and $wgScriptExtension

* The '.php5' entrypoints were deprecated in I68b1ae842, $wgScriptExtension
  in I3690f78bc.
* Drop the associated ResourceLoader configuration variable, too. `mwgrep`
  shows no usage in the MediaWiki namespace.
* Keep the scriptExtension configuration parameter for FileRepo for people who
  would like to interoperate with older MediaWiki installations that still use
  '.php5'.

Change-Id: I17c8a15484b7e82cd5970d34e688109a2aae3840

8 years agoMerge "Allow change tags to be added via API action=delete"
jenkins-bot [Thu, 8 Oct 2015 14:08:06 +0000 (14:08 +0000)]
Merge "Allow change tags to be added via API action=delete"

8 years agomw.ForeignStructuredUpload.BookletLayout: Reset forms after use
Prateek Saxena [Thu, 8 Oct 2015 11:44:28 +0000 (17:14 +0530)]
mw.ForeignStructuredUpload.BookletLayout: Reset forms after use

Bug: T114936
Bug: T114947
Change-Id: I96a6440c32316a077069bb744fff8564e91a04b2

8 years agoMerge "Provide a default "max lag" value for LoadBalancer"
jenkins-bot [Thu, 8 Oct 2015 08:36:33 +0000 (08:36 +0000)]
Merge "Provide a default "max lag" value for LoadBalancer"

8 years agoProvide a default "max lag" value for LoadBalancer
Aaron Schulz [Thu, 8 Oct 2015 03:44:54 +0000 (20:44 -0700)]
Provide a default "max lag" value for LoadBalancer

* No MediaWiki site can tolerate unbounded slave lag
  without editing and account creation and such being
  broken and unusable
* Also fix a few trivial __construct() IDEA errors

Change-Id: I95b8b73be2df3b5a87e7adbf53988cfbeb85c260

8 years agoMade LinksUpdate on edit use the job queue
Aaron Schulz [Wed, 30 Sep 2015 19:30:22 +0000 (12:30 -0700)]
Made LinksUpdate on edit use the job queue

* LinksUpdate is now an EnqueueableDataUpdate
  and can yeild a prioritzed refreshLinks job.
* DeferredUpdates::runUpdates() now takes an enqueue
  flag to try to use jobs. This is set in restInPeace().
  Updates that change many links will be less likely to
  increase lag, as the runners are more strict about that.
* Also made the LinksDeletionUpdate job enqueue happen
  post-send on page deletion for consistency

Bug: T95501
Change-Id: I8863caef9c8f03234699d33e4d47d2310a0c8446

8 years agoMerge "Make ForeignDBRepo::getDBFactory() actually work on 5.3"
jenkins-bot [Thu, 8 Oct 2015 07:56:08 +0000 (07:56 +0000)]
Merge "Make ForeignDBRepo::getDBFactory() actually work on 5.3"

8 years agoMerge "Make DeferredUpdates::doUpdates use DataUpdate::runUpdates"
jenkins-bot [Thu, 8 Oct 2015 07:47:02 +0000 (07:47 +0000)]
Merge "Make DeferredUpdates::doUpdates use DataUpdate::runUpdates"

8 years agoMake ForeignDBRepo::getDBFactory() actually work on 5.3
Aaron Schulz [Thu, 8 Oct 2015 05:36:49 +0000 (22:36 -0700)]
Make ForeignDBRepo::getDBFactory() actually work on 5.3

Change-Id: Id790ccb1728a6a163f2e2149dd56ec1b14fc33af

8 years agoMove SquidPurgeClient under /clientpool
Aaron Schulz [Thu, 8 Oct 2015 07:36:22 +0000 (00:36 -0700)]
Move SquidPurgeClient under /clientpool

Each class has its own file now too.

Change-Id: I11593d6efbfce8e3981895e84edb4e0dea3998e4

8 years agoAllow change tags to be added via API action=delete
This, that and the other [Thu, 8 Oct 2015 07:34:27 +0000 (18:34 +1100)]
Allow change tags to be added via API action=delete

ApiDelete::delete() and ApiDelete::deleteFile() are altered from public
to protected visibility. This is not believed to affect any extensions.

Also get rid of the token variables, as they are not doing anything useful.

Bug: T108564
Change-Id: I6143043dafa6425a0df4baefe970620cbe69466c

8 years agoMake DeferredUpdates::doUpdates use DataUpdate::runUpdates
Aaron Schulz [Thu, 8 Oct 2015 06:46:18 +0000 (23:46 -0700)]
Make DeferredUpdates::doUpdates use DataUpdate::runUpdates

All DataUpdate objects will be managed by runUpdates() while
the other DeferrableUpdate objects will still be run here.
This respects the transaction sematics of DataUpdate a bit more.

Change-Id: Ia0d2dd26a38b0e8911589407b533b58d04d2b084

8 years agoEffectively remove EDIT_DEFER_UPDATES flag
Aaron Schulz [Thu, 8 Oct 2015 07:02:22 +0000 (00:02 -0700)]
Effectively remove EDIT_DEFER_UPDATES flag

* All DeferrableUpdates will be deferred as normal.
  In CLI mode this is just post-commit and would have
  happened before the doUpdates() call anyway. For web
  requests this will be at request-end (post-send on HHVM).
  Note that deferral was already the default for EditPage.
* Previously, it was easy to accidently not set EDIT_DEFER_UPDATES.
  Deferred updates are supposed to be deferrable by definition,
  and there is no longer the problem of them piling up in CLI in
  recent versions. Not deferring mostly just forfeits performance.
* Also, it is not really the responsibility of WikiPage to be
  running DeferrableUpdate instances itself.

Change-Id: I2bc47b82635e0a24b1df5d502ba66f6de737697e

8 years agoMerge "SpecialEditWatchlist: Use 'parentheses' message instead of hard-coded ()"
jenkins-bot [Thu, 8 Oct 2015 07:01:38 +0000 (07:01 +0000)]
Merge "SpecialEditWatchlist: Use 'parentheses' message instead of hard-coded ()"

8 years agoSmall clean-ups for OutputPage::userCanPreview
Ori Livneh [Thu, 8 Oct 2015 06:04:59 +0000 (23:04 -0700)]
Small clean-ups for OutputPage::userCanPreview

Change-Id: Ibd973750b60cbcc8d1289686de6cabcfdca5c5d9

8 years agoFix-up for I949fc289d: handle falsy cookie values correctly
Ori Livneh [Thu, 8 Oct 2015 04:45:26 +0000 (21:45 -0700)]
Fix-up for I949fc289d: handle falsy cookie values correctly

Ensure that OutputPage::haveVaryCacheCookies() handles falsey values correctly,
and that it requires a cookie to have a nonempty value before it declares a
match.

Change-Id: I2afe54b62c940187a427498cb4037e1dd0e78dd9

8 years agoUpdate getWithSetCallback() examples to use the new signature
Aaron Schulz [Thu, 8 Oct 2015 04:52:43 +0000 (21:52 -0700)]
Update getWithSetCallback() examples to use the new signature

Change-Id: I81916b4d1884bad5d30f689698aa35cdb9f139eb

8 years agoVarious WikiPage code cleanups
Aaron Schulz [Thu, 8 Oct 2015 04:36:54 +0000 (21:36 -0700)]
Various WikiPage code cleanups

* Break numerous long lines
* Clean up style in a few methods
* Fix some IntelliJ IDEA errors

Change-Id: If8e58906031d4080c28ac33b0c9b5efe95b15854

8 years agoReplace XVO with support for the Key HTTP header
Faidon Liambotis [Tue, 6 Oct 2015 07:01:10 +0000 (10:01 +0300)]
Replace XVO with support for the Key HTTP header

MediaWiki currently has support for a header called X-Vary-Options
(XVO), used to communicate to upstream caches more granular cache
variance options than the Vary header can.

The header was envisioned by Tim Starling back in 2008 and implemented
into MediaWiki and Squid 2.0, with those patches submitted to the
squid-dev mailing list at the time:
http://www.squid-cache.org/mail-archive/squid-dev/200802/0085.html
The patches never actually made it into an upstream Squid release,
however, and Squid has since evolved in potentially significant ways.

Wikimedia has since switched to Varnish but XVO was not ported over as
it was deemed too complex at the time; custom VCL was used instead. To
our knowledge, noone else is using XVO in production and certainly not
with recent, up-to-date MediaWiki releases.

There is currently work at IETF's httpbis working group for a "Key"
header that is in concept and implementation very similar to Tim's XVO
header: https://datatracker.ietf.org/doc/draft-fielding-http-key/

Rather than rip XVO out of MediaWiki, replace it with support for the
Key header, as preliminary defined by the draft spec. This is an almost
straight search-and-replace.

No other software (caching proxy or user-agent) currently implements Key
to my knowledge, so this is essentially untested.

Change-Id: I949fc289dd5d48bd34f3b37f7739e2b9cd5db277

8 years agoAdd get() flags support to BagOStuff::getWithSetCallback()
Aaron Schulz [Thu, 8 Oct 2015 03:51:00 +0000 (20:51 -0700)]
Add get() flags support to BagOStuff::getWithSetCallback()

Change-Id: Ib6046f5bc5d8c0481f90b56c381ba761fee558d6

8 years agoFix default $oldOpts from 09cbebb224
Aaron Schulz [Thu, 8 Oct 2015 03:26:38 +0000 (20:26 -0700)]
Fix default $oldOpts from 09cbebb224

This fixes the default $oldOpts value for the case when
$opts is given check keys and no $oldOpts value is passed
in. In that case, the getWithSetCallback() method
variable $opts would be null instead of array().

Change-Id: I825062533478b37766511aae1d06dd4b81f8dba1

8 years agoUpdate getWithSetCallback() callers to the newer signature
Aaron Schulz [Thu, 8 Oct 2015 02:27:08 +0000 (19:27 -0700)]
Update getWithSetCallback() callers to the newer signature

Change-Id: I1cda46178c16b7ffad97d09f8480fd57f766be57

8 years agoWANObjectCache: Change getWithSetCallback() signature to key/ttl/callback/opts
Timo Tijhof [Wed, 7 Oct 2015 23:21:11 +0000 (16:21 -0700)]
WANObjectCache: Change getWithSetCallback() signature to key/ttl/callback/opts

* Put 'checkKeys' param in opts array instead of as a separate parameter.
  It's neat to not have to skip unnamed/positional arguments that are optional.
* Move TTL to be before callback instead of after. This avoids dangling integers
  toward the bottom of a large code block that have no obvious meaning.
  Matches BagOStuff::getWithSetCallback.

Add unit test for lockTSE to confirm

Change-Id: I60d6b64fc5dff14108741bafe801fd1fde16d1df

8 years agoobjectcache: Fix flaky unit test
Timo Tijhof [Thu, 8 Oct 2015 00:17:13 +0000 (17:17 -0700)]
objectcache: Fix flaky unit test

Change-Id: Id7d3b75248a42e2e82a51d70a3ee1479f0507685

8 years agoHandle edge case in WikiPage::lock()
Aaron Schulz [Wed, 7 Oct 2015 20:42:42 +0000 (13:42 -0700)]
Handle edge case in WikiPage::lock()

If the page row for the title was replaced with another
row with the same title *and* page_latest but a different
page_id, callers will want to bail when doing CAS logic

Change-Id: Ia98323d5adf59b91eb86849fd21dd90f586b9207

8 years agoSite: fix copy-n-paste phpdoc
Bryan Davis [Wed, 7 Oct 2015 21:21:28 +0000 (15:21 -0600)]
Site: fix copy-n-paste phpdoc

Change-Id: I5e735089b3dacea94044fa96f821fc47940f7029

8 years agoUpdate OOjs UI to v0.12.11
James D. Forrester [Wed, 7 Oct 2015 20:59:52 +0000 (13:59 -0700)]
Update OOjs UI to v0.12.11

Release notes:
 https://git.wikimedia.org/blob/oojs%2Fui.git/v0.12.11/History.md

Change-Id: I2884af2f6de88754b06f3e644d302e489f5abec5

8 years agoMerge "More quick fixes for mw.ForeignUpload"
jenkins-bot [Wed, 7 Oct 2015 20:04:12 +0000 (20:04 +0000)]
Merge "More quick fixes for mw.ForeignUpload"

8 years agoMerge "Made Database atomic section errors mention the sections"
jenkins-bot [Wed, 7 Oct 2015 19:53:24 +0000 (19:53 +0000)]
Merge "Made Database atomic section errors mention the sections"

8 years agoMerge "Convert doBatchPushInternal to use startAtomic/endAtomic"
jenkins-bot [Wed, 7 Oct 2015 19:51:28 +0000 (19:51 +0000)]
Merge "Convert doBatchPushInternal to use startAtomic/endAtomic"

8 years agoMore quick fixes for mw.ForeignUpload
Bartosz Dziewoński [Wed, 7 Oct 2015 19:32:20 +0000 (21:32 +0200)]
More quick fixes for mw.ForeignUpload

Follow-up to 2814053cb0c27bda0a76b21ffc9eeb31ef9726b1.
Maybe it works this time!

Change-Id: I2633c87ac8b78d411eaa4622c7ad62e35f4cac78

8 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Wed, 7 Oct 2015 19:39:07 +0000 (21:39 +0200)]
Localisation updates from https://translatewiki.net.

Change-Id: I64e0e170899ff0395a1ae3e7979a6473f99a7c3f

8 years agoMade Database atomic section errors mention the sections
Aaron Schulz [Wed, 7 Oct 2015 19:31:04 +0000 (12:31 -0700)]
Made Database atomic section errors mention the sections

Change-Id: Ia6243dd655ef09f3bfbc66ac6d0757ec7bb4bd10

8 years agoFix class name of WfEscapeShellArgTest
umherirrender [Sat, 3 Oct 2015 19:17:00 +0000 (21:17 +0200)]
Fix class name of WfEscapeShellArgTest

All other global function test also begin with a upper case letter

Change-Id: Icbaa701983a6f9b57e1ecaa705ebeacaada90cd6

8 years agoMerge "mw.Upload.BookletLayout: Add a catch all error state"
jenkins-bot [Wed, 7 Oct 2015 18:19:40 +0000 (18:19 +0000)]
Merge "mw.Upload.BookletLayout: Add a catch all error state"

8 years agoMerge "Split out UserInputWidgets from mediawiki.widgets"
jenkins-bot [Wed, 7 Oct 2015 18:12:39 +0000 (18:12 +0000)]
Merge "Split out UserInputWidgets from mediawiki.widgets"

8 years agoMerge "Quick fixes for mw.ForeignUpload"
Bartosz Dziewoński [Wed, 7 Oct 2015 18:08:12 +0000 (18:08 +0000)]
Merge "Quick fixes for mw.ForeignUpload"

8 years agoConvert updateChunkStatus to using a flush commit()
Aaron Schulz [Wed, 7 Oct 2015 18:06:55 +0000 (11:06 -0700)]
Convert updateChunkStatus to using a flush commit()

This will at least warn if an explicit transaction
from a caller via begin() is active

Change-Id: Id4198cb35368c0d92cf8abfde46c75ea09fd8f96

8 years agoConvert doBatchPushInternal to use startAtomic/endAtomic
Aaron Schulz [Wed, 7 Oct 2015 18:03:35 +0000 (11:03 -0700)]
Convert doBatchPushInternal to use startAtomic/endAtomic

This is less likely to cause nesting problems if the main
DB is used for the job table (e.g. stock installs)

Change-Id: I4c72688bd5d07a6b0626958869e6b386babbc5b3

8 years agoQuick fixes for mw.ForeignUpload
Mark Holmquist [Wed, 7 Oct 2015 16:55:48 +0000 (11:55 -0500)]
Quick fixes for mw.ForeignUpload

Message name tweaks, and default fixes for the targets.

Remove useless tests.

Change-Id: I327050a5fec0df3ccd68ba777d6dc12b833fc13a

8 years agoWhitelist ApiErrorFormatter_BackCompat as class not in camel case
umherirrender [Sat, 3 Oct 2015 18:51:58 +0000 (20:51 +0200)]
Whitelist ApiErrorFormatter_BackCompat as class not in camel case

The class name is used in extensions

Change-Id: Idd1435c5997be5b43fdeea636a453e1d675cfb27

8 years agoAPI: Allow generator=recentchanges to generate revids
Brad Jorsch [Sun, 27 Sep 2015 15:18:47 +0000 (11:18 -0400)]
API: Allow generator=recentchanges to generate revids

A quick review of usage on enwiki reveals that people are currently
using generator=recentchanges with prop=revisions, so the generation of
revids is not the default to avoid breaking those clients.

Bug: T113884
Change-Id: Ia91af7099120660dc40230b76896090843985d96

8 years agoMerge "API: Add ApiQueryAllRevisions"
jenkins-bot [Wed, 7 Oct 2015 16:38:35 +0000 (16:38 +0000)]
Merge "API: Add ApiQueryAllRevisions"

8 years agoMerge "Make WikiMap fall back to sites if a site couldn't be found using $wgConf"
jenkins-bot [Wed, 7 Oct 2015 16:25:50 +0000 (16:25 +0000)]
Merge "Make WikiMap fall back to sites if a site couldn't be found using $wgConf"

8 years agoMerge "Return log id for file deletions"
jenkins-bot [Wed, 7 Oct 2015 16:19:06 +0000 (16:19 +0000)]
Merge "Return log id for file deletions"

8 years agoMerge "Use ForeignFileRepo information for foreign uploads"
jenkins-bot [Wed, 7 Oct 2015 16:05:58 +0000 (16:05 +0000)]
Merge "Use ForeignFileRepo information for foreign uploads"

8 years agoUse ForeignFileRepo information for foreign uploads
Mark Holmquist [Tue, 6 Oct 2015 18:13:13 +0000 (13:13 -0500)]
Use ForeignFileRepo information for foreign uploads

This seems like a (slightly) cleaner system. We'll need to change
some documentation and add some configuration, but at least this will
be easier to handle.

Bug: T114765
Change-Id: If962fd3066e25e43e745efd29058eae82195bfb1

8 years agoSplit out UserInputWidgets from mediawiki.widgets
Florian [Mon, 5 Oct 2015 17:50:15 +0000 (19:50 +0200)]
Split out UserInputWidgets from mediawiki.widgets

Move it to its own module mediawiki.widgets.UserInputWidget. It's
currently used in HTMLUserTextField only.

Bug: T108733
Change-Id: Id8c6dd5d9616086bdb0918442bfafe9ec708ab31