Daniel Stolt
4b11d08ccd
Merged 'feature/layouteditor' into 1.x.
2015-02-19 22:14:55 +01:00
Lombiq
94cdaa3d74
Git files are now also excluded from publish
2015-01-10 19:56:55 +01:00
Lombiq
dc772cf893
Merge remote-tracking branch 'origin/1.x' into feature/owin
...
Conflicts:
src/Orchard.Web/Web.config
src/Orchard/Orchard.Framework.csproj
2014-10-27 17:01:00 +01:00
Stanley Goldman
4f4ad4d48f
Revert "TagCloud Functionality to filter by User"
...
This reverts commit ff1e1bf25a
.
2014-10-23 13:01:12 -04:00
Stanley Goldman
ff1e1bf25a
TagCloud Functionality to filter by User
2014-10-22 20:27:40 -04:00
Sebastien Ros
221197f314
Upgrading to .NET Framework 4.5.1
2014-08-13 14:07:45 -07:00
Sebastien Ros
5f29844ca3
Merge branch '1.x' into feature/owin
2014-08-08 14:33:14 -07:00
Daniel Stolt
f9bd4f7c75
Removed incorrectly merged publishing profile.
2014-07-30 18:43:15 +02:00
Nicholas Mayne
633615eb5c
Updating Owin assemlies, and fixing broken unit tests
2014-07-13 10:42:21 +01:00
Daniel Stolt
4ea58a1615
Updated publishing profile.
2014-07-06 19:35:51 +02:00
Daniel Stolt
f1276de0c2
Added missing project references and dependencies to Orchard.AuditTrail. Added a publishing profile.
2014-07-03 21:29:52 +02:00
Daniel Stolt
9fd6c88afd
Incremental work.
2014-06-30 00:19:17 +02:00
Sipke Schoorstra
14a1eb0414
Adding Orchard.Messaging and Orchard.Templates
2014-01-08 18:38:42 -08:00
Sebastien Ros
6758b72938
Adding a way to configure the isolation level
2013-12-10 18:14:42 -08:00
Daniel Stolt
1aff8df92c
Reverting IIS Express web site URL change.
2013-12-10 17:51:01 +01:00
Daniel Stolt
8870414d8c
Correcting CopyLocal=true on Newtonsoft.Json reference in Orchard.Web.
2013-12-10 06:35:54 +01:00
Daniel Stolt
cfa4a5dfc2
Removing subfolder from Orchard.Web site URL in IIS Express (fixes configuration section YSOD issue).
2013-12-09 19:55:33 +01:00
Sebastien Ros
6c0b85ad74
Merge branch 'master' into 1.x
...
Conflicts:
ClickToBuildAzurePackage.cmd
src/Orchard.Azure/Orchard.Azure.Web/Web.config
src/Orchard.Web/Modules/Orchard.CustomForms/Controllers/ItemController.cs
src/Orchard.Web/Modules/SysCache/Web.config
src/Orchard.Web/Orchard.Web.csproj
2013-11-11 18:11:53 -08:00
Daniel Stolt
91d0048f27
Fixing publishing of Orchard.Web in Debug build configuration.
2013-10-14 00:38:56 +02:00
Sebastien Ros
f6f6a56c24
Merge branch 'feature/fw45' into 1.x
...
Conflicts:
src/Orchard.Azure/Orchard.Azure.Web/Web.config
src/Orchard.Azure/Orchard.Azure.csproj
src/Orchard.Web/Modules/Orchard.Autoroute/Specs/App.config
src/Orchard.Web/Modules/Orchard.Autoroute/Specs/Orchard.Autoroute.Specs.csproj
src/Orchard.Web/Modules/Orchard.Azure/Orchard.Azure.csproj
src/Orchard.Web/Modules/Orchard.Azure/Web.config
src/Orchard.Web/Modules/Orchard.Fields/Specs/App.config
src/Orchard.Web/Modules/Orchard.Fields/Specs/Orchard.Fields.Specs.csproj
src/Orchard.Web/Modules/Orchard.OutputCache/Scripts/Web.config
src/Orchard.Web/Modules/Orchard.Taxonomies/Styles/Web.config
src/Orchard.Web/Orchard.Web.csproj
src/Orchard.Web/Web.config
2013-10-11 16:40:44 -07:00
Sebastien Ros
b8ebd5124e
Preparing the project to support SSL access
2013-09-25 17:36:21 -07:00
Sebastien Ros
d920b164e0
Implementing media search
2013-09-25 16:41:44 -07:00
Sebastien Ros
a0ea55a19a
Excluding Themes\bin folder when publishing from visual studio
2013-09-09 15:09:14 -07:00
Sebastien Ros
887e02c38a
Support all web deploy methods
2013-09-05 14:20:14 -07:00
Sebastien Ros
218db5af09
Fixing webdeploy support
2013-09-04 18:41:11 -07:00
Daniel Stolt
296154c294
Removed Azure assemblies from DLL exclusion list in Orchard.Web.csproj.
2013-09-04 22:28:29 +02:00
Daniel Stolt
c8e277ba11
Removed support for Shared Cache from Azure caching providers.
...
Fixed bug in Azure output cache provider with tenant names containing non-alphanumeric characters.
Removed all Azure-related assembly references from Orchard.Web.csproj.
2013-09-04 22:28:28 +02:00
Daniel Stolt
66a4e03378
Fixed an issue in the Orchard.Web.csproj project file that caused publishing to fail.
2013-09-03 10:54:25 -07:00
Daniel Stolt
e973c490d4
Added all Azure SDK assemblies to lib folder and referenced them from there. Removed redundant documentation comment.
2013-08-30 12:13:33 -07:00
Daniel Stolt
92f8d0df80
Added module Orchard.Azure. Added Azure Cache providers to it.
...
Deleted old module Orchard.AzureBlobStorage.
Moved all Azure code into Orchard.Azure module, deleting the old Orchard.Azure project.
Cleaned up Web.config and Config\* files in Orchard.Web and Orchard.Azure.Web.
2013-08-30 12:13:17 -07:00
Daniel Stolt
d4154fa1fe
Cleaned up and fixed a couple of errors in Orchard.Web.csproj.
...
Publishing now works for both Release and Debug configurations (previously worked only for Debug).
Added missing module project Orchard.AzureBlobStogare to Orchard.Azure.sln and added a reference to it from Orchard.Azure.Web.csproj.
Created separate solution folders Modules and Modules.Deprecated in Orchard.Azure.sln to be consistent with Orchard.sln.
Cleaned up web.config transformation files.
Upgraded Orchard.Azure, Orchard.Web and Orchard.Azure.Web to new storage client (version 2.0).
Removed duplication between Orchard.Azure and Orchard.AzureBlobStorage (the latter is now just a thin wrapper over the former).
Added proper transformations for log4net.config and HostComponents.config in both Orchard.Azure.Web and Orchard.Web (recreating what was previously done by custom MSBuild logic in the project files).
2013-08-30 12:13:15 -07:00
Erik Oppedijk
8e84bd57e7
Upgrade projects and web.config to 4.5 FW
2013-08-23 15:16:14 +02:00
Sebastien Ros
8f1a0d343a
Fixing duplicated cached content when using HttpModule with specific envent
...
handlers
--HG--
branch : 1.x
2013-07-09 17:17:44 -07:00
Sebastien Ros
79178ed480
#19736 , 19671: Fixing deployment from Visual Studio and ignoring Tests folders
...
Work Items: 19736, 19671
--HG--
branch : 1.x
2013-05-22 15:43:58 -07:00
Sebastien Ros
3de95903dc
#19717 : Fixing default HostComponents.config values
...
All file monitors are disabled, but ExtensionMonitoringCoordinator is kept to
detect new modules/themes.
Work Item: 19717
--HG--
branch : 1.x
2013-05-21 15:22:15 -07:00
Sebastien Ros
886295312f
Adding configurable sections in HostComponents.config
...
--HG--
branch : 1.x
2013-05-09 16:57:45 -07:00
Sebastien Ros
d57ccdb60f
Ignoring PublishProfiles
...
--HG--
branch : 1.x
2013-03-08 14:28:12 -08:00
Sebastien Ros
977e2a50d1
Fixing specflow test due to incorrectly read autofac config
...
--HG--
branch : 1.x
extra : rebase_source : 7a72dc36eaf91d9547047f586f846c45d84da5f3
2013-03-08 11:10:35 -08:00
Sebastien Ros
f9279e9ac8
Fixing and improving WebDeploy experience.
...
Work Items: 19264, 19282
- Alters the web.config to set debug to false.
- Defines the default HostComponents.config values.
- Removes log4net debug output.
--HG--
branch : 1.x
2013-02-22 16:31:36 -08:00
Sebastien Ros
9cebc4c389
Fixing functional test execution
...
--HG--
branch : 1.x
2012-10-04 18:24:12 -07:00
Rickard@Rickard-PC
9e527ec6ef
Implementation of MySQL dtabase provider
...
--HG--
branch : 1.x
extra : transplant_source : O%ECb%09%81%94%1B%0D%FF%7EQ%23B%AE%C8%C0%E8%F8%B6%DA
2012-07-20 22:01:00 +02:00
Sebastien Ros
229a16134d
Upgrading to Autofac 2.6.3
...
--HG--
branch : 1.x
2012-08-21 10:27:10 -07:00
Bertrand Le Roy
08ae18eb58
Merge
...
--HG--
branch : 1.x
2012-08-15 19:42:51 -07:00
Bertrand Le Roy
595abfcdcd
Media/web.config should be content, not none in proj file
...
--HG--
branch : 1.x
2012-08-15 19:40:26 -07:00
Sebastien Ros
26a21344e2
Adding new ProbingExtensionLoader, and fixing DynamicCompilation priority.
...
The DyanmicExtensionLoader could randomly take over PrecompiledExtensionLoader
as the Priority was not set on ProbeExtensionEntry.
Also a new ProbingExtensionLoader is added and is used when DyanmicExtensionLoader
is disabled. It will compile an extension dynamically but cache the assembly in
the probing folder (Dependencies) so that it's not recompiled on each app start,
and such that there is no need to inspect dependency files.
--HG--
branch : 1.x
2012-08-15 17:47:41 -07:00
Sebastien Ros
a3e6916bdd
#18917 : Upgrading solution file to Visual Studio 11
...
Work Item: 18917
--HG--
branch : 1.x
2012-08-15 10:14:09 -07:00
Sebastien Ros
156f218501
Adding RTM assemblies
...
--HG--
branch : 1.x
extra : transplant_source : %99%1D%84t%DE%DD%E2%5D%5D%11%26%3A%8F%D5%03%9CXN%A5G
2012-08-13 13:08:01 -07:00
Sebastien Ros
c8942c0e08
Fixing web deploy custom steps
...
--HG--
branch : 1.x
extra : rebase_source : c957346a20cfe10748d6b0c7c7800c2f2dc6e88f
2012-08-14 15:13:46 -07:00
Sebastien Ros
f29dbba7ce
Fixing Orchard.Web references
...
Was missing Copy Local True on several MVC assemblies
--HG--
branch : 1.x
2012-08-13 08:45:14 -07:00
Sebastien Ros
62e73f517a
Updating to ASP.NET MVC 4 and Razor 2
...
--HG--
branch : 1.x
2012-08-07 16:35:46 -07:00