wiki.techinc.nl/includes/logging
Brad Jorsch 9ca6b0f64c Fix usage of $db->nextSequenceValue()
The return value from the method is only suitable for passing to
$db->insert(). To get the inserted ID, you need to call $db->insertId()
even if $db->nextSequenceValue() returned non-null.

Bug: T164900
Change-Id: I6beb6243ccb9425372623307ef23ae6571ce8c0d
2017-05-10 17:28:24 -04:00
..
BlockLogFormatter.php BlockLogFormatter: Durations are relative to block's timestamp, not Unix epoch 2017-01-18 13:21:56 +00:00
ContentModelLogFormatter.php Replace Linker::link() usage with LinkRenderer 2016-12-01 12:04:38 -08:00
DeleteLogFormatter.php Move count of revisions/files out of undelete log comment 2017-04-08 05:46:45 +00:00
ImportLogFormatter.php
LogEntry.php Fix usage of $db->nextSequenceValue() 2017-05-10 17:28:24 -04:00
LogEventsList.php Move IDatabase/IMaintainableDatabase to Rdbms namespace 2017-03-28 15:32:38 -07:00
LogFormatter.php includes: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 18:13:24 +00:00
LogPage.php Fix usage of $db->nextSequenceValue() 2017-05-10 17:28:24 -04:00
LogPager.php Use IGNORE INDEX(ls_log_id) instead of FORCE INDEX(ls_field_val) 2017-05-03 08:00:08 -07:00
MergeLogFormatter.php
MoveLogFormatter.php
NewUsersLogFormatter.php
PageLangLogFormatter.php
PatrolLog.php
PatrolLogFormatter.php
ProtectLogFormatter.php
RightsLogFormatter.php User group memberships that expire 2017-01-27 09:24:20 +00:00
TagLogFormatter.php
UploadLogFormatter.php