lhc/web/wiklou.git
9 years agoResourceLoaderImageModule: Synchronize CSS with .background-image-svg LESS mixin
Bartosz Dziewoński [Mon, 23 Mar 2015 20:55:12 +0000 (21:55 +0100)]
ResourceLoaderImageModule: Synchronize CSS with .background-image-svg LESS mixin

Bug: T87504
Change-Id: I790bd953fabbd4ff03f15c94fe101e2f65891520

9 years agoMerge "Use ksort() in getDeduplicationInfo for sanity"
jenkins-bot [Tue, 24 Mar 2015 17:30:31 +0000 (17:30 +0000)]
Merge "Use ksort() in getDeduplicationInfo for sanity"

9 years agoMerge "RELEASE-NOTES: Increase minimum MySQL version to 5.0.3"
jenkins-bot [Tue, 24 Mar 2015 01:18:40 +0000 (01:18 +0000)]
Merge "RELEASE-NOTES: Increase minimum MySQL version to 5.0.3"

9 years agoRELEASE-NOTES: Increase minimum MySQL version to 5.0.3
Kevin Israel [Tue, 24 Mar 2015 00:16:45 +0000 (20:16 -0400)]
RELEASE-NOTES: Increase minimum MySQL version to 5.0.3

Follows-up 5d9b67e09ed1.

Also updated the list of supported database servers in INSTALL
to match the list from RELEASE-NOTES-1.25.

Change-Id: I6881b1163455d834b058f4b4a7839a6aea44cdab

9 years agoRemove unused class DBObject
Kevin Israel [Mon, 23 Mar 2015 23:58:06 +0000 (19:58 -0400)]
Remove unused class DBObject

This was left over from a previous attempt at Oracle support,
which was removed in 1.10 (r19196 / ccf91e827a48).

Change-Id: I5f9b82fffc0b4f84286b697be8d504020fe22547

9 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Mon, 23 Mar 2015 20:19:47 +0000 (21:19 +0100)]
Localisation updates from https://translatewiki.net.

Change-Id: I029a05e24e48f9b5e3893f0e964aed5e8c53280c

9 years agoMerge "Fixed Style/StringLiterals RuboCop offense"
jenkins-bot [Mon, 23 Mar 2015 19:20:08 +0000 (19:20 +0000)]
Merge "Fixed Style/StringLiterals RuboCop offense"

9 years agoMerge "Fixed Style/HashSyntax RuboCop offense"
jenkins-bot [Mon, 23 Mar 2015 19:06:33 +0000 (19:06 +0000)]
Merge "Fixed Style/HashSyntax RuboCop offense"

9 years agoMerge "resourceloader: Add template compiler for Mustache JS"
jenkins-bot [Mon, 23 Mar 2015 18:57:09 +0000 (18:57 +0000)]
Merge "resourceloader: Add template compiler for Mustache JS"

9 years agoFixed Style/StringLiterals RuboCop offense
Željko Filipin [Wed, 18 Mar 2015 17:59:28 +0000 (18:59 +0100)]
Fixed Style/StringLiterals RuboCop offense

$ bundle exec rubocop --auto-correct
Inspecting 25 files
CC....C.......CCCCCCCCC.C

Offenses:

Gemfile:4:8: C: [Corrected] Prefer single-quoted strings when you don't
need string interpolation or special symbols.
source "https://rubygems.org"
^^^^^^^^^^^^^^^^^^^^^^

25 files inspected, 81 offenses detected, 81 offenses corrected

Bug: T91485
Change-Id: Ic6f1337fa465e8c90e5aa7ea3540eb6bfad15af8

9 years agoMerge "Fixed Style/PerlBackrefs RuboCop offense"
jenkins-bot [Mon, 23 Mar 2015 18:48:04 +0000 (18:48 +0000)]
Merge "Fixed Style/PerlBackrefs RuboCop offense"

9 years agoFixed Style/HashSyntax RuboCop offense
Željko Filipin [Wed, 18 Mar 2015 17:53:51 +0000 (18:53 +0100)]
Fixed Style/HashSyntax RuboCop offense

$ bundle exec rubocop --auto-correct
Inspecting 25 files
.CCC.....................

Offenses:

maintenance/jsduck/custom_tags.rb:16:16: C: [Corrected] Use the new
Ruby 1.9 hash syntax.
      return { :tagname => @tagname, :doc => :multiline }
               ^^^^^^^^^^^
...
25 files inspected, 8 offenses detected, 8 offenses corrected

Bug: T91485
Change-Id: Ic2aff32e106c5b5eaa45839ad3310b97fcec6ddf

9 years agoFixed Style/PerlBackrefs RuboCop offense
Željko Filipin [Wed, 18 Mar 2015 17:52:02 +0000 (18:52 +0100)]
Fixed Style/PerlBackrefs RuboCop offense

Refactored to use `Regexp#match`, avoiding use of match globals
entirely.

Bug: T91485
Change-Id: I4b1a40e153c18d92ef9e78291bc4e14781cc6978

9 years agoresourceloader: Add template compiler for Mustache JS
jdlrobson [Wed, 17 Dec 2014 20:30:54 +0000 (12:30 -0800)]
resourceloader: Add template compiler for Mustache JS

Compatible library for PHP backend added by I281acc49c1.
This adds the frontend compiler.

Change-Id: I2190276a629ca882f3f5535e4e73635d2494e944

9 years agoMerge "Fixed Lint/UnusedMethodArgument RuboCop offense"
jenkins-bot [Mon, 23 Mar 2015 17:25:14 +0000 (17:25 +0000)]
Merge "Fixed Lint/UnusedMethodArgument RuboCop offense"

9 years agoMerge "Fixed Style/FileName RuboCop offense"
jenkins-bot [Mon, 23 Mar 2015 17:22:24 +0000 (17:22 +0000)]
Merge "Fixed Style/FileName RuboCop offense"

9 years agoMerge "resourceloader: Add @covers and minor clean up of test suites"
jenkins-bot [Mon, 23 Mar 2015 04:33:34 +0000 (04:33 +0000)]
Merge "resourceloader: Add @covers and minor clean up of test suites"

9 years agoMerge "resourceloader: Use parent getDefinitionSummary() in ResourceLoaderFileModule"
jenkins-bot [Mon, 23 Mar 2015 04:29:52 +0000 (04:29 +0000)]
Merge "resourceloader: Use parent getDefinitionSummary() in ResourceLoaderFileModule"

9 years agoresourceloader: Add @covers and minor clean up of test suites
Timo Tijhof [Mon, 23 Mar 2015 03:57:45 +0000 (03:57 +0000)]
resourceloader: Add @covers and minor clean up of test suites

* Move testMixedCssAnnotations to ResourceLoaderFileModuleTest.
* Re-order data providers before test methods.
* Add relevant @covers annotations in resourceloader/ tests.
* Make test helper function private.
* Add a few @covers for methods called from OutputPage::makeResourceLoaderLink
  (only one level deep, we should have separate unit tests for
  the more internal helpers).

Change-Id: I2cc1757126214ed28059d4566ca813a86bcd95a7

9 years agoresourceloader: Use parent getDefinitionSummary() in ResourceLoaderFileModule
Timo Tijhof [Mon, 23 Mar 2015 03:56:35 +0000 (03:56 +0000)]
resourceloader: Use parent getDefinitionSummary() in ResourceLoaderFileModule

Right now ResourceLoaderModule::getDefinitionSummary just returns an array
with the class name, but may be extended in the future. Either way, it shouldn't
be repeated in the subclass.

Change-Id: Ic1d58f8d330fb2176daffc7ad39bc0751c196181

9 years agoTemplateParser: Use ObjectCache::newAccelerator() with fallback set
Kunal Mehta [Mon, 23 Mar 2015 03:17:43 +0000 (20:17 -0700)]
TemplateParser: Use ObjectCache::newAccelerator() with fallback set

Change-Id: I202192f6bf509068941e9490d02a11bdedecd872

9 years agoTemplateParser: make most functions protected, only expose processTemplate()
Kunal Mehta [Mon, 23 Mar 2015 03:06:28 +0000 (20:06 -0700)]
TemplateParser: make most functions protected, only expose processTemplate()

All of the other functions expose internal implementation details, which no
external caller should ever need. In fact, no external caller does use these
functions directly.

The TemplateParser::compile() tests were removed as they're simply just
checking LightnCandy functionality, which is something the library should be
doing.

Change-Id: If9003d40315e0e5aa361c174b764b799e3b88c34

9 years agoTemplateParser: Don't fatal on cache misses
Timo Tijhof [Sun, 22 Mar 2015 22:01:52 +0000 (22:01 +0000)]
TemplateParser: Don't fatal on cache misses

Also add regression test, and coverage for more methods.

Was trying to eval the code which had the hmac integrity check in front of it,
which causes a syntax error in valid PHP code.

Follows-up db1866da450c50bea2e.

Bug: T93436
Bug: T93511
Change-Id: Ie90074e4885de7340e53f59fdd479f5384b5eac6

9 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Sun, 22 Mar 2015 19:45:06 +0000 (20:45 +0100)]
Localisation updates from https://translatewiki.net.

Change-Id: I8313b4e6f3fddaf9ee468e10972a5923bb1201d5

9 years agoMerge "mediawiki.action.edit.preview: Disable if there is no #wpTextbox1"
jenkins-bot [Sun, 22 Mar 2015 12:07:54 +0000 (12:07 +0000)]
Merge "mediawiki.action.edit.preview: Disable if there is no #wpTextbox1"

9 years agomediawiki.action.edit.preview: Disable if there is no #wpTextbox1
Derk-Jan Hartman [Thu, 19 Mar 2015 21:45:53 +0000 (22:45 +0100)]
mediawiki.action.edit.preview: Disable if there is no #wpTextbox1

ProofreadPage has custom editforms for Index pages, which are not
supported by the API. These editforms have no #wpTextbox1, so disable
live preview in that case.

Bug: T78709
Change-Id: I90cba79e5a4a756454741c4070ebdf620520ab55

9 years agoBidi-isolate numbers of added/removed bytes in changes lists
Amir E. Aharoni [Sat, 21 Mar 2015 20:46:21 +0000 (22:46 +0200)]
Bidi-isolate numbers of added/removed bytes in changes lists

Bug: T93484
Change-Id: I26d3c46a843b2a2114ca50ec0a366fa6b76904a9

9 years agoMerge "mediawiki.helplink: Use a SVG+PNG icon"
jenkins-bot [Sat, 21 Mar 2015 17:50:39 +0000 (17:50 +0000)]
Merge "mediawiki.helplink: Use a SVG+PNG icon"

9 years agoMerge "Set wgAutoloadAttemptLowercase = true for some AutoLoaderTests"
jenkins-bot [Sat, 21 Mar 2015 17:36:45 +0000 (17:36 +0000)]
Merge "Set wgAutoloadAttemptLowercase = true for some AutoLoaderTests"

9 years agoSet wgAutoloadAttemptLowercase = true for some AutoLoaderTests
umherirrender [Sat, 21 Mar 2015 08:41:13 +0000 (09:41 +0100)]
Set wgAutoloadAttemptLowercase = true for some AutoLoaderTests

Avoids:
1) AutoLoaderTest::testWrongCaseClass
Failed asserting that false is true.

2) AutoLoaderTest::testWrongCaseSerializedClass
unserialize() can load classes case-insensitively.
Failed asserting that true is false.

Change-Id: Ic5c271906fb9b2e27639aa8ecfc04ffe6788d3eb

9 years agoMerge "Allow usage of mediawiki.api.options on mobile"
jenkins-bot [Sat, 21 Mar 2015 00:34:51 +0000 (00:34 +0000)]
Merge "Allow usage of mediawiki.api.options on mobile"

9 years agoMerge "Remove a hack, and a hack for the hack, for MediaWiki UI input fields"
jenkins-bot [Sat, 21 Mar 2015 00:20:07 +0000 (00:20 +0000)]
Merge "Remove a hack, and a hack for the hack, for MediaWiki UI input fields"

9 years agoMerge "Make sure template function is callable from processTemplate()"
jenkins-bot [Fri, 20 Mar 2015 22:28:08 +0000 (22:28 +0000)]
Merge "Make sure template function is callable from processTemplate()"

9 years agoMake sure template function is callable from processTemplate()
kaldari [Fri, 20 Mar 2015 00:09:13 +0000 (17:09 -0700)]
Make sure template function is callable from processTemplate()

Change-Id: Id9df4062754b02e7217779bc6c0ba42d457e9942

9 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Fri, 20 Mar 2015 20:09:00 +0000 (21:09 +0100)]
Localisation updates from https://translatewiki.net.

Change-Id: I2a30a623d1e70298d50d59fc7d2261bf638fb4db

9 years agoMerge "Add unicode-bidi: embed to mw-title on changeslists"
jenkins-bot [Fri, 20 Mar 2015 20:01:38 +0000 (20:01 +0000)]
Merge "Add unicode-bidi: embed to mw-title on changeslists"

9 years agoRemove table header from Special:Tags when there are no tags
Tina Johnson [Mon, 16 Mar 2015 19:26:46 +0000 (00:56 +0530)]
Remove table header from Special:Tags when there are no tags

The table header shows up even when there are no tags to be
listed in the table. This patch fixes the same

Bug: T92728
Change-Id: I22d2c0435bc365f65354cea604b1c87905c769f8

9 years agoMerge "Add more aliases for Special:Diff for language 'de'"
jenkins-bot [Fri, 20 Mar 2015 15:01:37 +0000 (15:01 +0000)]
Merge "Add more aliases for Special:Diff for language 'de'"

9 years agoAdd more aliases for Special:Diff for language 'de'
umherirrender [Thu, 19 Mar 2015 20:03:56 +0000 (21:03 +0100)]
Add more aliases for Special:Diff for language 'de'

The local community wants 'Diff' as canonical form, add also the long
form for what Diff stands.
Keep the old alias, was added with:
Ic2b34a948d527cee6b76abd7e24a6d8a33b65bd2

https://translatewiki.net/w/i.php?title=MediaWiki:Sp-translate-data-SpecialPageAliases/de&diff=6066852&oldid=6049012
https://de.wikipedia.org/w/index.php?title=Wikipedia:Fragen_zur_Wikipedia&oldid=139947048#Spezial:Diff_.E2.86.92_Spezial:Unterschied

Change-Id: I504cd4b0e7c7b5c22812fe9eb0cf8dec9ff9514b

9 years agoUse rspec-expectations "expect" syntax instead of "should" syntax
jagori [Tue, 27 Jan 2015 11:53:31 +0000 (22:53 +1100)]
Use rspec-expectations "expect" syntax instead of "should" syntax

Bug: T68369
Change-Id: I502ba4b0d10c35aaf32fd4dcbfff8cec8ea34582

9 years agomediawiki.helplink: Use a SVG+PNG icon
Bartosz Dziewoński [Wed, 18 Mar 2015 17:19:47 +0000 (18:19 +0100)]
mediawiki.helplink: Use a SVG+PNG icon

Icon copied from OOjs UI library.

Bug: T45591
Change-Id: I0378e26471a72ab3a756e3cbb8c16a6878b3dbde

9 years agoAdd unicode-bidi: embed to mw-title on changeslists
Amir E. Aharoni [Fri, 20 Mar 2015 09:03:44 +0000 (11:03 +0200)]
Add unicode-bidi: embed to mw-title on changeslists

Bug: T93336
Change-Id: I49214553f7151b2abd3d48a60b476f5792ac3a89

9 years agobuild: Increase qunit browserNoActivityTimeout from 10s to 60s
Timo Tijhof [Fri, 20 Mar 2015 08:26:41 +0000 (08:26 +0000)]
build: Increase qunit browserNoActivityTimeout from 10s to 60s

Bug: T89075
Change-Id: I3ef601a38052e38247cebfb19475a31ac2448eac

9 years agoMerge "mediawiki.util: Add mw.util.isIPAddress"
jenkins-bot [Fri, 20 Mar 2015 02:41:38 +0000 (02:41 +0000)]
Merge "mediawiki.util: Add mw.util.isIPAddress"

9 years agobuild: Add assert-mw-env task when running grunt-qunit
Timo Tijhof [Fri, 20 Mar 2015 02:09:17 +0000 (02:09 +0000)]
build: Add assert-mw-env task when running grunt-qunit

Previously it gave cryptic error messages like:

> Running "karma" task
> > Warning: Parameter 'url' must be a string, not number

Change-Id: I0adb0f2f501dd5db2d6738a40efbce349f0175d2

9 years agomediawiki.util: Add mw.util.isIPAddress
Matthew Flaschen [Wed, 18 Mar 2015 02:02:15 +0000 (22:02 -0400)]
mediawiki.util: Add mw.util.isIPAddress

Test it by reusing all the IPv4 and IPv6 cases.

Also, spelling fix

Change-Id: I57e1f00d18a74147da3200be133a4ceb989b1b9d

9 years agoAllow usage of mediawiki.api.options on mobile
Erik Bernhardson [Thu, 19 Mar 2015 23:48:18 +0000 (16:48 -0700)]
Allow usage of mediawiki.api.options on mobile

Change-Id: Ic5b8bc2e5e5e87cd5545812b7c20d73f630ec8e7

9 years agoUpdate OOjs UI to v0.9.3
James D. Forrester [Thu, 19 Mar 2015 23:21:21 +0000 (16:21 -0700)]
Update OOjs UI to v0.9.3

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

Change-Id: Iab68173bddc023b874423ad87d1dd874925a227f

9 years agoAdd example code showing to completely disable logging
Ori Livneh [Thu, 19 Mar 2015 20:16:40 +0000 (13:16 -0700)]
Add example code showing to completely disable logging

Change-Id: I965e1ff51fe31579cf24502b148d9fad971cd298

9 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Thu, 19 Mar 2015 19:28:46 +0000 (20:28 +0100)]
Localisation updates from https://translatewiki.net.

Change-Id: Ib9939c0c66487999e57e72e57767612460023b04

9 years agoUse ksort() in getDeduplicationInfo for sanity
Aaron Schulz [Thu, 19 Mar 2015 17:45:39 +0000 (10:45 -0700)]
Use ksort() in getDeduplicationInfo for sanity

Change-Id: Id23cc987b3f1e23b35b0eedbfc5c9978774a0ebd

9 years agoMerge "Remove EditFilterMerged detection define"
jenkins-bot [Thu, 19 Mar 2015 17:11:46 +0000 (17:11 +0000)]
Merge "Remove EditFilterMerged detection define"

9 years agoRemove FormSpecialPage::$fields
Kunal Mehta [Sun, 15 Mar 2015 02:41:55 +0000 (19:41 -0700)]
Remove FormSpecialPage::$fields

Just use the result of FormSpecialPage::getFormFields() directly

Change-Id: I2f6f8e20b83a24e744ab4c6ea5417d9627a3e0aa

9 years agoMerge "Split SiteLookup interface from SiteStore"
jenkins-bot [Thu, 19 Mar 2015 11:32:27 +0000 (11:32 +0000)]
Merge "Split SiteLookup interface from SiteStore"

9 years agoMerge "EditPage: Implement 'editnotice-notext' message"
jenkins-bot [Thu, 19 Mar 2015 02:26:25 +0000 (02:26 +0000)]
Merge "EditPage: Implement 'editnotice-notext' message"

9 years agoEditPage: Implement 'editnotice-notext' message
Timo Tijhof [Thu, 12 Mar 2015 22:01:59 +0000 (23:01 +0100)]
EditPage: Implement 'editnotice-notext' message

Bug: T91715
Change-Id: Iff6735d93da8b877063690ff67bda652a03d4906

9 years agoUpdate OOjs to v1.1.6
James D. Forrester [Thu, 19 Mar 2015 01:47:12 +0000 (18:47 -0700)]
Update OOjs to v1.1.6

Release notes:
 https://git.wikimedia.org/blob/oojs%2Fcore.git/v1.1.6/History.md

Change-Id: I7c1299c8049983746158a05e47a13f1f4bf7032f

9 years agobuild: Declare grunt-cli dependency
Timo Tijhof [Thu, 19 Mar 2015 01:08:57 +0000 (01:08 +0000)]
build: Declare grunt-cli dependency

A long time ago, npm did not support using command line programs
within 'npm test' (not unless harcoding a path to node_modules/bin/...
within packages.json/scripts/test). But this has been long supported.

Declaring a (dev)dependency will provide its binaries to the
PATH used by the subshell 'npm test' creates internally.

Add grunt-cli so that developers don't have to manually install it.

Change-Id: I6a7fafa3c6e40d2407f07c514167ab9fc7661685

9 years agoSend messages logged via MWLoggerLegacyLogger::log() to the debug toolbar
Kunal Mehta [Wed, 18 Mar 2015 22:42:23 +0000 (15:42 -0700)]
Send messages logged via MWLoggerLegacyLogger::log() to the debug toolbar

Bug: T93145
Change-Id: Ia96525faf4ffcbd2b5beae9716d6be009f2b6074

9 years agoMerge "mediawiki.api.options: Add module for API action=options"
jenkins-bot [Wed, 18 Mar 2015 23:43:55 +0000 (23:43 +0000)]
Merge "mediawiki.api.options: Add module for API action=options"

9 years agoMerge "Remove unused global define RLH_FOR_UPDATE"
jenkins-bot [Wed, 18 Mar 2015 23:41:59 +0000 (23:41 +0000)]
Merge "Remove unused global define RLH_FOR_UPDATE"

9 years agoRemove EditFilterMerged detection define
Chad Horohoe [Wed, 18 Mar 2015 23:38:01 +0000 (16:38 -0700)]
Remove EditFilterMerged detection define

We've supported this hook since 1.12 days and it's actually
deprecated by EditFilterMergedContent. No extensions in Git
or SVN check for this define anymore.

Change-Id: If638094a2fb2f047a3b40a24e11e2c0e2fa9c1b9

9 years agoRemove unused global define RLH_FOR_UPDATE
Chad Horohoe [Wed, 18 Mar 2015 23:32:10 +0000 (16:32 -0700)]
Remove unused global define RLH_FOR_UPDATE

Change-Id: I8f6df920e70ae1d94e6d9fe32cbaf468d31ffdc0

9 years agoMerge "Removed odd "partitionsNoPush" setting to simplify the code"
jenkins-bot [Wed, 18 Mar 2015 23:06:50 +0000 (23:06 +0000)]
Merge "Removed odd "partitionsNoPush" setting to simplify the code"

9 years agoSplit SiteLookup interface from SiteStore
aude [Fri, 6 Feb 2015 02:00:26 +0000 (21:00 -0500)]
Split SiteLookup interface from SiteStore

* SiteLookup interface is added, and SiteStore extends
  it. (any SiteStore type hints can be changed to use
  SiteLookup if all they need is lookup functionality)
* Memcached based SiteStore code is split from the
  database SiteStore, and SiteSQLStore is deprecated.
  If no caching is desired when using a SiteStore, then
  use a SiteDBStore instance, instead of passing $source
  parameter in SiteStore::getSite and SiteStore::getSites.
* SiteListFileCache renamed to FileBasedSiteLookup and
  implements SiteLookup.

Bug: T77990
Change-Id: I36b599884c211580ea6806a8a190c65c4f9087cf

9 years agomediawiki.api.options: Add module for API action=options
Bartosz Dziewoński [Sun, 14 Sep 2014 22:16:11 +0000 (00:16 +0200)]
mediawiki.api.options: Add module for API action=options

Implemented mw.Api#saveOptions to save user preferences.

If necessary, the options will be saved using several parallel API
requests. Only one promise is returned that resolves when all requests
are complete.

If a value of `null` is provided, the given option will be to reset to
the default value.

Any warnings returned by the API, including warnings about invalid
option names or values, are currently ignored. This basically means
that all requests will succeed (barring networks problems, internal
server errors and such).

Change-Id: Ia015898ca910923e00bc53f099b4e5631d6ad45c

9 years agoMerge "Force LocalFile::purgeMetadataCache use the master DB"
jenkins-bot [Wed, 18 Mar 2015 18:22:34 +0000 (18:22 +0000)]
Merge "Force LocalFile::purgeMetadataCache use the master DB"

9 years agoFixed Lint/UnusedMethodArgument RuboCop offense
Željko Filipin [Wed, 18 Mar 2015 17:50:13 +0000 (18:50 +0100)]
Fixed Lint/UnusedMethodArgument RuboCop offense

$ bundle exec rubocop --auto-correct
Inspecting 25 files
.W.......................

Offenses:

maintenance/jsduck/custom_tags.rb:14:26: W: [Corrected] Unused method
argument - position. If it's necessary, use _ or _position as an
argument name to indicate that it won't be used.
  def parse_doc(scanner, position)
                         ^^^^^^^^
...
25 files inspected, 2 offenses detected, 2 offenses corrected

Bug: T91485
Change-Id: Ide96774c284af97f8d587bd6cde302c4500496ed

9 years agoForce LocalFile::purgeMetadataCache use the master DB
Gergő Tisza [Wed, 18 Mar 2015 17:56:11 +0000 (17:56 +0000)]
Force LocalFile::purgeMetadataCache use the master DB

This used to happen automatically via markVolatile() but that was
removed in I808c3a6, which caused cache updates after move/delete
to retain outdated information from slaves.

Bug: T93009
Bug: T88506
Change-Id: Ie4a6c5fbecec9b38ad3ff45fbc22c5d74d66601c

9 years agoFixed Style/FileName RuboCop offense
Željko Filipin [Wed, 18 Mar 2015 17:45:54 +0000 (18:45 +0100)]
Fixed Style/FileName RuboCop offense

$ bundle exec rubocop
Inspecting 25 files
.C.......................

Offenses:

maintenance/jsduck/CustomTags.rb:1:1: C: Use snake_case for source file
names.
^

25 files inspected, 1 offense detected

Bug: T91485
Change-Id: I91b43362f265a05284495727dab5465e1c4f0542

9 years agoMerge "Add framework for file warnings"
jenkins-bot [Wed, 18 Mar 2015 17:25:20 +0000 (17:25 +0000)]
Merge "Add framework for file warnings"

9 years agoMerge "Drop outdated "documentation reviewed" tags"
jenkins-bot [Wed, 18 Mar 2015 16:56:58 +0000 (16:56 +0000)]
Merge "Drop outdated "documentation reviewed" tags"

9 years agoMerge "Fix and make PHPDoc tags in FileBackend more specific"
jenkins-bot [Wed, 18 Mar 2015 16:45:20 +0000 (16:45 +0000)]
Merge "Fix and make PHPDoc tags in FileBackend more specific"

9 years agoMerge "Drop not needed @dataProvider doc tags from MediaWikiTitleCodecTest"
jenkins-bot [Wed, 18 Mar 2015 16:43:04 +0000 (16:43 +0000)]
Merge "Drop not needed @dataProvider doc tags from MediaWikiTitleCodecTest"

9 years agoDrop outdated "documentation reviewed" tags
Thiemo Mättig [Wed, 18 Mar 2015 16:24:50 +0000 (17:24 +0100)]
Drop outdated "documentation reviewed" tags

We review documentation all the time. Even if this was a big, notable
review, it was 5 years ago. It's probably outdated again, e.g. because
methods changed but the corresponting documentaion did not. In my
opinion the fact that a review happened 5 years ago is not useful any
more.

Change-Id: I6f4fb88ea790520bf2443aae4144cdde394b5e78

9 years agoFix and make PHPDoc tags in FileBackend more specific
Thiemo Mättig [Wed, 18 Mar 2015 16:22:52 +0000 (17:22 +0100)]
Fix and make PHPDoc tags in FileBackend more specific

A pure documentation patch. Should almost be a no-brainer. ;-)

Change-Id: I9bf4d6056f7cde193fe5882a04a7973af9b5a7f4

9 years agoDrop not needed @dataProvider doc tags from MediaWikiTitleCodecTest
Thiemo Mättig [Wed, 18 Mar 2015 16:19:14 +0000 (17:19 +0100)]
Drop not needed @dataProvider doc tags from MediaWikiTitleCodecTest

No other @dataProvider in this file does have it's parameters documented.
We usually don't do this because it doesn't add useful information and
is not possible in all cases anyway, e.g. in providers for tests that
are expected to fail. The @param tags would be "mixed" there.

Change-Id: I12a44482e7934a4a18d284d57bf510cb0467cee3

9 years agoMerge "Localisation updates from https://translatewiki.net."
jenkins-bot [Wed, 18 Mar 2015 16:03:52 +0000 (16:03 +0000)]
Merge "Localisation updates from https://translatewiki.net."

9 years agoDon't log HttpErrors in the exception log, use MWLogger
Marius Hoch [Tue, 6 Jan 2015 11:36:28 +0000 (12:36 +0100)]
Don't log HttpErrors in the exception log, use MWLogger

Bug: T85795
Change-Id: Ic36f657a6447dd99c78681536e5dfb066d97b409

9 years agoAdd framework for file warnings
Mark Holmquist [Thu, 5 Mar 2015 18:52:11 +0000 (12:52 -0600)]
Add framework for file warnings

See I674bf7f6c1b21ffc9870aa84382479af5f966561 for an example in the
PdfHandler extension.

Bug: T89765
Change-Id: I3c4b7af7284b5e16e458dd72de789e74db489895

9 years agoFix exit code from rebuildLocalisationCache.php
Tim Starling [Mon, 16 Mar 2015 22:39:06 +0000 (09:39 +1100)]
Fix exit code from rebuildLocalisationCache.php

When --threads was used, the exit code was unconditionally 0, even if a
child thread threw an exception, because the exit code was "abused" for
the count of rebuilt languages. So, don't do that. We don't really need
a count of rebuilt languages that badly, just pass through the exit
status of the child.

Bug: T92900
Change-Id: I77922e686fe7da4fc25bb7f579ed70e1b107eaca

9 years agoMerge "Add help link to three other "minor" special pages"
jenkins-bot [Wed, 18 Mar 2015 14:43:18 +0000 (14:43 +0000)]
Merge "Add help link to three other "minor" special pages"

9 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Wed, 18 Mar 2015 14:35:24 +0000 (15:35 +0100)]
Localisation updates from https://translatewiki.net.

Change-Id: I0dcd569bbef7ee98f9341af08a2c3d19e7a02e4f

9 years agoFix "Bad value 1 for attribute autofocus" on special pages
umherirrender [Wed, 14 Jan 2015 18:36:52 +0000 (19:36 +0100)]
Fix "Bad value 1 for attribute autofocus" on special pages

Xml::inputLabel does not work with boolean parameters, therefore change
true to an empty string to avoid the '1' in html.

This is done for Special:BookSources (from the bug),
Special:ExpandTemplates, Special:Undelete and Special:Userrights

Bug: T68134
Change-Id: I53ff5701840750f17a2ea9a1ec56cd88c00f3cf5

9 years agoMigrate import log to new log system
umherirrender [Mon, 4 Aug 2014 19:35:18 +0000 (21:35 +0200)]
Migrate import log to new log system

There is no need for an extra formatter class, because at the moment
there is nothing extra to format.

This allows use of gender on Special:Log. Old messages are kept for use
in IRC. A test was added to ensure an unchanged IRC message.

The new log message for import-interwiki is used from
I3ca8b21bce49b41cac7109efb8056ca4469b88d7 to avoid "transwiki jargon".

Bug: T57404
Change-Id: I590075b203548c071a98c1eaa4b1bc9250f60e22

9 years agoAdd help link to three other "minor" special pages
Federico Leva [Wed, 4 Mar 2015 23:14:50 +0000 (00:14 +0100)]
Add help link to three other "minor" special pages

Bug: T45591
Change-Id: If8efa314fbd8f7469aa018135ad0f611f8806b48

9 years agoMerge "Truncate null revision comment for whole multibyte characters"
jenkins-bot [Wed, 18 Mar 2015 08:02:02 +0000 (08:02 +0000)]
Merge "Truncate null revision comment for whole multibyte characters"

9 years agoEmergency remove .mw-headline-anchor
Bartosz Dziewoński [Tue, 17 Mar 2015 21:59:13 +0000 (22:59 +0100)]
Emergency remove .mw-headline-anchor

Follows-up 6c7480e5f0d2a6a73d2.

The should stop the § character from being indexed by Google et al.

Bug: T18691
Bug: T93000
Change-Id: Ie9e334e973e3ded270f1897a2c3816d9df739fc0

9 years agoMerge "Optimize order of styles and scripts"
jenkins-bot [Tue, 17 Mar 2015 21:31:04 +0000 (21:31 +0000)]
Merge "Optimize order of styles and scripts"

9 years agoMerge "Fixed timestamp comparison in fixUserRegistration"
jenkins-bot [Tue, 17 Mar 2015 18:50:50 +0000 (18:50 +0000)]
Merge "Fixed timestamp comparison in fixUserRegistration"

9 years agoSync up with Parsoid parserTests.
Arlo Breault [Tue, 17 Mar 2015 17:02:25 +0000 (10:02 -0700)]
Sync up with Parsoid parserTests.

This now aligns with Parsoid commit 9d213e1eb420bfd9ef6fbc661556b40c8aee32f6

Change-Id: Icb9de1ae26a7148fb0fe68840c5a9cfd45640560

9 years agoMerge "Tidy up tidy usage"
jenkins-bot [Tue, 17 Mar 2015 16:06:24 +0000 (16:06 +0000)]
Merge "Tidy up tidy usage"

9 years agoMerge "API unittests, pass optional params to doApiRequest()"
jenkins-bot [Tue, 17 Mar 2015 14:05:42 +0000 (14:05 +0000)]
Merge "API unittests, pass optional params to doApiRequest()"

9 years agoMerge "New testing wrapper to circumvent object access"
jenkins-bot [Tue, 17 Mar 2015 14:03:39 +0000 (14:03 +0000)]
Merge "New testing wrapper to circumvent object access"

9 years agoNew testing wrapper to circumvent object access
Adam Roses Wight [Fri, 27 Feb 2015 17:22:16 +0000 (09:22 -0800)]
New testing wrapper to circumvent object access

The new TestingAccessWrapper class provides a convenient way to make
all of an object's methods and properties public.

TODO: We should organize test helpers into a source directory.  Note that the
helper and its test are in the same directory.

Change-Id: I958d55df18c74e9d2b25d98cd0316989a0fbbe6f

9 years agoFixed timestamp comparison in fixUserRegistration
Aaron Schulz [Tue, 17 Mar 2015 02:33:25 +0000 (19:33 -0700)]
Fixed timestamp comparison in fixUserRegistration

* Also optimized batching logic slightly

Change-Id: I0cedb5b39f996b7baec067890f230cff51468e4b

9 years agoOptimize order of styles and scripts
Ori Livneh [Mon, 16 Mar 2015 02:45:17 +0000 (19:45 -0700)]
Optimize order of styles and scripts

The current ordering of scripts and stylesheets in <head> causes all major
browsers to serialize and defer requests that could be performed in parallel.

The problem is that external stylesheets are loaded before inline scripts. As
Steven Souders explains, "all major browsers preserve the order of CSS and
JavaScript. The stylesheet has to be fully downloaded, parsed, and applied
before the inline script is executed. And the inline script must be executed
before the remaining resources can be downloaded. Therefore, resources that
follow a stylesheet and inline script are blocked from downloading."[1]

In other words: the browser could start loading body images, but it refuses to
do that until it has executed inline scripts in head. And it refuses to execute
those scripts until the external CSS is downloaded, parsed and applied. You can
see the effect of this in this image, showing the request waterfall for
[[en:Gothic Alphabet]]: [2]. Notice how no images were requested before the
browser had finished processing the three load.php requests at the top.

To fix this, we want to move the inline scripts above the external CSS. This is
a little bit tricky, because the inline scripts depend on mw.loader, which is
loaded via an external script. If we move the external script so that it too is
above the external stylesheet, we force the browser to serialize requests,
because the browser will not retrieve the external CSS until it has retrieved
and executed the external JS code. So what we want is to move the inline
scripts above the external stylesheet, but keep the external script (which the
inline scripts depend on) below the external stylesheet.

We can do this by wrapping the inline script code in a closure (which binds
'mw') and enqueuing the closure in a global array which will be processed by
the startup module at just the right time.

Net result: external CSS and JS is retrieved in parallel, retrieval of images
(and other external assets) is unblocked, but the order in which code is
evaluated remains the same.

[1]: <http://www.stevesouders.com/blog/2009/05/06/positioning-inline-scripts/>
[2]: <http://people.wikimedia.org/~ori/enwiki-waterfall.png> (excerpted from
 <http://www.webpagetest.org/result/150316_0C_7MB/1/details/>.

Change-Id: I98d383a6299ffbd10210431544a505338ca8643f

9 years agoAPI unittests, pass optional params to doApiRequest()
Yuri Astrakhan [Tue, 17 Mar 2015 01:07:24 +0000 (04:07 +0300)]
API unittests, pass optional params to doApiRequest()

ApiQueryTestBase::check() should pass all optional params
like session and user to the doApiRequest()

Change-Id: If1cb52b03faba06c97d330a91a23893fe08acf22

9 years agoMerge "Regenerate autoload.php"
jenkins-bot [Tue, 17 Mar 2015 00:19:07 +0000 (00:19 +0000)]
Merge "Regenerate autoload.php"

9 years agoRegenerate autoload.php
Timo Tijhof [Tue, 17 Mar 2015 00:08:01 +0000 (01:08 +0100)]
Regenerate autoload.php

Follows-up 87dfc20b1e.

It recently started generating dirty output because
BufferingStatsdDataFactory was manually placed – in a different
position than script would (i.e. not alphabetical).

Change-Id: I030a6ec9eb6f3a9b6cb54c9646acf2a898b93a80