diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/categories/manifest.xml | 3 | ||||
-rw-r--r-- | mod/custom_index/manifest.xml | 1 | ||||
-rw-r--r-- | mod/developers/manifest.xml | 1 | ||||
-rw-r--r-- | mod/diagnostics/manifest.xml | 3 | ||||
-rw-r--r-- | mod/embed/manifest.xml | 1 | ||||
-rw-r--r-- | mod/externalpages/manifest.xml | 1 | ||||
-rw-r--r-- | mod/garbagecollector/manifest.xml | 1 | ||||
-rw-r--r-- | mod/groups/manifest.xml | 1 | ||||
-rw-r--r-- | mod/htmlawed/manifest.xml | 1 | ||||
-rw-r--r-- | mod/invitefriends/manifest.xml | 5 | ||||
-rw-r--r-- | mod/logbrowser/manifest.xml | 4 | ||||
-rw-r--r-- | mod/logrotate/manifest.xml | 1 | ||||
-rw-r--r-- | mod/messageboard/manifest.xml | 1 | ||||
-rw-r--r-- | mod/messages/manifest.xml | 1 | ||||
-rw-r--r-- | mod/notifications/manifest.xml | 1 | ||||
-rw-r--r-- | mod/oauth_lib/manifest.xml | 1 | ||||
-rw-r--r-- | mod/twitter/manifest.xml | 1 |
17 files changed, 23 insertions, 5 deletions
diff --git a/mod/categories/manifest.xml b/mod/categories/manifest.xml index 9b004c1d2..f02d7a8cb 100644 --- a/mod/categories/manifest.xml +++ b/mod/categories/manifest.xml @@ -2,7 +2,8 @@ <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Site-wide Categories</name> <author>Core developers</author> - <version>1.7</version> + <version>1.8</version> + <category>bundled</category> <blurb>Add site-wide categories</blurb> <description>Site-wide Categories lets administrators define categories that users across the site can add content to.</description> <website>http://www.elgg.org/</website> diff --git a/mod/custom_index/manifest.xml b/mod/custom_index/manifest.xml index 2db898b41..7bb2a2543 100644 --- a/mod/custom_index/manifest.xml +++ b/mod/custom_index/manifest.xml @@ -3,6 +3,7 @@ <name>Custom Index</name> <author>Core developers</author> <version>1.8</version> + <category>bundled</category> <description>A demonstration of how to create a front page plugin.</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/developers/manifest.xml b/mod/developers/manifest.xml index 850e6009c..ae1059e59 100644 --- a/mod/developers/manifest.xml +++ b/mod/developers/manifest.xml @@ -3,6 +3,7 @@ <name>Elgg Developer Tools</name> <author>Core developers</author> <version>1.0</version> + <category>bundled</category> <category>development</category> <blurb>Developer tools</blurb> <description>A set of tools for writing plugins and themes.</description> diff --git a/mod/diagnostics/manifest.xml b/mod/diagnostics/manifest.xml index c9b0876dc..f84b07cd4 100644 --- a/mod/diagnostics/manifest.xml +++ b/mod/diagnostics/manifest.xml @@ -2,7 +2,8 @@ <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Diagnostics</name> <author>Core developers</author> - <version>1.5</version> + <version>1.8</version> + <category>bundled</category> <description>Elgg diagnostics tool</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/embed/manifest.xml b/mod/embed/manifest.xml index 3d3b37406..102daa761 100644 --- a/mod/embed/manifest.xml +++ b/mod/embed/manifest.xml @@ -3,6 +3,7 @@ <name>Embed</name> <author>Core developers</author> <version>1.8</version> + <category>bundled</category> <description>Allows users to easily upload and embed media into text areas.</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/externalpages/manifest.xml b/mod/externalpages/manifest.xml index ac9629092..453cef259 100644 --- a/mod/externalpages/manifest.xml +++ b/mod/externalpages/manifest.xml @@ -3,6 +3,7 @@ <name>External Pages</name> <author>Core developers</author> <version>1.8</version> + <category>bundled</category> <description>Create simple web pages for about, contact, privacy, and terms.</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/garbagecollector/manifest.xml b/mod/garbagecollector/manifest.xml index 9f300d5b6..23223bc44 100644 --- a/mod/garbagecollector/manifest.xml +++ b/mod/garbagecollector/manifest.xml @@ -3,6 +3,7 @@ <name>Garbage Collector</name> <author>Core developers</author> <version>1.5</version> + <category>bundled</category> <description>Perform some database cleanup tasks</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/groups/manifest.xml b/mod/groups/manifest.xml index f11b326f3..32671397d 100644 --- a/mod/groups/manifest.xml +++ b/mod/groups/manifest.xml @@ -3,6 +3,7 @@ <name>Groups</name> <author>Core developers</author> <version>1.8</version> + <category>bundled</category> <description>Provides group support for elgg</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/htmlawed/manifest.xml b/mod/htmlawed/manifest.xml index f2a943c76..ba8978814 100644 --- a/mod/htmlawed/manifest.xml +++ b/mod/htmlawed/manifest.xml @@ -3,6 +3,7 @@ <name>HTMLawed</name> <author>Core developers</author> <version>1.5</version> + <category>bundled</category> <description>Provides security filtering. Disabling this plugin is extremely insecure. DO NOT DISABLE.</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/invitefriends/manifest.xml b/mod/invitefriends/manifest.xml index 7e7e0c10b..e54513d01 100644 --- a/mod/invitefriends/manifest.xml +++ b/mod/invitefriends/manifest.xml @@ -2,8 +2,9 @@ <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Invite Friends</name> <author>Core developers</author> - <version>1.7</version> - <description>Invite friends to Elgg network via email invites.</description> + <version>1.8</version> + <category>bundled</category> + <description>Invite friends via email invites.</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> <license>GNU Public License version 2</license> diff --git a/mod/logbrowser/manifest.xml b/mod/logbrowser/manifest.xml index 29a25e900..585288912 100644 --- a/mod/logbrowser/manifest.xml +++ b/mod/logbrowser/manifest.xml @@ -2,7 +2,9 @@ <plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>Log Browser</name> <author>Core developers</author> - <version>1.5</version> + <version>1.8</version> + <category>bundled</category> + <category>admin</category> <description>Browse the system event log</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/logrotate/manifest.xml b/mod/logrotate/manifest.xml index e08c106de..153dfa921 100644 --- a/mod/logrotate/manifest.xml +++ b/mod/logrotate/manifest.xml @@ -3,6 +3,7 @@ <name>Log Rotate</name> <author>Core developers</author> <version>1.5</version> + <category>bundled</category> <description>Rotate the system log at specific intervals</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/messageboard/manifest.xml b/mod/messageboard/manifest.xml index 3f9e95125..602c991d2 100644 --- a/mod/messageboard/manifest.xml +++ b/mod/messageboard/manifest.xml @@ -3,6 +3,7 @@ <name>Message Board</name> <author>Core developers</author> <version>1.8</version> + <category>bundled</category> <description>This plugin allows users to put a message board on their profile for other users to post comments.</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/messages/manifest.xml b/mod/messages/manifest.xml index 359ba526d..e70ec0dee 100644 --- a/mod/messages/manifest.xml +++ b/mod/messages/manifest.xml @@ -3,6 +3,7 @@ <name>Messages</name> <author>Core developers</author> <version>1.8</version> + <category>bundled</category> <description>Elgg internal messages plugin. This plugin lets user send each other messages.</description> <copyright>See COPYRIGHT.txt</copyright> <website>http://www.elgg.org/</website> diff --git a/mod/notifications/manifest.xml b/mod/notifications/manifest.xml index 4c1e3252a..16a67cb00 100644 --- a/mod/notifications/manifest.xml +++ b/mod/notifications/manifest.xml @@ -3,6 +3,7 @@ <name>Notifications</name> <author>Core developers</author> <version>1.7</version> + <category>bundled</category> <description>Elgg notifications plugin</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/oauth_lib/manifest.xml b/mod/oauth_lib/manifest.xml index b57640979..4f0ae5dc0 100644 --- a/mod/oauth_lib/manifest.xml +++ b/mod/oauth_lib/manifest.xml @@ -3,6 +3,7 @@ <name>OAuth Libraries</name> <author>Core developers</author> <version>1.8</version> + <category>bundled</category> <description>OAuth libraries</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> diff --git a/mod/twitter/manifest.xml b/mod/twitter/manifest.xml index 40944f109..e62db1230 100644 --- a/mod/twitter/manifest.xml +++ b/mod/twitter/manifest.xml @@ -3,6 +3,7 @@ <name>Twitter</name> <author>Core developers</author> <version>1.7</version> + <category>bundled</category> <description>Elgg simple twitter widget</description> <website>http://www.elgg.org/</website> <copyright>See COPYRIGHT.txt</copyright> |