@@ -39,7 +39,7 @@ using (Html.BeginFormAntiForgeryPost()) { %>
} %>
<%
//dependencies
- if (feature.Descriptor.Dependencies.Count() > 0) { %>
+ if (feature.Descriptor.Dependencies != null && feature.Descriptor.Dependencies.Count() > 0) { %>
| <%=T("Depends on: {0}", string.Join(", ", feature.Descriptor.Dependencies.Select(s => Html.Link(Html.Encode(s), string.Format("{0}#{1}", Url.Action("features", new { area = "Orchard.Modules" }), Html.Encode(s)))).OrderBy(s => s).ToArray())) %><%
} %>
diff --git a/src/Orchard.Web/Modules/Orchard.MultiTenancy/Module.txt b/src/Orchard.Web/Modules/Orchard.MultiTenancy/Module.txt
index d63affb83..53c124af0 100644
--- a/src/Orchard.Web/Modules/Orchard.MultiTenancy/Module.txt
+++ b/src/Orchard.Web/Modules/Orchard.MultiTenancy/Module.txt
@@ -1,2 +1,11 @@
name: MultiTenancy
-antiforgery: enabled
\ No newline at end of file
+antiforgery: enabled
+author: The Orchard Team
+website: http://orchardproject.net
+version: 0.1
+orchardversion: 0.1.2010.0312
+features:
+ Orchard.MultiTenancy:
+ Description: Configure multiple site tenants.
+ Dependencies: Common
+ Category: Core
\ No newline at end of file
diff --git a/src/Orchard.Web/Modules/Orchard.Pages/Module.txt b/src/Orchard.Web/Modules/Orchard.Pages/Module.txt
index ab71cbf1e..1ade81120 100644
--- a/src/Orchard.Web/Modules/Orchard.Pages/Module.txt
+++ b/src/Orchard.Web/Modules/Orchard.Pages/Module.txt
@@ -1,2 +1,11 @@
name: Pages
-antiforgery: enabled
\ No newline at end of file
+antiforgery: enabled
+author: The Orchard Team
+website: http://orchardproject.net
+version: 0.1
+orchardversion: 0.1.2010.0312
+features:
+ Orchard.Pages:
+ Description: Simple pages.
+ Dependencies: Common
+ Category: Content
\ No newline at end of file
diff --git a/src/Orchard.Web/Modules/Orchard.Roles/Module.txt b/src/Orchard.Web/Modules/Orchard.Roles/Module.txt
index 274a90088..32fd2408d 100644
--- a/src/Orchard.Web/Modules/Orchard.Roles/Module.txt
+++ b/src/Orchard.Web/Modules/Orchard.Roles/Module.txt
@@ -1,2 +1,11 @@
name: Roles
-antiforgery: enabled
\ No newline at end of file
+antiforgery: enabled
+author: The Orchard Team
+website: http://orchardproject.net
+version: 0.1
+orchardversion: 0.1.2010.0312
+features:
+ Orchard.Roles:
+ Description: Standard user roles.
+ Dependencies: Common
+ Category: Core
\ No newline at end of file
diff --git a/src/Orchard.Web/Modules/Orchard.Sandbox/Module.txt b/src/Orchard.Web/Modules/Orchard.Sandbox/Module.txt
index ca967af74..488adb7de 100644
--- a/src/Orchard.Web/Modules/Orchard.Sandbox/Module.txt
+++ b/src/Orchard.Web/Modules/Orchard.Sandbox/Module.txt
@@ -1 +1,11 @@
name: Sandbox
+antiforgery: enabled
+author: The Orchard Team
+website: http://orchardproject.net
+version: 0.1
+orchardversion: 0.1.2010.0312
+features:
+ Orchard.Sandbox:
+ Description: A module to mess around with. Currently wiki-like.
+ Dependencies: Common
+ Category: Developer
\ No newline at end of file
diff --git a/src/Orchard.Web/Modules/Orchard.Sandbox/Orchard.Sandbox.csproj b/src/Orchard.Web/Modules/Orchard.Sandbox/Orchard.Sandbox.csproj
index ccde29bd6..54b613b8f 100644
--- a/src/Orchard.Web/Modules/Orchard.Sandbox/Orchard.Sandbox.csproj
+++ b/src/Orchard.Web/Modules/Orchard.Sandbox/Orchard.Sandbox.csproj
@@ -79,7 +79,7 @@
-
+
diff --git a/src/Orchard.Web/Modules/Orchard.Sandbox/_Module.txt b/src/Orchard.Web/Modules/Orchard.Sandbox/_Module.txt
deleted file mode 100644
index ca967af74..000000000
--- a/src/Orchard.Web/Modules/Orchard.Sandbox/_Module.txt
+++ /dev/null
@@ -1 +0,0 @@
-name: Sandbox
diff --git a/src/Orchard.Web/Modules/Orchard.Setup/Module.txt b/src/Orchard.Web/Modules/Orchard.Setup/Module.txt
index df08e832d..1d87f1edd 100644
--- a/src/Orchard.Web/Modules/Orchard.Setup/Module.txt
+++ b/src/Orchard.Web/Modules/Orchard.Setup/Module.txt
@@ -1,2 +1,11 @@
name: Setup
antiforgery: enabled
+author: The Orchard Team
+website: http://orchardproject.net
+version: 0.1
+orchardversion: 0.1.2010.0312
+features:
+ Orchard.Setup:
+ Description: Standard site setup.
+ Dependencies: Common
+ Category: Core
\ No newline at end of file
diff --git a/src/Orchard.Web/Modules/Orchard.Tags/Module.txt b/src/Orchard.Web/Modules/Orchard.Tags/Module.txt
index 593c5da5b..2cc734ef8 100644
--- a/src/Orchard.Web/Modules/Orchard.Tags/Module.txt
+++ b/src/Orchard.Web/Modules/Orchard.Tags/Module.txt
@@ -1,2 +1,11 @@
name: Tags
-antiforgery: enabled
\ No newline at end of file
+antiforgery: enabled
+author: The Orchard Team
+website: http://orchardproject.net
+version: 0.1
+orchardversion: 0.1.2010.0312
+features:
+ Orchard.Tags:
+ Description: Tag a content item.
+ Dependencies: Common
+ Category: Taxonomy
\ No newline at end of file
diff --git a/src/Orchard.Web/Modules/Orchard.Themes/Module.txt b/src/Orchard.Web/Modules/Orchard.Themes/Module.txt
index 4b65cc663..f2c729ec6 100644
--- a/src/Orchard.Web/Modules/Orchard.Themes/Module.txt
+++ b/src/Orchard.Web/Modules/Orchard.Themes/Module.txt
@@ -1,2 +1,11 @@
name: Themes
antiforgery: enabled
+author: The Orchard Team
+website: http://orchardproject.net
+version: 0.1
+orchardversion: 0.1.2010.0312
+features:
+ Orchard.Themes:
+ Description: Basic theming capability.
+ Dependencies: Common
+ Category: Display
\ No newline at end of file
diff --git a/src/Orchard.Web/Modules/Orchard.Users/Module.txt b/src/Orchard.Web/Modules/Orchard.Users/Module.txt
index 3d70e2e47..7cf61082f 100644
--- a/src/Orchard.Web/Modules/Orchard.Users/Module.txt
+++ b/src/Orchard.Web/Modules/Orchard.Users/Module.txt
@@ -1,2 +1,11 @@
name: Users
-antiforgery: enabled
\ No newline at end of file
+antiforgery: enabled
+author: The Orchard Team
+website: http://orchardproject.net
+version: 0.1
+orchardversion: 0.1.2010.0312
+features:
+ Orchard.Users:
+ Description: Standard users.
+ Dependencies: Common
+ Category: Core
\ No newline at end of file
diff --git a/src/Orchard.Web/Modules/TinyMce/Module.txt b/src/Orchard.Web/Modules/TinyMce/Module.txt
index 1e0ca4ce7..9e79c1dfc 100644
--- a/src/Orchard.Web/Modules/TinyMce/Module.txt
+++ b/src/Orchard.Web/Modules/TinyMce/Module.txt
@@ -1,2 +1,10 @@
name: TinyMce
-antiforgery: enabled
\ No newline at end of file
+antiforgery: enabled
+author: The Orchard Team
+website: http://orchardproject.net
+version: 0.1
+orchardversion: 0.1.2010.0312
+features:
+ TinyMce:
+ Description: TinyMCE HTML WYSIWYG editor.
+ Category: Input Editor
\ No newline at end of file