wiki.techinc.nl/includes/logging
Thiemo Kreuz 65e4646444 Fix @todo asking to document LogPage::getTitleLink()
This is motivated by I1568d44, a 5 (!) year old patch.

This patch does:
* Change the visibility from protected to private. I checked. There
  are no subclasses. No need to make this method available.
* Remove unused function parameters.
* Turn some conditions into guard clauses.
* Turn all these hard to read "if: big chunk of code, else: 1-liner"
  around to have the 1-liner first, or just get rid of the not needed
  else.
* Avoid reusing the same variable name for different things. This is
  really confusing.
* Inline trivial stuff.
* Improve some "@return string" documentation to say what the string is.
* Reduce the amount of duplicate code.

Change-Id: Ied90f020057d9bdf4d979f380c3aedad5eb3ad5f
2020-01-29 13:13:56 +01:00
..
BlockLogFormatter.php Preload titles for page restrictions on Special:Log 2019-12-06 17:04:29 +00:00
ContentModelLogFormatter.php
DatabaseLogEntry.php
DeleteLogFormatter.php
ImportLogFormatter.php
LegacyLogFormatter.php
LogEntry.php
LogEntryBase.php
LogEventsList.php
LogFormatter.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
LogPage.php Fix @todo asking to document LogPage::getTitleLink() 2020-01-29 13:13:56 +01:00
LogPager.php Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNull 2020-01-10 14:17:13 -08:00
ManualLogEntry.php Coding style: Auto-fix MediaWiki.Classes.UnsortedUseStatements.UnsortedUse 2020-01-10 09:32:25 -08:00
MergeLogFormatter.php
MoveLogFormatter.php
NewUsersLogFormatter.php
PageLangLogFormatter.php
PatrolLog.php logging: Remove unused autopatrol code from PatrolLog class 2020-01-24 22:53:40 +00:00
PatrolLogFormatter.php
ProtectLogFormatter.php Hide history link for non-existing pages in protection log 2019-11-21 14:32:31 +00:00
RCDatabaseLogEntry.php RCDatabaseLogEntry: add a method to get the last rev_id 2020-01-22 16:45:43 +00:00
RightsLogFormatter.php
TagLogFormatter.php
UploadLogFormatter.php
WikitextLogFormatter.php