Setting name explicitly for all the module features.

--HG--
branch : dev
This commit is contained in:
Andre Rodrigues
2010-12-01 16:34:28 -08:00
parent 734f10b875
commit 48ccf121f8
29 changed files with 62 additions and 27 deletions

View File

@@ -7,5 +7,6 @@ OrchardVersion: 0.8.0
Description: The Lucene module enables the site to be indexed using Lucene.NET. The index generated by this module can then be used by the search module to provide an integrated full-text search experience to a web site. Description: The Lucene module enables the site to be indexed using Lucene.NET. The index generated by this module can then be used by the search module to provide an integrated full-text search experience to a web site.
Features: Features:
Lucene: Lucene:
Name: Lucene
Description: Lucene indexing services. Description: Lucene indexing services.
Category: Search Category: Search

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: The ArhiveLater module introduces scheduled archiving functionality. Description: The ArhiveLater module introduces scheduled archiving functionality.
Features: Features:
Orchard.ArchiveLater: Orchard.ArchiveLater:
Name: Archive Later
Description: Scheduled archiving. Description: Scheduled archiving.
Category: Content Category: Content
Dependencies: Common, Scheduling, Orchard.jQuery Dependencies: Common, Scheduling, Orchard.jQuery

View File

@@ -7,5 +7,6 @@ OrchardVersion: 0.8.0
Description: Tools to create Orchard components. Description: Tools to create Orchard components.
Features: Features:
Orchard.CodeGeneration: Orchard.CodeGeneration:
Name: Code Generation
Description: Tools to create Orchard components. Description: Tools to create Orchard components.
Category: Developer Category: Developer

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: The comments system implemented by this module can be applied to arbitrary Orchard content types, such as blogs and pages. It includes comment validation and spam protection through the Akismet service. Description: The comments system implemented by this module can be applied to arbitrary Orchard content types, such as blogs and pages. It includes comment validation and spam protection through the Akismet service.
Features: Features:
Orchard.Comments: Orchard.Comments:
Name: Comments
Description: Standard content item comments. Description: Standard content item comments.
Dependencies: Settings Dependencies: Settings
Category: Social Category: Social

View File

@@ -6,6 +6,7 @@ Version: 0.8.0
OrchardVersion: 0.8.0 OrchardVersion: 0.8.0
Features: Features:
Orchard.ContentTypes: Orchard.ContentTypes:
Name: Content Types
Description: ContentTypes modules enables the creation and alteration of content types not based on code. Description: ContentTypes modules enables the creation and alteration of content types not based on code.
Dependencies: Contents Dependencies: Contents
Category: Content Category: Content

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: The Email Messaging module adds Email sending functionalities. Description: The Email Messaging module adds Email sending functionalities.
Features: Features:
Orchard.Email: Orchard.Email:
Name: Email
Description: Email Messaging services. Description: Email Messaging services.
Category: Messaging Category: Messaging
Dependencies: Orchard.Messaging Dependencies: Orchard.Messaging

View File

@@ -7,16 +7,20 @@ OrchardVersion: 0.8.0
Description: An assortment of debugging tools. Description: An assortment of debugging tools.
Features: Features:
Orchard.Experimental: Orchard.Experimental:
Name: Experimental
Description: An assortment of debugging tools. Description: An assortment of debugging tools.
Category: Developer Category: Developer
Profiling: Profiling:
Name: Profiling
Description: Tools to help profile Orchard. Description: Tools to help profile Orchard.
Category: Developer Category: Developer
Dependencies: Orchard.Experimental Dependencies: Orchard.Experimental
Orchard.Experimental.WebCommandLine: Orchard.Experimental.WebCommandLine:
Name: Web Command Line
Description: Enables site administrators to execute Orchard.exe commands via web interface Description: Enables site administrators to execute Orchard.exe commands via web interface
Category: Developer Category: Developer
Orchard.Experimental.TestingLists: Orchard.Experimental.TestingLists:
Name: Testing Lists
Description: Adds some content definitions to help test lists Description: Adds some content definitions to help test lists
Dependencies: Orchard.Lists Dependencies: Orchard.Lists
Category: Developer Category: Developer

View File

@@ -7,5 +7,6 @@ OrchardVersion: 0.8.0
Description: The Indexing module enables the site to be indexed. The index generated by this module can then be used by the search module to provide an integrated full-text search experience to a web site. Description: The Indexing module enables the site to be indexed. The index generated by this module can then be used by the search module to provide an integrated full-text search experience to a web site.
Features: Features:
Orchard.Indexing: Orchard.Indexing:
Name: Indexing
Description: Indexing infrastructure. Requires an index implementation like the Lucene module. Description: Indexing infrastructure. Requires an index implementation like the Lucene module.
Category: Search Category: Search

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: Introduces a preconfigured container-enabled content type. Description: Introduces a preconfigured container-enabled content type.
Features: Features:
Orchard.Lists: Orchard.Lists:
Name: Lists
Description: A basic container-enabled content type. Description: A basic container-enabled content type.
Dependencies: Contents, Containers Dependencies: Contents, Containers
Category: Content Category: Content

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: The localization module enables the localization of content items. Description: The localization module enables the localization of content items.
Features: Features:
Orchard.Localization: Orchard.Localization:
Name: Localization
Description: Localize content items. Description: Localize content items.
Dependencies: Settings Dependencies: Settings
Category: Content Category: Content

View File

@@ -7,5 +7,6 @@ OrchardVersion: 0.8.0
Description: The media module offer basic media management features. It currently only supports image files. Storage goes into the current Orchard file system, which can be the server's physical file system or Azure blob storage. Description: The media module offer basic media management features. It currently only supports image files. Storage goes into the current Orchard file system, which can be the server's physical file system or Azure blob storage.
Features: Features:
Orchard.Media: Orchard.Media:
Name: Media
Description: File system based media upload, storage and management. Description: File system based media upload, storage and management.
Category: Media Category: Media

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: The Messaging module adds messaging functionalities. Description: The Messaging module adds messaging functionalities.
Features: Features:
Orchard.Messaging: Orchard.Messaging:
Name: Messaging
Description: Messaging services. Description: Messaging services.
Category: Messaging Category: Messaging
Dependencies: Settings Dependencies: Settings

View File

@@ -7,8 +7,10 @@ OrchardVersion: 0.8.0
Description: Data migration commands. Description: Data migration commands.
Features: Features:
Orchard.Migrations: Orchard.Migrations:
Name: Migrations
Description: Data migration commands. Description: Data migration commands.
Category: Developer Category: Developer
DatabaseUpdate: DatabaseUpdate:
Name: Database Update
Description: Commands for updating the database schema according to the definition of the "Record" classes in code. Description: Commands for updating the database schema according to the definition of the "Record" classes in code.
Category: Developer Category: Developer

View File

@@ -7,5 +7,6 @@ OrchardVersion: 0.8.0
Description: The Modules module enables the administrator of the site to manage the installed modules as well as activate and de-activate features. Description: The Modules module enables the administrator of the site to manage the installed modules as well as activate and de-activate features.
Features: Features:
Orchard.Modules: Orchard.Modules:
Name: Modules
Description: Standard module and feature management. Description: Standard module and feature management.
Category: Core Category: Core

View File

@@ -7,5 +7,6 @@ OrchardVersion: 0.8.0
Description: The multi-tenancy module enables multiple Orchard sites to run in isolation inside of a single web application, improving site density on a single server or hosted account. Description: The multi-tenancy module enables multiple Orchard sites to run in isolation inside of a single web application, improving site density on a single server or hosted account.
Features: Features:
Orchard.MultiTenancy: Orchard.MultiTenancy:
Name: Multi Tenancy
Description: Configure multiple site tenants. Description: Configure multiple site tenants.
Category: Hosting Category: Hosting

View File

@@ -7,13 +7,16 @@ OrchardVersion: 0.8.0
Description: The packaging module enables packaging modules using the OPC format. Description: The packaging module enables packaging modules using the OPC format.
Features: Features:
PackagingServices: PackagingServices:
Name: Packaging Services
Description: Core services for packaging using the OPC format. Description: Core services for packaging using the OPC format.
Category: Packaging Category: Packaging
Orchard.Packaging: Orchard.Packaging:
Name: Packaging
Description: Commands for creating/installing local modules. Description: Commands for creating/installing local modules.
Category: Packaging
Dependencies: PackagingServices Dependencies: PackagingServices
Category: Packaging
Gallery: Gallery:
Name: Gallery
Description: Module gallery management. Description: Module gallery management.
Dependencies: PackagingServices, Orchard.Packaging
Category: Packaging Category: Packaging
Dependencies: Orchard.Packaging

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: Introduces a preconfigured page content type. Description: Introduces a preconfigured page content type.
Features: Features:
Orchard.Pages: Orchard.Pages:
Name: Pages
Description: A basic page content type. Description: A basic page content type.
Dependencies: Contents Dependencies: Contents
Category: Content Category: Content

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: The PublishLater module introduces draft creation and scheduled publishing functionality. Description: The PublishLater module introduces draft creation and scheduled publishing functionality.
Features: Features:
Orchard.PublishLater: Orchard.PublishLater:
Name: Publish Later
Description: Draft creation and scheduled publishing. Description: Draft creation and scheduled publishing.
Category: Content Category: Content
Dependencies: Common, Scheduling, Orchard.jQuery Dependencies: Common, Scheduling, Orchard.jQuery

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: The roles module is adding the ability to assign roles to users. It's also providing a set of default roles for which other modules can define default permissions. Description: The roles module is adding the ability to assign roles to users. It's also providing a set of default roles for which other modules can define default permissions.
Features: Features:
Orchard.Roles: Orchard.Roles:
Name: Roles
Description: Standard user roles. Description: Standard user roles.
Category: Core Category: Core
Dependencies: Orchard.Users Dependencies: Orchard.Users

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: The DLR scripting module enables the possibility to execute scripts using the DLR. Description: The DLR scripting module enables the possibility to execute scripts using the DLR.
Features: Features:
Orchard.Scripting.Dlr: Orchard.Scripting.Dlr:
Name: DLR Scripting
Description: DLR scripting support. Description: DLR scripting support.
Dependencies: Orchard.Scripting Dependencies: Orchard.Scripting
Category: Scripting Category: Scripting

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: The scripting module enables the possibility to execute scripts using a simple custom scripting language. Description: The scripting module enables the possibility to execute scripts using a simple custom scripting language.
Features: Features:
Orchard.Scripting: Orchard.Scripting:
Name: Scripting
Description: Scripting support. Description: Scripting support.
Category: Scripting Category: Scripting
Orchard.Scripting.Lightweight: Orchard.Scripting.Lightweight:

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: The search module enables the management of the search index and provides the front-end searching user interface. Description: The search module enables the management of the search index and provides the front-end searching user interface.
Features: Features:
Orchard.Search: Orchard.Search:
Name: Search
Description: Standard interface to Orchard's built-in search. Description: Standard interface to Orchard's built-in search.
Category: Search Category: Search
Dependencies: Orchard.Indexing Dependencies: Orchard.Indexing

View File

@@ -7,5 +7,6 @@ OrchardVersion: 0.8.0
Description: The setup module is creating the application's setup experience. Description: The setup module is creating the application's setup experience.
Features: Features:
Orchard.Setup: Orchard.Setup:
Name: Setup
Description: Standard site setup. This feature is disabled automatically once setup is over. Description: Standard site setup. This feature is disabled automatically once setup is over.
Category: Core Category: Core

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: The tags module is providing basic tagging for arbitrary content types. Description: The tags module is providing basic tagging for arbitrary content types.
Features: Features:
Orchard.Tags: Orchard.Tags:
Name: Tags
Description: Tag a content item. Description: Tag a content item.
Dependencies: Settings Dependencies: Settings
Category: Navigation Category: Navigation

View File

@@ -7,5 +7,6 @@ OrchardVersion: 0.8.0
Description: The themes module makes it possible for Orchard applications to customize the look and feel of an Orchard web site. Description: The themes module makes it possible for Orchard applications to customize the look and feel of an Orchard web site.
Features: Features:
Orchard.Themes: Orchard.Themes:
Name: Themes
Description: Basic theming capability. Description: Basic theming capability.
Category: Core Category: Core

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: The users module enables user management. Description: The users module enables user management.
Features: Features:
Orchard.Users: Orchard.Users:
Name: Users
Description: Standard users. Description: Standard users.
Category: Core Category: Core
Dependencies: Settings Dependencies: Settings

View File

@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
Description: An implementation of widgets for Orchard. Description: An implementation of widgets for Orchard.
Features: Features:
Orchard.Widgets: Orchard.Widgets:
Name: Widgets
Description: An implementation of widgets. Description: An implementation of widgets.
Category: Widget Category: Widget
Dependencies: Orchard.Scripting Dependencies: Orchard.Scripting

View File

@@ -7,5 +7,6 @@ OrchardVersion: 0.8.0
Description: The jQuery module contains the jQuery and related script libraries. Description: The jQuery module contains the jQuery and related script libraries.
Features: Features:
Orchard.jQuery: Orchard.jQuery:
Name: jQuery
Description: A common location for jQuery and related script libraries. Description: A common location for jQuery and related script libraries.
Category: Resources Category: Resources

View File

@@ -7,5 +7,6 @@ OrchardVersion: 0.8.0
Description: The TinyMCE module enables rich text contents to be created using a "What You See Is What You Get" user interface. Description: The TinyMCE module enables rich text contents to be created using a "What You See Is What You Get" user interface.
Features: Features:
TinyMce: TinyMce:
Name: TinyMce
Description: TinyMCE HTML WYSIWYG editor. Description: TinyMCE HTML WYSIWYG editor.
Category: Input Editor Category: Input Editor