mediawiki-extensions-Echo/includes
Thiemo Kreuz 8fd66d4281 Make use of the …::class feature in production code
This codebase already used the …::class feature a lot. This is more
about making the code consistent and easier to refactor in the future.

Change-Id: If5b2456b825aae753ed97445160ec191c18df8e3
2019-02-20 19:13:54 +00:00
..
api Make use of the …::class feature in production code 2019-02-20 19:13:54 +00:00
cache cache: Reduce responsibility of subclass and remove unused parts 2018-08-17 03:28:02 +00:00
controller Make use of the …::class feature in production code 2019-02-20 19:13:54 +00:00
exception
formatters Simplify a few overly complex code snippets 2019-02-19 20:39:26 +00:00
gateway Avoid use of IDatabase::update return value 2018-10-26 13:56:30 -07:00
iterator Fix some doc blocks 2017-11-07 17:06:17 +01:00
jobs Improve param docs and add @var to clarify types 2019-02-15 21:23:02 +01:00
mapper Merge "Avoid use of IDatabase::delete() return values" 2018-10-28 21:42:10 +00:00
model Improve param docs and add @var to clarify types 2019-02-15 21:23:02 +01:00
ooui Improve some parameter docs 2017-10-18 18:44:52 +02:00
special Add method scope visibility 2018-11-02 18:47:39 +01:00
AttributeManager.php Make notifyAgent a per-type property rather than per-event 2018-10-29 15:41:51 -07:00
Bundleable.php Remove some non-helpful lines of documentation 2018-07-06 15:14:44 +00:00
Bundler.php build: Update mediawiki/mediawiki-codesniffer to 0.7.1 2016-12-05 15:54:30 -08:00
DataOutputFormatter.php Make use of the …::class feature in production code 2019-02-20 19:13:54 +00:00
DeferredMarkAsDeletedUpdate.php Merge "Make "@… array" type hints more specific" 2018-08-16 00:57:12 +00:00
DiscussionParser.php Simplify a few overly complex code snippets 2019-02-19 20:39:26 +00:00
EchoArrayList.php Fix multiple PHP class declarations in one file 2018-01-21 21:17:53 +00:00
EchoCachedList.php CachedList: Use getWithSetCallback() 2018-05-30 05:15:20 +00:00
EchoContainmentList.php Make "@… array" type hints more specific 2018-08-13 09:27:37 +02:00
EchoContainmentSet.php Get rid of special casing for user blacklist 2018-07-09 15:50:38 -07:00
EchoDbFactory.php Merge "Use "false" as type hint in PHPDoc tags" 2018-08-16 01:00:05 +00:00
EchoDiffGroup.php Make "@… array" type hints more specific 2018-08-13 09:27:37 +02:00
EchoDiffParser.php Add missing limits to explode() where possible 2018-10-20 09:11:19 +00:00
EchoHooks.php Fix undeclared var 2019-02-15 21:25:27 +01:00
EchoOnWikiList.php Fix multiple PHP class declarations in one file 2018-01-21 21:17:53 +00:00
EchoSummaryParser.php Replace two regular expressions with cheap string manipulations 2018-10-11 10:59:04 +02:00
EmailBatch.php Drop $wgNotificationReplyName, instead let just show the e-mail 2018-08-29 01:03:54 +00:00
EmailFormat.php HTML email formatter using presentation model 2016-05-12 09:29:24 -04:00
EmailFrequency.php HTML email formatter using presentation model 2016-05-12 09:29:24 -04:00
EventLogging.php Clean up EventLogging integration 2018-08-09 14:19:45 +00:00
ForeignNotifications.php build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-03 01:46:10 +00:00
ForeignWikiRequest.php Add cross-wiki proxying to the action=markasread API 2018-09-03 08:07:39 -07:00
Notifier.php Drop $wgNotificationReplyName, instead let just show the e-mail 2018-08-29 01:03:54 +00:00
NotifUser.php Add missing use for Wikimedia\Rdbms\Database 2019-01-02 19:40:58 +01:00
ResourceLoaderEchoImageModule.php Fix Illegal string offset 'ltr' in ResourceLoaderEchoImageModule.php 2017-03-27 23:46:45 +00:00
schemaUpdate.php Improve some parameter docs 2017-08-09 17:21:10 +02:00
SeenTime.php Merge "Use "false" as type hint in PHPDoc tags" 2018-08-16 01:00:05 +00:00
UnreadWikis.php Merge "Use "false" as type hint in PHPDoc tags" 2018-08-16 01:00:05 +00:00
UserLocator.php Improve param docs and add @var to clarify types 2019-02-15 21:23:02 +01:00