====== Unused Medias Plugin ====== ---- plugin ---- description: List all orphans medias which are not used in wiki pages and allow to delete them. author : Johan Guilbaud email : guilbaud.johan@gmail.com type : admin lastupdate : 2011-10-10 compatible : lemming, anteater, rincewind, angua, adora belle, weatherwax depends : conflicts : similar : orphanswanted tags : admin, maintenance, media, orphan, merge downloadurl: https://github.com/Jguilbaud/dokuwikipluginUnusedMedias/zipball/master bugtracker : https://github.com/Jguilbaud/dokuwikipluginUnusedMedias/issues sourcerepo : https://github.com/Jguilbaud/dokuwikipluginUnusedMedias/ donationurl: ---- ===== Installation ===== Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually. ===== Supported Languages ===== * Français (French) * English NB : If somebody wants to translate in another language, let me a message in "Discussion" or do a pull request on github. ===== Usage ===== 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 ! ===== Configuration and Settings ===== 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. === Sources === For sources (v1.0 - 2011/10/10) see [[https://github.com/Jguilbaud/dokuwikipluginUnusedMedias/|this page]]. === Changes === {{rss>https://github.com/Jguilbaud/dokuwikipluginUnusedMedias/commits/master.atom date}} === Known Bugs and Issues === Please, see : [[https://github.com/Jguilbaud/dokuwikipluginUnusedMedias/issues|GitHub BugTracker - UnusedMedias]] Warning: If you use the [[gallery]] or the [[zoom]] plugins on images, then these might be falsely listed as not-in-use. This plugin does not seem to ignore the ''%%gallery>%%'' or ''%%zoom>%%'' prefixes. > The gallery and zoom plugin doesn't register the ''relation_media'' key. > The default internal media usages are recorded by [[xref>_recordMediaUsage($src)]] > --- [[user>Klap-in|Klap-in]] //2014-08-09// === ToDo/Wish List === ===== FAQ ===== ===== Discussion ===== > 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/Jguilbaud/dokuwikipluginUnusedMedias/issues]] >> Which version of Dokuwiki are you using ? getInfo is no more required since Lemming as indicated on this page : [[devel:plugin_info]] and plugin.info.txt is the plugin... >> --- [[user>JohanGuilbaud|JohanGuilbaud]] //2011/10/25 10:02// >> \\ > I use Releas 2011-05-25a Rincewind > \\ >> Check that plugin.info.txt is present and readable by your dokuwiki ;) >> --- [[user>JohanGuilbaud|JohanGuilbaud]] //2011/10/25 10:02// >I 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.\\