{title url="tiki-plugins.php" help="Wiki Plugins"}{tr}Plugin Approval{/tr}{/title} {remarksbox type="tip" title="{tr}Tip{/tr}"} {tr}For security, grant the tiki_p_plugin_approve permission only to trusted user groups.{/tr} {tr}Use the Admin: Text Area page to deactivate potentially risky plugins.{/tr} {/remarksbox}

{tr}This page lists the plugins that require validation, the first time they are encountered.{/tr} {tr}Each plugin contains a unique signature that is preserved.{/tr}

{tr}When you upgrade from an old version, you may need to reparse all the pages.{/tr} {button href="tiki-plugins.php?refresh=y" _text="{tr}Refresh{/tr}"}

{if $plugin_list}

{tr}If a plugin is no longer in use (for example, it has been removed from the wiki page), use Clear to remove it from this list.{/tr} {tr}The plugin will automatically be added if it is encountered.{/tr}

{tr}Plugins can be individually previewed, approved, or rejected from the particular location that contains the plugin.{/tr} {tr}For security, you should review each plugin to ensure it is safe to approve.{/tr}

{listfilter selectors='#plugins_list tr.odd,#plugins_list tr.even'}
{foreach name=foo from=$plugin_list item=plugin} {/foreach}
{select_all checkbox_names='clear[]'} {tr}Plugin{/tr} {tr}Location{/tr} {tr}Added By{/tr}
{if $plugin.last_objectType eq 'wiki page'} {tr _0=$plugin.last_objectId|sefurl:'wiki page' _1=$plugin.last_objectId|escape _2=$plugin.fingerprint}Wiki page: %1{/tr} {else} {tr}Unknown{/tr} {/if} {if $plugin.added_by}{$plugin.added_by|userlink}{else}{tr}Unknown{/tr}{/if} {actions} {strip} {icon name='ok' _menu_text='y' _menu_icon='y' alt="{tr}Approve{/tr}"} {icon name='trash' _menu_text='y' _menu_icon='y' alt="{tr}Clear{/tr}"} {if $plugin.last_objectType eq 'wiki page'} {icon name='textfile' _menu_text='y' _menu_icon='y' alt="{tr}View this page{/tr}"} {/if} {/strip} {/actions}

{tr}or{/tr}

{remarksbox type="warning" title="{tr}Warning{/tr}"} {tr}Using Approve or Approve All will approve and activate the pending plugins.{/tr} {tr}Use this feature only if you have verified that all the pending plugins are safe.{/tr} {/remarksbox}
{else}

{tr}No plugins pending approval.{/tr}

{/if}