Title: Audit Trail
Author: John Godley
Published: <strong>2007 年 9 月 17 日</strong>
Last modified: 2016 年 12 月 11 日

---

搜索插件

![](https://ps.w.org/audit-trail/assets/banner-772x250.jpg?rev=1030043)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/audit-trail/assets/icon-256x256.jpg?rev=1030046)

# Audit Trail

 作者：[John Godley](https://profiles.wordpress.org/johnny5/)

[下载](https://downloads.wordpress.org/plugin/audit-trail.zip)

 * [详情](https://cn.wordpress.org/plugins/audit-trail/#description)
 * [评价](https://cn.wordpress.org/plugins/audit-trail/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/audit-trail/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/audit-trail/#developers)

 [支持](https://wordpress.org/support/plugin/audit-trail/)

## 描述

Audit Trail is a plugin to keep track of what is going on inside your blog. It does
this by recording certain actions (such as who logged in and when) and storing this
information in the form of a log. Not only that but it records the full contents
of posts (and pages) and allows you to restore a post to a previous version at any
time.

To summarise:

 * Log of user actions inside your blog – useful for finding out who did what in
   a multi-user system
 * Extensible, allowing other plugins the ability to add and display items in the
   Audit Trail
 * Ability to track registered user page visits
 * Fully localized

Audit Trail is available in:

 * English
 * Estonian by Lembit Kivisik
 * Belorussian by Marcis G
 * Simplified Chinese by maoanyuan
 * German by Andreas Beraz
 * Japanese by Chestnut
 * Romanian by Mikalay Lisica
 * Lithuanian by Nata Strazda

### 文档

Full documentation can be found on the [Audit Trail Page](http://urbangiraffe.com/plugins/audit-trail/)
page.

## 屏幕截图

[⌊Audit trail⌉⌊Audit trail⌉[

Audit trail

## 安装

The plugin is simple to install:

 1. Download `audit-trail.zip`
 2. Unzip
 3. Upload `audit-trail` directory to your `/wp-content/plugins` directory
 4. Go to the plugin management page and enable the plugin
 5. Configure the plugin from `Management/Audit Trail`

You can find full details of installing a plugin on the [plugin installation page](http://urbangiraffe.com/articles/how-to-install-a-wordpress-plugin/).

## 常见问题

  Installation Instructions

The plugin is simple to install:

 1. Download `audit-trail.zip`
 2. Unzip
 3. Upload `audit-trail` directory to your `/wp-content/plugins` directory
 4. Go to the plugin management page and enable the plugin
 5. Configure the plugin from `Management/Audit Trail`

You can find full details of installing a plugin on the [plugin installation page](http://urbangiraffe.com/articles/how-to-install-a-wordpress-plugin/).

## 评价

![](https://secure.gravatar.com/avatar/1df96906fb141a6e7b87fb0b4568992a88dd905235d87649c7318802a668412f?
s=60&d=retro&r=g)

### 󠀁[Simple and useful](https://wordpress.org/support/topic/simple-and-useful-115/)󠁿

 [Lembit Kivisik](https://profiles.wordpress.org/lembitk/) 2016 年 9 月 3 日

As the title says: simple and useful.

![](https://secure.gravatar.com/avatar/b8cab7bf27bf9de97a8c370cc61775122a8c93089c1d1a1e268719325f8e30a7?
s=60&d=retro&r=g)

### 󠀁[Turn on DEBUG!!! ERRORS on TOOLS > AUDIT TRAIL admin page](https://wordpress.org/support/topic/turn-on-debug-errors-on-tools-audit-trail-admin-page/)󠁿

 [phatjay](https://profiles.wordpress.org/phatjay/) 2017 年 2 月 7 日

Notice: Trying to get property of non-object in /home/www/example.com/wp-content/
plugins/audit-trail/models/auditor.php on line 337 Notice: Trying to get property
of non-object in /home/www/example.com/wp-content/plugins/audit-trail/models/auditor.
php on line 240 NUFF SAID!

 [ 阅读所有4条评价 ](https://wordpress.org/support/plugin/audit-trail/reviews/)

## 贡献者及开发者

「Audit Trail」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ John Godley ](https://profiles.wordpress.org/johnny5/)

「Audit Trail」插件已被翻译至 10 种本地化语言。 感谢[所有译者](https://translate.wordpress.org/projects/wp-plugins/audit-trail/contributors)
为本插件所做的贡献。

[帮助将「Audit Trail」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/audit-trail)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/audit-trail/)，查看[SVN仓库](https://plugins.svn.wordpress.org/audit-trail/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/audit-trail/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/audit-trail/)。

## 更新日志

#### 1.3

 * Switch to JSON when saving data
 * Fix creation of database on activation

#### 1.2.4

 * Don’t include revisions in a post update log entry
 * Track plugin activation/deactivation

#### 1.2.3

 * Fix ajax bugs introduced by 1.2.2

#### 1.2.2

 * Fix double-serialization of audit data
 * Fix ignore user 0 to ignore all anonymous users
 * Small code cleanup

#### 1.2.1

 * Refresh for WP 4
 * Italian translation by Massimiliano

#### 1.2

 * Fix pagination
 * Add failed login auditing
 * Experimental error_log() support to be used alongside fail2ban

#### 1.1.16

 * Fix WP 3.5 warning

#### 1.1.15

 * Restore per-page for logs to 25

#### 1.1.14

 * Clean up all code
 * XSS review

#### 1.1.13

 * Lithuanuan
 * Russian

#### 1.1.12

 * Add bulk action to bottom of trail list
 * Fix pager
 * Updated Romanian translation

#### 1.1.11

 * Use WP local time to for audit trail

#### 1.1.10

 * 3.2 compat
 * Romanian translation, thanks to Mikalay Lisica

#### 1.1.9

 * Add Japanese translation, thanks to Chestnut
 * Fix bug with display post details
 * Fix delete button

#### 1.1.7

 * Add Chinese translation, thanks to maoanyuan!

#### 1.1.6

 * Add Belorussian translation

#### 1.1.5

 * Fix actions to monitor

#### 1.1.4

 * Add Estonian
 * Put delete item back

#### 1.1.3

 * Remove deep slashes

#### 1.1.2

 * Don’t save post differences
 * Fix username in CSV export

#### 1.1.1

 * jQueryify
 * Remove post edit difference – this has been built into WordPress for several 
   versions now

#### 1.1

 * WP 2.8 compatibility

#### 1.0.10

 * Only include prototype on AT pages

#### 1.0.9

 * WP 2.5 compatibility

#### 1.0.8

 * Show log items according to blog timezone offset

#### 1.0.7

 * Fix favicon.ico logs
 * Ignore certain users
 * Track failed login attempts

#### 1.0.6

 * Fix warning
 * Allow searching by username

#### 1.0.5

 * Fix expiry
 * Stop logging auto-saves

#### 1.0.4

 * Support for Admin SSL

#### 1.0.3

 * Fix typos.
 * Add option to reverse post edit order

#### 1.0

 * Revised code
 * More AJAX action
 * Extensible auditors

#### 0.3

 * Made work with different database prefixes

#### 0.2

 * Added versioning history

#### 0.1

 * Initial release

## 额外信息

 *  版本 **1.3**
 *  最后更新：**9 年前**
 *  活跃安装数量 **10,000+**
 *  WordPress 版本 ** 4.3 或更高版本 **
 *  已测试的最高版本为 **4.7.33**
 *  语言
 * [Chinese (China)](https://cn.wordpress.org/plugins/audit-trail/) 、 [English (US)](https://wordpress.org/plugins/audit-trail/)、
   [Estonian](https://et.wordpress.org/plugins/audit-trail/) 、 [Italian](https://it.wordpress.org/plugins/audit-trail/)、
   [Japanese](https://ja.wordpress.org/plugins/audit-trail/) 、 [Romanian](https://ro.wordpress.org/plugins/audit-trail/)、
   [Russian](https://ru.wordpress.org/plugins/audit-trail/) 、 [Spanish (Chile)](https://cl.wordpress.org/plugins/audit-trail/)、
   [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/audit-trail/) 、 [Spanish (Spain)](https://es.wordpress.org/plugins/audit-trail/)
   和 [Spanish (Venezuela)](https://ve.wordpress.org/plugins/audit-trail/).
 *  [翻译成简体中文](https://translate.wordpress.org/projects/wp-plugins/audit-trail)
 * 标签
 * [admin](https://cn.wordpress.org/plugins/tags/admin/)[audit](https://cn.wordpress.org/plugins/tags/audit/)
   [diff](https://cn.wordpress.org/plugins/tags/diff/)[log](https://cn.wordpress.org/plugins/tags/log/)
   [version](https://cn.wordpress.org/plugins/tags/version/)
 *  [高级视图](https://cn.wordpress.org/plugins/audit-trail/advanced/)

## 评级

 2.8 星（最高 5 星）。

 *  [  1 条 5 星评价     ](https://wordpress.org/support/plugin/audit-trail/reviews/?filter=5)
 *  [  0 条 4 星评价     ](https://wordpress.org/support/plugin/audit-trail/reviews/?filter=4)
 *  [  1 条 3 星评价     ](https://wordpress.org/support/plugin/audit-trail/reviews/?filter=3)
 *  [  1 条 2 星评价     ](https://wordpress.org/support/plugin/audit-trail/reviews/?filter=2)
 *  [  1 条 1 星评价     ](https://wordpress.org/support/plugin/audit-trail/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/audit-trail/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/audit-trail/reviews/)

## 贡献者

 *   [ John Godley ](https://profiles.wordpress.org/johnny5/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/audit-trail/)

## 捐助

您愿意支持这个插件的发展吗?

 [ 捐助此插件 ](http://urbangiraffe.com/contact/#donate)