/wordpress-aryo-activity-log

Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site.

Primary LanguagePHP

ARYO Activity Log

Build Status Dependency Status Built with Grunt

Contributors: KingYes, ariel.k, maor
Tags: access, administration, activity, community, event, monitor, multisite, multi-users, log, logger, audit log, login, network, stats, security, tracking, madeinisrael, woocommerce
Requires at least: 3.5
Tested up to: 3.9
Stable tag: 2.1.2
License: GPLv2 or later

Get aware of any activities that are taking place on your dashboard! Imagine it like a black-box for your WordPress site.

Description

Like being in control? Check this out.

We all know that it’s relatively easy to analyze what your visitors are looking for while browsing your site. But there is really no easy way to know what registered users (say, with an Administrator account or even Editors) are doing on the dashboard of your site. How can you know if a post was deleted? or if a plugin was activated/deactivated? or if the active theme was changed? If you have tens of users or more, you really can’t know who did it. This plugin tries to solve this issue by tracking what users do on the dashboard of your WordPress site.

As of this moment, the plugin logs things when:

  • Posts - Created, Updated, Deleted.
  • Pages - Created, Updated, Deleted.
  • Custom Post Type - Created, Updated, Deleted.
  • Tags - Created, Edited, Deleted.
  • Categories - Created, Edited, Deleted.
  • Taxonomies - Created, Edited, Deleted.
  • Comments - Created, Approved, Unproved, Trashed, Untrashed, Spammed, Unspammed, Deleted.
  • Media - Uploaded, Edited, Deleted.
  • Users - Login, Logout, Login has failed, Update profile, Registered and Deleted.
  • Plugins - Activated, Deactivated, Changed.
  • Themes - Activeted, Changed (Editor and Customizer).
  • Widgets - Added to a sidebar / Deleted from a sidebar, Order widgets.
  • Menus - A menu is being updated.
  • Setting - General, Writing, Reading, Discussion, Media, Permalinks.
  • Options - Can be extend by east filter.
  • WooCommerce - Few options updated (will be more soon)
  • WordPress - Core Updates.
  • and much more..

What people are saying

* “Thanks to this step, we’ve discovered that our site was undergoing a brute force attack” - [artdriver.com](http://www.artdriver.com/wordpress-site-hacked-solution-time/) * “Optimized code - The plugin itself is blazing fast and leaves almost no footprint on the server.” - [freshtechtips.com](http://www.freshtechtips.com/2014/01/best-audit-trail-plugins-for-wordpress.html) * “The plugin successful for activity log for WordPress.” - [wp-tricks.co.il](http://www.wp-tricks.co.il/2013/08/%D7%99%D7%95%D7%9E%D7%9F-%D7%A4%D7%A2%D7%99%D7%9C%D7%95%D7%AA-%D7%9C%D7%95%D7%95%D7%A8%D7%93%D7%A4%D7%A8%D7%A1-aryo-activity-log/) * “This is a pretty simple yet quite effective plugin for keeping track of what your admins and users do on your sites.” - [shadowdragonunlimited.com](http://shadowdragonunlimited.com/plugin-of-the-week-9302013-aryo-activity-log/plugin-of-the-week/) * Thanks

Translators:

* German (de_DE) - [Robert Harm](http://www.mapsmarker.com/) * Serbo-Croatian (sr_RS) - [Borisa Djuraskovic](http://www.webhostinghub.com/) * Danish (da_DK) - [Morten Dalgaard Johansen](http://www.iosoftgame.com/) * Hebrew (he_IL) + RTL Support - [Aryo Digital](http://www.aryodigital.com/) * Armenia (hy_AM) - Hayk Jomardyan

The plugin does not require any kind of setup. It works out of the box (and that’s why we love it too).

We’re planning to add a lot more features in the upcoming releases. If you think we’re missing something big time, please post your suggestions in the plugin’s forum.

Contributions:

Would you like to like to contribute to Activity Log? You are more than welcome to submit your pull requests on the GitHub repo. Also, if you have any notes about the code, please open a ticket on ths issue tracker.

Installation

  1. Upload plugin files to your plugins folder, or install using WordPress' built-in Add New Plugin installer
  2. Activate the plugin
  3. Go to the plugin page (under Dashboard > Activity Log)

Screenshots

1. The log viewer page

The log viewer page

2. The settings page

The settings page

3. Screen Options

Screen Options

Frequently Asked Questions

Requirements

  • Requires PHP5 for list management functionality.

What is the plugin license?

  • This plugin is released under a GPL license.

Changelog

2.1.2

  • Tweak! Update translate: Hebrew (he_IL)

2.1.1

  • New! Track about WordPress core update (manual or auto-updated) (#41)
  • New! Track post comments (created, approved, unproved, trashed, untrashed, spammed, unspammed, deleted) (#42)

2.1.0

  • New! Personally-tailored notifications that can be triggered by various types of events, users and action type (currently only email notifications are supported)
  • Bug fixes, stability improvements
  • Fixed an error that occurred on PHP 5.5

2.0.7

  • Tested up to WordPress v3.9.

2.0.6

  • Fixed! Random fatal error (topic)

2.0.5

  • New! Register aal_init_caps filter.
  • Tweak! Change all methods to non-static.
  • Tweak! Some improved coding standards and PHPDoc.
  • Tweak! Split AAL_Hooks class to multiple classes.
  • New! Added translate: Armenia (hy_AM) - Thanks to Hayk Jomardyan.

2.0.4

  • Tweak! Don't allowed to access in direct files.
  • New! Added translate: Danish (da_DK) - Thanks to Morten Dalgaard Johansen

2.0.3

  • New! Record when widgets change orders.

2.0.2

  • New! Save more Options:
  • General
  • Writing
  • Reading
  • Discussion
  • Media
  • Permalinks

2.0.1

  • New! filter for disable erase all the log
  • Bugs fixed

2.0.0

  • Added Screen Options
  • New! Ability to select a number of activity items per page
  • New! Columns are now sortable
  • Added filter by date - All Time, Today, Yesterday, Week, Month
  • Added Avatar to author
  • Added role for author
  • Added log for activeted theme
  • Re-order Culoumns
  • Compatible up to 3.8.1
  • Settings page is now accessible directly from Activity Log's menu
  • Keep your log for any time your wants
  • Delete Log Activities from Database.
  • Bugs fixed

1.0.8

1.0.7

  • Added 'view_all_aryo_activity_log' user capability (topic).

1.0.6

  • Added WooCommerce integration (very basic).
  • Added Settings link in plugins page.

1.0.5

  • Fix - Make sure no save double lines (menu taxonomy / post).

1.0.4

  • Added Taxonomy type (created, updated, deleted).

1.0.3

  • Added Multisite compatibility.
  • Added Options hooks (limit list, you can extend by simple filter).
  • Added Menu hooks.
  • Tweak - Ensure no duplicate logs..

1.0.2

  • Forget remove old .pot file

1.0.1

  • Added translate: German (de_DE) - Thanks to Robert Harm
  • Added translate: Hebrew (he_IL)
  • Plugin name instead of file name on activation/deactivation
  • New Hooks:
  • A widget is being deleted from a sidebar
  • A plugin is being changed
  • Theme Customizer (Thanks to Ohad Raz)

1.0

  • Blastoff!