Stud.IP  2.0 Revision 48548
 All Data Structures Namespaces Files Functions Variables Pages
PluginAdminController Class Reference
Inheritance diagram for PluginAdminController:
Inheritance graph
Collaboration diagram for PluginAdminController:
Collaboration graph

Public Member Functions

 before_filter (&$action, &$args)
 index_action ()
 save_action ()
 search_action ()
 install_action ($pluginname=NULL)
 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)
- Public Member Functions inherited from AuthenticatedController
 after_filter ($action, $args)
- Public Member Functions inherited from StudipController
 validate_args (&$args, $types=NULL)
 url_for ($to)
 rescue ($exception)

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 (   $pluginname = NULL)

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

Parameters
stringname of plugin to install (optional)

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:

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: