Commit Graph

48 Commits

Author SHA1 Message Date
Renaud Paquay
9cb05a9a31 Update ASP.NET compilation options
Ensure batch compilation is on and that the number of recompilation
before appdomain restart is greater than the default (15), because
Orchard being a composable application where new modules can be installed
at any time, views can be re-compiled more often than for a typical
application.

--HG--
branch : dev
2010-12-05 11:28:48 -08:00
Renaud Paquay
57e888f1a9 Remove machine key and validation
This was mainly done as a workaround an MVC bug which has been fixed since.

Work Items: 16726

--HG--
branch : dev
2010-11-23 15:08:44 -08:00
Andre Rodrigues
a47bc46695 Medium Trust: conditionally disabling reflection-optimizer.
--HG--
branch : dev
2010-11-15 15:53:59 -08:00
Sebastien Ros
1d5f47b776 Cleaning and syncrhonizing the web.config files in Azure and Orchard.Web
--HG--
branch : dev
2010-11-12 15:23:40 -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
Andre Rodrigues
1f3ddc98ed Medium Trust: Disabling reflection optimizer and making DLLs under 4.0 .NET FX SecurityTransparent (for secannotate analysis) and APTCA (for secannotate to be happy) after discussing with Levi.
--HG--
branch : dev
2010-11-11 19:37:18 -08:00
Louis DeJardin
7ec2fada05 Merge
--HG--
branch : dev
2010-11-08 15:41:04 -08:00
Suha Can
658c9f9b59 - Adding explicit remove statements to the assemblies section to avoid metadata loading overhead in a cold start scenario.
--HG--
branch : perf
2010-11-08 11:52:57 -08:00
Louis DeJardin
85b1276d68 Getting closer to restoring existing functionality
--HG--
branch : perf
2010-11-07 14:40:51 -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
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
Suha Can
721b2b3f57 - Removing an empty section declaration from web.config.
--HG--
branch : dev
2010-10-27 11:23:32 -07:00
Sebastien Ros
6049aede19 Corrected the authentication redirect issue
- Temporary patch, known bug in Plan9

--HG--
branch : dev
2010-10-14 13:16:04 -07:00
Louis DeJardin
7e84e73cae Placement.info support enabled
Enabled Module and Theme Placement.info files are parsed, and influence the location of certain shapes
This only applies to part or field shapes that are added by returning ContentShape(...) from a display/editor driver

--HG--
branch : composition
extra : transplant_source : %CF%B0%17%E1%18%C1%06o%B2%91a%23%A1%3D%872%BE%F8%01%F3
2010-10-12 17:33:11 -07:00
Renaud Paquay
0f4613cb18 Switch to MVC3/Razor1 beta release
--HG--
branch : dev
2010-10-07 10:24:17 -07:00
Sebastien Ros
494b7f1d78 Removed secutiry patch and updated Azure project
--HG--
branch : dev
2010-10-01 18:54:19 -07:00
Andre Rodrigues
10407a069c Add module.txt & theme.txt handler mapping to NotFoundHandler in global web.config.
--HG--
branch : dev
2010-09-27 13:09:17 -07:00
Sebastien Ros
847c6df8c8 Merge
--HG--
branch : dev
2010-09-21 15:04:31 -07:00
Sebastien Ros
e0c1500db2 Adapted <handlers /> section for IIS7.0 2010-09-21 14:30:52 -07:00
Sebastien Ros
8e9314686e Merge
--HG--
branch : dev
2010-09-21 11:50:39 -07:00
Sebastien Ros
7ba469cd9a Security patch for MSA 2416728 2010-09-20 16:50:12 -07:00
Louis DeJardin
0b0bb3613b Merge
--HG--
branch : theming
2010-09-14 12:31:53 -07:00
Louis DeJardin
30fb9660a4 Clarifying thread of work for theming features
--HG--
branch : theming
2010-09-03 11:14:17 -07:00
Louis DeJardin
6efed0f377 Clarifying branch
--HG--
branch : dev
2010-09-03 11:12:41 -07:00
Nathan Heskew
70453d012b Merge
--HG--
branch : dev
2010-09-02 21:29:10 -07:00
Sebastien Ros
1154e0cf88 Updated Web.Config and build scripts to have a default machine key for development, and removing it for builds
--HG--
branch : dev
2010-09-02 15:33:18 -07:00
Sebastien Ros
fcb27fdbae MachineKey validation during Setup, with automatic proposed values
--HG--
branch : dev
2010-09-02 13:51:26 -07:00
Sebastien Ros
98d11e81f0 Added email challenge
--HG--
branch : dev
2010-09-01 14:39:28 -07:00
Louis DeJardin
4a84a0d591 Adding mvc3/razor placeholder support
Unofficial bits - do not use.
Integrates with mvc3 CSL hooks
Adds razor view engine to default configuration

--HG--
branch : mvc3p1
2010-08-23 13:10:12 -07:00
Nathan Heskew
8f5a0c45a2 Bunch of web.config and .csproj cleanup
--HG--
branch : mvc3p1
2010-08-17 22:28:51 -07:00
Renaud Paquay
3725b84b20 Refactoring a csproj file compiler/build provider
* Removed unused "ServiceLocator" class

* Added "OrchardHostContainerRegistry" class to enable Shim/HostContainer
  registration for DI

* Refactored the BuildProvider for .csproj file to use the new
  OrchardHostContainerRegistry class and enable proper DI for implementations.

--HG--
branch : dev
2010-06-21 16:40:13 -07:00
Renaud Paquay
a1be3efecb Module loading strategies
Make the precompiled and dynamic extension loaders work properly
and also refactor some code to introduce proper abstractions, such
as IVirtualPathProvider, IHostEnvironment, IBuildManager, etc.

--HG--
branch : dev
2010-06-04 19:13:57 -07:00
Renaud Paquay
9b57d00d13 Module loading work
Adding "App_Data/Extensions" probing path for assembly loading. This directory
will be used to store dynamically compiled module assemblies.

Adding a BuildProvider for ".csproj" file. This will be used to dynamic compile
modules when passing ".csproj" file names to the BuildManager

--HG--
branch : dev
2010-06-03 16:54:14 -07:00
Renaud Paquay
9f728ab04e Fix input validation (.net 4.0 breaking change)
--HG--
branch : net40
2010-05-21 23:41:46 -07:00
Renaud Paquay
030c93be8e Convert solution/projects to dev10 and target .net 40
--HG--
branch : net40
2010-05-06 10:28:29 -07:00
Louis DeJardin
79431a11a2 Further progress towards tenant-specific routing
Ability to follow redirects from integration tests
Route publisher wraps handler with ShellRoute which controls request lifetime scope
ShellRoute at the moment is restricted to "Default" - host and prefix TBD
Route publisher remove-and-insert routes for a specific tenant to allow incremental and repeated shell route publish
Offers a more deterministic knowledge of which shell container is used than just-in-time http context
Removes Autofac default httpmodule, controller factory, httpapplication icontainerprovideraccessor, etc
Adds support for optional ~/Config/Sites.{yourtenantname}.config file for manual per-shell component override
Integration tests capture Orchard and NHibernate trace output. Levels are configurable in orchard.specs diagnostics.config
Concept of IRunningShellTable instroduced. Might not be needed - will be removed if so.

--HG--
branch : dev
2010-04-22 12:23:58 -07:00
Louis DeJardin
0856fce9a4 Adding file-based configurability
optional ~/App_Data/Host.config file will modify root container registrations
not implemented stub for azure tenant storage added

--HG--
branch : dev
2010-04-07 16:59:21 -07:00
Suha Can
867aaf943f - More work related to moving Orchard to Autofac 2.1.
Need to rework the host/shell container spin-off for multitenancy.
Need to rework interception.
dev branch is now broken until the end of this sprint, enjoy the default branch.

--HG--
branch : dev
2010-04-02 15:17:13 -07:00
rpaquay
61cf152cf3 Update automapping convention for record table name (prefix table name with module name)
Also remove nhibernate reference from a few modules, as it is not needed anymore.

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4046128
2010-01-31 07:47:34 +00:00
rpaquay
d135ed776d Adding section to increase transaction timeout
It's commented out, just uncomment it on dev boxes when running into "Transaction Timeout" exception when doing interactive debugging sessions of the app (default timeout is 1 minute, which is not much...)

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045937
2010-01-24 22:01:32 +00:00
loudej
59ca753956 Fixing relocated file issue. Removing unused connection string from default web.config
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045455
2010-01-15 06:53:15 +00:00
loudej
d5edf2b711 Directing 401 results to an Access Denied url. Login fields are shown only when current user is anonymous. Account controller and views are relocated to the Orchard.Users package.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4045026
2010-01-06 04:31:38 +00:00
skewed
0e2d64f401 Moving the admin filter and antiforgery bits back up to Orchard.Mvc
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044520
2009-12-23 20:04:49 +00:00
skewed
fd2b62437f - Some AntiForgeryToken work including making used of SiteSalt
- Moving all* BeginForm usage to BeginFormAntiForgeryPost *except for "complicated" BeginForms that get an AntiForgeryTokenOrchard inserted manually
- Some page title cleanup (mainly in the admin)

--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044508
2009-12-23 16:30:15 +00:00
skewed
35558ee5d5 Some fixes* that had to be made to (begin to) get running as an IIS application. *Pretty much pathing fixes and including "TheAdmin" theme and the themes Web.config (to get themes to work and the admin to not look like...)
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4044465
2009-12-22 21:52:51 +00:00
loudej
0cc64ebe1c Moving xmlrpc method to upload files into media module. Updating some localized string tests.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4040921
2009-11-17 03:19:46 +00:00
loudej
f0b46afc84 Continued implementation of model infrastructure. Adding orchard security providers. Adding Users package.
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4039302
2009-11-10 03:41:01 +00:00
rpaquay
2d3cd1b304 Populating initial tree
--HG--
extra : convert_revision : svn%3A5ff7c347-ad56-4c35-b696-ccb81de16e03/trunk%4038902
2009-11-07 22:49:58 +00:00