index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
logging
/
LogEntry.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Namespace all remaining files in includes/logging
James D. Forrester
2025-03-19
1
-0
/
+5
*
logging: Improve documentation of log parameter handling
Gergő Tisza
2023-07-12
1
-0
/
+3
*
Reorg: Namespace the Title class
James D. Forrester
2023-03-02
1
-0
/
+1
*
Better document the type of timestamp accepted/returned
thiemowmde
2022-11-02
1
-1
/
+1
*
pager: Clean up file headers and `@ingroup`
Timo Tijhof
2022-09-29
1
-7
/
+7
*
Remove hard-deprecated LogEntry::getPerformer
Petr Pchelko
2021-06-28
1
-7
/
+0
*
Introduce LogEntry::getPerformerIdentity and deprecate ::getPerformer
Vadim Kovalenko
2021-02-17
1
-1
/
+9
*
Stability annotations for interfaces.
daniel
2020-07-07
1
-0
/
+1
*
logging: Fix typo for `getPerformer()` interface method declaration
Derick Alangi
2019-08-19
1
-1
/
+1
*
Split logging classes to individual files
Reedy
2019-04-14
1
-819
/
+1
*
Fix misc phan errors by adjusting documentation (#8)
Kunal Mehta
2019-04-05
1
-1
/
+1
*
Supress ChangeTags::addTags() exceptions for ManualLogEntry objects
Piotr Miazga
2019-03-26
1
-4
/
+25
*
Define ManualLogEntryBeforePublish hook
Piotr Miazga
2019-03-19
1
-0
/
+1
*
Provide a Taggable interface
Piotr Miazga
2019-03-18
1
-5
/
+23
*
LogEntry: Restore logic to add change tags on udp-only publish
Brad Jorsch
2019-03-12
1
-0
/
+6
*
Merge "logging: Start using LinkTarget & UserIdentity in ManualLogEntry"
jenkins-bot
2019-03-12
1
-6
/
+8
|
\
|
*
logging: Start using LinkTarget & UserIdentity in ManualLogEntry
Thiemo Kreuz
2019-01-08
1
-6
/
+8
*
|
logging: Remove 'null' return from ManualLogEntry::getTags()
Timo Tijhof
2019-03-02
1
-6
/
+11
*
|
Hygiene: use null-coalescing operator when operating on tags
Piotr Miazga
2019-03-01
1
-5
/
+1
|
/
*
ActorMigration: Remove possibility of read-both
Brad Jorsch
2018-10-11
1
-2
/
+2
*
Merge "Simplify PHP by using ?? and ?:"
jenkins-bot
2018-07-11
1
-1
/
+1
|
\
|
*
Simplify PHP by using ?? and ?:
Fomafix
2018-07-10
1
-1
/
+1
*
|
Fix PhanTypeMismatchDeclaredParam
Umherirrender
2018-07-07
1
-1
/
+1
|
/
*
Fix MediaWiki.Commenting.LicenseComment.InvalidLicenseTag errors
Kunal Mehta
2018-05-23
1
-1
/
+1
*
Merge "RecentChange: Use constants for the $noudp parameter of save()"
jenkins-bot
2018-04-30
1
-1
/
+1
|
\
|
*
RecentChange: Use constants for the $noudp parameter of save()
Timo Tijhof
2018-04-27
1
-1
/
+1
*
|
Better class documentation
Kaldari
2018-04-29
1
-2
/
+7
*
|
Remove the feature switch for disabling autopatrol logging
Amir Sarabadani
2018-04-13
1
-7
/
+0
*
|
Replace rc_patrolled values with contants, part I
Amir Sarabadani
2018-04-11
1
-1
/
+1
|
/
*
Make autopatrol third option in rc_patrolled and use it in API
Amir Sarabadani
2018-04-03
1
-1
/
+1
*
Introduce DatabaseLogEntry::newFromId
Max Semenik
2018-03-05
1
-0
/
+24
*
Add `actor` table and code to start using it
Brad Jorsch
2018-02-23
1
-9
/
+44
*
Update suppressWarning()/restoreWarning() calls
Reedy
2018-02-10
1
-2
/
+2
*
Pass $key into CommentStore methods and use MediawikiServices
addshore
2018-02-05
1
-5
/
+5
*
Replace selectFields() methods with getQueryInfo()
Brad Jorsch
2017-10-30
1
-1
/
+1
*
Merge "Handle comment truncation in CommentStore"
jenkins-bot
2017-09-05
1
-5
/
+0
|
\
|
*
Handle comment truncation in CommentStore
Brad Jorsch
2017-09-01
1
-5
/
+0
*
|
Remove reference to deprecated IDatabase->nextSequenceValue()
Brad Jorsch
2017-09-01
1
-2
/
+0
|
/
*
Add `comment` table and code to start using it
Brad Jorsch
2017-08-30
1
-7
/
+11
*
Remove auto-generated "Constructor" documentation on constructors
Thiemo Mättig
2017-07-10
1
-2
/
+0
*
Fix usage of $db->nextSequenceValue()
Brad Jorsch
2017-05-10
1
-1
/
+1
*
Move IDatabase/IMaintainableDatabase to Rdbms namespace
Aaron Schulz
2017-03-28
1
-0
/
+2
*
Document type of LogEntry::isPatrollable property
Leszek Manicki
2016-12-14
1
-1
/
+1
*
Avoid multiple writes to changetags table in recentchanges_save hook
cenarium
2016-09-27
1
-8
/
+6
*
Defer publish of recent change for log entries
cenarium
2016-09-06
1
-31
/
+33
*
Allow to pass a rev id to a log entry without making it unpatrolled
cenarium
2016-03-14
1
-3
/
+30
*
Add tags support to patrol, protect, unblock, and undelete
Geoffrey Mon
2016-02-29
1
-0
/
+32
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-18
/
+18
*
Make it possible to tag new file uploads without messy queries
Bartosz Dziewoński
2016-01-25
1
-1
/
+4
*
LogEntry: Make associated rev id persistent (store in logging and log_search)
Bartosz Dziewoński
2016-01-07
1
-3
/
+34
[next]