Commit Graph
7725 Commits
Author SHA1 Message Date
Sebastien Ros 302b1f3540 Adding IgnoreNoCache setting to OutputCache
This setting lets a website ignore "no-cache" requests from clients.
This is usually done to force a refresh of a cached value, but this could
also lead to unnecessary load as Orchard already invalidates its cache
automatically (based on tags) or it could also be used by DDOS attacks.

Also remove the "browser" ASP.NET setting as it could create too many
entries in kernel cache.

Work Item: 20614
2014-04-10 14:35:08 -07:00
Sebastien Ros 5bc6b74395 #20608: Fixing Super User update
Work Item: 20608
2014-04-08 18:09:21 -07:00
Sebastien Ros d28f739127 Using SqlServer 2012 dialect when possible
Automatically used on Sql Azure, or by adding
";Dialect=MsSql2012Dialect" in the connection string
2014-04-03 18:13:45 -07:00
Sebastien Ros a7c2bab4e8 Renaming Windows Azure to Microsoft Azure 2014-04-01 17:10:25 -07:00
Sebastien Ros 4434e55837 Fixing Ms Open Technologies url 2014-04-01 17:04:08 -07:00
Sebastien Ros 782012849a Using the blog's description in RSS feeds 2014-04-01 15:50:41 -07:00
Sebastien Ros 9dcb790d27 #20586: Fixing Form Submitted activity
Work Item: 20586
1.8
2014-03-29 10:48:11 -07:00
Sebastien Ros 5171e9089f #20585: Fixing Media picker field
Work Item: 20585
2014-03-29 10:32:58 -07:00
Sebastien Ros 2538ca1ee7 Removing default UserPart status values 2014-03-28 18:29:32 -07:00
Sebastien Ros 062ca25d37 Improving ShellSettings resolution in logger 2014-03-28 12:52:27 -07:00
Sebastien Ros 9c5b1dce5f Merge branch '1.7.x' into 1.x 2014-03-28 11:41:21 -07:00
Sebastien Ros 37f5685065 Updating version numbers 2014-03-28 11:11:45 -07:00
Sebastien Ros 3e723c882b Fixing List changes 2014-03-28 10:25:47 -07:00
Sipke Schoorstra aacae5451c Renamed 'List Definition' to just 'List'. 2014-03-28 10:06:42 -07:00
Sipke Schoorstra 3b95c46f90 Restored removed ContainerWidget properties. 2014-03-28 10:06:41 -07:00
Sipke Schoorstra 129133f6ba Added Lists projection filter and sort criterion provider. 2014-03-28 10:06:39 -07:00
Sebastien Ros 5da0177c68 Fixing User unit tests 2014-03-28 10:03:54 -07:00
Piotr Szmyd df803b2301 #20534: Fixing custom form permissions.
Work Item: 20534
2014-03-28 16:40:41 +01:00
Sebastien Ros 373421c310 Forcing version upgrade 2014-03-27 17:47:59 -07:00
Sebastien Ros 184c41e6d7 Adding an upgrade step for 1.x users 2014-03-27 17:35:17 -07:00
Sebastien Ros 1ca5fa5483 Fixing shifted content versionning 2014-03-27 06:52:05 -07:00
Sebastien Ros 14674a9908 Fixing DynamicProxy unit tests by reverting autofac upgrade 2014-03-26 18:38:20 -07:00
Sebastien Ros 0fbc2e47bc Fixing unit tests and warnings 2014-03-26 17:37:01 -07:00
Sebastien Ros 35d2a6c8fd #20577: Fixing Orchard.Templates
Work Item: 20577
2014-03-26 12:21:51 -07:00
Daniel Stolt 365060b7c6 Improved Module.txt for Orchard.Azure. 2014-03-26 01:19:40 +01:00
Daniel Stolt 64242b4310 Fixed an incorrect format string in DefaultPlatformConfigurationAccessor. 2014-03-26 00:35:58 +01:00
Daniel Stolt 46999e6748 Updating the Readme.txt file for the Orchard.Azure.MediaServices module. 2014-03-26 00:21:46 +01:00
Daniel Stolt 64da4c2d47 Merge branch '1.x' of https://git01.codeplex.com/orchard 2014-03-26 00:03:21 +01:00
Daniel Stolt c58e82ebd1 Refactored platform configuration code in Orchard.Azure. 2014-03-26 00:03:10 +01:00
Sebastien Ros b38f6202af Merge branch '1.x' of https://git01.codeplex.com/orchard into 1.x 2014-03-25 15:35:55 -07:00
Sebastien Ros d6a8cb8b8d Merge branch '1.7.x' into 1.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.Workflows/Orchard.Workflows.csproj
2014-03-25 14:38:13 -07:00
Lombiq 4f4f1c870b Partially reverting the changes made related to #20337 to fix the errors caused by the limitations by NHibernate. 2014-03-25 21:25:46 +01:00
Daniel Dabrowski 0bb704e669 #20549: Fixed. Installed files from package have same last write time. 2014-03-25 20:31:40 +01:00
Daniel Dabrowski d4c1cb5107 #20549: Test which proves that files have different last write time when installing package. 2014-03-25 20:31:21 +01:00
Daniel Stolt 6c5c8d2ab8 Synchronized Web.config namespace imports between Orchard.Web and Orchard.Azure.Web. Added missing view-level using statement in Orchard.Azure.MediaServices. 2014-03-25 11:24:34 +01:00
Sebastien Ros e298a86081 Better fix for #20385 2014-03-24 15:35:02 -07:00
Sebastien Ros e7b88b81c0 Better fix for #20385 2014-03-24 15:33:25 -07:00
Sipke Schoorstra 8bda4bc6cc Fixed sweeplock bugs in media services background tasks. 2014-03-24 23:29:43 +01:00
Stanley Goldman 34d6e5198a #20385 Fixing Logging Bugs
Work Item: 20385
2014-03-24 14:54:56 -07:00
Stanley Goldman c91ea4ce15 #20385 Fixing Logging Bugs
Work Item: 20385
2014-03-24 14:53:52 -07:00
Sebastien Ros dd648f3469 #20565: Preventing multiple media selection
Work Item: 20565
2014-03-24 14:18:00 -07:00
Sebastien Ros dd73289c53 #20565: Preventing multiple media selection
Work Item: 20565
2014-03-24 14:16:42 -07:00
Sebastien Ros f219e4fb58 #20570: Log views execution exceptions
Work Item: 20570
2014-03-24 14:12:29 -07:00
Bertrand Le Roy af2f57401d #20399: white-listing supported image types, which allows for previously unsupported types like svg to be handled by the document factory instead of causing the image factory to throw. 2014-03-23 12:48:39 -07:00
Daniel Stolt 3fa9bce1ec Added an exception handler to JobProcessor. 2014-03-22 17:21:50 +01:00
Daniel Stolt 871e5c9021 Moved some dependencies to the root "lib" folder and updated Web.config in Orchard.Web and Orchard.Azure.Web. 2014-03-22 17:21:16 +01:00
Daniel Stolt bddaa8cc60 Added the Orchard.Azure.MediaServices module. 2014-03-22 15:59:41 +01:00
Sebastien Ros 24f9225361 #20241, #20191: Fixing Decision Script
- Boolean field what incorrectly updating values for drafts
- Decision script is now using #{ } token syntax by default
- ContentItem is used by custom forms

Work Items: 20241, 20191
2014-03-21 17:57:34 -07:00
Daniel Stolt eaa9ae1682 Adding missing projects in Orchard.Azure.sln. Adding missing project references from Orchard.Web.csproj in Orchard.sln. Removing orphaned project reference Orchard.Messaging from Orchard.Azure.sln. 2014-03-22 01:25:40 +01:00
Sebastien Ros d42555218b Fixing custom url generation 2014-03-21 16:41:47 -07:00