List all orphans medias which are not used in wiki pages and allow to delete them.
Compatible with DokuWiki
Similar to orphanswanted
Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin. Refer to Plugins on how to install plugins manually.
NB : If somebody wants to translate in another language, let me a message in “Discussion” or do a pull request on github.
Go in the namespace you want to inspect the orphans medias and go in the administration, and click on “Orphaned medias (…)”. it can take few minutes to generate the list !
Be careful about PHP safemode, on biggest dokuwiki installations,you will have to increase manually in your php.ini the max_execution_time parameter if safe_mode is enabled.
For sources (v1.0 - 2011/10/10) see this page.
Please, see : GitHub BugTracker - UnusedMedias
getInfo() not implemented in admin_plugin_unusedmedias_list and dokuwiki/lib/plugins/unusedmedias/plugin.info.txt not found.
This is a bug in the unusedmedias plugin and should be reported to the plugin author ??
Please create an issue in https://github.com/Lapinkiller/dokuwikipluginUnusedMedias/issues
Which version of Dokuwiki are you using ? getInfo is no more required since Lemming as indicated on this page : plugin_info and plugin.info.txt is the plugin…
— JohanGuilbaudJohanGuilbaud
2011/10/25 10:02
I use Releas 2011-05-25a Rincewind
Check that plugin.info.txt is present and readable by your dokuwiki ;)
— JohanGuilbaudJohanGuilbaud
2011/10/25 10:02I checked the plugin.info, and its alright and similar to other plugin.info´s from other Plugins I have.I cant explane me that problem.