Stud.IP  3.1 Revision 48552
 All Data Structures Namespaces Files Functions Variables Groups Pages
Admin_PluginController Class Reference
Inheritance diagram for Admin_PluginController:
Inheritance graph
Collaboration diagram for Admin_PluginController:
Collaboration graph

Public Member Functions

 before_filter (&$action, &$args)
 index_action ()
 save_action ()
 search_action ()
 install_action ()
 ask_delete_action ($plugin_id)
 delete_action ($plugin_id)
 download_action ($plugin_id)
 install_updates_action ()
 manifest_action ($plugin_id)
 default_activation_action ($plugin_id)
 save_default_activation_action ($plugin_id)
 migrate_action ($plugin_id)
 register_action ($number)
- Public Member Functions inherited from AuthenticatedController
 after_filter ($action, $args)
- Public Member Functions inherited from StudipController
 validate_args (&$args, $types=NULL)
 url_for ($to= '')
 link_for ($to= '')
 rescue ($exception)
 setInfoBoxImage ($image)
 addToInfobox ($category, $text, $icon= 'blank.gif')
 render_json ($data)
 relay ($to_uri)
 perform_relayed ($unconsumed)
 render_template_as_string ($template, $layout=null)

Additional Inherited Members

- Protected Member Functions inherited from StudipController
 populateInfobox ()
- Protected Attributes inherited from AuthenticatedController
 $allow_nobody = false

Member Function Documentation

ask_delete_action (   $plugin_id)

Ask for confirmation from the user before deleting a plugin.

Parameters
integerid of plugin to delete

Here is the call graph for this function:

before_filter ( $action,
$args 
)

Common tasks for all actions.

Reimplemented from AuthenticatedController.

Here is the call graph for this function:

default_activation_action (   $plugin_id)

Display the default activation set for this plugin.

Here is the call graph for this function:

delete_action (   $plugin_id)

Completely delete a plugin from the system.

Parameters
integerid of plugin to delete

Here is the call graph for this function:

download_action (   $plugin_id)

Download a ZIP file containing the given plugin.

Parameters
integerid of plugin to download

Here is the call graph for this function:

index_action ( )

Display the list of installed plugins and show all available updates (if any).

Here is the call graph for this function:

install_action ( )

Install a given plugin, either by URL (from the repository) or using a file uploaded by the administrator.

Here is the call graph for this function:

install_updates_action ( )

Install updates for all selected plugins.

Here is the call graph for this function:

manifest_action (   $plugin_id)

Show a page describing this plugin's meta data and description, if available.

Here is the call graph for this function:

migrate_action (   $plugin_id)

migrate a plugin to top version

Parameters
integerid of plugin to migrate

Here is the call graph for this function:

register_action (   $number)

register a plugin in database when it already exists in file system

Parameters
integernumber of found plugin

Here is the call graph for this function:

save_action ( )

Save the modified plugin configuration (status and position).

Here is the call graph for this function:

save_default_activation_action (   $plugin_id)

Change the default activation for this plugin.

Here is the call graph for this function:

search_action ( )

Search the list of available plugins or display the most recommended plugins if the user did not trigger a search.

Here is the call graph for this function:


The documentation for this class was generated from the following file: