aboutsummaryrefslogtreecommitdiffstats
path: root/includes/logging
Commit message (Expand)AuthorAgeFilesLines
* Introduce LogEntry::getPerformerIdentity and deprecate ::getPerformerVadim Kovalenko2021-02-174-9/+26
* Use static closures where safe to useUmherirrender2021-02-111-2/+2
* build: Update mediawiki/mediawiki-codesniffer to 35.0.0Umherirrender2021-01-311-1/+1
* LogEventsList: Remove unused propertyAmmarpad2021-01-201-6/+0
* Relax User to UserIdentity in ManualLogEntry and RecentChangeDaimona Eaytoy2021-01-101-5/+12
* Check for the index name while it's being renamedAmir Sarabadani2021-01-051-1/+4
* Improve documentation of ManualLogEntryGergő Tisza2021-01-021-5/+17
* build: Enable SecurityCheck-DoubleEscaped and suppress issuesUmherirrender2020-12-301-0/+1
* build: Enable phan-taint-check-plugin and suppress issuesUmherirrender2020-12-303-0/+5
* Reflect name change of logging indexes in codeAmmarpad2020-12-231-2/+2
* LogPager: if `log_id` is set, don't use public exclude clauseDannyS7122020-12-161-2/+5
* taint-check: Set raw taints on Message::rawParamUmherirrender2020-12-131-1/+2
* Merge "Fixed mixed escaping in Language::translateBlockExpiry"jenkins-bot2020-12-071-1/+1
|\
| * Fixed mixed escaping in Language::translateBlockExpiryUmherirrender2020-12-071-1/+1
* | Pass escaped html to LogFormatter::makePageLink for sanityUmherirrender2020-12-071-2/+2
|/
* Suppress taint-check issues in LogFormatter/LogPageUmherirrender2020-11-282-0/+2
* Merge "Inject services into SpecialLog"jenkins-bot2020-11-202-17/+37
|\
| * Inject services into SpecialLogUmherirrender2020-10-262-17/+37
* | Do not create title when calling LinkBatch in pagersUmherirrender2020-11-181-2/+2
* | Implement links-in-logs script, linking LogEventsList rows to log entriesDannyS7122020-11-141-3/+12
* | Merge "Update a lot of unspecific "array" types in PHPDocs"jenkins-bot2020-11-132-2/+3
|\ \
| * | Update a lot of unspecific "array" types in PHPDocsThiemo Kreuz2020-10-282-2/+3
* | | Remove documentation that literally repeats the codeThiemo Kreuz2020-10-271-2/+2
|/ /
* | SpecialEmailUser/LogPage: Improve docAmmar Abdulhamid2020-10-231-1/+2
* | Language: hard deprecate the `noSeparators` parameter to ::formatNumC. Scott Ananian2020-10-212-2/+2
|/
* LogEventList::userCanViewLogType() accepts a string not an stdClassDavid Barratt2020-10-101-1/+1
* Merge "Document hook names in hook interfaces."jenkins-bot2020-10-025-0/+15
|\
| * Document hook names in hook interfaces.daniel2020-09-275-0/+15
* | Fix typos related to repeated wordsUmherirrender2020-09-271-1/+1
|/
* SECURITY: Unescaped message used in HTML within LogEventsListsbassett2020-09-241-8/+3
* Use ::class to refer HTML form field classesUmherirrender2020-09-191-5/+5
* Merge "CSS 'class' names can be an array in Html::…element"jenkins-bot2020-09-101-1/+1
|\
| * CSS 'class' names can be an array in Html::…elementThiemo Kreuz2020-09-081-1/+1
* | Remove support for LogEventsList::userCan* functions without a userDannyS7122020-09-101-21/+6
* | Remove LogEventsList::typeAction support for rightsDannyS7122020-09-101-11/+1
* | Remove LogEventsList::getExcludeClause fallback to $wgUserDannyS7122020-09-091-7/+4
|/
* Use LinkBatchFactory in pagers, special pages and actionsUmherirrender2020-09-062-3/+24
* Merge "Remove support for PatrolLog::record without passing a user object"jenkins-bot2020-09-041-9/+2
|\
| * Remove support for PatrolLog::record without passing a user objectDannyS7122020-09-031-9/+2
* | Add `delete-redirect` for deleting single-rev redirects during movesDannyS7122020-09-041-0/+1
|/
* Remove support for calling LogPage::addEntry without a userDannyS7122020-08-271-8/+4
* logging: Document LSP violations in RCDatabaseLogEntryDaimona Eaytoy2020-07-141-0/+12
* Merge "Replace "@stable for implementation" with "@stable to implement""jenkins-bot2020-07-135-5/+5
|\
| * Replace "@stable for implementation" with "@stable to implement"daniel2020-07-135-5/+5
* | Merge "Replace "@stable for subclassing" with "@stable to extend""jenkins-bot2020-07-131-1/+1
|\ \
| * | Replace "@stable for subclassing" with "@stable to extend"daniel2020-07-131-1/+1
| |/
* | Merge "Replace "@stable for calling" by "@stable to call""jenkins-bot2020-07-133-3/+3
|\ \
| * | Replace "@stable for calling" by "@stable to call"daniel2020-07-133-3/+3
| |/
* / Replace "@stable for overriding" with "@stable to override"daniel2020-07-131-10/+10
|/
* Annotate extensible classes.daniel2020-07-091-0/+17