rah_uninstaller
Published under current TXP projects
An uninstaller for rah plugins. With this tiny Textpattern plugin you can remove any rah plugin completely from your database. Rah_uninstaller’s job is to remove all extra data made by a rah plugin, for example extra db tables that were made and used by the plugin. The uninstaller supports all stable and public rah plugins.
Image: rah_uninstaller
List of features
- Removes any rah plugin completely from db.
- No need to navigate seperated uninstallers in every plugin, just an one interface where you can uninstall any plugin.
Requirements
- Textpattern 4.0.7+
- TXP’s MySQL user with DROP permissions.
Installation and usage
The general behavior stands: paste plugin code to the plugin installer textarea and run the automatic setup. Then just activate the plugin and you are ready to use the functionalities.
You can uninstall rah plugins from an interface located under Textpattern > Extensions > Rah’s Uninstaller.
Changelog
Version 0.2
- Added support for removing language strings from txp_lang table.
- Added support for removing preference values from txp_prefs table.
- Added option to exclude individual items from the uninstallation queue.
- New updated interface.
- Moved inline styles to
<head>. - Removed the errornous leftover
rah_plugin_download_install()which caused errors if rah_plugin_download wasn’t installed. - Changed the plugin type to the newer Admin only.
- Now requires Textpattern version 4.0.7 or newer.
Version 0.1
- First release.