lhc/web/wiklou.git
10 years agoMerge "New getHTML() method for QuickTemplate to get the HTML of a template."
jenkins-bot [Thu, 21 Nov 2013 21:53:13 +0000 (21:53 +0000)]
Merge "New getHTML() method for QuickTemplate to get the HTML of a template."

10 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Thu, 21 Nov 2013 20:44:37 +0000 (20:44 +0000)]
Localisation updates from https://translatewiki.net.

Change-Id: I0d719d7e3a431d48a4bf2ff131c8bc89d735c667

10 years agoFixed spacing
umherirrender [Thu, 21 Nov 2013 17:19:44 +0000 (18:19 +0100)]
Fixed spacing

- Removed trailing spaces in comments
- Removed multiple empty lines
- Removed space after object operator

Change-Id: I9fd3256ab490c7cd2034de3fd94e6be6e6d6d8f2

10 years agoReplace inline tab with space
Siebrand Mazeland [Thu, 21 Nov 2013 18:30:01 +0000 (19:30 +0100)]
Replace inline tab with space

Spotted by Umherirrender in
https://gerrit.wikimedia.org/r/#/c/96554/1/includes/diff/DifferenceEngine.php

Change-Id: I363a3299d61e2cfb7c31db9c293a2c7e73fcef44

10 years agoSuppress false positive CodeSniffer warning
Siebrand Mazeland [Wed, 20 Nov 2013 10:22:39 +0000 (11:22 +0100)]
Suppress false positive CodeSniffer warning

Change-Id: Ia76cec9062a944c80f6fa1fbcea517ccf64793e4

10 years agoMerge "Break long lines and formatting updates for includes/db/"
jenkins-bot [Thu, 21 Nov 2013 16:48:47 +0000 (16:48 +0000)]
Merge "Break long lines and formatting updates for includes/db/"

10 years agoMerge "Update formatting on database-related classes"
jenkins-bot [Thu, 21 Nov 2013 16:45:08 +0000 (16:45 +0000)]
Merge "Update formatting on database-related classes"

10 years agoBreak long lines and formatting updates for includes/db/
Siebrand Mazeland [Wed, 20 Nov 2013 10:13:51 +0000 (11:13 +0100)]
Break long lines and formatting updates for includes/db/

Fix all line length related CodeSniffer warnings.

Change-Id: Id0fd8f4c7276185f51489659ee3cd06962fbc16d

10 years agoUpdate formatting on database-related classes
Siebrand Mazeland [Wed, 20 Nov 2013 06:58:22 +0000 (07:58 +0100)]
Update formatting on database-related classes

Change-Id: I91f83e28ae25f80ba9e36c612f1ad050ffa1573c

10 years agoMerge "Localisation updates from https://translatewiki.net."
jenkins-bot [Thu, 21 Nov 2013 13:33:05 +0000 (13:33 +0000)]
Merge "Localisation updates from https://translatewiki.net."

10 years agoLocalisation updates from https://translatewiki.net.
Translation updater bot [Thu, 21 Nov 2013 13:20:46 +0000 (13:20 +0000)]
Localisation updates from https://translatewiki.net.

Add support for Northern Luri (lrc)

Change-Id: I1eb64c9b27f50b6c2b774b32ad7154f1b1729822

10 years agoMerge "Localisation updates from http://translatewiki.net."
jenkins-bot [Thu, 21 Nov 2013 13:18:40 +0000 (13:18 +0000)]
Merge "Localisation updates from translatewiki.net."

10 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Thu, 21 Nov 2013 12:58:44 +0000 (12:58 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I2d4709635ad428790e6b89833a67d8b7aa13a2f5

10 years agoMerge "Truncate protect reason for whole multibyte characters"
jenkins-bot [Thu, 21 Nov 2013 12:58:21 +0000 (12:58 +0000)]
Merge "Truncate protect reason for whole multibyte characters"

10 years agoNew getHTML() method for QuickTemplate to get the HTML of a template.
Jack Phoenix [Thu, 21 Nov 2013 07:47:39 +0000 (09:47 +0200)]
New getHTML() method for QuickTemplate to get the HTML of a template.

OutputPage's addTemplate() is now a wrapper around QuickTemplate.

This allows more flexible usage of templated HTML, as
required by some third-party extensions.

Change-Id: I943e8e50438c716b7b56d2f908da38a4bf73d9e2

10 years agoRemove function calls from for loop test part
Siebrand Mazeland [Wed, 20 Nov 2013 10:27:05 +0000 (11:27 +0100)]
Remove function calls from for loop test part

Change-Id: If1f8996854889b526fef96cd29a153e0b36e9133

10 years agoMerge "Supress native "invalid email" warning on Special:ChangeEmail"
jenkins-bot [Wed, 20 Nov 2013 22:58:01 +0000 (22:58 +0000)]
Merge "Supress native "invalid email" warning on Special:ChangeEmail"

10 years agoSupress native "invalid email" warning on Special:ChangeEmail
theopolisme [Mon, 18 Nov 2013 23:14:09 +0000 (17:14 -0600)]
Supress native "invalid email" warning on Special:ChangeEmail

To avoid a double "invalid email" warning (one from the browser,
one from updateMailValidityLabel), prevent the browser's  "invalid
email" notice from appearing and just run updateMailValidityLabel,
which generates its own notice.

Bug: 40909
Change-Id: Id657c6ce2e72d877510fcf690aef2c548d8cdf1d

10 years agoMerge "Update documentation and formatting for includes/deferred/"
jenkins-bot [Wed, 20 Nov 2013 22:22:45 +0000 (22:22 +0000)]
Merge "Update documentation and formatting for includes/deferred/"

10 years agoMerge "Added some sanity close() calls to RedisConnectionPool"
jenkins-bot [Wed, 20 Nov 2013 22:21:03 +0000 (22:21 +0000)]
Merge "Added some sanity close() calls to RedisConnectionPool"

10 years agoMerge "Update formatting on includes/deferred/"
jenkins-bot [Wed, 20 Nov 2013 22:10:07 +0000 (22:10 +0000)]
Merge "Update formatting on includes/deferred/"

10 years agoMerge "Initialise variables and update documentation"
jenkins-bot [Wed, 20 Nov 2013 21:59:27 +0000 (21:59 +0000)]
Merge "Initialise variables and update documentation"

10 years agoMerge "Remove unused private method check()"
jenkins-bot [Wed, 20 Nov 2013 21:56:57 +0000 (21:56 +0000)]
Merge "Remove unused private method check()"

10 years agoMerge "Abstract declaration must precede visibility declaration"
jenkins-bot [Wed, 20 Nov 2013 21:52:09 +0000 (21:52 +0000)]
Merge "Abstract declaration must precede visibility declaration"

10 years agoMerge "Rename classes DiffOp_* to DiffOp*"
jenkins-bot [Wed, 20 Nov 2013 21:50:14 +0000 (21:50 +0000)]
Merge "Rename classes DiffOp_* to DiffOp*"

10 years agoUpdate documentation and formatting for includes/deferred/
Siebrand Mazeland [Wed, 20 Nov 2013 18:43:39 +0000 (19:43 +0100)]
Update documentation and formatting for includes/deferred/

Change-Id: I56f35be6e549aec13c4fbad5ee6301aa29358031

10 years agoAdded some sanity close() calls to RedisConnectionPool
Aaron Schulz [Tue, 5 Nov 2013 22:18:07 +0000 (14:18 -0800)]
Added some sanity close() calls to RedisConnectionPool

Change-Id: Icd0e249a1524f880c99986c9bea3b891ab9b9ba6

10 years agoUpdate formatting on includes/deferred/
Siebrand Mazeland [Wed, 20 Nov 2013 17:20:36 +0000 (18:20 +0100)]
Update formatting on includes/deferred/

Change-Id: Id3f143eae3781b26dcbc3ba63a566b7a6006c0cc

10 years agoMerge "Rename class HWLDF_WordAccumulator to HWLDFWordAccumulator"
jenkins-bot [Wed, 20 Nov 2013 21:47:09 +0000 (21:47 +0000)]
Merge "Rename class HWLDF_WordAccumulator to HWLDFWordAccumulator"

10 years agoMerge "Break long lines in includes/diff/"
jenkins-bot [Wed, 20 Nov 2013 21:45:14 +0000 (21:45 +0000)]
Merge "Break long lines in includes/diff/"

10 years agoMerge "Avoid function calls in a for loop test part"
jenkins-bot [Wed, 20 Nov 2013 21:43:17 +0000 (21:43 +0000)]
Merge "Avoid function calls in a for loop test part"

10 years agoMerge "Update formatting for includes/diff"
jenkins-bot [Wed, 20 Nov 2013 21:41:31 +0000 (21:41 +0000)]
Merge "Update formatting for includes/diff"

10 years agoMerge "Replace deprecated <tt> with <code>"
jenkins-bot [Wed, 20 Nov 2013 21:37:59 +0000 (21:37 +0000)]
Merge "Replace deprecated <tt> with <code>"

10 years agoMerge "Break long lines in MWDebug class"
jenkins-bot [Wed, 20 Nov 2013 21:36:19 +0000 (21:36 +0000)]
Merge "Break long lines in MWDebug class"

10 years agoMerge "Remove unneeded uses of else{} in api/"
jenkins-bot [Wed, 20 Nov 2013 21:34:21 +0000 (21:34 +0000)]
Merge "Remove unneeded uses of else{} in api/"

10 years agoMerge "Localisation updates from http://translatewiki.net."
Translation updater bot [Wed, 20 Nov 2013 21:05:38 +0000 (21:05 +0000)]
Merge "Localisation updates from translatewiki.net."

10 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Wed, 20 Nov 2013 21:03:52 +0000 (21:03 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I0eb353cd0cadf0bed7cd17d4c3eb2c7e108f6aa6

10 years agoMerge "Add additional information to FileRepo::getInfo"
jenkins-bot [Wed, 20 Nov 2013 20:57:34 +0000 (20:57 +0000)]
Merge "Add additional information to FileRepo::getInfo"

10 years agoMerge "Avoid Database::encodeExpiry, when simple timestamp is given"
jenkins-bot [Wed, 20 Nov 2013 20:39:09 +0000 (20:39 +0000)]
Merge "Avoid Database::encodeExpiry, when simple timestamp is given"

10 years agoInitialise variables and update documentation
Siebrand Mazeland [Wed, 20 Nov 2013 19:57:15 +0000 (20:57 +0100)]
Initialise variables and update documentation

Change-Id: Idb242f65801ee79531c2300cf9fcb5b3929f66ab

10 years agoRemove unused private method check()
Siebrand Mazeland [Wed, 20 Nov 2013 19:41:58 +0000 (20:41 +0100)]
Remove unused private method check()

Change-Id: I29381892be9966b92b99cb3b021cc5a9a4be8a80

10 years agoAdd additional information to FileRepo::getInfo
Brad Jorsch [Wed, 20 Nov 2013 19:38:49 +0000 (14:38 -0500)]
Add additional information to FileRepo::getInfo

The API's meta=filerepoinfo could use some additional information, most
pressingly a way to determine the MW API endpoint of the associated
repo. Since FileRepo already has scriptDirUrl (to which "/api.php" could
be appended), let's just add that.

And for good measure, we may as well include various other bits of
information that people might find useful.

Change-Id: I6d5aa6cf44ef1d9bdfd9b2f36f184e5fdc0900dd

10 years agoAbstract declaration must precede visibility declaration
Siebrand Mazeland [Wed, 20 Nov 2013 19:32:53 +0000 (20:32 +0100)]
Abstract declaration must precede visibility declaration

Change-Id: Ic13646c5a5c5b1f80db58740b207f853c7e25ceb

10 years agoRename classes DiffOp_* to DiffOp*
Siebrand Mazeland [Wed, 20 Nov 2013 19:28:14 +0000 (20:28 +0100)]
Rename classes DiffOp_* to DiffOp*

Part of program to remove underscores from class names. Checked core and
600+ extensions for occurrences. All uses are in core in core are updated
in this patch. No uses in extensions.

Change-Id: I86b8c6f8702e661554c7b794df09892db94a84d1

10 years agoRename class HWLDF_WordAccumulator to HWLDFWordAccumulator
Siebrand Mazeland [Wed, 20 Nov 2013 19:24:48 +0000 (20:24 +0100)]
Rename class HWLDF_WordAccumulator to HWLDFWordAccumulator

Part of program to remove underscores from class names. Checked core and
600+ extensions for occurrences. All uses are in core in core are updated
in this patch.

Change-Id: Ib3094249ab192db80f1639c5e543ece84c688b9a

10 years agoBreak long lines in includes/diff/
Siebrand Mazeland [Wed, 20 Nov 2013 19:22:36 +0000 (20:22 +0100)]
Break long lines in includes/diff/

Change-Id: I778079edb147623f54f6140e11e25120b04c382e

10 years agoAvoid function calls in a for loop test part
Siebrand Mazeland [Wed, 20 Nov 2013 19:22:26 +0000 (20:22 +0100)]
Avoid function calls in a for loop test part

Change-Id: Ief0976e3d1cd1da7074b1ed6d427153ccc189f18

10 years agoIgnore new message for translation
raymond [Wed, 20 Nov 2013 19:19:31 +0000 (20:19 +0100)]
Ignore new message for translation

It has no translatable content.
Followup to Icd348919377bac77e27018a44e981028a263c6e1

Change-Id: I91defae609e65142ff2d5026c9d7076865536307

10 years agoUpdate formatting for includes/diff
Siebrand Mazeland [Wed, 20 Nov 2013 19:11:57 +0000 (20:11 +0100)]
Update formatting for includes/diff

Change-Id: Id032a32ca6ebea3daf5313a05602c5e98603d983

10 years agoAvoid Database::encodeExpiry, when simple timestamp is given
umherirrender [Wed, 20 Nov 2013 19:05:19 +0000 (20:05 +0100)]
Avoid Database::encodeExpiry, when simple timestamp is given

Also remove wfTimestampNow because Database::timestamp will default to
now, when no param is given.

Change-Id: I0b065f4cdf67e1473548e641cf2864b4a2232ef8

10 years agoMerge "Add tests for SpecialPage::requireLogin"
jenkins-bot [Wed, 20 Nov 2013 19:04:34 +0000 (19:04 +0000)]
Merge "Add tests for SpecialPage::requireLogin"

10 years agoTruncate protect reason for whole multibyte characters
umherirrender [Wed, 20 Nov 2013 18:56:42 +0000 (19:56 +0100)]
Truncate protect reason for whole multibyte characters

This avoids broken characters for long comment.
The reason is shown on action=edit for unprivilieged users.

Change-Id: Ie8099f50628d55ff880760721169803ccbb3555c

10 years agoUpdate documentation in HTMLCacheUpdateJob
Siebrand Mazeland [Wed, 20 Nov 2013 18:45:04 +0000 (19:45 +0100)]
Update documentation in HTMLCacheUpdateJob

Change-Id: I2774d5bd400b9a26415a6a93561c02ea0588e448

10 years agoMerge "Remove needless leading dash on Main Page interlanguage links"
jenkins-bot [Wed, 20 Nov 2013 18:00:08 +0000 (18:00 +0000)]
Merge "Remove needless leading dash on Main Page interlanguage links"

10 years agoReplace deprecated <tt> with <code>
Siebrand Mazeland [Wed, 20 Nov 2013 16:21:31 +0000 (17:21 +0100)]
Replace deprecated <tt> with <code>

Change-Id: I4d80b2eff87c9ddaa4439c83aea21c73fca0d68c

10 years agoMerge "Changing the welcome message after signing up"
jenkins-bot [Wed, 20 Nov 2013 14:48:40 +0000 (14:48 +0000)]
Merge "Changing the welcome message after signing up"

10 years agoChanging the welcome message after signing up
mayankmadan [Wed, 20 Nov 2013 07:43:36 +0000 (13:13 +0530)]
Changing the welcome message after signing up

Bug: 57218
Change-Id: I99d15d125edfc4ffc93dbcb7d1be88818f91a135

10 years agoBreak long lines in MWDebug class
Siebrand Mazeland [Wed, 20 Nov 2013 14:03:00 +0000 (15:03 +0100)]
Break long lines in MWDebug class

Change-Id: I65a080f8024a79e6e6b4ccc39e457b26d3637cf7

10 years agoMerge "Fixed the last section of MediaWiki:SpecialSpecialpages"
jenkins-bot [Wed, 20 Nov 2013 14:01:50 +0000 (14:01 +0000)]
Merge "Fixed the last section of MediaWiki:SpecialSpecialpages"

10 years agoFixed the last section of MediaWiki:SpecialSpecialpages
mayankmadan [Tue, 19 Nov 2013 20:50:49 +0000 (02:20 +0530)]
Fixed the last section of MediaWiki:SpecialSpecialpages

Bug: 28033
Change-Id: I0539511041672ab3769fc7f23284f8c1dc1e17c7

10 years agoMerge "Adding "while logged in" in email notification"
jenkins-bot [Wed, 20 Nov 2013 12:38:58 +0000 (12:38 +0000)]
Merge "Adding "while logged in" in email notification"

10 years agoAdding "while logged in" in email notification
mayankmadan [Tue, 19 Nov 2013 21:05:59 +0000 (02:35 +0530)]
Adding "while logged in" in email notification

Bug: 43368
Change-Id: I017c3b8f10460b15317bcc2e96451dd87057e6b3

10 years agoMerge "Fixed "Undefined property: stdClass::$page_namespace" error"
jenkins-bot [Wed, 20 Nov 2013 06:36:30 +0000 (06:36 +0000)]
Merge "Fixed "Undefined property: stdClass::$page_namespace" error"

10 years agoMerge "Delete maintenance/language/zhtable/trad2simp_supp_unset.manual"
jenkins-bot [Wed, 20 Nov 2013 06:34:55 +0000 (06:34 +0000)]
Merge "Delete maintenance/language/zhtable/trad2simp_supp_unset.manual"

10 years agoMerge "Declare visibility of class property in ContentHandler"
jenkins-bot [Wed, 20 Nov 2013 06:09:56 +0000 (06:09 +0000)]
Merge "Declare visibility of class property in ContentHandler"

10 years agoMerge "Cleanup and expand Status tests"
jenkins-bot [Wed, 20 Nov 2013 05:45:41 +0000 (05:45 +0000)]
Merge "Cleanup and expand Status tests"

10 years agoUpdate formatting in includes/dao/
Siebrand Mazeland [Wed, 20 Nov 2013 05:23:48 +0000 (06:23 +0100)]
Update formatting in includes/dao/

Change-Id: Id3cfc68ff463831d7cd3329661619c33d70d7085

10 years agoUpdate formatting and documentation in includes/context/
Siebrand Mazeland [Wed, 20 Nov 2013 05:21:57 +0000 (06:21 +0100)]
Update formatting and documentation in includes/context/

Change-Id: I8bfdbe8f6d9c325063678e24a9d604f18eb83fc3

10 years agoMerge "Update documentation and break long lines"
jenkins-bot [Wed, 20 Nov 2013 05:13:32 +0000 (05:13 +0000)]
Merge "Update documentation and break long lines"

10 years agoDeclare visibility of class property in ContentHandler
Siebrand Mazeland [Wed, 20 Nov 2013 05:09:49 +0000 (06:09 +0100)]
Declare visibility of class property in ContentHandler

Make $handlers protected. It's only used in MediaHandler and
ContentHandler.

Change-Id: I2cfc9273d4cf710fbcf01a8e70a93ae64de73579

10 years agoUpdate documentation and break long lines
Siebrand Mazeland [Wed, 20 Nov 2013 04:49:59 +0000 (05:49 +0100)]
Update documentation and break long lines

Also remove some superfluous newlines.

Change-Id: I904d6ddeb976434708d5a22df9e8abd2e6f60a6c

10 years agoMerge "shared.css: Start vectorizing common icons"
jenkins-bot [Wed, 20 Nov 2013 05:00:44 +0000 (05:00 +0000)]
Merge "shared.css: Start vectorizing common icons"

10 years agoUpdate ImagePage to use HiDPI
tholam [Wed, 20 Nov 2013 02:48:58 +0000 (20:48 -0600)]
Update ImagePage to use HiDPI

Changed processResponsiveImages method in Linker class from
protected to public so that it may be used in the ImagePage class.
called the method in the openShowImage method to generate the srcset.

Bug: 56969
Change-Id: I2494ce98ba1a32d5a963b53482929de9abb048fd

10 years agoRemove needless leading dash on Main Page interlanguage links
This, that and the other [Wed, 20 Nov 2013 02:57:56 +0000 (13:57 +1100)]
Remove needless leading dash on Main Page interlanguage links

Adds a message "interlanguage-link-title-langonly" with contents "$1",
to allow customization of the tooltip in all circumstances.

Bug: 55865
Change-Id: Icd348919377bac77e27018a44e981028a263c6e1

10 years agoFixed "Undefined property: stdClass::$page_namespace" error
Aaron Schulz [Tue, 19 Nov 2013 23:35:37 +0000 (15:35 -0800)]
Fixed "Undefined property: stdClass::$page_namespace" error

* BacklinkCache::fullResultCache should always have all the columns
* Fixes bug from a9dc4d943e8f7e7824f31dc7fd1270873f8a9fdb

Change-Id: Ic0042ef6b1ce655bd97814362d95d8b0fe53affa

10 years agoAdd tests for SpecialPage::requireLogin
aude [Tue, 19 Nov 2013 21:37:11 +0000 (22:37 +0100)]
Add tests for SpecialPage::requireLogin

Change-Id: Id9ee08c921a3e109e5175bb7ae807615cb15b8e5

10 years agoMerge "Update formatting"
jenkins-bot [Tue, 19 Nov 2013 22:15:26 +0000 (22:15 +0000)]
Merge "Update formatting"

10 years agoMerge "Fixed spacing"
jenkins-bot [Tue, 19 Nov 2013 21:50:44 +0000 (21:50 +0000)]
Merge "Fixed spacing"

10 years agoMerge "Remove unused local variable and update documentation"
jenkins-bot [Tue, 19 Nov 2013 21:40:10 +0000 (21:40 +0000)]
Merge "Remove unused local variable and update documentation"

10 years agoUpdate formatting
Siebrand Mazeland [Tue, 19 Nov 2013 21:26:16 +0000 (22:26 +0100)]
Update formatting

Change-Id: Ieee4747cf2401d0d89a497a7637d32348192f481

10 years agoMerge "move page_restrictions.pr_id to top in tables.sql"
jenkins-bot [Tue, 19 Nov 2013 21:25:00 +0000 (21:25 +0000)]
Merge "move page_restrictions.pr_id to top in tables.sql"

10 years agoMerge "Exclude servers with zero load from lag checks"
jenkins-bot [Tue, 19 Nov 2013 21:12:59 +0000 (21:12 +0000)]
Merge "Exclude servers with zero load from lag checks"

10 years agoMerge "Consistently handle anonymous users on logged-in-only special pages"
jenkins-bot [Tue, 19 Nov 2013 21:10:16 +0000 (21:10 +0000)]
Merge "Consistently handle anonymous users on logged-in-only special pages"

10 years agoMerge "Make Special:PasswordReset obey returnto and returntoquery parameters"
jenkins-bot [Tue, 19 Nov 2013 20:55:06 +0000 (20:55 +0000)]
Merge "Make Special:PasswordReset obey returnto and returntoquery parameters"

10 years agoMerge "Add $counter which was defined dynamically"
jenkins-bot [Tue, 19 Nov 2013 20:52:35 +0000 (20:52 +0000)]
Merge "Add $counter which was defined dynamically"

10 years agoRemove unused local variable and update documentation
Siebrand Mazeland [Tue, 19 Nov 2013 20:39:05 +0000 (21:39 +0100)]
Remove unused local variable and update documentation

Change-Id: I5a737511f8c0234451fba766b529594e6244fb95

10 years agoMerge "Update formatting"
jenkins-bot [Tue, 19 Nov 2013 20:29:43 +0000 (20:29 +0000)]
Merge "Update formatting"

10 years agoMerge "Localisation updates from http://translatewiki.net."
Translation updater bot [Tue, 19 Nov 2013 20:24:39 +0000 (20:24 +0000)]
Merge "Localisation updates from translatewiki.net."

10 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Tue, 19 Nov 2013 20:14:44 +0000 (20:14 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I2ffb4e1f59ad5619ad15b7556c826ff2e206a1be

10 years agoMerge "Declare visibility on class properties of RCCacheEntry"
jenkins-bot [Tue, 19 Nov 2013 20:04:49 +0000 (20:04 +0000)]
Merge "Declare visibility on class properties of RCCacheEntry"

10 years agoAdd $counter which was defined dynamically
Siebrand Mazeland [Tue, 19 Nov 2013 08:37:41 +0000 (09:37 +0100)]
Add $counter which was defined dynamically

Used in SpecialRecentChanges, ChangesList and SpecialWatchlist to keep
track of line numbers for RC list entries.

Change-Id: Ib0e76a325c36a5c019db8d55c150e3bf3bf1d19b

10 years agoMerge "Declare visibility on class properties of RecentChange"
jenkins-bot [Tue, 19 Nov 2013 19:53:15 +0000 (19:53 +0000)]
Merge "Declare visibility on class properties of RecentChange"

10 years agoMerge "Declare visibility on class properties of LinkBatch"
jenkins-bot [Tue, 19 Nov 2013 19:49:57 +0000 (19:49 +0000)]
Merge "Declare visibility on class properties of LinkBatch"

10 years agoMerge "Various fixes for ChangesList"
jenkins-bot [Tue, 19 Nov 2013 19:42:16 +0000 (19:42 +0000)]
Merge "Various fixes for ChangesList"

10 years agoUpdate formatting
Siebrand Mazeland [Tue, 19 Nov 2013 19:40:50 +0000 (20:40 +0100)]
Update formatting

Change-Id: I5cd038afb609eb71e86b7e23839083cea2531e1a

10 years agoMerge "Update documentation for OldChangesList"
jenkins-bot [Tue, 19 Nov 2013 19:32:09 +0000 (19:32 +0000)]
Merge "Update documentation for OldChangesList"

10 years agoMerge "Remove dead var"
jenkins-bot [Tue, 19 Nov 2013 19:29:04 +0000 (19:29 +0000)]
Merge "Remove dead var"

10 years agoMerge "API: Add default setting for OpenSearch limit parameter"
jenkins-bot [Tue, 19 Nov 2013 19:01:58 +0000 (19:01 +0000)]
Merge "API: Add default setting for OpenSearch limit parameter"

10 years agoAPI: Add default setting for OpenSearch limit parameter
Alex Ivanov [Mon, 18 Nov 2013 21:22:07 +0000 (23:22 +0200)]
API: Add default setting for OpenSearch limit parameter

This is done as part of a GCI 2013 task.

Bug: 30089
Change-Id: I4c1a850520976a5b8b433feee4807c5f6960e3ac

10 years agoMerge "Sort 'MediaWiki' resources definitions alphabetically"
jenkins-bot [Tue, 19 Nov 2013 18:34:27 +0000 (18:34 +0000)]
Merge "Sort 'MediaWiki' resources definitions alphabetically"