Go to the documentation of this file.
17 'comment' =>
'delete comment',
23 'text' =>
'User deleted page Page',
33 'comment' =>
'delete comment',
40 'text' =>
'User deleted page Page',
65 'action' =>
'restore',
66 'comment' =>
'delete comment',
77 'text' =>
'User restored page Page (2 revisions and 1 file)',
91 'action' =>
'restore',
92 'comment' =>
'delete comment',
98 'text' =>
'User restored page Page',
107 'action' =>
'restore',
108 'comment' =>
'delete comment',
115 'text' =>
'User restored page Page',
140 'action' =>
'revision',
141 'comment' =>
'delete comment',
145 '4::type' =>
'archive',
146 '5::ids' => [
'1',
'3',
'4' ],
152 'text' =>
'User changed visibility of 3 revisions on page Page: edit summary '
153 .
'hidden and content unhidden',
156 'ids' => [
'1',
'3',
'4' ],
162 'restricted' =>
false,
169 'restricted' =>
false,
179 'action' =>
'revision',
180 'comment' =>
'delete comment',
192 'text' =>
'User changed visibility of 3 revisions on page Page: edit summary '
193 .
'hidden and content unhidden',
196 'ids' => [
'1',
'3',
'4' ],
202 'restricted' =>
false,
209 'restricted' =>
false,
236 'comment' =>
'delete comment',
240 '4::ids' => [
'1',
'3',
'4' ],
246 'text' =>
'User changed visibility of 3 log events on Page: edit summary hidden '
247 .
'and content unhidden',
250 'ids' => [
'1',
'3',
'4' ],
256 'restricted' =>
false,
263 'restricted' =>
false,
274 'comment' =>
'delete comment',
285 'text' =>
'User changed visibility of 3 log events on Page: edit summary hidden '
286 .
'and content unhidden',
289 'ids' => [
'1',
'3',
'4' ],
295 'restricted' =>
false,
302 'restricted' =>
false,
327 'type' =>
'suppress',
328 'action' =>
'revision',
329 'comment' =>
'Suppress comment',
333 '4::type' =>
'archive',
334 '5::ids' => [
'1',
'3',
'4' ],
340 'text' =>
'User secretly changed visibility of 3 revisions on page Page: edit '
341 .
'summary hidden, content unhidden and applied restrictions to administrators',
344 'ids' => [
'1',
'3',
'4' ],
350 'restricted' =>
false,
357 'restricted' =>
true,
366 'type' =>
'suppress',
367 'action' =>
'revision',
368 'comment' =>
'Suppress comment',
380 'text' =>
'User secretly changed visibility of 3 revisions on page Page: edit '
381 .
'summary hidden, content unhidden and applied restrictions to administrators',
384 'ids' => [
'1',
'3',
'4' ],
390 'restricted' =>
false,
397 'restricted' =>
true,
422 'type' =>
'suppress',
424 'comment' =>
'Suppress comment',
428 '4::ids' => [
'1',
'3',
'4' ],
434 'text' =>
'User secretly changed visibility of 3 log events on Page: edit '
435 .
'summary hidden, content unhidden and applied restrictions to administrators',
438 'ids' => [
'1',
'3',
'4' ],
444 'restricted' =>
false,
451 'restricted' =>
true,
460 'type' =>
'suppress',
462 'comment' =>
'Suppress comment',
473 'text' =>
'User secretly changed visibility of 3 log events on Page: edit '
474 .
'summary hidden, content unhidden and applied restrictions to administrators',
477 'ids' => [
'1',
'3',
'4' ],
483 'restricted' =>
false,
490 'restricted' =>
true,
515 'type' =>
'suppress',
516 'action' =>
'delete',
517 'comment' =>
'delete comment',
523 'text' =>
'User suppressed page Page',
531 'type' =>
'suppress',
532 'action' =>
'delete',
533 'comment' =>
'delete comment',
540 'text' =>
'User suppressed page Page',
injection txt This is an overview of how MediaWiki makes use of dependency injection The design described here grew from the discussion of RFC T384 The term dependency this means that anything an object needs to operate should be injected from the the object itself should only know narrow no concrete implementation of the logic it relies on The requirement to inject everything typically results in an architecture that based on two main types of and essentially stateless service objects that use other service objects to operate on the value objects As of the beginning MediaWiki is only starting to use the DI approach Much of the code still relies on global state or direct resulting in a highly cyclical dependency which acts as the top level factory for services in MediaWiki which can be used to gain access to default instances of various services MediaWikiServices however also allows new services to be defined and default services to be redefined Services are defined or redefined by providing a callback the instantiator that will return a new instance of the service When it will create an instance of MediaWikiServices and populate it with the services defined in the files listed by thereby bootstrapping the DI framework Per $wgServiceWiringFiles lists includes ServiceWiring php