=== Superadmin Helper === Contributors: zaantar Tags: superadmin, multisite, permban, spam, log, logging Donate link: http://zaantar.eu/index.php?page=Donate Requires at least: 3.1 Tested up to: 3.3.1 Stable tag: 1.3.4 Set of utilities for managing multisite Wordpress installations. Logging, simple permban, etc. == Description == This plug-in currently offers following features: * Logging of basic events in the network (see FAQ for list) * Logging all e-mails sent by WordPress * Changing user's primary blog ID on user profile page * Storing user's last logon time * Permanently banning IP's trying to log in as selected users (optional) * Partially working even on single-site. All logging features make use of the [Wordpress Logging Service](http://wordpress.org/extend/plugins/wordpress-logging-service/). Developed for private use, but has perspective for more extensive usage. I can't guarantee any support in the future nor further development, but it is to be expected. Kindly inform me about bugs, if you find any, or propose new features: zaantar@zaantar.eu. See Usage and FAQ for more information. == Frequently Asked Questions == = What is logged? = * user profile update * sending e-mail * logging in * password resetting * deleting an user * uploading a file * user logout * user registered * theme switch * activate plugin * deactivate plugin * login errors * deactivate blog * activate blog * delete blog * add user to blog * remove user from blog * archive blog * unarchive blog * make spam blog * make ham blog * mature blog * unmature blog * update plugin * install plugin * update theme * install theme * 404 errors = Where do I find all the logs? = See Wordpress Logging Service plugin. == Changelog == = 1.3.4 = * logging following events: add user to blog, remove user from blog, archive blog, unarchive blog, make spam blog, make ham blog, mature blog, unmature blog, update plugin, install plugin, update theme, install theme, 404 errors * fixed: permban deleting * fixed: duplicate permban table records * showing wls log entries containing banned ip address on permban overview page (link works for WLS version >= 1.4.12) * optional logging of some events * fixed: stripslashes for permban message * fixed: various is_multisite checks = 1.3.3 = * code cleanup * correct log severity for suh-mail * logging ip on user logon * added logging of events: activate blog, deactivate blog, delete blog * admin can select multiple usernames which will be banned * donate link in plugin settings = 1.3.2 = * I18zed and translated to English and Czech language. * published to wordpress.org = 1.3 = * permban functionality * minor changes and fixes = 1.2 = * first really usable version