mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-23 12:53:33 +08:00
Setting name explicitly for all the module features.
--HG-- branch : dev
This commit is contained in:
@@ -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.
|
||||
Features:
|
||||
Lucene:
|
||||
Name: Lucene
|
||||
Description: Lucene indexing services.
|
||||
Category: Search
|
@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
|
||||
Description: The ArhiveLater module introduces scheduled archiving functionality.
|
||||
Features:
|
||||
Orchard.ArchiveLater:
|
||||
Name: Archive Later
|
||||
Description: Scheduled archiving.
|
||||
Category: Content
|
||||
Dependencies: Common, Scheduling, Orchard.jQuery
|
@@ -7,5 +7,6 @@ OrchardVersion: 0.8.0
|
||||
Description: Tools to create Orchard components.
|
||||
Features:
|
||||
Orchard.CodeGeneration:
|
||||
Name: Code Generation
|
||||
Description: Tools to create Orchard components.
|
||||
Category: Developer
|
@@ -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.
|
||||
Features:
|
||||
Orchard.Comments:
|
||||
Name: Comments
|
||||
Description: Standard content item comments.
|
||||
Dependencies: Settings
|
||||
Category: Social
|
@@ -6,6 +6,7 @@ Version: 0.8.0
|
||||
OrchardVersion: 0.8.0
|
||||
Features:
|
||||
Orchard.ContentTypes:
|
||||
Name: Content Types
|
||||
Description: ContentTypes modules enables the creation and alteration of content types not based on code.
|
||||
Dependencies: Contents
|
||||
Category: Content
|
@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
|
||||
Description: The Email Messaging module adds Email sending functionalities.
|
||||
Features:
|
||||
Orchard.Email:
|
||||
Name: Email
|
||||
Description: Email Messaging services.
|
||||
Category: Messaging
|
||||
Dependencies: Orchard.Messaging
|
@@ -7,16 +7,20 @@ OrchardVersion: 0.8.0
|
||||
Description: An assortment of debugging tools.
|
||||
Features:
|
||||
Orchard.Experimental:
|
||||
Name: Experimental
|
||||
Description: An assortment of debugging tools.
|
||||
Category: Developer
|
||||
Profiling:
|
||||
Name: Profiling
|
||||
Description: Tools to help profile Orchard.
|
||||
Category: Developer
|
||||
Dependencies: Orchard.Experimental
|
||||
Orchard.Experimental.WebCommandLine:
|
||||
Name: Web Command Line
|
||||
Description: Enables site administrators to execute Orchard.exe commands via web interface
|
||||
Category: Developer
|
||||
Orchard.Experimental.TestingLists:
|
||||
Name: Testing Lists
|
||||
Description: Adds some content definitions to help test lists
|
||||
Dependencies: Orchard.Lists
|
||||
Category: Developer
|
@@ -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.
|
||||
Features:
|
||||
Orchard.Indexing:
|
||||
Name: Indexing
|
||||
Description: Indexing infrastructure. Requires an index implementation like the Lucene module.
|
||||
Category: Search
|
@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
|
||||
Description: Introduces a preconfigured container-enabled content type.
|
||||
Features:
|
||||
Orchard.Lists:
|
||||
Name: Lists
|
||||
Description: A basic container-enabled content type.
|
||||
Dependencies: Contents, Containers
|
||||
Category: Content
|
@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
|
||||
Description: The localization module enables the localization of content items.
|
||||
Features:
|
||||
Orchard.Localization:
|
||||
Name: Localization
|
||||
Description: Localize content items.
|
||||
Dependencies: Settings
|
||||
Category: Content
|
@@ -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.
|
||||
Features:
|
||||
Orchard.Media:
|
||||
Name: Media
|
||||
Description: File system based media upload, storage and management.
|
||||
Category: Media
|
@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
|
||||
Description: The Messaging module adds messaging functionalities.
|
||||
Features:
|
||||
Orchard.Messaging:
|
||||
Name: Messaging
|
||||
Description: Messaging services.
|
||||
Category: Messaging
|
||||
Dependencies: Settings
|
@@ -7,8 +7,10 @@ OrchardVersion: 0.8.0
|
||||
Description: Data migration commands.
|
||||
Features:
|
||||
Orchard.Migrations:
|
||||
Name: Migrations
|
||||
Description: Data migration commands.
|
||||
Category: Developer
|
||||
DatabaseUpdate:
|
||||
Name: Database Update
|
||||
Description: Commands for updating the database schema according to the definition of the "Record" classes in code.
|
||||
Category: Developer
|
@@ -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.
|
||||
Features:
|
||||
Orchard.Modules:
|
||||
Name: Modules
|
||||
Description: Standard module and feature management.
|
||||
Category: Core
|
@@ -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.
|
||||
Features:
|
||||
Orchard.MultiTenancy:
|
||||
Name: Multi Tenancy
|
||||
Description: Configure multiple site tenants.
|
||||
Category: Hosting
|
@@ -7,13 +7,16 @@ OrchardVersion: 0.8.0
|
||||
Description: The packaging module enables packaging modules using the OPC format.
|
||||
Features:
|
||||
PackagingServices:
|
||||
Name: Packaging Services
|
||||
Description: Core services for packaging using the OPC format.
|
||||
Category: Packaging
|
||||
Orchard.Packaging:
|
||||
Name: Packaging
|
||||
Description: Commands for creating/installing local modules.
|
||||
Category: Packaging
|
||||
Dependencies: PackagingServices
|
||||
Category: Packaging
|
||||
Gallery:
|
||||
Name: Gallery
|
||||
Description: Module gallery management.
|
||||
Dependencies: PackagingServices, Orchard.Packaging
|
||||
Category: Packaging
|
||||
Dependencies: Orchard.Packaging
|
@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
|
||||
Description: Introduces a preconfigured page content type.
|
||||
Features:
|
||||
Orchard.Pages:
|
||||
Name: Pages
|
||||
Description: A basic page content type.
|
||||
Dependencies: Contents
|
||||
Category: Content
|
@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
|
||||
Description: The PublishLater module introduces draft creation and scheduled publishing functionality.
|
||||
Features:
|
||||
Orchard.PublishLater:
|
||||
Name: Publish Later
|
||||
Description: Draft creation and scheduled publishing.
|
||||
Category: Content
|
||||
Dependencies: Common, Scheduling, Orchard.jQuery
|
@@ -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.
|
||||
Features:
|
||||
Orchard.Roles:
|
||||
Name: Roles
|
||||
Description: Standard user roles.
|
||||
Category: Core
|
||||
Dependencies: Orchard.Users
|
@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
|
||||
Description: The DLR scripting module enables the possibility to execute scripts using the DLR.
|
||||
Features:
|
||||
Orchard.Scripting.Dlr:
|
||||
Name: DLR Scripting
|
||||
Description: DLR scripting support.
|
||||
Dependencies: Orchard.Scripting
|
||||
Category: Scripting
|
@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
|
||||
Description: The scripting module enables the possibility to execute scripts using a simple custom scripting language.
|
||||
Features:
|
||||
Orchard.Scripting:
|
||||
Name: Scripting
|
||||
Description: Scripting support.
|
||||
Category: Scripting
|
||||
Orchard.Scripting.Lightweight:
|
||||
|
@@ -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.
|
||||
Features:
|
||||
Orchard.Search:
|
||||
Name: Search
|
||||
Description: Standard interface to Orchard's built-in search.
|
||||
Category: Search
|
||||
Dependencies: Orchard.Indexing
|
@@ -7,5 +7,6 @@ OrchardVersion: 0.8.0
|
||||
Description: The setup module is creating the application's setup experience.
|
||||
Features:
|
||||
Orchard.Setup:
|
||||
Name: Setup
|
||||
Description: Standard site setup. This feature is disabled automatically once setup is over.
|
||||
Category: Core
|
@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
|
||||
Description: The tags module is providing basic tagging for arbitrary content types.
|
||||
Features:
|
||||
Orchard.Tags:
|
||||
Name: Tags
|
||||
Description: Tag a content item.
|
||||
Dependencies: Settings
|
||||
Category: Navigation
|
@@ -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.
|
||||
Features:
|
||||
Orchard.Themes:
|
||||
Name: Themes
|
||||
Description: Basic theming capability.
|
||||
Category: Core
|
@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
|
||||
Description: The users module enables user management.
|
||||
Features:
|
||||
Orchard.Users:
|
||||
Name: Users
|
||||
Description: Standard users.
|
||||
Category: Core
|
||||
Dependencies: Settings
|
@@ -7,6 +7,7 @@ OrchardVersion: 0.8.0
|
||||
Description: An implementation of widgets for Orchard.
|
||||
Features:
|
||||
Orchard.Widgets:
|
||||
Name: Widgets
|
||||
Description: An implementation of widgets.
|
||||
Category: Widget
|
||||
Dependencies: Orchard.Scripting
|
@@ -7,5 +7,6 @@ OrchardVersion: 0.8.0
|
||||
Description: The jQuery module contains the jQuery and related script libraries.
|
||||
Features:
|
||||
Orchard.jQuery:
|
||||
Name: jQuery
|
||||
Description: A common location for jQuery and related script libraries.
|
||||
Category: Resources
|
@@ -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.
|
||||
Features:
|
||||
TinyMce:
|
||||
Name: TinyMce
|
||||
Description: TinyMCE HTML WYSIWYG editor.
|
||||
Category: Input Editor
|
Reference in New Issue
Block a user