aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-05-20 01:08:10 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2011-05-20 01:08:10 +0000
commit6edf852e9c5e352e02140ba9f2ab93b3a8750172 (patch)
treee92572b43f451f4adfb579e9e38a496706b3de86
parent2ada5cbb1cb5311ec52446f1b4e9b19d1f47f2d9 (diff)
downloadelgg-6edf852e9c5e352e02140ba9f2ab93b3a8750172.tar.gz
elgg-6edf852e9c5e352e02140ba9f2ab93b3a8750172.tar.bz2
Refs #2104 changed extension to enhancement and added security, widget, and theme categories
git-svn-id: http://code.elgg.org/elgg/trunk@9105 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--languages/en.php5
-rw-r--r--mod/blog/manifest.xml1
-rw-r--r--mod/bookmarks/manifest.xml1
-rw-r--r--mod/categories/manifest.xml1
-rw-r--r--mod/diagnostics/manifest.xml2
-rw-r--r--mod/embed/manifest.xml1
-rw-r--r--mod/file/manifest.xml1
-rw-r--r--mod/garbagecollector/manifest.xml1
-rw-r--r--mod/groups/manifest.xml1
-rw-r--r--mod/htmlawed/manifest.xml1
-rw-r--r--mod/invitefriends/manifest.xml1
-rw-r--r--mod/logrotate/manifest.xml1
-rw-r--r--mod/messageboard/manifest.xml1
-rw-r--r--mod/pages/manifest.xml1
-rw-r--r--mod/tagcloud/manifest.xml1
-rw-r--r--mod/tinymce/manifest.xml2
-rw-r--r--mod/twitter/manifest.xml1
-rw-r--r--mod/uservalidationbyemail/manifest.xml1
-rw-r--r--mod/zaudio/manifest.xml2
19 files changed, 23 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php
index 768658c99..509de7fb0 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -597,11 +597,14 @@ $english = array(
'admin:plugins:category:bundled' => 'Bundled',
'admin:plugins:category:content' => 'Content',
'admin:plugins:category:development' => 'Development',
- 'admin:plugins:category:extension' => 'Extensions',
+ 'admin:plugins:category:enhancement' => 'Enhancements',
'admin:plugins:category:api' => 'Service/API',
'admin:plugins:category:communication' => 'Communication',
+ 'admin:plugins:category:security' => 'Security and Spam',
'admin:plugins:category:social' => 'Social',
'admin:plugins:category:multimedia' => 'Multimedia',
+ 'admin:plugins:category:theme' => 'Themes',
+ 'admin:plugins:category:widget' => 'Widgets',
'admin:plugins:markdown:unknown_plugin' => 'Unknown plugin.',
'admin:plugins:markdown:unknown_file' => 'Unknown file.',
diff --git a/mod/blog/manifest.xml b/mod/blog/manifest.xml
index f0ec96e8b..991462060 100644
--- a/mod/blog/manifest.xml
+++ b/mod/blog/manifest.xml
@@ -5,6 +5,7 @@
<version>1.8</version>
<category>bundled</category>
<category>content</category>
+ <category>widget</category>
<blurb>Blog plugin</blurb>
<description>Adds simple blogging capabilities to your Elgg installation.</description>
<website>http://elgg.org/</website>
diff --git a/mod/bookmarks/manifest.xml b/mod/bookmarks/manifest.xml
index 88921dcce..72e9af9b0 100644
--- a/mod/bookmarks/manifest.xml
+++ b/mod/bookmarks/manifest.xml
@@ -5,6 +5,7 @@
<version>1.8</version>
<category>bundled</category>
<category>content</category>
+ <category>widget</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>
diff --git a/mod/categories/manifest.xml b/mod/categories/manifest.xml
index 43df13d02..15d7192c1 100644
--- a/mod/categories/manifest.xml
+++ b/mod/categories/manifest.xml
@@ -4,6 +4,7 @@
<author>Core developers</author>
<version>1.8</version>
<category>bundled</category>
+ <category>enhancement</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/diagnostics/manifest.xml b/mod/diagnostics/manifest.xml
index f84b07cd4..7821d128d 100644
--- a/mod/diagnostics/manifest.xml
+++ b/mod/diagnostics/manifest.xml
@@ -4,6 +4,8 @@
<author>Core developers</author>
<version>1.8</version>
<category>bundled</category>
+ <category>developer</category>
+ <category>admin</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 102daa761..f61d27c23 100644
--- a/mod/embed/manifest.xml
+++ b/mod/embed/manifest.xml
@@ -4,6 +4,7 @@
<author>Core developers</author>
<version>1.8</version>
<category>bundled</category>
+ <category>enhancement</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/file/manifest.xml b/mod/file/manifest.xml
index 966aa1195..aac9c3f6b 100644
--- a/mod/file/manifest.xml
+++ b/mod/file/manifest.xml
@@ -5,6 +5,7 @@
<version>1.8</version>
<category>bundled</category>
<category>content</category>
+ <category>widget</category>
<description>File browser plugin</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 23223bc44..466e49d61 100644
--- a/mod/garbagecollector/manifest.xml
+++ b/mod/garbagecollector/manifest.xml
@@ -4,6 +4,7 @@
<author>Core developers</author>
<version>1.5</version>
<category>bundled</category>
+ <category>admin</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 c67a5307f..4188aa861 100644
--- a/mod/groups/manifest.xml
+++ b/mod/groups/manifest.xml
@@ -5,6 +5,7 @@
<version>1.8</version>
<category>bundled</category>
<category>social</category>
+ <category>widget</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 ba8978814..0c48bbd28 100644
--- a/mod/htmlawed/manifest.xml
+++ b/mod/htmlawed/manifest.xml
@@ -4,6 +4,7 @@
<author>Core developers</author>
<version>1.5</version>
<category>bundled</category>
+ <category>security</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 e54513d01..d445c5025 100644
--- a/mod/invitefriends/manifest.xml
+++ b/mod/invitefriends/manifest.xml
@@ -4,6 +4,7 @@
<author>Core developers</author>
<version>1.8</version>
<category>bundled</category>
+ <category>social</category>
<description>Invite friends via email invites.</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 153dfa921..ab6250ac0 100644
--- a/mod/logrotate/manifest.xml
+++ b/mod/logrotate/manifest.xml
@@ -4,6 +4,7 @@
<author>Core developers</author>
<version>1.5</version>
<category>bundled</category>
+ <category>admin</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 602c991d2..25c42ee93 100644
--- a/mod/messageboard/manifest.xml
+++ b/mod/messageboard/manifest.xml
@@ -4,6 +4,7 @@
<author>Core developers</author>
<version>1.8</version>
<category>bundled</category>
+ <category>widget</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/pages/manifest.xml b/mod/pages/manifest.xml
index e5e23f546..4b5e5c747 100644
--- a/mod/pages/manifest.xml
+++ b/mod/pages/manifest.xml
@@ -5,6 +5,7 @@
<version>1.8</version>
<category>bundled</category>
<category>content</category>
+ <category>widget</category>
<description>Elgg Pages</description>
<website>http://www.elgg.org</website>
<copyright>See COPYRIGHT.txt</copyright>
diff --git a/mod/tagcloud/manifest.xml b/mod/tagcloud/manifest.xml
index 8ca4d10ea..6fcad14e2 100644
--- a/mod/tagcloud/manifest.xml
+++ b/mod/tagcloud/manifest.xml
@@ -4,6 +4,7 @@
<author>Cash Costello</author>
<version>1.0</version>
<category>bundled</category>
+ <category>widget</category>
<description>Widget-based tag clouds.</description>
<website>http://cashcostello.com/</website>
<copyright>See COPYRIGHT.txt</copyright>
diff --git a/mod/tinymce/manifest.xml b/mod/tinymce/manifest.xml
index a3df59e3d..5e69055d8 100644
--- a/mod/tinymce/manifest.xml
+++ b/mod/tinymce/manifest.xml
@@ -4,7 +4,7 @@
<author>Core developers</author>
<version>1.8</version>
<category>bundled</category>
- <category>extension</category>
+ <category>enhancement</category>
<description>TinyMCE plugin.</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 b198aa0e9..bd7176620 100644
--- a/mod/twitter/manifest.xml
+++ b/mod/twitter/manifest.xml
@@ -4,6 +4,7 @@
<author>Core developers</author>
<version>1.7</version>
<category>bundled</category>
+ <category>widget</category>
<description>Elgg simple twitter widget</description>
<website>http://www.elgg.org/</website>
<copyright>See COPYRIGHT.txt</copyright>
diff --git a/mod/uservalidationbyemail/manifest.xml b/mod/uservalidationbyemail/manifest.xml
index 5fffb0d2b..df0a7cb58 100644
--- a/mod/uservalidationbyemail/manifest.xml
+++ b/mod/uservalidationbyemail/manifest.xml
@@ -4,6 +4,7 @@
<author>Core developers</author>
<version>1.8</version>
<category>bundled</category>
+ <category>security</category>
<description>Simple user account validation via email.</description>
<website>http://www.elgg.org/</website>
<copyright>See COPYRIGHT.txt</copyright>
diff --git a/mod/zaudio/manifest.xml b/mod/zaudio/manifest.xml
index 3b2dc47e8..ecbff85fe 100644
--- a/mod/zaudio/manifest.xml
+++ b/mod/zaudio/manifest.xml
@@ -4,7 +4,7 @@
<author>Core developers</author>
<version>1.8</version>
<category>bundled</category>
- <category>extension</category>
+ <category>enhancement</category>
<category>multimedia</category>
<description>This simple plugin lets users play mp3's in the page.</description>
<website>http://www.elgg.org/</website>