<path>graphics/plugin_ss2.png</path>
</screenshot>
- <category>Admin</category>
- <category>ServiceAPI</category>
+ <category>admin</category>
+ <category>api</category>
<on_enable>setup_function</on_enable>
<on_disable>teardown_function</on_disable>
<name>Blog</name>
<author>Core developers</author>
<version>1.8</version>
+ <category>bundled</category>
+ <category>content</category>
<blurb>Blog plugin</blurb>
<description>Adds simple blogging capabilities to your Elgg installation.</description>
<website>http://elgg.org/</website>
</requires>
<admin_interface>simple</admin_interface>
<activate_on_install>true</activate_on_install>
- <on_activate>blog_on_activate</on_activate>
+ <on_activate>blog_on_activate</on_activate>
</plugin_manifest>
<name>Bookmarks</name>
<author>Core developers</author>
<version>1.8</version>
+ <category>bundled</category>
+ <category>content</category>
<blurb>Add and comment on bookmarks.</blurb>
<description>Adds the ability for users to bookmark internal and external sites. Other users can then comment on the bookmarks.</description>
<website>http://www.elgg.org/</website>
<name>Elgg Developer Tools</name>
<author>Core developers</author>
<version>1.0</version>
+ <category>development</category>
<blurb>Developer tools</blurb>
<description>A set of tools for writing plugins and themes.</description>
<website>http://www.elgg.org/</website>
<version>2009030802</version>
</requires>
- <category>Development</category>
<admin_interface>advanced</admin_interface>
</plugin_manifest>
<name>File</name>
<author>Core developers</author>
<version>1.8</version>
+ <category>bundled</category>
+ <category>content</category>
<description>File browser plugin</description>
<website>http://www.elgg.org/</website>
<copyright>See COPYRIGHT.txt</copyright>
<version>2010030101</version>
</requires>
<admin_interface>simple</admin_interface>
+ <activate_on_install>true</activate_on_install>
</plugin_manifest>
<name>Pages</name>
<author>Core developers</author>
<version>1.8</version>
+ <category>bundled</category>
+ <category>content</category>
<description>Elgg Pages</description>
<website>http://www.elgg.org</website>
<copyright>See COPYRIGHT.txt</copyright>
<version>2010030101</version>
</requires>
<admin_interface>simple</admin_interface>
+ <activate_on_install>true</activate_on_install>
</plugin_manifest>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Profile</name>
<description>The default profile plugin.</description>
- <author>Elgg.org</author>
+ <author>Core developers</author>
<version>1.8</version>
<category>bundled</category>
<category>social</category>
<license>GNU Public License Version 2</license>
<activate_on_install>true</activate_on_install>
<admin_interface>advanced</admin_interface>
-
<requires>
<type>elgg_version</type>
<version>2011010401</version>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>Reported Content</name>
<author>Core developers</author>
- <version>1.7</version>
+ <version>1.8</version>
+ <category>bundled</category>
<description>Adds the option for users to report content and for admins to check it out.</description>
<website>http://www.elgg.org/</website>
<copyright>See COPYRIGHT.txt</copyright>
<name>Search</name>
<author>The MITRE Corporation, Core developers</author>
<version>1.8</version>
+ <category>bundled</category>
<description>Allow search across entities of the site</description>
<website>http://www.elgg.org/</website>
<copyright>See COPYRIGHT.txt</copyright>
<name>Tag Cloud</name>
<author>Cash Costello</author>
<version>1.0</version>
+ <category>bundled</category>
<description>Widget-based tag clouds.</description>
<website>http://cashcostello.com/</website>
<copyright>See COPYRIGHT.txt</copyright>
<type>elgg_version</type>
<version>2010030101</version>
</requires>
- <admin_interface>advanced</admin_interface>
+ <admin_interface>advanced</admin_interface>
</plugin_manifest>
<name>The Wire</name>
<author>JHU/APL and core developers</author>
<version>1.8</version>
+ <category>bundled</category>
+ <category>content</category>
<description>Microblogging for Elgg</description>
<website>http://www.elgg.org/</website>
<copyright>See COPYRIGHT.txt</copyright>
<version>2010030101</version>
</requires>
<admin_interface>simple</admin_interface>
+ <activate_on_install>true</activate_on_install>
</plugin_manifest>
<name>TinyMCE</name>
<author>Core developers</author>
<version>1.8</version>
+ <category>bundled</category>
+ <category>extension</category>
<description>TinyMCE plugin.</description>
<website>http://www.elgg.org/</website>
<copyright>See COPYRIGHT.txt</copyright>
<version>1.8</version>
<description>Allows users to authenticate their Elgg account with Twitter.</description>
<category>service</category>
- <category>official</category>
+ <category>bundled</category>
<website>http://www.elgg.org/</website>
<copyright>See COPYRIGHT.txt</copyright>
<license>GNU Public License version 2</license>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>User Validation by Email</name>
<author>Core developers</author>
- <version>1.7</version>
+ <version>1.8</version>
+ <category>bundled</category>
<description>Simple user account validation via email.</description>
<website>http://www.elgg.org/</website>
<copyright>See COPYRIGHT.txt</copyright>
<name>Zaudio</name>
<author>Core developers</author>
<version>1.8</version>
+ <category>bundled</category>
+ <category>extension</category>
<description>This simple plugin lets users play mp3's in the page.</description>
<website>http://www.elgg.org/</website>
<copyright>See COPYRIGHT.txt</copyright>
));
$category_form = elgg_view('input/form', array(
- 'body' => $category_dropdown . $category_button
+ 'body' => $category_dropdown . $category_button,
+ 'method' => 'get',
+ 'action' => 'pg/admin/plugins/advanced',
+ 'disable_security' => true,
));
// @todo Until "en/deactivate all" means "All plugins on this page" hide when not looking at all.