aboutsummaryrefslogtreecommitdiffstats
path: root/includes/logging/LogEntry.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/loggingJames D. Forrester2025-03-191-0/+5
* logging: Improve documentation of log parameter handlingGergő Tisza2023-07-121-0/+3
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-0/+1
* Better document the type of timestamp accepted/returnedthiemowmde2022-11-021-1/+1
* pager: Clean up file headers and `@ingroup`Timo Tijhof2022-09-291-7/+7
* Remove hard-deprecated LogEntry::getPerformerPetr Pchelko2021-06-281-7/+0
* Introduce LogEntry::getPerformerIdentity and deprecate ::getPerformerVadim Kovalenko2021-02-171-1/+9
* Stability annotations for interfaces.daniel2020-07-071-0/+1
* logging: Fix typo for `getPerformer()` interface method declarationDerick Alangi2019-08-191-1/+1
* Split logging classes to individual filesReedy2019-04-141-819/+1
* Fix misc phan errors by adjusting documentation (#8)Kunal Mehta2019-04-051-1/+1
* Supress ChangeTags::addTags() exceptions for ManualLogEntry objectsPiotr Miazga2019-03-261-4/+25
* Define ManualLogEntryBeforePublish hookPiotr Miazga2019-03-191-0/+1
* Provide a Taggable interfacePiotr Miazga2019-03-181-5/+23
* LogEntry: Restore logic to add change tags on udp-only publishBrad Jorsch2019-03-121-0/+6
* Merge "logging: Start using LinkTarget & UserIdentity in ManualLogEntry"jenkins-bot2019-03-121-6/+8
|\
| * logging: Start using LinkTarget & UserIdentity in ManualLogEntryThiemo Kreuz2019-01-081-6/+8
* | logging: Remove 'null' return from ManualLogEntry::getTags()Timo Tijhof2019-03-021-6/+11
* | Hygiene: use null-coalescing operator when operating on tagsPiotr Miazga2019-03-011-5/+1
|/
* ActorMigration: Remove possibility of read-bothBrad Jorsch2018-10-111-2/+2
* Merge "Simplify PHP by using ?? and ?:"jenkins-bot2018-07-111-1/+1
|\
| * Simplify PHP by using ?? and ?:Fomafix2018-07-101-1/+1
* | Fix PhanTypeMismatchDeclaredParamUmherirrender2018-07-071-1/+1
|/
* Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errorsKunal Mehta2018-05-231-1/+1
* Merge "RecentChange: Use constants for the $noudp parameter of save()"jenkins-bot2018-04-301-1/+1
|\
| * RecentChange: Use constants for the $noudp parameter of save()Timo Tijhof2018-04-271-1/+1
* | Better class documentationKaldari2018-04-291-2/+7
* | Remove the feature switch for disabling autopatrol loggingAmir Sarabadani2018-04-131-7/+0
* | Replace rc_patrolled values with contants, part IAmir Sarabadani2018-04-111-1/+1
|/
* Make autopatrol third option in rc_patrolled and use it in APIAmir Sarabadani2018-04-031-1/+1
* Introduce DatabaseLogEntry::newFromIdMax Semenik2018-03-051-0/+24
* Add `actor` table and code to start using itBrad Jorsch2018-02-231-9/+44
* Update suppressWarning()/restoreWarning() callsReedy2018-02-101-2/+2
* Pass $key into CommentStore methods and use MediawikiServicesaddshore2018-02-051-5/+5
* Replace selectFields() methods with getQueryInfo()Brad Jorsch2017-10-301-1/+1
* Merge "Handle comment truncation in CommentStore"jenkins-bot2017-09-051-5/+0
|\
| * Handle comment truncation in CommentStoreBrad Jorsch2017-09-011-5/+0
* | Remove reference to deprecated IDatabase->nextSequenceValue()Brad Jorsch2017-09-011-2/+0
|/
* Add `comment` table and code to start using itBrad Jorsch2017-08-301-7/+11
* Remove auto-generated "Constructor" documentation on constructorsThiemo Mättig2017-07-101-2/+0
* Fix usage of $db->nextSequenceValue()Brad Jorsch2017-05-101-1/+1
* Move IDatabase/IMaintainableDatabase to Rdbms namespaceAaron Schulz2017-03-281-0/+2
* Document type of LogEntry::isPatrollable propertyLeszek Manicki2016-12-141-1/+1
* Avoid multiple writes to changetags table in recentchanges_save hookcenarium2016-09-271-8/+6
* Defer publish of recent change for log entriescenarium2016-09-061-31/+33
* Allow to pass a rev id to a log entry without making it unpatrolledcenarium2016-03-141-3/+30
* Add tags support to patrol, protect, unblock, and undeleteGeoffrey Mon2016-02-291-0/+32
* Convert all array() syntax to []Kunal Mehta2016-02-171-18/+18
* Make it possible to tag new file uploads without messy queriesBartosz Dziewoński2016-01-251-1/+4
* LogEntry: Make associated rev id persistent (store in logging and log_search)Bartosz Dziewoński2016-01-071-3/+34