- More extension manifest parsing, module.txt now contains features metadata.

- Dependencies, Category for module's features.
- Renaming homepage field to website.
- Unit tests for manifest.

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-04-06 16:40:57 -07:00
parent 5a5f83910b
commit a6029ec425
12 changed files with 118 additions and 29 deletions

View File

@@ -70,7 +70,7 @@ namespace Orchard.Core.Themes.Services {
Author = descriptor.Author ?? String.Empty,
Description = descriptor.Description ?? String.Empty,
DisplayName = descriptor.DisplayName ?? String.Empty,
HomePage = descriptor.HomePage ?? String.Empty,
HomePage = descriptor.WebSite ?? String.Empty,
ThemeName = descriptor.Name,
Version = descriptor.Version ?? String.Empty,
Tags = descriptor.Tags ?? String.Empty
@@ -88,7 +88,7 @@ namespace Orchard.Core.Themes.Services {
Author = descriptor.Author ?? String.Empty,
Description = descriptor.Description ?? String.Empty,
DisplayName = descriptor.DisplayName ?? String.Empty,
HomePage = descriptor.HomePage ?? String.Empty,
HomePage = descriptor.WebSite ?? String.Empty,
ThemeName = descriptor.Name,
Version = descriptor.Version ?? String.Empty,
Tags = descriptor.Tags ?? String.Empty

View File

@@ -3,4 +3,4 @@ author: Jonathan Wall
description: Theme using serif.
version: 1.0
tags: Classic, Serif
homepage: http://www.orchardproject.net
website: http://www.orchardproject.net

View File

@@ -3,4 +3,4 @@ author: Jonathan Wall
description: Dark version of the Classic theme.
version: 1.0
tags: Classic, Dark, Serif
homepage: http://www.orchardproject.net
website: http://www.orchardproject.net

View File

@@ -3,4 +3,4 @@ author: Michael Dorian Bach
description: A simple CMS theme perfect for any modern product or service business website.
version: 1.0
tags: business, cms, modern
homepage: http://www.orchardproject.net
website: http://www.orchardproject.net

View File

@@ -3,4 +3,4 @@ author: Michael Dorian Bach
description: A simple and neutral business theme for a variety of industries.
version: 1.0
tags: business, cms, simple, classic, medical, finance, legal, corporate
homepage: http://www.orchardproject.net
website: http://www.orchardproject.net

View File

@@ -3,4 +3,4 @@ author: Jonathan Wall
description: This is the Green theme. It uses the YUI grid system for layout.
version: 1.0
tags: green, YUI
homepage: http://www.orchardproject.net
website: http://www.orchardproject.net

View File

@@ -3,4 +3,4 @@ author: Jonathan Wall
description: The Orchard Theme for setup and failure conditions.
version: 1.0
tags: hidden
homepage: http://www.orchardproject.net
website: http://www.orchardproject.net

View File

@@ -3,4 +3,4 @@ version: 1.0
author: Jon Wall
tags: hidden, admin
description: An admin theme not to be used for the site so don't click "Activate" (or "Uninstall"). In the near future admin themes won't be mixed in with site themes.
homepage: http://www.orchardproject.net
website: http://www.orchardproject.net