OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

Too many notification messages when installing a module #1306

Open orchardbot opened 13 years ago

orchardbot commented 13 years ago

@bradmi created: https://orchard.codeplex.com/workitem/17477

There are three messages you get when installing a module:

Successfully installed 'Orchard.Module.GSearch 0.1' Successfully added 'Orchard.Module.GSearch 0.1' to C:\Orchard11\src\Orchard.Web\ The module has been successfully installed.

Let's pare this down to a single, simple message an consider adding a link to the features page too, e.g.:

Successfully installed 'Orchard.Module.GSearch 0.1' to C:\Orchard11\src\Orchard.Web\Modules. View the features for this module.

(I realize that one of these messages comes from NuGet API and we probably don't have control over the text, but to say the module was installed to Orchard.Web is misleading. Let's consider suppressing the NuGet message (can still write to log though) and instead have our own message that we can control and that makes sense.)

orchardbot commented 13 years ago

@bradmi commented:

Same for themes:

Successfully installed 'Orchard.Theme.Classic 1.0' Successfully added 'Orchard.Theme.Classic 1.0' to C:\Orchard11\src\Orchard.Web\ The theme has been successfully installed. It can be enabled in the "Themes" page accessible from the menu.