Commit Graph

258 Commits

Author SHA1 Message Date
Sebastien Ros
62e73f517a Updating to ASP.NET MVC 4 and Razor 2
--HG--
branch : 1.x
2012-08-07 16:35:46 -07:00
Sebastien Ros
9bed7cbaba Upgrading NH3
--HG--
branch : NH3
2012-07-10 16:01:46 -07:00
Sebastien Ros
06108f3474 Upgrading to Autofac 2.6.1
--HG--
branch : 1.x
2012-03-14 11:35:06 -07:00
Sebastien Ros
75eea6b901 Fixing compatibility with Visual Studio 11 Beta
--HG--
branch : 1.x
2012-03-08 12:55:31 -08:00
Sebastien Ros
312fe11b80 Adding nuget dependency to main project
--HG--
branch : 1.x
2012-01-26 15:13:25 -08:00
Sebastien Ros
83fa60e308 #18329: Fixing compilation warnings
--HG--
branch : 1.x
2012-01-05 15:42:28 -08:00
ldhertert
44a1f77efc #18162: Fixing Orchard.WarmupStarter location
Work Item: 18162

--HG--
branch : 1.x
rename : src/Orchard.Startup/Orchard.WarmupStarter.csproj => src/Orchard.WarmupStarter/Orchard.WarmupStarter.csproj
rename : src/Orchard.Startup/Properties/AssemblyInfo.cs => src/Orchard.WarmupStarter/Properties/AssemblyInfo.cs
rename : src/Orchard.Startup/Starter.cs => src/Orchard.WarmupStarter/Starter.cs
rename : src/Orchard.Startup/WarmupHttpModule.cs => src/Orchard.WarmupStarter/WarmupHttpModule.cs
rename : src/Orchard.Startup/WarmupUtility.cs => src/Orchard.WarmupStarter/WarmupUtility.cs
2011-12-02 15:47:36 -08:00
Sebastien Ros
ac381cc126 Adding Media and App_Data to default VS Publish target
--HG--
branch : 1.x
2011-03-31 18:23:17 -07:00
Sebastien Ros
91f14e3602 #17580: Looking for a new name for Orchard.Startup
Work Items: 17580

--HG--
branch : 1.x
2011-03-30 16:47:19 -07:00
Sebastien Ros
5258eba09e Adding extra files during publish process
--HG--
branch : 1.x
2011-03-30 15:02:10 -07:00
Sebastien Ros
6a0882c3e9 Fighting with Notepad
--HG--
branch : 1.x
2011-03-30 13:25:38 -07:00
Sebastien Ros
09b281db26 Forgot a part of the project file
--HG--
branch : 1.x
2011-03-30 12:37:08 -07:00
Sebastien Ros
b156300f39 Reverting UseIIS alteration
--HG--
branch : 1.x
2011-03-29 10:19:17 -07:00
Sebastien Ros
f2586d06d2 Fixing ContentItem.ContentType indexing so it can be queried by search
--HG--
branch : 1.x
2011-03-28 22:13:25 -07:00
Andre Rodrigues
6a90e8fe2e Adding Orchard Service Host Factory and IoC behavior for WCF support.
--HG--
branch : 1.x
extra : transplant_source : %93%05%12%2Ag8%08c%D5%7Co%DA%5B%5C%B2%C4%81%C3w%3A
2011-03-28 09:29:51 -07:00
Sebastien Ros
b165807cf3 Moving Warmup code to a different assembly
--HG--
branch : dev
2011-03-23 17:20:38 -07:00
Sebastien Ros
cf7aaecd92 Refactoring Warmup to an HttpModule
--HG--
branch : dev
2011-03-22 22:15:32 -07:00
Sebastien Ros
15dbaaf355 Implementing the Warmup module
- Global.asax.cs looks for static pages in ~\App_Data\Warmup
- Orchard.Warmup module contains methods to generate those pages based on
scheduled times, and content publishing

--HG--
branch : dev
2011-03-17 11:06:23 -07:00
Suha Can
c2e5fc7b28 Making sure we have Private=True across the board (Orchard.Web and Azure Orchard.Web projects) for MVC 3 binaries so they are properly copied if installed into the GAC.
--HG--
branch : dev
2011-01-31 15:03:45 -08:00
Suha Can
252ec47b65 Removing duplicate entry from Azure solution for SW.WebPages.Deployment.
Removing same from Orchard.Web.csproj

--HG--
branch : dev
2011-01-31 13:30:50 -08:00
Renaud Paquay
9722c92226 Merge 1.x => default 2011-01-17 15:15:21 -08:00
Renaud Paquay
4dd978f304 Update the way we copy c++ run time for SqlCe
--HG--
branch : 1.x
2011-01-12 00:47:26 -08:00
Andre Rodrigues
53974730e3 Updating to MVC RTM.
--HG--
branch : 1.x
2011-01-06 15:57:29 -08:00
Dave Reed
574aa2648b Adding System.Web.WebPages.Deployment dependency. 2010-12-16 14:11:03 -08:00
Renaud Paquay
b2d0f1d623 Add ability to configure orchard components via config file
A special file "HostSingletons.config" is read at startup to
look for properties to set on host components.

--HG--
branch : dev
2010-12-12 22:40:39 -08:00
Renaud Paquay
3bbdac0eb6 Remove default.aspx from Orchard.web
It hasn't been needed since MVC2, and it now broken with MVC3.

--HG--
branch : dev
extra : transplant_source : N%CA%B4%F6%13%9C%BE%2AL%14z_%13%A9%90cF%00%DCn
2010-12-10 21:09:53 -08:00
Renaud Paquay
ce4c6d6ca5 Merge
--HG--
branch : dev
2010-12-06 20:58:43 -08:00
Renaud Paquay
f2ce631377 Ensure Microsoft.Web.Infrastructure is copied to ~/bin
--HG--
branch : dev
2010-12-06 17:51:03 -08:00
Andre Rodrigues
9018bdb02c #16829: Replacing TraceLogger by log4netLogger
--HG--
branch : dev
2010-12-06 16:25:12 -08:00
Renaud Paquay
4a4ff6049a Add Microsoft.Web.Infrastructure to ~/bin
This is necessary for deployment, as System.Web.Mvc loads this assembly
at startup (before Orchard extension manager has the opportunity to copy
the assembly to ~/App_Data/Dependencies

--HG--
branch : dev
2010-11-26 14:15:19 -08:00
Renaud Paquay
4f95fc4a4c Merge perf => dev
--HG--
branch : dev
2010-11-21 12:27:22 -08:00
andrerod
b911cbb13b Moving scripting outside of framework.
--HG--
branch : dev
2010-11-18 23:50:28 -08:00
Renaud Paquay
b43f30be15 Merge dev => perf
--HG--
branch : perf
2010-11-15 16:23:24 -08:00
Dave Reed
e869a4f467 Fixing some basic fx cop warnings
--HG--
branch : dev
2010-11-12 12:47:06 -08:00
Andre Rodrigues
a9d30c36dd Medium Trust: Updating SQLce version to desktop version. Enabling medium trust level by default.
--HG--
branch : dev
2010-11-12 11:47:29 -08:00
Dave Reed
ca74da5ea5 Setting code analysis ruleset to paired down Security rules.
--HG--
branch : dev
2010-11-10 16:16:54 -08:00
Suha Can
a284f16056 - Cleanup and removing unneeded assembly references.
--HG--
branch : perf
2010-11-10 13:56:12 -08:00
dareed
f0968a0c71 - root web.config removes all handlers and makes all paths a 404, except default.asp to support "/".
- content directories no opt-in to static files only.
- module web.configs no longer need to explicitly exclude cshtml, etc, paths.

--HG--
branch : dev
2010-11-02 18:12:44 -07:00
Renaud Paquay
db669c67b6 Include DLR assembly references
--HG--
branch : dev
2010-10-21 23:18:16 -07:00
Sebastien Ros
0bd0853ff7 Updated advisory file
--HG--
branch : dev
2010-10-19 17:48:12 -07:00
Sebastien Ros
2733255b3d Excluding themes from solution
--HG--
branch : dev
2010-10-15 15:58:51 -07:00
Sebastien Ros
fcbd0da00f Fixing solution
--HG--
branch : dev
2010-10-15 15:56:09 -07:00
Louis DeJardin
0a1ed98ac2 Files lost in translation
--HG--
branch : dev
2010-10-15 14:26:45 -07:00
Louis DeJardin
c308aa1fbd Refactoring some shape naming conventions
Items_Content* shapes types now Content*
Items_Widget* shape types now Widget*
*_Editor shapes now *_Edit

--HG--
branch : dev
2010-10-15 11:55:48 -07:00
Renaud Paquay
21f391b143 Move themes out of Orchard.Web
--HG--
branch : dev
2010-10-14 15:50:16 -07:00
Nathan Heskew
39adeb5f5a Putting the shape table debug output into Orchard.Experimental
--HG--
branch : dev
2010-10-14 11:53:45 -07:00
Michael Dorian Bach
e10dc241c4 Updated User shape and more CSS revisions
--HG--
branch : dev
2010-10-13 19:22:49 -07:00
Nathan Heskew
8e2f7e974a Changing the default theme to TheThemeMachine, adding some more content widgets @ startup (for lack of a better place ATM - distro or some filler content scheme) and some shape templates
--HG--
branch : dev
2010-10-12 23:34:41 -07:00
Jonathan Wall
ac1fd82268 More CSS work for comments in the new theme.
--HG--
branch : dev
2010-10-12 18:24:55 -07:00
Louis DeJardin
9e00c20a6e Merge - potentially bad merges in a place or two
--HG--
branch : composition
2010-10-12 17:43:49 -07:00