]> gitweb.fluxo.info Git - lorea/elgg.git/commitdiff
Refs #2104 added bundled category to all core plugins
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 8 Mar 2011 12:28:30 +0000 (12:28 +0000)
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>
Tue, 8 Mar 2011 12:28:30 +0000 (12:28 +0000)
git-svn-id: http://code.elgg.org/elgg/trunk@8637 36083f99-b078-4883-b0ff-0f9b5a30f544

17 files changed:
mod/categories/manifest.xml
mod/custom_index/manifest.xml
mod/developers/manifest.xml
mod/diagnostics/manifest.xml
mod/embed/manifest.xml
mod/externalpages/manifest.xml
mod/garbagecollector/manifest.xml
mod/groups/manifest.xml
mod/htmlawed/manifest.xml
mod/invitefriends/manifest.xml
mod/logbrowser/manifest.xml
mod/logrotate/manifest.xml
mod/messageboard/manifest.xml
mod/messages/manifest.xml
mod/notifications/manifest.xml
mod/oauth_lib/manifest.xml
mod/twitter/manifest.xml

index 9b004c1d2899b6457746656a8f67df71b3970dc4..f02d7a8cbb808df71c7f2c6a8e06d16d1bb18baa 100644 (file)
@@ -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>
index 2db898b41a6c411801e92a546ae6107300573411..7bb2a2543c110e2ed7893872d832ffee92443a68 100644 (file)
@@ -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>
index 850e6009c779e6af523acc2c855e9b6d2ce9b871..ae1059e59c6e048062b38de793113ca92d987aef 100644 (file)
@@ -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>
index c9b0876dc9982f95e343e33ed4f22cc645a38656..f84b07cd4842cf025261aaa984a3c0cb2850a9c1 100644 (file)
@@ -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>
index 3d3b374068e7e3f80d30e74a0a3b7efbfdad4f4b..102daa76136bdebffed01a82da3ee7f61ad026bd 100644 (file)
@@ -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>
index ac9629092f3d20a0be9ada2bfd15e9e91a841d88..453cef2590ca6a479e213acc84e9d376b7403ca2 100644 (file)
@@ -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>
index 9f300d5b6980153c9cb2ef9ab2fa4eb67fd81577..23223bc446320ae651a6090acbba3fc8b8dc3e70 100644 (file)
@@ -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>
index f11b326f309c281ebeb4748f89f993854afeba37..32671397db6ecc8fa97ca9b6ea3368d4b165ab40 100644 (file)
@@ -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>
index f2a943c76332739df2269d482ee5cc520af9c404..ba89788144a5360c3bb08a33f8b2855b204018ac 100644 (file)
@@ -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>
index 7e7e0c10b79f60bf36e33d62034161fb974f1e38..e54513d016ceb2c8927744f84aa02e8a1a7a8362 100644 (file)
@@ -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>
index 29a25e900a08f9767e3db17fa1df5bbcb11d04e7..585288912327592f18b343ba0e43cb518ff7b492 100644 (file)
@@ -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>
index e08c106defb2c17fdb2559dd0a60e5c556e0f913..153dfa921549769a9668537f3a61691ae8a28b7a 100644 (file)
@@ -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>
index 3f9e95125933d348e0c523c2314f4be6444c5aba..602c991d286e18467f3604658a57610690e51a92 100644 (file)
@@ -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>
index 359ba526d6572cf50281f8916349469c5ac390cb..e70ec0dee2b909b2d334f20a3f37833612df3ff3 100644 (file)
@@ -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>
index 4c1e3252a9ab494d4d73d67271a1b0082459ab83..16a67cb005d7833b0b8cdd96ddf07d177bcdd4f6 100644 (file)
@@ -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>
index b5764097923f8bf792d72982dffdc1f126bb7298..4f0ae5dc0d02835d3225b30e6250044b8319a266 100644 (file)
@@ -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>
index 40944f109f2ec503936262d98ecd2a28b124d349..e62db1230ae5f19dc1cdb9ec5e5ff6453be55c5e 100644 (file)
@@ -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>