]> gitweb.fluxo.info Git - lorea/elgg.git/commit
Fixes #2760. Refs #2759. Updated plugin admin actions to use the new system. Added...
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 5 Jan 2011 04:36:07 +0000 (04:36 +0000)
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>
Wed, 5 Jan 2011 04:36:07 +0000 (04:36 +0000)
commitf2123cdc42c8da21a297158fbb655f72bc92edce
tree6eb8c0a4492e5dddd29a87ad68a4ecadc7f01230
parent252c054437ac1d3ad43aca1e71ebb936b55d60d2
Fixes #2760. Refs #2759. Updated plugin admin actions to use the new system.  Added plugin dependency views in admin. ElggPluginPackage->checkDependencies() now returns the detected value.

git-svn-id: http://code.elgg.org/elgg/trunk@7838 36083f99-b078-4883-b0ff-0f9b5a30f544
20 files changed:
actions/admin/plugins/activate.php [new file with mode: 0644]
actions/admin/plugins/activate_all.php [new file with mode: 0644]
actions/admin/plugins/deactivate.php [new file with mode: 0644]
actions/admin/plugins/deactivate_all.php [moved from actions/admin/plugins/disableall.php with 50% similarity]
actions/admin/plugins/disable.php [deleted file]
actions/admin/plugins/enable.php [deleted file]
actions/admin/plugins/enableall.php [deleted file]
actions/admin/plugins/reorder.php [deleted file]
actions/admin/plugins/set_priority.php [new file with mode: 0644]
actions/admin/plugins/simple_update_states.php
engine/classes/ElggPlugin.php
engine/classes/ElggPluginManifest.php
engine/classes/ElggPluginPackage.php
engine/lib/plugins.php
languages/en.php
mod/profile/manifest.xml
views/default/admin/components/plugin.php
views/default/admin/components/plugin_dependencies.php [new file with mode: 0644]
views/default/admin/plugins/advanced.php
views/default/admin/plugins/simple.php