Commit Graph

30 Commits

Author SHA1 Message Date
Sebastien Ros
db50a5aecb Merge branch '1.7.x' into 1.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.AntiSpam/Drivers/ReCaptchaPartDriver.cs
	src/Orchard.Web/Modules/Orchard.MediaLibrary/Controllers/AdminController.cs
	src/Orchard.Web/Modules/Orchard.Search/Orchard.Search.csproj
2014-03-17 12:09:21 -07:00
Lombiq
f0079280a9 Making some more script includes consistent by explicitly adding AtFoot() where it was implied 2014-02-27 16:42:10 +01:00
Piotr Szmyd
f5779c9e89 Features. Added confirm popup when disabling a feature that other enabled features depend on. 2014-02-10 21:56:49 +01:00
Sipke Schoorstra
6085d8cb15 Implementing a consistent usage of 'text', 'text small', 'text medium' and 'text large'.
Yes, it's the little things in life.
2013-09-14 16:00:42 -07:00
Sipke Schoorstra
339b223625 #18951: Removing checkboxes from features that should not be disabled or enabled.
Work Item: 18951

--HG--
branch : 1.x
2013-07-21 02:39:08 +02:00
Sipke Schoorstra
c56b0696c1 #18951: Adding bulk feature operations to Features screen.
Work Item: 18951

--HG--
branch : 1.x
2013-07-21 02:13:17 +02:00
Sebastien Ros
aaddf1bd05 Showing features description on features page
--HG--
branch : 1.x
2013-05-24 17:17:26 -07:00
Sebastien Ros
bbcd00ae8b #18328: Fixing modules directory case sensitivity
Work Item: 18328

--HG--
branch : 1.x
2012-01-04 16:32:37 -08:00
Sebastien Ros
c870df637a Allowing new Core modules to be enabled
--HG--
branch : 1.x
2011-10-01 10:46:47 -07:00
Sebastien Ros
4609c66395 Removing extraneous class name in Features list
--HG--
branch : 1.x
2011-09-30 13:05:14 -07:00
Sebastien Ros
595bdd0dda Updating icons in Features page
--HG--
branch : 1.x
2011-09-20 21:52:16 -07:00
Sebastien Ros
77a37ae4a1 Adding search box in Features page
--HG--
branch : 1.x
2011-09-20 18:10:55 -07:00
Andre Rodrigues
154526b942 Adding javascript to the install module details page. Filtering default extension feature out.
--HG--
branch : dev
2011-02-25 12:07:31 -08:00
Andre Rodrigues
4a640ded06 Converting module and themes entries to shapes on module and theme projects. Adding recently updated notifications. Fixing small issue in Layout.Title.
--HG--
branch : dev
rename : src/Orchard.Web/Modules/Orchard.Modules/ViewModels/Module.cs => src/Orchard.Web/Modules/Orchard.Modules/Models/ModuleEntry.cs
rename : src/Orchard.Web/Modules/Orchard.Modules/ViewModels/ModuleFeature.cs => src/Orchard.Web/Modules/Orchard.Modules/Models/ModuleFeature.cs
2011-02-21 12:03:06 -08:00
andrerod
7ffb7e02d4 Delegating title positioning to Layout.cshtml.
--HG--
branch : dev
rename : src/Orchard.Web/Themes/TheAdmin/Views/BeforeContent.cshtml => src/Orchard.Web/Themes/TheAdmin/Views/Title.cshtml
2011-02-17 16:27:21 -08:00
Andre Rodrigues
788a9fed77 Adding recently installed indication.
--HG--
branch : dev
2011-02-17 09:17:49 -08:00
Andre Rodrigues
62ee211557 updating tabs CSS. Moving title to before local navigation.
--HG--
branch : dev
2011-02-15 11:58:26 -08:00
Sebastien Ros
acb4ccf530 Fixing Enable/Disable display in Features view
--HG--
branch : dev
2010-12-08 18:28:41 -08:00
Andre Rodrigues
8be5368397 #16840: Implementing module installation from local uploaded file. Removing hard dependency between Orchard.Modules and Orchard.Packaging by delegating module installation to Orchard.Packaging.
--HG--
branch : dev
2010-12-01 15:40:44 -08:00
Dave Reed
4ecb35bc99 #16822: Display missing features in admin features view.
--HG--
branch : dev
2010-11-29 13:30:26 -08:00
Dave Reed
067daabdb0 Fix YSOD when a module has a missing dependency.
--HG--
branch : dev
2010-11-29 12:12:11 -08:00
Dave Reed
ee8c482bef Use DisplayName (which is now called Name) in web UI list of features and modules. Note that not all modules have a name, so we fall to Id if not given.
--HG--
branch : dev
2010-11-18 16:42:05 -08:00
Dave Reed
67cb21d12b Related to #16712. Rename Feature/ExtensionDescriptor Name -> Id, and DisplayName -> Name.
--HG--
branch : dev
2010-11-18 15:37:47 -08:00
Louis DeJardin
1d3813b9ab Merge
--HG--
branch : dev
2010-11-08 11:41:32 -08:00
Louis DeJardin
d2960b2c1b Shifting more work out of framework
Framework ThemeManager now for getting request theme from selectors
Module interfaces entirely moved - now exist as orchard.modules implementation

--HG--
branch : perf
rename : src/Orchard.Web/Modules/Orchard.Modules/Models/ModuleFeature.cs => src/Orchard.Web/Modules/Orchard.Modules/ViewModels/ModuleFeature.cs
2010-11-06 20:27:45 -07:00
Nathan Heskew
b73e125ab4 Bringing back the Feature management's view switcher
--HG--
branch : dev
2010-11-03 23:03:34 -07:00
Renaud Paquay
4f830c7a64 Add a "Name" entry to FeatureDescriptors
This is for consistency with Modules (Name != DisplayName) and allows
better UI experience (Display Name indenpendant of the internal name)

--HG--
branch : dev
2010-10-16 12:15:09 -07:00
Renaud Paquay
1e826830f2 Fix Razor views "using" syntax
"@using" directive now requires a semicolon at the end.

--HG--
branch : dev
2010-10-07 10:48:51 -07:00
Sebastien Ros
d3bc587e1d Updated TheAdmin theme
- Overrided Menu.cshtml to comply with old css

--HG--
branch : dev
2010-09-17 13:18:19 -07:00
Sebastien Ros
f9de6ec621 Migrating Orchard.Modules and Orchard.Packaging
--HG--
branch : theming
2010-09-10 13:14:07 -07:00