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

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 page.

屏幕截图

  • 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.

常见问题

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.

评价

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条评价

贡献者及开发者

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

贡献者

「Audit Trail」插件已被翻译至 9 种本地化语言。 感谢所有译者为本插件所做的贡献。

将“Audit Trail”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

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